-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
107 lines (81 loc) · 2.14 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
</html>
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> CNU's personal site</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body >
<table cellspacing="20">
<tr>
<td><img src="images/cnu.png" alt="srinu's profile picture" width="200" height="200"></td>
<td>
<h1> SRINU </h1>
<p>
<em>Founder and CEO of <strong><a href="https://sites.google.com/view/enhnace-ai/home">Enhance</a></strong></em>
</p>
<p> I am guy who loves technology and want to impact world with advancements in it</p>
</td>
</tr>
</table>
<hr>
<h3> Education</h3>
<ul>
<li> Jawahar Navodya vidyalaya</li>
<li>Rajiv Gandhi University of knowledge Technologies </li>
</ul>
<hr>
<h3> My Hobbies</h3>
<ol>
<li><a href="https://www.youtube.com/watch?v=NQWEqWNAzR0">Writting</a></li>
<li><a href="https://www.youtube.com/watch?v=lviVCr1dK1o">Reading</a></li>
<li><a href="https://www.youtube.com/watch?v=daPmenMTbU4">Watching movies</a></li>
</ol>
<hr>
<table>
<thead>
<th>Dates </th>
<th>Work</th>
</thead>
<tbody>
<tr>
<td>May19-June 19</td>
<td> Intern </td>
</tr>
<tr>
<td>March 2021</td>
<td> Associate Systems Engineer</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<h3> Skills</h3>
<table cellspacing="10" >
<tbody>
<tr>
<td>C Programming ⭐⭐⭐</td>
</tr>
<tr>
<td>Python ⭐⭐⭐</td>
</tr>
</tbody>
<tf></tf>
</table>
<table cellspacing="10">
<tbody>
<tr>
<td>Java ⭐⭐⭐</td>
</tr>
<tr>
<td>Machine Learning ⭐⭐⭐</td>
</tr>
</tbody>
</table>
<hr>
<a href="contactme.html"> Contact me </a>
<form action=""></form>
</body>
</html>