-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
49 lines (41 loc) · 1.7 KB
/
portfolio.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Portfolio Website</title>
<link rel="stylesheet" href="portfolio.css">
</head>
<body>
<div class = "hero" width="100%">
<nav>
<img src="Passports.jpg" class="logo" height="250x" width="150px">
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Academics</a></li>
<li><a href="#">Technical Skills</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Achievements</a></li>
<li><a href="#">Contact Me</a></li>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</ul>
</nav>
<div class = "detail">
<h1>I,m Arun <span>Yerram</span></h1>
<h2>[email protected]</h2>
<p>This is my Portfolio website to showes all.
<br> Details and work experience;
<h3>Career Objective:</h3>
<h4> Seeking a responsible career opportunity in the field of Computer science where I can utilize my logical and technical skills towards personal ans professional development</h4>
</p>
<!-- <a href="#">Download CV</a> -->
</div>
<div class="images">
<img src="" class="shape">
<img src="" class="Boy">
</div>
</div>
</body>
</html>