-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (50 loc) · 1.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My Resume</title>
</head>
<body>
<h1>Sagar Patel</h1>
<img src="./assert/images/logo.png" alt="profile pic" width="200"/>
<h2>Summary</h2>
<p>I am a hardworking and dedicated individual with experience in customer service and administration.</p>
<hr />
<h2>Education</h2>
<ul>
<li>Msc.IT 2014</li>
</ul>
<hr />
<h2>Work Experience</h2>
<ul>
<li>Mobile App & Web Development - Atharva Inifinity</li>
<p>January 2015 to 2024</p>
<ul>
<li>Develop Mobile App As Per Client Requirement</li>
<li>Develop Web Site & Api</li>
<li>Resove Major Bugs And Hangle Multiple Projects</li>
</ul>
</ul>
<hr />
<h2>Skill</h2>
<ul>
<li>Master In Web Development</li>
<li>Master in mobile app developer native and hybrid</li>
<li>Good knowledge HTML, CSS, JS, React, Angular, Flutter, Swift, Kotlin </li>
</ul>
<hr />
<h2>Awards & Certifications</h2>
<ul>
<li>Best developer in last 10 years</li>
</ul>
<hr />
<h2>Other</h2>
<ul>
<li><a href="https://atharvainfinity.github.io/html-portfolio/">My Portfolio</a></li>
<li><a href="https://atharvainfinity.github.io/html-portfolio/public/contact.html">Contact Me</a></li>
</ul>
<footer>
<p>© Sagar Patel. All rights reserved.</p>
</footer>
</body>
</html>