-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (36 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSRF Token -->
<title>Multiple portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"/>
<!-- Styles -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<nav class="navbar">
<a href="home.html"><i class="fas fa-home"></i><span>Home</span></a>
<a href="about.html"><i class="fas fa-user"></i> <span>About</span> </a>
<a href="portfolio.html"><i class="fas fa-briefcase"></i> <span>Portfolio</span></a>
<a href="blog.html"><i class="fas fa-blog"></i> <span>Blog</span></a>
<a href="contact.html"><i class="fas fa-address-book"></i> <span>Contact</span></a>
</nav>
<!-- home section start -->
<section class="home">
<div class="image">
<img src="images/user.jpg" alt="">
</div>
<div class="content">
<h3>Hi, I'm Aklima akther ruhina</h3>
<span>Front and backend developer</span>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Beatae quis maxime odio delectus cum, corrupti fugiat quia tempora non, obcaecati perferendis temporibus accusantium expedita dolor. Ex libero fugit ad saepe.</p>
<a href="#btn" class="btn"> About me <i class="fas fa-user"></i></a>
</div>
</section>
<!-- home section end -->
<!-- Scripts -->
</body>
</html>