-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (83 loc) · 2.17 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Harish's Personal site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="harish.jpg" alt="Harish profile pic" />
</td>
<td>
<h1>Harish More</h1>
<p><em> Assistant Engineer at WRD Gov of Karnataka </em></p>
<p>
I am a Government officer who loves to learn new things and who just
loves his coffee.
</p>
</td>
</tr>
</table>
<hr size="5" noshade="5" />
<h3>Education</h3>
<ul>
<li>BE in civil engineering</li>
<li>MTech in Infra construction and management</li>
</ul>
<hr size="5" noshade="5" />
<h3>Hobbies</h3>
<ol>
<li>
<a href="https://en.wikipedia.org/wiki/Swimming_(sport)"> Swimming </a>
</li>
<li>Playing Sports</li>
<li>Reading and Learning new tech</li>
</ol>
<hr size="5" noshade="5" />
<h3>Work experience</h3>
<table border="1">
<thead>
<tr>
<th>DATE</th>
<th>Profile</th>
</tr>
</thead>
<tbody>
<tr>
<td>2016-2017</td>
<td>Contracts and Claims Engineer</td>
</tr>
<tr>
<td>2019-2022</td>
<td>ASSITANT ENGINEER</td>
</tr>
</tbody>
<tfoot></tfoot>
</table>
<hr size="5" noshade="5" />
<h3>Skills</h3>
<table cellpadding="5" cellspacing="10">
<tr>
<td>Tendering</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Estimation</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Contracts</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Billing</td>
<td>⭐⭐⭐</td>
</tr>
</table>
<h3><a href="contact.html"> Contact Me </a></h3>
</body>
</html>