subscribe.html 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <!--
  2. girishm.nfshost.com is the source for webpage (www.girishm.info or its alias www.girishm.nfshost.com) of Girish M
  3. Copyright &copy; 2019 to present, Girish M
  4. This program is free software: you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation, either version 3 of the License, or
  7. (at your option) any later version.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this program. If not, see <https://www.gnu.org/licenses/>
  14. Intensify by TEMPLATED
  15. templated.co @templatedco
  16. Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
  17. -->
  18. <!DOCTYPE HTML>
  19. <html lang="en">
  20. <head>
  21. <title>Hire me</title>
  22. <meta charset="utf-8"/>
  23. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  24. <link rel="stylesheet" href="assets/css/main.css"/>
  25. <style type="text/css">
  26. #altLinks li{
  27. display: inline;
  28. }
  29. </style>
  30. </head>
  31. <body>
  32. <!-- -->
  33. <!-- Header -->
  34. <header id="header">
  35. <nav class="left">
  36. <a href="#menu"><span>Menu</span></a>
  37. </nav>
  38. <a href="subscribe.html" class="logo">Hire me</a>
  39. <nav class="right">
  40. <a href="index.html"><img src="assets/img/home.jpg"></a>
  41. </nav>
  42. </header>
  43. <!-- Menu -->
  44. <nav id="menu">
  45. <ul class="links">
  46. <li><a href="index.html">Home</a></li>
  47. <li><a href="services.html">Services</a></li>
  48. <li><a href="project.html">Projects</a></li>
  49. <li><a href="workExperience.html">Experience</a></li>
  50. <li><a href="education.html">Education</a></li>
  51. <li><a href="writing.html">Blog</a></li>
  52. <li><a href="books.html">Book library</a></li>
  53. <li><a href="photo.html">Photos</a></li>
  54. <!-- <li><a href="shop.html">Shop</a></li> -->
  55. <!-- <li><a href="contact.html">Contact</a></li> -->
  56. <li><a href="assets/pdf/girishmResume.pdf">CV</a></li>
  57. <li><a href="subscribe.html">Hire me</a></li>
  58. </ul>
  59. </nav>
  60. <div class="inner flex flex-3">
  61. <div class="flex-item">
  62. <!-- Contact form -->
  63. <div style="max-width:500px;padding:30px">
  64. <div id="fcf-form">
  65. <form class="fcf-form-class" id="freeversion" method="post" action="assets/fcf-assets/fcf.process.php">
  66. <div class="field">
  67. <label for="Name" class="label has-text-weight-normal">Your name</label>
  68. <div class="control">
  69. <input type="text" name="Name" id="Name" class="input is-full-width" maxlength="100"
  70. data-validate-field="Name">
  71. </div>
  72. </div>
  73. <div class="field">
  74. <label for="Email" class="label has-text-weight-normal">Your email address</label>
  75. <div class="control">
  76. <input type="email" name="Email" id="Email" class="input is-full-width" maxlength="100"
  77. data-validate-field="Email">
  78. </div>
  79. </div>
  80. <div class="field">
  81. <label for="Message" class="label has-text-weight-normal">Your enquiry</label>
  82. <div class="control">
  83. <textarea name="Message" id="Message" class="textarea" maxlength="3000" rows="5"
  84. data-validate-field="Message"></textarea>
  85. </div>
  86. </div>
  87. <div id="fcf-status" class="fcf-status"></div>
  88. <div class="field">
  89. <div class="buttons">
  90. <button id="fcf-button" type="submit" class="button is-link is-medium">Send enquiry</button>
  91. </div>
  92. </div>
  93. </form>
  94. </div>
  95. <div id="fcf-thank-you" style="display:none">
  96. <!-- Thank you message goes below -->
  97. <strong>Thank you</strong>
  98. <p>I will be in touch with you soon.</p>
  99. <!-- Thank you message goes above -->
  100. </div>
  101. </div>
  102. </div>
  103. </div>
  104. <!-- Footer -->
  105. <footer id="footer">
  106. <ul class="actions">
  107. <li><a href="index.html">Home</a></li>
  108. <li><a href="services.html">Services</a></li>
  109. <li><a href="project.html">Projects</a></li>
  110. <li><a href="workExperience.html">Experience</a></li>
  111. <li><a href="education.html">Education</a></li>
  112. <li><a href="writing.html">Blog</a></li>
  113. <li><a href="books.html">Book library</a></li>
  114. <li><a href="photo.html">Photos</a></li>
  115. <!-- <li><a href="shop.html">Shop</a></li> -->
  116. <!-- <li><a href="contact.html">Contact</a></li> -->
  117. <li><a href="assets/pdf/girishmResume.pdf">CV</a></li>
  118. <li><a href="subscribe.html">Hire me</a></li>
  119. </ul>
  120. <div class="inner">
  121. <ul class="actions">
  122. <li><span class="icon fa-envelope"></span>girishm at posteo dot net</li>
  123. <li><a href="girishmInfo.asc">GPG key</a></li>
  124. </ul>
  125. </div>
  126. <noscript>
  127. <h3>For those who are afraid of non-free JavaScript</h3>
  128. <div class="inner flex flex-3 row 6u 12u$(small)">
  129. <ul id="altLinks">
  130. <li><a href="index.html">Home</a></li>
  131. <li><a href="services.html">Services</a></li>
  132. <li><a href="project.html">Projects</a></li>
  133. <li><a href="workExperience.html">Experience</a></li>
  134. <li><a href="education.html">Education</a></li>
  135. <li><a href="writing.html">Blog</a></li>
  136. <li><a href="books.html">Book library</a></li>
  137. <li><a href="photo.html">Photos</a></li>
  138. <!-- <li><a href="shop.html">Shop</a></li> -->
  139. <!--<li><a href="contact.html">Contact</a></li>-->
  140. <li><a href="assets/pdf/girishmResume.pdf">CV</a></li>
  141. <li><a href="subscribe.html">Hire me</a></li>
  142. </ul>
  143. </div>
  144. </noscript>
  145. <div class="copyright">
  146. <p>Copyright &copy; 2019 to present, Girish M, <img alt="Creative Commons License" style="border-width:0"
  147. src="assets/img/cc.png"/>
  148. <br/>
  149. This work is licensed under a <a rel="license"
  150. href="http://creativecommons.org/licenses/by/4.0/">Creative
  151. Commons
  152. Attribution 4.0 International License</a>. The source for this web-page can be found <a
  153. href="https://notabug.org/girishm/girishm.nfshost.com/src/test/subscribe.html">here</a>
  154. </p>
  155. &copy; Untitled. Design <a href="https://templated.co">TEMPLATED</a>. Images <a
  156. href="https://unsplash.com">Unsplash</a>.
  157. </div>
  158. <a href="javascript.html" rel="jslicense">JavaScript license information</a>
  159. </footer>
  160. <!-- Scripts -->
  161. <script src="assets/js/jquery.min.js"></script>
  162. <script src="assets/js/jquery.scrolly.min.js"></script>
  163. <script src="assets/js/skel.min.js"></script>
  164. <script src="assets/js/util.js"></script>
  165. <script src="assets/js/main.js"></script>
  166. <script src="assets/fcf-assets/js/fcf.just-validate.min.js"></script>
  167. <script src="assets/fcf-assets/js/fcf.form.js"></script>
  168. </body>
  169. </html>