-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (65 loc) · 3.58 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<title>my school</title>
<link href="https://fonts.googleapis.com/css?family=Cinzel+Decorative&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<nav class="myNavbar navbar-inverse">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Innocent Hearts School</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="list"> <a href="#"> campus life </a> </li>
<li class="list"><a href="#"> achievements </a> </li>
<li class="list"> <a href="#"> what's new </a> </li>
<li class="list"> <a href="#"> alumni </a> </li>
<li class="list"> <a href="#contact"> contact us </a> </li>
</ul>
</div>
</nav>
<section id="">
<div>
<marquee width="100%" direction="right" height="10%" bgcolor=blue onmouseover="this.stop();" onmouseout="this.start();">
*** Feel free to ask any queries on [email protected] ***
</marquee>
</div>
<iframe width="100%" height="506" src="https://www.youtube.com/embed/HiOJXPqKmKE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen id="adi"></iframe>
</section>
<section id="contact">
<div class="container">
<div class="page-header col-lg-12 col-md-12 col-sm-12 col-xs-12" id="contactus">
<h2 class="text-capitalize"> contact us</h2>
</div>
<div id="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3409.070591984799!2d75.57425841499024!3d31.30179398144238!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x391a5ba999a08583%3A0x25897acb56e650db!2sInnocent%20Hearts%20School%2C%20Green%20Model%20Town%2C%20Jalandhar!5e0!3m2!1sen!2sin!4v1617609731101!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe></div>
<div id="details">
<img src="main-qimg-af826a9d73e1ac67d3adee69983450a6%20(1).webp" class="img-responsive col-lg-3 col-md-3 col-sm-3 col-xs-4">
<h3> principal name:</h3>
<h4>sir dheeraj bunati </h4>
<div class="contacts1">
<a href="mailto:[email protected]?Subject=Hi">
<h5><i class="fa fa-envelope"></i> [email protected]</h5>
</a>
<a href="#">
<h5><i class="fa fa-phone-square"></i> 87250-33447</h5>
</a>
</div>
</div>
</div>
</section>
</body>
</html>