-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
38 lines (38 loc) · 1.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>my portfolio</title>
<link rel="stylesheet" href="style.css"/>
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<header class="header">
<a href="#" class="logo">shashank</a>
<nav class="navbar">
<a href="#" class="active">home</a>
<a href="#" >about</a>
<a href="#">project</a>
<a href="#">achievement</a>
<a href="#">contact</a>
</nav>
</header>
<section class="home">
<div class="home-content">
<h1>Hi, I,M ch.shashank</h1>
<h3>data analytst , sde, Full-stack web devloper</h3>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Ea nobis, repellendus at eum ipsum ducimus. Quia modi magnam numquam, necessitatibus quam adipisci animi molestiae deleniti eaque eos, blanditiis qui vero?</p>
<div class="btn-box">
<a href="#">Hire me.</a>
<a href="#">Let's talk</a>
</div>
</div>
<div class="+">
<a href="#"><i class='bx bxl-linkedin' ></i></a>
<a href="#"><i class='bx bxl-instagram' ></i></a>
<a href="#"><i class='bx bxl-facebook'></i></a>
</div>
</section>
</body>
</html>