Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <html id="index">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title>CreativeCodeFish | Project Management Login </title>
- <meta name="description" content="">
- <meta name="author" content="Lindsay Roberts">
- <!-- Mobile viewport optimized: j.mp/bplateviewport -->
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <!-- CSS concatenated and minified via ant build script-->
- <link href='http://fonts.googleapis.com/css?family=Signika:400,300,700' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" href="css/compressed.css">
- </head>
- <body>
- <!-- HEADER -->
- <header>
- <div class="wrapper">
- <a id="logo" href="#">Logo</a>
- <form id="loginForm">
- <i class="icon-user"></i>
- <input type="text" id="user" name="signinButton" placeholder="Your username." class="loginTooltip" title="Your cool username." />
- <i class="icon-key"></i>
- <input type="password" id="pass" name="signinButton" placeholder="Your password." class="loginTooltip" title="Your top-secret password." />
- <button id="signinButton" name="signinButton">Sign in</button>
- </form>
- </div>
- </header>
- <!-- CALL TO ACTION -->
- <section id="CTA">
- <h1>Big fish often have small beginnings.</h1>
- <p>The beginning of your website, starts <strong>here.</strong></p>
- <a href="#" id="registerBtn">Start Today!</a>
- </section>
- <!-- INFORMATION CONTAINER -->
- <section id="information">
- <div class="wrapper">
- <div id="left">
- <div id="branding" class="infosection">
- <h3>Branding</h3>
- <p>Branding is more than just a logo. It’s who you are, your story, and your business’ identity. We can provide you a look and feel that you’ll be happy with for years to come.</p>
- </div>
- <div id="design" class="infosection">
- <h3>Web Design</h3>
- <p>A professionally designed website can do wonders for your business. Having a website opens yourself up to a world of potential customers, which is more than worth the investment.</p>
- </div>
- <div id="coding" class="infosection">
- <h3>Coding</h3>
- <p>Have your website or application developed the right way. We adhere to standards and best practices, leaving you with a beautifully crafted product.</p>
- </div>
- </div>
- <div id="right">
- <form>
- <h3>Still not convinced?</h3>
- <p>Contact us for more info, and a <em>free</em> quote.</p>
- <input type="text" id="contactName" name="contactName" placeholder="Your name." />
- <input type="email" id="contactEmail" name="contactEmail" placeholder="Your email." />
- <textarea id="message" name="message" placeholder="Your message. Include budget, project info, and deadlines."></textarea>
- <button id="quote">Get a free quote</button>
- </form>
- </div>
- <div class="clear"></div>
- </div>
- </section>
- <!-- REGISTER MODAL -->
- <div id="overlay"></div>
- <div id="registerModal">
- <form id="registerForm">
- <a class="close"></a>
- <h3>Register Today! - It's FREE!</h3>
- <p>Registering only takes seconds, and puts you into direct contact with a designer. On top of all that, you can add documents, images, and other files to your project dashboard. What are you waiting for? It's free!</p>
- <img src="images/formfish.png" alt="Goldy the goldfish helps users register. It looks like he stepped out for a minute. Sorry about that!" />
- <input type="text" id="name" name="name" placeholder="Your full name." title="We just need your first and last name." class="masterTooltip" />
- <input type="email" id="email" name="email" placeholder="Your email." title="We won't send you spam. Pinky swear." class="masterTooltip" />
- <input type="text" id="userName" name="userName" placeholder="Your username." title="Your username must be unique." class="masterTooltip" />
- <input type="password" id="password" name="password" placeholder="Your password." title="Make your password hard to guess." class="masterTooltip" />
- <button id="register">Sign up</button>
- </form>
- </div>
- <!-- jquery -->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
- <!-- plugins -->
- <!-- main -->
- <script type="text/javascript" src="js/main.js"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement