You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

110 lines
3.7 KiB

  1. <!DOCTYPE HTML>
  2. <!--
  3. Alpha by HTML5 UP
  4. html5up.net | @n33co
  5. Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
  6. -->
  7. <html>
  8. <head>
  9. <title>Contact - Alpha by HTML5 UP</title>
  10. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  11. <meta name="description" content="" />
  12. <meta name="keywords" content="" />
  13. <!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
  14. <script src="js/jquery.min.js"></script>
  15. <script src="js/jquery.dropotron.min.js"></script>
  16. <script src="js/jquery.scrollgress.min.js"></script>
  17. <script src="js/skel.min.js"></script>
  18. <script src="js/skel-layers.min.js"></script>
  19. <script src="js/init.js"></script>
  20. <noscript>
  21. <link rel="stylesheet" href="css/skel.css" />
  22. <link rel="stylesheet" href="css/style.css" />
  23. <link rel="stylesheet" href="css/style-wide.css" />
  24. </noscript>
  25. <!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
  26. </head>
  27. <body>
  28. <!-- Header -->
  29. <header id="header" class="skel-layers-fixed">
  30. <h1><a href="index.html">Alpha</a> by HTML5 UP</h1>
  31. <nav id="nav">
  32. <ul>
  33. <li><a href="index.html">Home</a></li>
  34. <li>
  35. <a href="" class="icon fa-angle-down">Layouts</a>
  36. <ul>
  37. <li><a href="generic.html">Generic</a></li>
  38. <li><a href="contact.html">Contact</a></li>
  39. <li><a href="elements.html">Elements</a></li>
  40. <li>
  41. <a href="">Submenu</a>
  42. <ul>
  43. <li><a href="#">Option One</a></li>
  44. <li><a href="#">Option Two</a></li>
  45. <li><a href="#">Option Three</a></li>
  46. <li><a href="#">Option Four</a></li>
  47. </ul>
  48. </li>
  49. </ul>
  50. </li>
  51. <li><a href="#" class="button">Sign Up</a></li>
  52. </ul>
  53. </nav>
  54. </header>
  55. <!-- Main -->
  56. <section id="main" class="container 75%">
  57. <header>
  58. <h2>Contact Us</h2>
  59. <p>Tell us what you think about our little operation.</p>
  60. </header>
  61. <div class="box">
  62. <form method="post" action="#">
  63. <div class="row uniform 50%">
  64. <div class="6u 12u(mobilep)">
  65. <input type="text" name="name" id="name" value="" placeholder="Name" />
  66. </div>
  67. <div class="6u 12u(mobilep)">
  68. <input type="email" name="email" id="email" value="" placeholder="Email" />
  69. </div>
  70. </div>
  71. <div class="row uniform 50%">
  72. <div class="12u">
  73. <input type="text" name="subject" id="subject" value="" placeholder="Subject" />
  74. </div>
  75. </div>
  76. <div class="row uniform 50%">
  77. <div class="12u">
  78. <textarea name="message" id="message" placeholder="Enter your message" rows="6"></textarea>
  79. </div>
  80. </div>
  81. <div class="row uniform">
  82. <div class="12u">
  83. <ul class="actions align-center">
  84. <li><input type="submit" value="Send Message" /></li>
  85. </ul>
  86. </div>
  87. </div>
  88. </form>
  89. </div>
  90. </section>
  91. <!-- Footer -->
  92. <footer id="footer">
  93. <ul class="icons">
  94. <li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
  95. <li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
  96. <li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
  97. <li><a href="#" class="icon fa-github"><span class="label">Github</span></a></li>
  98. <li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>
  99. <li><a href="#" class="icon fa-google-plus"><span class="label">Google+</span></a></li>
  100. </ul>
  101. <ul class="copyright">
  102. <li>&copy; Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
  103. </ul>
  104. </footer>
  105. </body>
  106. </html>