forked from vxdhu/Healthhighway-Compiled
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeeds.html
44 lines (38 loc) · 2.04 KB
/
feeds.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
<!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>Feeds | Health Highway</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Montserrat:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&family=Roboto:wght@700&family=Work+Sans:wght@500;600&display=swap');
</style>
<link rel="stylesheet" href="css/navbar_vidhu.css">
</head>
<body>
<header class="header-for-navbar">
<div class="navbar-top">
<div class="brandwrap-top">
<a class="desktop-brandwrap" href="index.html"><img src="https://ik.imagekit.io/healthhighway2020/Group_1YBxSKuiyUd.svg?updatedAt=1633715883579" alt="logo"></a>
<a class="mobile-brandwrap" href="index.html"><img src="https://ik.imagekit.io/healthhighway2020/hhlogoH_5JuGbkrkE.svg?updatedAt=1634284862307" alt="logo"></a>
</div>
<nav>
<ul class="nav-links-top">
<li class="desk-link-nav"><a href="#">Home</a></li>
<li class="desk-link-nav"><a href="#">Feeds</a></li>
<li class="desk-link-nav"><a href="#">Support</a></li>
<li class="desk-link-nav"><a href="#" id="loginbtn">Login</a></li>
<li><a href="#" class="joinbtn" id="landing-joinus">JoinUs</a></li>
<li> <button class="loginIcon">
<img src="images/user.png" alt="user" />
</button> </li>
</ul>
</nav>
</div>
</header>
<main></main>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.24.0/axios.min.js" integrity="sha512-u9akINsQsAkG9xjc1cnGF4zw5TFDwkxuc9vUp5dltDWYCSmyd0meygbvgXrlc/z7/o4a19Fb5V0OUE58J7dcyw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="./blogtest.js"></script>
</body>
</html>