writing.html 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  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>Girish's writings</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. ul#simpleQuote{
  30. list-style-type: none;
  31. }
  32. ul#simpleQuote li{
  33. font-family: 'Parisienne', cursive;
  34. font-size: 30px;
  35. width: 65%;
  36. }
  37. #container{
  38. margin: 150px auto;
  39. max-width: 960px;
  40. }
  41. #author{
  42. font-family: 'Parisienne', cursive;
  43. font-size: 21px;
  44. right: 0px;
  45. }
  46. .footer {
  47. font-family: 'Ribeye Marrow' , cursive;
  48. font-size: 18px;
  49. margin-left : 12%;
  50. margin-top: 26%;
  51. }
  52. </style>
  53. </head>
  54. <body>
  55. <!-- -->
  56. <!-- Header -->
  57. <header id="header">
  58. <nav class="left">
  59. <a href="#menu"><span>Menu</span></a>
  60. </nav>
  61. <a href="writing.html" class="logo">Girish's leisurely blog</a>
  62. <nav class="right">
  63. <a href="index.html"><img src="assets/img/home.jpg"></a>
  64. </nav>
  65. </header>
  66. <!-- Menu -->
  67. <nav id="menu">
  68. <ul class="links">
  69. <li><a href="index.html">Home</a></li>
  70. <li><a href="services.html">Services</a></li>
  71. <li><a href="project.html">Projects</a></li>
  72. <li><a href="workExperience.html">Experience</a></li>
  73. <li><a href="education.html">Education</a></li>
  74. <li><a href="writing.html">Blog</a></li>
  75. <li><a href="photo.html">Photos</a></li>
  76. <li><a href="shop.html">Shop</a></li>
  77. <!-- <li><a href="contact.html">Contact</a></li> -->
  78. <li><a href="subscribe.html">Hire me</a></li>
  79. </ul>
  80. </nav>
  81. <!-- Three -->
  82. <section id="three" class="wrapper">
  83. <div class="inner flex flex-3">
  84. <div class="row uniform">
  85. <div class="12u$(small)">
  86. <h3>Technical writings</h3>
  87. <ul>
  88. <li><a href="freeSoftware.html">Do users control the software they use?</a></li>
  89. <li><a href="CanComputerThink.html">Can computers think?</a></li>
  90. <li><a href="EvaluateSoftwareLib.html">How to evaluate a software library?</a></li>
  91. <li><a href="GiveUpApple.html">Why you should give up Apple products and try these?</a></li>
  92. <li><a href="RevivingOlMachina.html">Reviving an ol' machina</a></li>
  93. <li><a href="MyComputer.html">My computer</a></li>
  94. </ul>
  95. <h3>Other writings</h3>
  96. <ul>
  97. <li><a href="ExistentialExperience.html">Existential experience</a></li>
  98. <li><a href="BlissfulBeing.html">Blissful being</a></li>
  99. <li><a href="ThatMagicMoment.html">That magic moment</a></li>
  100. <li><a href="CraftWithFreeWill.html">Craft with free will</a></li>
  101. <li><a href="DayWellSpent.html">A day well spent?</a></li>
  102. <li><a href="LostInThoughts.html">Lost in thoughts</a></li>
  103. <li><a href="telltaleOfTypewriter.html">Telltale of a typewriter</a></li>
  104. </ul>
  105. </div>
  106. </div>
  107. </div>
  108. </section>
  109. <div id="container">
  110. <ul id="simpleQuote">
  111. <li id="display"></li>
  112. <li author="Mark Twain">
  113. It ain't what you don't know that gets you into trouble, it's what you know for sure but just ain't so.
  114. </li>
  115. <li author="Arthur Schopenhauer">
  116. Man can do what he wills but cannot will what he wills.
  117. </li>
  118. <li author="Friedrich Nietzsche">
  119. There are no facts, only interpretations.
  120. </li>
  121. <li author="Arthur Schopenhauer">
  122. A man can be himself only so long as he is alone; and if he does not love solitude, he will not love freedom; for it is only when he is alone that he is really free.
  123. </li>
  124. </ul>
  125. </div>
  126. <!-- Footer -->
  127. <footer id="footer">
  128. <div class="inner">
  129. <h2>Get In Touch</h2>
  130. <ul class="actions">
  131. <li><span class="icon fa-envelope"></span> <a href="#">contact at girishm dot info</a></li>
  132. <li><a href="gm.asc">GPG key</a></li>
  133. <li><a href="https://xmpp.org/software/clients.html">XMPP chat</a> - girishm at member dot fsf dot org
  134. </li>
  135. </ul>
  136. </div>
  137. <noscript>
  138. <h3>For those who are afraid of JavaScript</h3>
  139. <div class="inner flex flex-3 row 6u 12u$(small)">
  140. <ul id="altLinks">
  141. <li><a href="index.html">Home</a></li>
  142. <li><a href="services.html">Services</a></li>
  143. <li><a href="project.html">Projects</a></li>
  144. <li><a href="workExperience.html">Experience</a></li>
  145. <li><a href="education.html">Education</a></li>
  146. <li><a href="writing.html">Blog</a></li>
  147. <li><a href="photo.html">Photos</a></li>
  148. <li><a href="shop.html">Shop</a></li>
  149. <!--<li><a href="contact.html">Contact</a></li>-->
  150. <li><a href="subscribe.html">Hire me</a></li>
  151. </ul>
  152. </div>
  153. </noscript>
  154. <div class="copyright">
  155. <p>Copyright &copy; 2021, 20, Girish M, <img alt="Creative Commons License" style="border-width:0"
  156. src="assets/img/cc.png" />
  157. <br />
  158. This work is licensed under a <a rel="license"
  159. href="http://creativecommons.org/licenses/by/4.0/">Creative
  160. Commons
  161. Attribution 4.0 International License</a>. The source for this web-page can be found <a
  162. href="https://notabug.org/girishm/girishm.nfshost.com/src/master/writing.html">here</a>
  163. </p>
  164. &copy; Untitled. Design <a href="https://templated.co">TEMPLATED</a>. Images <a
  165. href="https://unsplash.com">Unsplash</a>.
  166. </div>
  167. <a href="javascript.html" rel="jslicense">JavaScript license information</a>
  168. </footer>
  169. <!-- Scripts -->
  170. <script src="assets/js/jquery.min.js"></script>
  171. <script src="assets/js/jquery.scrolly.min.js"></script>
  172. <script src="assets/js/jquery.simpleQuote.js"></script>
  173. <script src="assets/js/skel.min.js"></script>
  174. <script src="assets/js/util.js"></script>
  175. <script src="assets/js/main.js"></script>
  176. <script type="text/javascript">
  177. // Simple Quote
  178. $("#simpleQuote").simpleQuote( {speed: 7000}, { includeAuthor: true });
  179. </script>
  180. </body>
  181. </html>