-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (69 loc) · 3.24 KB
/
index.html
File metadata and controls
96 lines (69 loc) · 3.24 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
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
<!DOCTYPE html>
<html>
<head>
<title>School Website</title>
<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>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navbar-inverse my-nav-bar">
<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="#">Vikaasa Schools</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="#School name">School name</a></li>
<li><a href="#Campus life
">Campus life
</a></li>
<li><a href="#Achievements">Achievements</a></li>
<li><a href="#What’s New">What’s New</a></li>
<li><a href="#Contact us">Contact us</a></li>
</ul>
</div>
</nav>
<iframe id="video" width="853" height="480" src="https://www.youtube.com/embed/W1Yjh53Fp9s" title="The Vikasa International School Campus Tuticorin" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="container">
<h2 class="page-header" id="campus_life">Campus Life</h2>
<center>
<div class="travel_mainDiv">
<img src="church.jpg">
<h4 class="text-capitalize"><kbd>School Church</kbd></h4>
<hr>
<h5 class="text-success text capitalize">Was extablished in 1978</h5>
<p class="text-muted">a school providing a general education but supported by a particular church in contrast to a public school or a nondenominational private school
an organization of officers, teachers, and pupils for purposes of moral and religious education under the supervision of a local church</p>
</div>
</center>
</div>
<br><br>
<center>
<div class="travel_mainDiv">
<img src="st2.jpg">
<h4 class="text-capitalize"><kbd>School Library</kbd></h4>
<hr>
<h5 class="text-success text capitalize">Was build in 1980</h5>
<p class="text-muted">A school library is a library within a school where students, staff, and often, parents of a public or private school have access to a variety of resources.</p>
</div>
</center>
<br><br>
<center>
<div class="travel_mainDiv">
<img src="st3.jpg">
<h4 class="text-capitalize"><kbd>School Auditorium</kbd></h4>
<hr>
<h5 class="text-success text capitalize">Was build in 1982</h5>
<p class="text-muted">a large room with rows of seats and often a stage which is used for performances and for public events or meetings, or a building containing such a room: a school/municipal auditorium.</p>
</div>
</center>
</body>
</html>