-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (36 loc) · 986 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My Resume</title>
</head>
<body>
<h1>Yash Patel</h1>
<img src="./YASH.jpg" width="200">
<hr>
<h2>Summary:</h2>
<p>Hard Working man Dedicated in building great products that people can love using in their daily lives. And make a good money while doing that</p>
<hr>
<h2>Education:</h2>
<P> BS in computer science from CSUMB</P>
<hr />
<h2>Skills :</h2>
<ul>
<li>Great Communication skills</li>
<li>Great at Team work</li>
<li>Good sense of humor</li>
<li>Born to be a great Leader</li>
</ul>
<hr />
<h2>Achievements:</h2>
<p>Won a Silver Medal for Long Jump in 8th standard</p>
<hr />
<h2>Other:</h2>
<a href="hobbies.html">Hobbies</a> <br>
<a href="contact.html">Contact Me</a>
<hr />
<footer>
<p>© 2018 Patel</p>
</footer>
</body>
</html>