-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (72 loc) · 2.58 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>♡Anand's Site</title>
</head>
<body>
<table cellspacing=20>
<tr>
<td>
<img src='AnandWarik_oval.jpg' width=300>
</td>
<td>
<h1>Anand Warik</h1>
<p><em>Founder of <strong><a href='https://google.com'>Weaver</a></strong>.</em></p>
<p>I am a Librarian who started to code in late 30's. <br>A spiritual seeker and
do write tweets often.</p>
</td>
</tr>
</table>
<ol>
<li>Was fascinated by Mathematics</li>
<li>Tried unsuccessfully an Engineering but failed</li>
<li>Got a first class degree in Statistics but couldn't picture it's structure in head so left</li>
<li>Learn't Library Science so that I can redirect myself in my pursuit to know about God personally.</li>
<li>11 year's working in some or other capacity in a library but still haven't identified the path</li>
</ol>
<hr>
<table>
<thead>
<tr>
<th>Year</th><th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2016-2017</td><td>Started stock checking</td>
</tr>
<tr>
<td>2018</td><td>Started learning Python</td>
</tr>
<tr>
<td>2020</td><td>Wrote a script to create a pdf</td>
</tr>
<tr>
<td>2021</td><td>Started learning SQL and Web development</td>
</tr>
</tbody>
<tfoot>
<tr><td>Work still to be accomplished</td></tr>
</tfoot>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing=10>
<tr><td><table cellspacing=10>
<tr>
<td>Philosophy</td><td>🌟🌟🌟🌟🌟</td>
</tr>
<tr>
<td>Math</td><td>🌟🌟🌟</td>
</tr>
</table></td>
<td><table cellspacing=10>
<tr><td>Python</td><td>🌟🌟🌟🌟</td></tr>
<tr><td>Science</td><td>🌟🌟🌟</td></tr>
</table></td></tr>
</table>
<h2><a href='hobbies.html'>Hobbies</a></h2>
<h2><a href='contact.html'>Contact Me</a></h2>
</body>
</html>