-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (37 loc) · 2.58 KB
/
index.html
File metadata and controls
39 lines (37 loc) · 2.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Home</title>
<link rel="stylesheet" href="assets/style/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="#">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="gallery.html">GALLERY</a></li>
<li><a href="contact.html">CONTACTS</a></li>
</ul>
</nav>
<div class="hero-image">
<div class="hero-text">THE NAIROBI HOSPITAL</div>
</div>
<section class="content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Culpa dicta dolor et molestiae nostrum, officia optio quas repudiandae sapiente unde.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque eveniet ipsum libero modi nihil pariatur, porro temporibus ullam vel voluptas.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam animi aspernatur distinctio ipsam iusto laborum magnam minus natus sit tempora?</p>
</section>
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3988.7336412679806!2d36.89411507573031!3d-1.3360463986512947!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x182f13f7949e739b%3A0x1b7edde103b60350!2sNumeral%20IOT%20-%20IOT%20FOR%20AFRICA!5e0!3m2!1sen!2ske!4v1768807758466!5m2!1sen!2ske" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="youtube">
<div class="you"><iframe width="560" height="315" src="https://www.youtube.com/embed/6vhrjXYP1yY?si=ciUx1j2NxoPAL_bq" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
<div class="you"><iframe width="560" height="315" src="https://www.youtube.com/embed/Ba9ECDD-ck4?si=jAVEv3QROzS185AU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
<div class="you"><iframe width="560" height="315" src="https://www.youtube.com/embed/wht3HHP4A6k?si=9Dv0jYlbuzR-l5zp" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></divclass>
</div><br/>
<footer><br><br>
© the Nairobi Hospital. All rights reserved.
</footer>
</body>
</html>