contact.html 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. <!--
  2. girishm.nfshost.com is the source for personal webpage (www.girishm.info or its alias www.girishm.nfshost.com) of Girish M
  3. Copyright &copy; 2020 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>Contact me</title>
  22. <meta charset="utf-8"/>
  23. <meta content="width=device-width, initial-scale=1" name="viewport"/>
  24. <link href="../css/main.css" rel="stylesheet"/>
  25. </head>
  26. <body>
  27. <!-- -->
  28. <!-- Header -->
  29. <header id="header">
  30. <nav class="left">
  31. <a href="#menu"><span>Menu</span></a>
  32. </nav>
  33. <a class="logo" href="contact.html">Contact me</a>
  34. </header>
  35. <!-- Menu -->
  36. <nav id="menu">
  37. <ul class="links">
  38. <li><a href="../../index.html">Home</a></li>
  39. <li><a href="../html/services.html">Services</a></li>
  40. <li><a href="../html/project.html">Projects</a></li>
  41. <li><a href="../html/workExperience.html">Experience</a></li>
  42. <li><a href="../html/education.html">Education</a></li>
  43. <li><a href="../html/writing.html">Blog</a></li>
  44. <li><a href="../html/photo.html">Photos</a></li>
  45. <li><a href="../html/shop.html">Shop</a></li>
  46. <!--<li><a href="../html/contact.html">Contact</a></li>-->
  47. <li><a href="../html/subscribe.html">Hire me</a></li>
  48. </ul>
  49. </nav>
  50. <!-- Contact form -->
  51. <div style="max-width:500px;padding:30px">
  52. <div id="fcf-form">
  53. <form action="../fcf-assets/fcf.process.php" class="fcf-form-class" id="freeversion" method="post">
  54. <div class="field">
  55. <label class="label has-text-weight-normal" for="Name">Your name</label>
  56. <div class="control">
  57. <input class="input is-full-width" data-validate-field="Name" id="Name" maxlength="100" name="Name"
  58. type="text">
  59. </div>
  60. </div>
  61. <div class="field">
  62. <label class="label has-text-weight-normal" for="Email">Your email address</label>
  63. <div class="control">
  64. <input class="input is-full-width" data-validate-field="Email" id="Email" maxlength="100"
  65. name="Email"
  66. type="email">
  67. </div>
  68. </div>
  69. <div class="field">
  70. <label class="label has-text-weight-normal" for="Message">Your message</label>
  71. <div class="control">
  72. <textarea name="Message" id="Message" class="textarea" maxlength="3000" rows="5"
  73. data-validate-field="Message"></textarea>
  74. </div>
  75. </div>
  76. <div class="fcf-status" id="fcf-status"></div>
  77. <div class="field">
  78. <div class="buttons">
  79. <button class="button is-link is-medium" id="fcf-button" type="submit">Send Message</button>
  80. </div>
  81. </div>
  82. </form>
  83. </div>
  84. <div id="fcf-thank-you" style="display:none">
  85. <!-- Thank you message goes below -->
  86. <strong>Thank you</strong>
  87. <p>I will be in touch with you soon.</p>
  88. <!-- Thank you message goes above -->
  89. </div>
  90. </div>
  91. <!-- Footer -->
  92. <footer id="footer">
  93. <div class="inner">
  94. <ul class="actions">
  95. <li><span class="icon fa-envelope"></span>contact at girishm dot info</li>
  96. <li><a href="../../gm.asc">GPG key</a></li>
  97. <li><a href="https://xmpp.org/software/clients.html">XMPP chat</a> - girishm at member dot fsf dot org
  98. </li>
  99. </ul>
  100. </div>
  101. <div class="copyright">
  102. <p>Copyright &copy; 2020, Girish M, <img alt="Creative Commons License" src="../img/cc.png"
  103. style="border-width:0"/>
  104. <br/>
  105. This work is licensed under a <a href="http://creativecommons.org/licenses/by/4.0/"
  106. rel="license">Creative
  107. Commons
  108. Attribution 4.0 International License</a>. The source for this web-page can be found <a
  109. href="https://notabug.org/girishm/girishm.nfshost.com/src/master/assets/html/contact.html">here</a>
  110. </p>
  111. &copy; Untitled. Design <a href="https://templated.co">TEMPLATED</a>. Images <a
  112. href="https://unsplash.com">Unsplash</a>.
  113. </div>
  114. <a href="../../javascript.html" rel="jslicense">JavaScript license information</a>
  115. </footer>
  116. <!-- Scripts -->
  117. <script src="../js/jquery.min.js"></script>
  118. <script src="../js/jquery.scrolly.min.js"></script>
  119. <script src="../js/skel.min.js"></script>
  120. <script src="../js/util.js"></script>
  121. <script src="../js/main.js"></script>
  122. <script src="../fcf-assets/js/fcf.just-validate.min.js"></script>
  123. <script src="../fcf-assets/js/fcf.form.js"></script>
  124. </body>
  125. </html>