index.html 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <!--
  2. girishm.nfshost.com is the source for personal webpage 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>Girish M</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. </head>
  26. <body><!-- -->
  27. <!-- Header -->
  28. <header id="header">
  29. <nav class="left">
  30. <a href="#menu"><span>Menu</span></a>
  31. </nav>
  32. <a href="index.html" class="logo">Girish M</a>
  33. </header>
  34. <!-- Menu -->
  35. <nav id="menu">
  36. <ul class="links">
  37. <li><a href="index.html">Home</a></li>
  38. <li><a href="assets/html/services.html">Services</a></li>
  39. <li><a href="assets/html/workExperience.html">Experience</a></li>
  40. <li><a href="assets/html/education.html">Education</a></li>
  41. <li><a href="assets/html/project.html">Projects</a></li>
  42. <li><a href="assets/html/writing.html">Blog</a></li>
  43. <li><a href="assets/html/photo.html">Photos</a></li>
  44. <li><a href="assets/html/shop.html">Shop</a></li>
  45. <li><a href="assets/html/contact.html">Contact</a></li>
  46. <li><a href="assets/html/subscribe.html">Hire me</a></li>
  47. </ul>
  48. </nav>
  49. <!-- Banner -->l
  50. <section id="banner">
  51. <div class="content">
  52. <h1>Hello world!</h1>
  53. </div>
  54. </section>
  55. <!-- Three -->
  56. <section id="three" class="wrapper">
  57. <div class="inner flex flex-3 row 6u 12u$(small)">
  58. <p>I'm Girish, a software engineer and a technology enthusiast. Check out my work sample <a href="https://git.sr.ht/~girishm/op-mattermost">here</a>.</p>
  59. </div>
  60. </section>
  61. <!-- Footer -->
  62. <footer id="footer">
  63. <div class="inner">
  64. <h2>Get In Touch</h2>
  65. <ul class="actions">
  66. <li><span class="icon fa-envelope"></span> <a href="#">contact at girishm dot info</a></li>
  67. <li><a href="gm.asc">GPG key</a></li>
  68. <li><a href="https://xmpp.org/software/clients.html">XMPP chat</a> - girishm at member dot fsf dot org
  69. </li>
  70. </ul>
  71. </div>
  72. <div class="icon">
  73. <img src="assets/img/5041589.png" alt="FSF Associate Member">
  74. </div>
  75. <div class="copyright">
  76. <p>Copyright &copy; 2020, Girish M, <img alt="Creative Commons License" style="border-width:0"
  77. src="assets/img/cc.png" />
  78. <br />
  79. This work is licensed under a <a rel="license"
  80. href="http://creativecommons.org/licenses/by/4.0/">Creative
  81. Commons
  82. Attribution 4.0 International License</a>. The source for this web-page can be found <a
  83. href="https://notabug.org/girishm/girishm.nfshost.com/src/master/index.html">here</a>
  84. </p>
  85. &copy; Untitled. Design <a href="https://templated.co">TEMPLATED</a>. Images <a href="https://unsplash.com">Unsplash</a>.
  86. </div>
  87. <a href="javascript.html" rel="jslicense">JavaScript license information</a>
  88. </footer>
  89. <!-- Scripts -->
  90. <script src="assets/js/jquery.min.js"></script>
  91. <script src="assets/js/jquery.scrolly.min.js"></script>
  92. <script src="assets/js/skel.min.js"></script>
  93. <script src="assets/js/util.js"></script>
  94. <script src="assets/js/main.js"></script>
  95. </body>
  96. </html>