-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (53 loc) · 2.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio website project intern</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main></main>
<div class="container">
<div class="sidebar siderbarGo">
<nav>
<ul>
<li><a href="/experiance.html">Home</a></li>
<li><a href="/intro.html">My Intro</a></li>
<li><a href="/resume.html">Blog</a></li>
<li><a href="/skill.html">Services</a></li>
<li><a href="Contact.html">Contact Me</a></li>
<li><a href="/experiance.html"></a></li>
</ul>
</nav>
</div>
<div class="main">
<div class="hamburger">
<img class="ham" src="Hamburger_icon.svg.png" alt="" width="23">
<img class="cross" src="cross.png" alt="" width="23">
</div>
<div class="infoContainer">
<div class="devInfo">
<div class="Hello">Hi I am </div>
<div class="name">Amit Kumar</div>
<div class="about">Front-end Developer</div>
<div class="moreabout">I'm Amit Kumar, Student at Jodhpur Institute Of Engineering & Technology ,
Jodhpur
And My Major Field Of Study Is Artificial Intelligence & Machine Learning . I'm A Frontend
Developer And Currently Working On Skill Enhancement
And Personality Development . I am Committed To Continuous Growth And Eager To Enagage In
Various Learning Opportunities To
Further My Personal And Professional Goals.
</div>
<div class="buttons">
<button><a href="/My Resume .html.pdf">Download Resume </button>
<button><a href="/Contact.html" style="text-transform: none;">Contact Me</button>
</div>
</div>
<div class="devPic"><img src="/3.jpg" alt="Amit Kumar"></div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>