-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
113 lines (106 loc) · 5.01 KB
/
about.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
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
104
105
106
107
108
109
110
111
112
113
<!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">
<meta name="description" content="we provide different services on medicine,
dentistry, pharmacy, midwifery, nursing, optometry, audiology, psychology">
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"/>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap" rel="stylesheet"/>
<link rel="stylesheet" href="./css/about.css">
<title>About page</title>
</head>
<body>
<header>
<div class="first-header-content">
<ul>
<li><a class="bi bi-facebook" href=""></a></li>
<li><a class="bi bi-twitter" href=""></a></li>
<li><a href="">Login</a></li>
<li><a href="">Family</a></li>
</ul>
</div>
<nav class="nav-container">
<div class="web-logo">
<a class="logo-link" href="./index.html"><img class="logo-image" src="./images/icon/logo1.png" alt="website logo: health logo"> Cure Disease</a>
</div>
<ul class="nav-items">
<li class="nav-item"><a class="nav-link" href='./index.html'>Home</a></li>
<li class="nav-item"><a class="nav-link active" href="">About</a></li>
<li class="nav-item"><a class="nav-link" href="#service-section">Servives</a></li>
<li class="nav-item"><a class="nav-link" href="#doctor-section">Doctors</a></li>
<li class="nav-item"><a class="nav-link" href="">Contact</a></li>
<li class="nav-item"><a class="nav-link consult-button" href="">Consultation</a></li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</header>
<main>
<section class="heading-section" id="home-section">
<div class="heading-container">
<div class="inner-container1">
<h1>We make life better with technology</h1>
<p class="inner-text">Evercare has responded to a global challenge to ensure well-being at all ages is provided to those living in emerging markets as a pillar to support sustainable economic development. With this, the Group is leading the way in transforming the traditional healthcare model through its integrated cross-continents platform, its impact driven model and quality driven hospitals.
</p>
</div>
<div class="inner-container2">
<p>National Museum of Korea,
Art center Nabi and more
</p>
</div>
<div class="mail-container">
<p>Please contact us per Email
for any further questions About
Evergreen Company
</p>
<a class="mail" href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</section>
<section class="doctor-section" id="doctor-section">
<div class="heading">
<h2>See the past CC Global Summit</h2>
<p>
The Evercare Group operates as an integrated healthcare delivery platform in emerging markets across Africa and South Asia
</p>
</div>
<div class="image-container">
<div class="ps-img img1">
<div class="overlay">
<h3>2013</h3>
<p>cc Global Summit 2013 Buenos Aires</p>
</div>
</div>
<div class="ps-img img2">
<div class="overlay">
<h3>2013</h3>
<p>cc Global Summit 2013 Buenos Aires</p>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="logo-image">
<div>
<img src="./images/icon/LogoMakr-5ASCa4.png" alt="health-care-logo">
</div>
<p>health care website</p>
</div>
<div class="foot-note">
<small class="copy">© 2022 health care. Some rights Reserved</small>
<p class="pps">For photo credits, check project's <a href="https://github.com/Ridwanullahi-code/health-care-website">GitHub</a>
page. <br>Also, don't forget to give <a href="https://github.com/Ridwanullahi-code/health-care-website">this project</a> a star if you like it!
</p>
</div>
</footer>
</main>
<script src="./js/about.js"></script>
</body>
</html>