Mockup animation for Ghostlab

Developer
Size
5,396 Kb
Views
38,456

How do I make an mockup animation for ghostlab?

Simple mockup website. What is a mockup animation for ghostlab? How do you make a mockup animation for ghostlab? This script and codes were developed by Andi Dysart on 13 July 2022, Wednesday.

Mockup animation for Ghostlab Previews

Mockup animation for Ghostlab - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Mockup animation for Ghostlab</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel='stylesheet prefetch' href='http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='http://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="section-form"> <form method="post" action="#"> <div class="intro"> <h1>Ready to go?</h1> <h2>Get your project started today</h2> </div> <input type="text" value="" placeholder="Name" name="name" tabindex="1"/> <input type="text" value="" placeholder="E-mail" name="email" tabindex="3"/> <input type="text" value="" placeholder="Budget" name="budget" tabindex="2"/> <textarea placeholder="Message" name="Message" tabindex="5" rows="10"></textarea> <input type="button" value="Send Mail" tabindex="6"/> </form>
</div>
<div class="section-brake"></div>
<div class="mock-page"> <div class="nav"> <div class="logo"></div> <div class="nav-wrapper animated rubberBand"> <ul> <li><a>&nbsp;</a></li> <li><a>&nbsp;</a></li> <li><a>&nbsp;</a></li> <li><a>&nbsp;</a></li> </ul> </div> </div> <div class="slider"> <div class="container"> <div class="row"> <div class="col-md-1"> <svg class="rotate-180deg" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="512px" height="512px" viewbox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve"> <polygon id="arrow-25-icon" points="142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 "></polygon> </svg> </div> <div class="col-md-10"> <div class="slider-title animated bounceIn"></div> <div class="slider-subtitle animated bounceIn"></div> </div> <div class="col-md-1"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="512px" height="512px" viewbox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve"> <polygon id="arrow-25-icon" points="142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 "></polygon> </svg> </div> </div> </div> </div> <div class="content"> <div class="container"> <div class="row"> <div class="col-md-3"> <div class="thumb"> <div class="img-block"></div> <div class="tmb-title"></div> <ul class="tmb-content"> <li>&nbsp;</li> <li>&nbsp;</li> </ul> </div> </div> <div class="col-md-3"> <div class="thumb"> <div class="img-block"></div> <div class="tmb-title"></div> <ul class="tmb-content"> <li>&nbsp;</li> <li>&nbsp;</li> <li>&nbsp;</li> </ul> </div> </div> <div class="col-md-3"> <div class="thumb"> <div class="img-block"></div> <div class="tmb-title"></div> <ul class="tmb-content"> <li>&nbsp;</li> <li>&nbsp; </li> </ul> </div> </div> <div class="col-md-3"> <div class="thumb"> <div class="img-block"></div> <div class="tmb-title"></div> <ul class="tmb-content"> <li>&nbsp;</li> <li>&nbsp;</li> <li>&nbsp;</li> </ul> </div> </div> </div><br/><br/> <div class="row"> <div class="col-md-3"> <div class="thumb"> <div class="img-block"></div> <div class="tmb-title"></div> <ul class="tmb-content"> <li>&nbsp;</li> <li>&nbsp;</li> </ul> </div> </div> <div class="col-md-3"> <div class="thumb"> <div class="img-block"></div> <div class="tmb-title"></div> <ul class="tmb-content"> <li>&nbsp;</li> <li>&nbsp;</li> <li>&nbsp;</li> </ul> </div> </div> <div class="col-md-3"> <div class="thumb"> <div class="img-block"></div> <div class="tmb-title"></div> <ul class="tmb-content"> <li>&nbsp;</li> <li>&nbsp; </li> </ul> </div> </div> <div class="col-md-3"> <div class="thumb"> <div class="img-block"></div> <div class="tmb-title"></div> <ul class="tmb-content"> <li>&nbsp;</li> <li>&nbsp;</li> <li>&nbsp; </li> </ul> </div> </div> </div> </div> </div> <footer> <div class="container"> <div class="row"> <div class="col-md-4"> <div class="footer-title"></div> <ul class="footer-content"> <li>&nbsp;</li> <li>&nbsp;</li> <li>&nbsp;</li> </ul> </div> <div class="col-md-4"> <div class="footer-title"></div> <ul class="footer-content"> <li>&nbsp;</li> <li>&nbsp;</li> <li>&nbsp;</li> <li>&nbsp;</li> </ul> </div> <div class="col-md-4"> <div class="footer-title"></div> <ul class="footer-social"> <li>&nbsp;</li> <li>&nbsp;</li> <li>&nbsp;</li> </ul> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="copy"> &nbsp;</div> </div> </div> </div> </footer>
</div>
<div class="section-brake"></div>
<div class="cssIsAwesome"></div>
<div class="container"> <div class="row debug-section"> <div class="col-md-12"> <div class="box"> <h2>Css is awesome!</h2> </div> </div> </div>
</div>
<div class="section-brake"></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Mockup animation for Ghostlab - Script Codes CSS Codes

* { box-sizing: border-box;
}
html { font-family: 'Lato', sans-serif;
}
.section-brake { width: 100%; display: block; height: 1px; margin: 20em;
}
.section-form { width: 37em; margin: 3em auto; background-color: #f3efe7; padding: 2em;
}
.section-form .intro { margin-bottom: 2em;
}
.section-form h1 { text-align: center; font-size: 1.6em; margin-bottom: 0.6em;
}
.section-form h2 { text-align: center; font-size: 1.23077em;
}
input[type=text] { height: 45px;
}
input[type=text], textarea { width: 100%; margin-bottom: 1em; font-size: .9em; color: #cfcece; font-weight: 300; padding: .5em 1em; border: none; color: #555555; font-weight: 300;
}
input[type=button] { cursor: pointer; margin: 0; padding: .5em 2em; background: #636363; border: none; color: #fff; font-size: 1em; font-weight: 400;
}
.mock-page { width: 100%; height: 100%; background-color: #efefef;
}
.logo { height: 100px; width: 100px; border-radius: 50px; background-color: #bdbdbd; margin: 3em auto;
}
.nav { display: block; width: 100%;
}
.nav ul { margin: 0; padding: 0; list-style-type: none; text-align: center; margin-bottom: 3em;
}
.nav ul li { display: inline;
}
.nav ul li a { text-decoration: none; padding: .2em 2em; margin: 0 1em; color: #fff; background-color: #d9ceb4;
}
.nav ul li a:hover { color: #fff; background-color: #369;
}
.nav:after { content: ""; display: table; clear: both;
}
.slider { background-color: #636363; height: 350px; display: block; padding: 5em 0;
}
.slider .slider-title { height: 35px; width: 35%; margin: 0 auto; background-color: #848484;
}
.slider .slider-subtitle { height: 25px; width: 20%; margin: 40px auto; background-color: #848484;
}
.slider svg { height: 40px; width: 40px; fill: #848484; margin-top: 87.5px;
}
.slider .rotate-180deg { -webkit-transform: rotate(180deg); transform: rotate(180deg);
}
.slider:after { content: ""; display: table; clear: both;
}
.content { margin: 2em 0;
}
.img-block { width: 100%; height: 200px; background-color: #d9ceb4; margin-bottom: 1em; border-radius: 4px;
}
.tmb-title { height: 35px; width: 60%; margin-bottom: 1.1em; background-color: #848484; border-radius: 2px;
}
.tmb-content li { height: 20px; width: 100%; background-color: #848484; margin-top: 5px; border-radius: 2px;
}
footer { padding: 4em 0; background-color: #848484;
}
.footer-title { height: 30px; width: 60%; margin-bottom: 1.1em; background-color: #d9ceb4; border-radius: 2px;
}
.footer-content li { background-color: #d9ceb4; margin-top: 5px; border-radius: 2px;
}
.footer-social li { background-color: #d9ceb4; width: 50px; height: 50px; margin-right: 10px; border-radius: 2px; display: inline-block;
}
.copy { background-color: #636363; width: 200px; height: 10px; margin-top: 2em; border-radius: 2px;
}
.debug-section { overflow: hidden;
}
.box { border: 30px solid #000000; width: 410px; padding: 3px 6px; margin: 0 auto;
}
.box h2 { font-size: 131px; line-height: 90px; text-align: left; font-weight: 700; line-height: 130px; background-color: #ffffff;
}
Mockup animation for Ghostlab - Script Codes
Mockup animation for Ghostlab - Script Codes
Home Page Home
Developer Andi Dysart
Username andiio
Uploaded July 13, 2022
Rating 3
Size 5,396 Kb
Views 38,456
Do you need developer help for Mockup animation for Ghostlab?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Andi Dysart (andiio) Script Codes
Create amazing art & images with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!