-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (49 loc) · 2.17 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<style>
h1{
color:#18222d;
font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, Helvetica Inserat, Bitstream Vera Sans Bold, Arial Black, sans serif;
font-size: 75px;
font-weight: bold;
}
</style>
</head>
<body>
<div style = "position:relative; left:20px; top:20px;">
<img src="irlalogo.png" width="150" height="150">
</div>
<input class="menu-icon" type="checkbox" id="menu-icon" name="menu-icon"/>
<label for="menu-icon"></label>
<nav class="nav">
<ul class="pt-5">
<li><a href="services.html">Services</a></li>
<li><a href="team.html">Our Team</a></li>
<li><a href="founders.html">The Founders</a></li>
<li><a href="doctors.html">Doctors</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="https://www.google.com/maps/place/Irla+Nursing+Home+and+Polyclinic/@19.1066996,72.8357988,17z/data=!3m1!4b1!4m5!3m4!1s0x3be7c9c8f0000001:0x483d5e243bf7f9eb!8m2!3d19.106692!4d72.8402948">Location</a></li>
</ul>
</nav>
<h1 class style="
display: flex;
justify-content: center;">Irla Nursing Home</h1>
<blockquote style="
display: flex;
justify-content: center;">Serving patients for <mark>45</mark> Years</blockquote>
<div style="position:absolute; bottom: 30px;
left: 30px; font-size:10px;"><i class="fa fa-copyright"> Irla Nursing Home 2022</i><i class="fa fa-alien"></i> <br> | Created by <span style="color: #000000; font-family: 'cursive'; font-size: 14px;">Aadi Palnitkar</span></div>
</body>
</html>