-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
39 lines (39 loc) · 1.52 KB
/
experience.html
File metadata and controls
39 lines (39 loc) · 1.52 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>My Resume</title>
<link rel="stylesheet" href="portfolio.css" type="text/css">
</head>
<body>
<div id="nav">
<span><a class="navbar" href="portfolio.html">About Me</a></span>
<span><a class="navbar" href="experience.html">Experience</a></span>
<span><a class="navbar" href="education.html">Education</a></span>
<span><a class="navbar" href="skills.html">Skills</a></span>
<span><a class="navbar" href="qualities.html">Qualities</a></span>
<span><a class="navbar" href="achievement.html">Achievements</a></span>
<span><a class="navbar" href="contact.html">Contact Me</a></span>
</div>
<div id="heading">
<h2>My Resume</h2>
</div>
<div id="main-content">
<img id="profile_pic" src="profile_pic.jpg" alt="profile_pic"/>
</div>
<div id="content_exp">
<h3>Experience</h3>
<p>
<h4>February 2022-present</h4>
Ninja Entrepreneur •Campus Ambassador •Coding Ninjas
<br>
<br>
<h4>27 June 2022-10 July 2022</h4>
Project Intern •Atlanta Systems Pvt. Ltd.
<br>
<br>
<h4>4 July 2022-present</h4>
Web Development & Designing intern •UNIcompiler
</p>
</body>
</html>