-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
69 lines (57 loc) · 2.11 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pilar Health Center</title>
<link rel="stylesheet" href="Assets/Css/homestyle.css">
</head>
<body>
<main>
<div class="big-wrapper light">
<header>
<div class="container">
<div class="logo">
<img src="Assets/Photo/pilarlogo.png" alt="Logo" />
<h3>Pilar Health Center</h3>
</div>
<div class="links">
<ul>
<li><a href="login.html" class="btn">Login
</a></li>
</ul>
</div>
</div>
</header>
<div class="showcase-area">
<div class="container">
<div class="left">
<div class="big-title">
<h1>Book an Appointment now.</h1>
</div>
<p class="text">
We are providing a quality patient care that will surely improve the health and well being of our community.
Book now and let's promote
A healthy community together with a trust and patient centered organization.
</p>
<div class="cta">
<a href="2ndpage.html" class="btn">Get Started</a>
</div>
</div>
<div class="right">
<img src="Assets/Photo/-11587911194hg1bith6e5.png" alt="Person Image">
</div>
</div>
</div>
<div class="bottom-area"></div>
<div class="container">
<button class="toggle-btn">
<i class="far fa-moon"></i>
<i class="far fa-sun"></i>
</button>
</div>
</div>
</main>
<script src="https://kit.fontawesome.com/a81368914c.js"></script>
<script src="Assets/Js/app.js"></script>
</body>
</html>