-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
117 lines (111 loc) · 3.03 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
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<title>Resume</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<table class="Navigation_bar"
border="0"
cellpadding="30"
cellspacing="10"
align="center">
<tr>
<td><button>HOME</button></td>
<td><button>ABOUT</button></td>
<td><button>EDUCATION</button></td>
<td><button>EXPERIENCE</button></td>
<td><button>CONTACT</button></td>
</tr>
</table>
<table
border="0"
cellpadding = "50"
cellspacing="10">
<tr>
<td>
<p class="initial">Hello</p>
<h1 class="Name">
I'm Manu Varghese
</h1>
<h7 class="initial">
Full Stack intern at GEOGO Techsolutions
</h7>
<br>
<h8 class="initial">
Team: Sarabhai
</h8>
</td>
<td>
<p>
</p>
</td>
<td>
<img class="profile" src="profile.jpeg" alt="Profile photo">
</td>
</tr>
</table>
<br>
<br>
<br>
<hr>
<h2><u>Education</u></h2>
<div class="education">
<p>
<b>Yeshwantrao Chavan College of Engineering, Nagpur</b>
<br>
Bachelor of Engineering in Electronics and Telecommunicatio
<br>
2019-2023
</p>
<p>
<b>Alphonsa Sr. Sec. School, Wardha</b>
<br>
HSC and SSC
<br>
2017-2019
</p>
</div>
<hr>
<h2><u>Experience</u></h2>
<div class="experience">
<p>
<b>Open Source Contributor</b>
<br>
LetsGrowMore
<br>
June 2021 - Aug 2021 [2 month]
<br>
<br>
<b>IoT and Computer Vision Intern</b>
<br>
The Sparks Foundation
<br>
June 2021 [1 month]
<br>
<br>
</p>
</div>
<hr>
<h2><u>Skills</u></h2>
<div class="skills">
<ul>
<li>HTML</li>
<li>CSS</li>
<li>C++</li>
<li>C</li>
<li>Python</li>
</ul>
</div>
<hr>
<h2><u>Contact</u></h2>
<div class="contact">
<p>
Email: [email protected]
<br>
Ph no: 0080070514<br>
<a href="https://www.linkedin.com/in/manu-varghese-/"><img src="Linkedin.svg" width="30" height="30"></a>
</p>
</div>
</body>
</html>