Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.03 KB | None | 0 0
  1. <html><head>
  2. <title>No Sidebar - Landed by HTML5 UP</title>
  3. <meta charset="utf-8">
  4. <meta name="viewport" content="width=device-width, initial-scale=1">
  5. <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
  6. <link rel="stylesheet" href="assets/css/main.css">
  7. <!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
  8. <!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
  9. <style type="text/css">
  10. :root #header + #content > #left > #rlblock_left,
  11. :root #content > #center > .dose > .dosesingle,
  12. :root #content > #right > .dose > .dosesingle
  13. { display: none !important; }</style></head>
  14. <body class="">
  15. <div id="page-wrapper">
  16.  
  17. <!-- Header -->
  18. <header id="header">
  19. <h1 id="logo"><a href="index.html">Landed</a></h1>
  20. <nav id="nav">
  21. <ul>
  22. <li style="white-space: nowrap;"><a href="index.html">Home</a></li>
  23. <li style="-moz-user-select: none; cursor: pointer; white-space: nowrap;" class="opener">
  24. <a href="#">Layouts</a>
  25.  
  26. <ul style="-moz-user-select: none; display: none; position: absolute;" class="">
  27. <li style="white-space: nowrap;"><a href="left-sidebar.html" style="display: block;">Left Sidebar</a></li>
  28. <li style="white-space: nowrap;"><a href="right-sidebar.html" style="display: block;">Right Sidebar</a></li>
  29. <li style="white-space: nowrap;"><a href="no-sidebar.html" style="display: block;">No Sidebar</a></li>
  30. <li style="-moz-user-select: none; cursor: pointer; white-space: nowrap;" class="opener">
  31. <a href="#" style="display: block;">Submenu</a>
  32. <ul style="-moz-user-select: none; display: none; position: absolute;" class="dropotron">
  33. <li style="white-space: nowrap;"><a href="#" style="display: block;">Option 1</a></li>
  34. <li style="white-space: nowrap;"><a href="#" style="display: block;">Option 2</a></li>
  35. <li style="white-space: nowrap;"><a href="#" style="display: block;">Option 3</a></li>
  36. <li style="white-space: nowrap;"><a href="#" style="display: block;">Option 4</a></li>
  37. </ul>
  38. </li>
  39. </ul></li>
  40. <li style="white-space: nowrap;"><a href="elements.html">Elements</a></li>
  41. <li style="white-space: nowrap;"><a href="#" class="button special">Sign Up</a></li>
  42. </ul>
  43. </nav>
  44. </header>
  45.  
  46. <!-- Main -->
  47. <div id="main" class="wrapper style1">
  48. <div class="container">
  49. <header class="major">
  50. <h2>Sign up today!</h2>
  51. </header>
  52. <section>
  53. <form method="post" action="#">
  54. <div class="row uniform 50%">
  55. <div class="6u 12u$(xsmall)">
  56. <input name="first name" id="first name" value="" placeholder="First Name" type="text">
  57. </div>
  58. <div class="6u$ 12u$(xsmall)">
  59. <input name="last name" id="last name" value="" placeholder="Last Name" type="text">
  60. </div>
  61. <div class="6u 12u$(xsmall)">
  62. <input name="username" id="username" value="" placeholder="Username" type="text">
  63. </div>
  64. <div class="6u$ 12u$(xsmall)">
  65. <input name="password" id="password" value="" placeholder="Password" type="text">
  66. </div>
  67. <div class="6u 12u$(xsmall)">
  68. <input name="email" id="email" value="" placeholder="Email" type="email">
  69. </div>
  70. <div class="6u$ 12u$(xsmall)">
  71. <input type="file">
  72. </div>
  73. <div class="6u$ 12u$(medium)">
  74. <input id="human" name="human" checked="" type="checkbox">
  75. <label for="human">I am a human and not a robot</label>
  76. </div>
  77. <div class="12u$">
  78. <ul class="actions">
  79. <li><input value="Submit" class="special" type="submit"></li>
  80. </ul>
  81. </div>
  82. </div>
  83. </form>
  84. </section>
  85.  
  86.  
  87.  
  88.  
  89. <!-- Footer -->
  90. <footer id="footer">
  91. <ul class="icons">
  92. <li><a href="#" class="icon alt fa-github"><span class="label">GitHub</span></a></li>
  93. </ul>
  94. <ul class="copyright">
  95. <li>© Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
  96. </ul>
  97. </footer>
  98.  
  99. </div>
  100.  
  101. <!-- Scripts -->
  102. <script src="assets/js/jquery.min.js"></script>
  103. <script src="assets/js/jquery.scrolly.min.js"></script>
  104. <script src="assets/js/jquery.dropotron.min.js"></script>
  105. <script src="assets/js/jquery.scrollex.min.js"></script>
  106. <script src="assets/js/skel.min.js"></script>
  107. <script src="assets/js/util.js"></script>
  108. <!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
  109. <script src="assets/js/main.js"></script>
  110.  
  111.  
  112. <ul style="-moz-user-select: none; display: none; position: absolute; z-index: 1000;" class="dropotron level-0">
  113. <li style="white-space: nowrap;"><a href="left-sidebar.html" style="display: block;">Left Sidebar</a></li>
  114. <li style="white-space: nowrap;"><a href="right-sidebar.html" style="display: block;">Right Sidebar</a></li>
  115. <li style="white-space: nowrap;"><a href="no-sidebar.html" style="display: block;">No Sidebar</a></li>
  116. <li style="-moz-user-select: none; cursor: pointer; white-space: nowrap;" class="opener">
  117. <a href="#" style="display: block;">Submenu</a>
  118. <ul style="-moz-user-select: none; display: none; position: absolute; z-index: 1001;" class="dropotron level-1">
  119. <li style="white-space: nowrap;"><a href="#" style="display: block;">Option 1</a></li>
  120. <li style="white-space: nowrap;"><a href="#" style="display: block;">Option 2</a></li>
  121. <li style="white-space: nowrap;"><a href="#" style="display: block;">Option 3</a></li>
  122. <li style="white-space: nowrap;"><a href="#" style="display: block;">Option 4</a></li>
  123. </ul>
  124. </li>
  125. </ul><div id="titleBar"><a href="#navPanel" class="toggle"></a><span class="title"><a href="index.html">Landed</a></span></div><div id="navPanel"><nav><a class="link depth-0" href="index.html"><span class="indent-0"></span>Home</a><a class="link depth-0" href="#"><span class="indent-0"></span>Layouts</a><a class="link depth-1" href="left-sidebar.html"><span class="indent-1"></span>Left Sidebar</a><a class="link depth-1" href="right-sidebar.html"><span class="indent-1"></span>Right Sidebar</a><a class="link depth-1" href="no-sidebar.html"><span class="indent-1"></span>No Sidebar</a><a class="link depth-1" href="#"><span class="indent-1"></span>Submenu</a><a class="link depth-2" href="#"><span class="indent-2"></span>Option 1</a><a class="link depth-2" href="#"><span class="indent-2"></span>Option 2</a><a class="link depth-2" href="#"><span class="indent-2"></span>Option 3</a><a class="link depth-2" href="#"><span class="indent-2"></span>Option 4</a><a class="link depth-0" href="elements.html"><span class="indent-0"></span>Elements</a><a class="link depth-0" href="#"><span class="indent-0"></span>Sign Up</a></nav></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement