-
Notifications
You must be signed in to change notification settings - Fork 0
/
photo.html
402 lines (384 loc) · 14.4 KB
/
photo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
<!--
girishm.nfshost.com is the source for webpage (www.girishm.info or its alias www.girishm.nfshost.com) of Girish M
Copyright © 2019 to present, Girish M
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>
Intensify by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Girish's photos</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/main.css"/>
<style type="text/css">
#altLinks li{
display: inline;
}
</style>
</head>
<body><!-- -->
<!-- Header -->
<header id="header">
<nav class="right">
<label for="dark-theme-checkbox" id="dark-theme-checkbox-label">Dark Mode</label>
<input type="checkbox" id="dark-theme-checkbox">
<a href="index.html"><img src="assets/img/home.jpg"></a>
</nav>
<nav class="left">
<a href="#menu"><span>Menu</span></a>
</nav>
<a href="photo.html" class="logo">Girish's photos</a>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="project.html">Projects</a></li>
<li><a href="workExperience.html">Experience</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="assets/pdf/girishResume.pdf">CV</a></li>
<li><a href="writing.html">Blog</a></li>
<li><a href="books.html">Book library</a></li>
<li><a href="photo.html">Photos</a></li>
</ul>
</nav>
<!-- One -->
<section id="one" class="wrapper">
<div class="inner">
<header class="align-center">
<h1>Machine</h1>
</header>
</div>
<div class="inner flex flex-3">
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/desktopRevive.jpeg">
<img src="assets/img/desktopRevive.jpeg" alt=""/>
</a>
</div>
<div class="content">
<h3>Computer setup from 2019</h3>
<p>A <a href="https://libreboot.org/docs/hardware/x200.html">Libreboot X200s laptop</a> connected to
vertical
display (DELL <a
href="https://images10.newegg.com/UploadFilesForNewegg/itemintelligence/dell/dell_u2412m_User_s_20Guide_en_us1400443493597.pdf">U2412M</a>)
and desktop <a
href="https://www.gigabyte.com/Motherboard/GA-MA785GM-US2H-rev-10">(GA-MA785GMT-US2H)</a> to
horizontal display (DELL U2412M). To build one such setup check out this <a
href="MyComputer.html">article</a></p>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/workspacePic.jpg">
<img src="assets/img/workspacePicCompressed.jpg" alt=""/>
</a>
</div>
<div class="content">
<h3>Workspace and setup from 2020</h3>
<p>
<ul>
<li>Libreboot X200s</li>
<li>Dell U2412M X 2</li>
</ul>
</p>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/workspace.jpg">
<img src="assets/img/workspace.jpg" alt=""/>
</a>
</div>
<div class="content">
<h3>Setup from 2021</h3>
<p>
<ul>
<li>Libreboot X200s</li>
<li>Dell Latitude E6430</li>
<li>Dell U2412M X 2</li>
</ul>
</p>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/godMode.jpg">
<img src="assets/img/godMode.jpg" alt=""/>
</a>
</div>
<div class="content">
<h3>Just to spice things up!</h3>
<p>Switching to God mode...</p>
</div>
</div>
</div>
</section>
<section id="two" class="wrapper">
<div class="inner">
<header class="align-center">
<h1>Flora</h1>
</header>
</div>
<div class="inner flex flex-3">
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/pothos.jpg">
<img src="assets/img/pothos.jpg" alt=""/>
</a>
</div>
<div class="content">
<h3>Epipremnum aureum</h3>
<p><i>Money Plant</i></p>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/jade.jpg">
<img src="assets/img/jade.jpg" alt=""/>
</a>
</div>
<div class="content">
<h3>Crassula ovata</h3>
<p><i>Jade Plant</i></p>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/luckyBamboo.jpg">
<img src="assets/img/luckyBamboo.jpg" alt=""/>
</a>
</div>
<div class="content">
<h3>Dracaena sanderiana</h3>
<p><i>Lucky Bamboo</i></p>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/syngonium.jpg">
<img src="assets/img/syngonium.jpg" alt=""/>
</a>
</div>
<div class="content">
<h3>Syngonium podophyllum</h3>
<p><i>Arrowhead plant</i></p>
</div>
</div>
</div>
</section>
<section id="three" class="wrapper">
<div class="inner">
<header class="align-center">
<h1>Fauna</h1>
</header>
</div>
<div class="inner flex flex-3">
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/starFish.jpg">
<img src="assets/img/starFishCompressed.jpg" alt=""/>
</a>
</div>
<div class="content">
<h3>Asterias rubens</h3>
<p><i>Starfish</i></p>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/pup.jpg">
<img src="assets/img/pupCompressed.jpg" alt=""/>
</a>
</div>
<div class="content">
<h3>Canis familiaris</h3>
<p><i>Dog</i></p>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/meself.jpeg">
<img src="assets/img/meself.jpeg" alt=""/>
</a>
</div>
<div class="content">
<h3>That's me!</h3>
<p>Photo created using <a href="https://wiki.gnome.org/Apps/Cheese">Cheese</a> application for GNOME</p>
</div>
</div>
</div>
</section>
<section id="four" class="wrapper">
<div class="inner">
<header class="align-center">
<h1>Coloring</h1>
</header>
<div class="content">
<p><a href="https://en.wikipedia.org/wiki/Mandala">Mandala</a> drawings borrowed from book 'Relaxing Mandala for Kids' published by Wonder House Books.
Colored using Faber Castell 12 Colour pencils in assorted shades.</p>
</div>
</div>
<div class="inner flex flex-3">
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/mandalaColoring0.jpg">
<img src="assets/img/mandalaColoring0Compressed.jpg" alt=""/>
</a>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/mandalaColoring1.jpg">
<img src="assets/img/mandalaColoring1Compressed.jpg" alt=""/>
</a>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/mandalaColoring2.jpg">
<img src="assets/img/mandalaColoring2Compressed.jpg" alt=""/>
</a>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/mandalaColoring3.jpg">
<img src="assets/img/mandalaColoring3Compressed.jpg" alt=""/>
</a>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/mandalaColoring4.jpg">
<img src="assets/img/mandalaColoring4Compressed.jpg" alt=""/>
</a>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/mandalaColoring5.jpg">
<img src="assets/img/mandalaColoring5.jpg" alt=""/>
</a>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/mandalaColoring6.jpg">
<img src="assets/img/mandalaColoring6.jpg" alt=""/>
</a>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/mandalaColoring7.jpg">
<img src="assets/img/mandalaColoring7.jpg" alt=""/>
</a>
</div>
</div>
</div>
</section>
<section id="five" class="wrapper">
<div class="inner">
<header class="align-center">
<h1>Few paintings made using water colors.</h1>
</header>
<div class="content">
<p>I had painted them on mostly Monday mornings when I had no job and felt hopeless. </p>
</div>
</div>
<div class="inner flex flex-3">
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/painting0.jpg">
<img src="assets/img/painting0.jpg" alt=""/>
</a>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/painting1.jpg">
<img src="assets/img/painting1.jpg" alt=""/>
</a>
</div>
</div>
<div class="flex-item box">
<div class="image fit">
<a href="assets/img/painting2.jpg">
<img src="assets/img/painting2.jpg" alt=""/>
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="actions">
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="project.html">Projects</a></li>
<li><a href="workExperience.html">Experience</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="writing.html">Blog</a></li>
<li><a href="books.html">Book library</a></li>
<li><a href="photo.html">Photos</a></li>
<li><a href="assets/pdf/girishResume.pdf">CV</a></li>
</ul>
<div class="inner">
<h2>Get In Touch</h2>
<ul class="actions">
<li><span class="icon fa-envelope"></span> <a href="#">girishm at posteo dot net</a></li>
<li><a href="girishmInfo.asc">GPG key</a></li>
</ul>
</div>
<noscript>
<h3>For those who are afraid of non-free JavaScript</h3>
<div class="inner flex flex-3 row 6u 12u$(small)">
<ul id="altLinks">
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="project.html">Projects</a></li>
<li><a href="workExperience.html">Experience</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="assets/pdf/girishResume.pdf">CV</a></li>
<li><a href="writing.html">Blog</a></li>
<li><a href="books.html">Book library</a></li>
<li><a href="photo.html">Photos</a></li>
</ul>
</div>
</noscript>
<div class="copyright">
<p>Copyright © 2019 to present, Girish M,
<br/>
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative
Commons
Attribution 4.0 International License</a>. The source for this web-page can be found <a
href="https://github.com/girish17/girish17.github.io/blob/master/photo.html">here</a>
</p>
© Untitled. Design <a href="https://templated.co">TEMPLATED</a>. Images <a href="https://unsplash.com">Unsplash</a>.
</div>
<a href="javascript.html" rel="jslicense">JavaScript license information</a>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/slider.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>