forked from KatrixReloaded/PitchDesk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplans.html
40 lines (40 loc) · 1.62 KB
/
plans.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.0">
<title>PitchDesk</title>
<link rel="shortcut icon" type="image/png" href="logo.png"/>
<link rel="stylesheet" href="css/style-test.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400&family=Outfit:wght@100;200;300;400;600&display=swap" rel="stylesheet">
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
</head>
<body>
<section class="header-home">
<nav>
<a href="index.html"><img src="images/pd_linear_logo.png" alt=""></a>
<div class="nav-links1" id="navLinks">
<i class="fa fa-times" onclick="hideMenu()"></i>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="categories.html">CATEGORIES</a></li>
<li><a href="plans.html">PLANS & PRICING</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="">CONTACT</a></li>
</ul>
</div>
<i class="fa fa-bars" onclick="showMenu()"></i>
</nav>
<div class="pap">
<img src="images/pd compare.png" alt="">
<h3>NOTE: Subscription process will start after registration completion</h3>
</div>
</section>
</body>
</html>