photo.html 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  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>Girish's photos</title>
  22. <meta charset="utf-8"/>
  23. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  24. <link rel="stylesheet" href="assets/css/style.css">
  25. <link rel="stylesheet" href="assets/css/main.css"/>
  26. <style type="text/css">
  27. #altLinks li{
  28. display: inline;
  29. }
  30. </style>
  31. </head>
  32. <body><!-- -->
  33. <!-- Header -->
  34. <header id="header">
  35. <nav class="left">
  36. <a href="#menu"><span>Menu</span></a>
  37. </nav>
  38. <a href="photo.html" class="logo">Girish's photos</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">Sponsor me</a></li>
  58. </ul>
  59. </nav>
  60. <!-- One -->
  61. <section id="one" class="wrapper">
  62. <div class="inner">
  63. <header class="align-center">
  64. <h1>Machine</h1>
  65. </header>
  66. </div>
  67. <div class="inner flex flex-3">
  68. <div class="flex-item box">
  69. <div class="image fit">
  70. <a href="assets/img/desktopRevive.jpeg">
  71. <img src="assets/img/desktopRevive.jpeg" alt=""/>
  72. </a>
  73. </div>
  74. <div class="content">
  75. <h3>Computer setup from 2019</h3>
  76. <p>A <a href="https://libreboot.org/docs/hardware/x200.html">Libreboot X200s laptop</a> connected to
  77. vertical
  78. display (DELL <a
  79. href="https://images10.newegg.com/UploadFilesForNewegg/itemintelligence/dell/dell_u2412m_User_s_20Guide_en_us1400443493597.pdf">U2412M</a>)
  80. and desktop <a
  81. href="https://www.gigabyte.com/Motherboard/GA-MA785GM-US2H-rev-10">(GA-MA785GMT-US2H)</a> to
  82. horizontal display (DELL U2412M). To build one such setup check out this <a
  83. href="MyComputer.html">article</a></p>
  84. </div>
  85. </div>
  86. <div class="flex-item box">
  87. <div class="image fit">
  88. <a href="assets/img/workspacePic.jpg">
  89. <img src="assets/img/workspacePic.jpg" alt=""/>
  90. </a>
  91. </div>
  92. <div class="content">
  93. <h3>Workspace and setup from 2020</h3>
  94. <p>
  95. <ul>
  96. <li>Libreboot X200s</li>
  97. <li>Dell U2412M X 2</li>
  98. </ul>
  99. </p>
  100. </div>
  101. </div>
  102. <div class="flex-item box">
  103. <div class="image fit">
  104. <a href="assets/img/workspace.jpg">
  105. <img src="assets/img/workspace.jpg" alt=""/>
  106. </a>
  107. </div>
  108. <div class="content">
  109. <h3>Setup from 2021</h3>
  110. <p>
  111. <ul>
  112. <li>Libreboot X200s</li>
  113. <li>Dell Latitude E6430</li>
  114. <li>Dell U2412M X 2</li>
  115. </ul>
  116. </p>
  117. </div>
  118. </div>
  119. <div class="flex-item box">
  120. <div class="image fit">
  121. <a href="assets/img/godMode.jpg">
  122. <img src="assets/img/godMode.jpg" alt=""/>
  123. </a>
  124. </div>
  125. <div class="content">
  126. <h3>Just to spice things up!</h3>
  127. <p>Switching to God mode...</p>
  128. </div>
  129. </div>
  130. </div>
  131. </section>
  132. <section id="two" class="wrapper">
  133. <div class="inner">
  134. <header class="align-center">
  135. <h1>Flora</h1>
  136. </header>
  137. </div>
  138. <div class="inner flex flex-3">
  139. <div class="flex-item box">
  140. <div class="image fit">
  141. <a href="assets/img/pothos.jpg">
  142. <img src="assets/img/pothos.jpg" alt=""/>
  143. </a>
  144. </div>
  145. <div class="content">
  146. <h3>Epipremnum aureum</h3>
  147. <p><i>Money Plant</i></p>
  148. </div>
  149. </div>
  150. <div class="flex-item box">
  151. <div class="image fit">
  152. <a href="assets/img/jade.jpg">
  153. <img src="assets/img/jade.jpg" alt=""/>
  154. </a>
  155. </div>
  156. <div class="content">
  157. <h3>Crassula ovata</h3>
  158. <p><i>Jade Plant</i></p>
  159. </div>
  160. </div>
  161. <div class="flex-item box">
  162. <div class="image fit">
  163. <a href="assets/img/luckyBamboo.jpg">
  164. <img src="assets/img/luckyBamboo.jpg" alt=""/>
  165. </a>
  166. </div>
  167. <div class="content">
  168. <h3>Dracaena sanderiana</h3>
  169. <p><i>Lucky Bamboo</i></p>
  170. </div>
  171. </div>
  172. <div class="flex-item box">
  173. <div class="image fit">
  174. <a href="assets/img/syngonium.jpg">
  175. <img src="assets/img/syngonium.jpg" alt=""/>
  176. </a>
  177. </div>
  178. <div class="content">
  179. <h3>Syngonium podophyllum</h3>
  180. <p><i>Arrowhead plant</i></p>
  181. </div>
  182. </div>
  183. </div>
  184. </section>
  185. <section id="three" class="wrapper">
  186. <div class="inner">
  187. <header class="align-center">
  188. <h1>Fauna</h1>
  189. </header>
  190. </div>
  191. <div class="inner flex flex-3">
  192. <div class="flex-item box">
  193. <div class="image fit">
  194. <a href="assets/img/starFish.jpg">
  195. <img src="assets/img/starFish.jpg" alt=""/>
  196. </a>
  197. </div>
  198. <div class="content">
  199. <h3>Asterias rubens</h3>
  200. <p><i>Starfish</i></p>
  201. </div>
  202. </div>
  203. <div class="flex-item box">
  204. <div class="image fit">
  205. <a href="assets/img/pup.jpg">
  206. <img src="assets/img/pup.jpg" alt=""/>
  207. </a>
  208. </div>
  209. <div class="content">
  210. <h3>Canis familiaris</h3>
  211. <p><i>Dog</i></p>
  212. </div>
  213. </div>
  214. <div class="flex-item box">
  215. <div class="image fit">
  216. <a href="assets/img/meself.jpeg">
  217. <img src="assets/img/meself.jpeg" alt=""/>
  218. </a>
  219. </div>
  220. <div class="content">
  221. <h3>That's me!</h3>
  222. <p>Photo created using <a href="https://wiki.gnome.org/Apps/Cheese">Cheese</a> application for GNOME</p>
  223. </div>
  224. </div>
  225. </div>
  226. </section>
  227. <section id="four" class="wrapper">
  228. <div class="inner">
  229. <header class="align-center">
  230. <h1>Coloring</h1>
  231. </header>
  232. <div class="content">
  233. <p><a href="https://en.wikipedia.org/wiki/Mandala">Mandala</a> drawings borrowed from book 'Relaxing Mandala for Kids' published by Wonder House Books.
  234. Colored using Faber Castell 12 Colour pencils in assorted shades.</p>
  235. </div>
  236. </div>
  237. <div class="inner flex flex-3">
  238. <div class="flex-item box">
  239. <div class="image fit">
  240. <a href="assets/img/mandalaColoring0.jpg">
  241. <img src="assets/img/mandalaColoring0.jpg" alt=""/>
  242. </a>
  243. </div>
  244. </div>
  245. <div class="flex-item box">
  246. <div class="image fit">
  247. <a href="assets/img/mandalaColoring1.jpg">
  248. <img src="assets/img/mandalaColoring1.jpg" alt=""/>
  249. </a>
  250. </div>
  251. </div>
  252. <div class="flex-item box">
  253. <div class="image fit">
  254. <a href="assets/img/mandalaColoring2.jpg">
  255. <img src="assets/img/mandalaColoring2.jpg" alt=""/>
  256. </a>
  257. </div>
  258. </div>
  259. <div class="flex-item box">
  260. <div class="image fit">
  261. <a href="assets/img/mandalaColoring3.jpg">
  262. <img src="assets/img/mandalaColoring3.jpg" alt=""/>
  263. </a>
  264. </div>
  265. </div>
  266. <div class="flex-item box">
  267. <div class="image fit">
  268. <a href="assets/img/mandalaColoring4.jpg">
  269. <img src="assets/img/mandalaColoring4.jpg" alt=""/>
  270. </a>
  271. </div>
  272. </div>
  273. <div class="flex-item box">
  274. <div class="image fit">
  275. <a href="assets/img/mandalaColoring5.jpg">
  276. <img src="assets/img/mandalaColoring5.jpg" alt=""/>
  277. </a>
  278. </div>
  279. </div>
  280. <div class="flex-item box">
  281. <div class="image fit">
  282. <a href="assets/img/mandalaColoring6.jpg">
  283. <img src="assets/img/mandalaColoring6.jpg" alt=""/>
  284. </a>
  285. </div>
  286. </div>
  287. <div class="flex-item box">
  288. <div class="image fit">
  289. <a href="assets/img/mandalaColoring7.jpg">
  290. <img src="assets/img/mandalaColoring7.jpg" alt=""/>
  291. </a>
  292. </div>
  293. </div>
  294. </div>
  295. </section>
  296. <!-- Footer -->
  297. <footer id="footer">
  298. <ul class="actions">
  299. <li><a href="index.html">Home</a></li>
  300. <li><a href="services.html">Services</a></li>
  301. <li><a href="project.html">Projects</a></li>
  302. <li><a href="workExperience.html">Experience</a></li>
  303. <li><a href="education.html">Education</a></li>
  304. <li><a href="writing.html">Blog</a></li>
  305. <li><a href="books.html">Book library</a></li>
  306. <li><a href="photo.html">Photos</a></li>
  307. <!-- <li><a href="shop.html">Shop</a></li> -->
  308. <!-- <li><a href="contact.html">Contact</a></li> -->
  309. <li><a href="assets/pdf/girishmResume.pdf">CV</a></li>
  310. <li><a href="subscribe.html">Sponsor me</a></li>
  311. </ul>
  312. <div class="inner">
  313. <h2>Get In Touch</h2>
  314. <ul class="actions">
  315. <li><span class="icon fa-envelope"></span> <a href="#">girishm at posteo dot net</a></li>
  316. <li><a href="girishmInfo.asc">GPG key</a></li>
  317. </ul>
  318. </div>
  319. <noscript>
  320. <h3>For those who are afraid of non-free JavaScript</h3>
  321. <div class="inner flex flex-3 row 6u 12u$(small)">
  322. <ul id="altLinks">
  323. <li><a href="index.html">Home</a></li>
  324. <li><a href="services.html">Services</a></li>
  325. <li><a href="project.html">Projects</a></li>
  326. <li><a href="workExperience.html">Experience</a></li>
  327. <li><a href="education.html">Education</a></li>
  328. <li><a href="writing.html">Blog</a></li>
  329. <li><a href="books.html">Book library</a></li>
  330. <li><a href="photo.html">Photos</a></li>
  331. <!-- <li><a href="shop.html">Shop</a></li> -->
  332. <!--<li><a href="contact.html">Contact</a></li>-->
  333. <li><a href="assets/pdf/girishmResume.pdf">CV</a></li>
  334. <li><a href="subscribe.html">Sponsor me</a></li>
  335. </ul>
  336. </div>
  337. </noscript>
  338. <div class="copyright">
  339. <p>Copyright &copy; 2019 to present, Girish M,
  340. <br/>
  341. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative
  342. Commons
  343. Attribution 4.0 International License</a>. The source for this web-page can be found <a
  344. href="https://notabug.org/girishm/girishm.nfshost.com/src/test/photo.html">here</a>
  345. </p>
  346. &copy; Untitled. Design <a href="https://templated.co">TEMPLATED</a>. Images <a href="https://unsplash.com">Unsplash</a>.
  347. </div>
  348. <a href="javascript.html" rel="jslicense">JavaScript license information</a>
  349. </footer>
  350. <!-- Scripts -->
  351. <script src="assets/js/jquery.min.js"></script>
  352. <script src="assets/js/jquery.scrolly.min.js"></script>
  353. <script src="assets/js/skel.min.js"></script>
  354. <script src="assets/js/util.js"></script>
  355. <script src="assets/js/slider.js"></script>
  356. <script src="assets/js/main.js"></script>
  357. </body>
  358. </html>