-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (98 loc) · 3.94 KB
/
index.html
File metadata and controls
103 lines (98 loc) · 3.94 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!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">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="fav.png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<title>1NESS</title>
</head>
<body>
<div class="header">
<div class="container">
<div class="navbar">
<div class="logo">
<a href=""><img src="1-NESS.png" alt="Logo" width="200px"></a>
</div>
<nav>
<ul id="MenuItems">
<li><a href="">HOME</a></li>
<!-- <li><a href="#">ABOUT</a></li> -->
<li><a href="https://forms.gle/5x2qeygWHjja8EWw8">CONTACT</a></li>
<!-- <li>
<div class="dropdown">
<a href="" class="dropbtn">ACCOUNT ▼</a>
<div class="dropdown-content">
<a href="#">Sign Up / Register</a>
<a href="#">Sign-in</a>
</div>
</div>
</li> -->
</ul>
</nav>
<!-- <a href="#"><img src="02_cart.png" title="Your Cart" width="30px" height="30px"></a>
<img src="menu.png" class="menu-icon" onclick="menutoggle()"> -->
</div>
<br>
<div class="row">
<div class="col-2">
<h1>Providing top-notch and innovative medical care</h1>
<p>Your Wellness is 1<br>The best health plan that's tailored to you</p>
<a href="https://forms.gle/5x2qeygWHjja8EWw8" class="btn explore">Explore Now </a>
</div>
<div class="col-2">
<img src="different-pills-and-capsules.jpeg" width="1700px">
</div>
</div>
</div>
</div>
<div class="testimonial">
<div class="small-container">
<div class="row">
<div class="col-3">
<i class="fa fa-quote-left"></i>
<p>Want drugs delivered to your Door step? Call 1NESS!</p>
<h3>Delivery</h3>
</div>
<div class="col-3">
<i class="fa fa-quote-left"></i>
<p>Want to have the services of a health professional? Call 1NESS!</p>
<h3>Service</h3>
</div>
<div class="col-3">
<i class="fa fa-quote-left"></i>
<p>For all your health needs? Call 1NESS</p>
<h3>Well Being</h3>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="row">
<div class="footer-col-1">
<h3>Contact Info</h3>
<!-- <address> -->
<div class="app-logo">
<p><a rel="stylesheet" href="tel:+233257089844">Phone : 233257089844 </p>
<p> <a rel="stylesheet" href="mailto:bea1nessor@gmail.com"> Email : bea1nessor@gmail.com </p>
<!-- <i class="fas fa-mobile"><a href="tel:+233257089844"></i>
<i class="fas fa-mail-bulk"><a href="mailto:bea1nessor@gmail.com"></a></i> -->
</div>
<!-- </address> -->
</div>
<div class="footer-col-2">
<!-- <img src="" style="width: 200px"> -->
<p><br> Providing top-notch and innovative medical care</p>
</div>
</div>
<hr>
<p class="copyright"> 1NESS © 2023 </p>
</div>
</div>
</body>
</html>