-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
46 lines (42 loc) · 1.56 KB
/
faq.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<title>FAQ</title>
<link rel="stylesheet" href="style.css">
<!-- Fontawesome CDN Link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!-- Move to up button -->
<div class="scroll-button">
<a href="#home"><i class="fas fa-arrow-up"></i></a>
</div>
<!-- navgaition menu -->
<nav>
<div class="navbar">
<div class="logo"><a href="#">MY PORTFOLIO</a></div>
<ul class="menu">
<div class="cancel-btn">
<i class="fas fa-times"></i>
</div>
</ul>
<div class="media-icons">
<a href="https://www.facebook.com/profile.php?id=100080697788400"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/infotainmentorp"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/prannnav9/?hl=en"><i class="fab fa-instagram"></i></a>
<a href="https://www.youtube.com/"><i class="fab fa-youtube"></i></a>
<a href="https://www.linkedin.com/in/pranav-bansal-21a81a23a"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</nav>
<!-- Blog Section Start -->
<section class="faq" id="faq">
<div class="content">
<div class="title"><span>FAQ</span></div>
<h2><center>COMING SOON</center></h2>
</body>