photo.html 14 KB

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