-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
209 lines (188 loc) · 10.8 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link rel="icon" href="tablogo.png" type="image/png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<style>
.footer {
background-color: #f8f9fa;
padding: 20px;
text-align: center;
}
.about-section-padding {
padding: 60px 0;
position: relative;
}
.about-img {
overflow: hidden;
}
.about-img img {
width: 100%;
height: auto;
animation: fadeInImage 2s ease-in-out;
}
@keyframes fadeInImage {
0% {
opacity: 0;
transform: translateY(-50%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.about-text {
margin-top: 20px;
position: relative;
color: white;
text-align: center;
animation: fadeInText 3s ease-in-out;
}
.about-text-content {
background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black background */
padding: 20px;
border-radius: 10px;
display: inline-block; /* shrink to fit content */
}
@keyframes fadeInText {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<div class="container">
<a class="navbar-brand" href="#"><img src="logo.svg" alt="Logo" width="25" height="25" class="logo"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="index.html"><i class="fa-solid fa-house">HOME</i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html"><i class="fa-solid fa-book"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="student.html"><i class="fa-solid fa-graduation-cap">ALUMNI</i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="courses.html"><i class="fa-brands fa-discourse">COURSE</i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html"><i class="fa-solid fa-address-book">CONTACT</i>
</a>
</li>
</ul>
</div>
</div>
</nav>
<section id="about" class="about-section-padding">
<div class="container">
<div class="row">
<div class="col-12">
<div class="about-img">
<img src="b_AllSoulsquad.jpg" class="img-fluid" alt="...">
</div>
<div class="about-text">
<div class="about-text-content">
<h2>We provide best quality <b>education</b><br>Oxford is an independent and self-governing institution consisting of the University, its divisions, departments and faculties, and the colleges.</h2>
<p>The 36 colleges and three societies are a core element of the University, to which they are related via a federal system.
Each college is independent and self-governing, having a charter approved by the Privy Council, under which it is governed by a Head of House, elected and appointed by the governing body directly. The governing body comprises a number of Fellows, most of whom also hold University posts.
The three societies – Kellogg College, Reuben College and St Cross College – operate very much like the other colleges but are considered departments of the University rather than independent colleges because, unlike the others, they do not have a royal charter. One of the main differences is that the governing body recommends a president, who is then appointed by Council.
There are also four permanent private halls, which were founded by different Christian denominations, and still retain their religious character today.
Undergraduates are admitted to 32 of the colleges and permanent private halls. All colleges accept applications from mature students, while Harris Manchester College is solely for mature students.
Campion Hall and Green Templeton, Kellogg, Linacre, Nuffield, Reuben, St Antony’s, St Cross and Wolfson Colleges admit only postgraduate students. All Souls is unique among Oxford colleges because it has no student members; all are Fellows, except the Warden.
University, Balliol, and Merton Colleges are the oldest and were established by the 13th century.
Green Templeton, which came into existence in 2008 following the merger of Green and Templeton Colleges, is the University’s newest college, and Reuben College, which was founded by the University in 2019, is the newest society.
If you are interested in undergraduate study at Oxford, please consult our information on colleges for prospective undergraduates.
</p>
<a href="#" class="btn btn-warning">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="container content-spacing">
<div class="row row-cols-1 row-cols-md-3 g-4">
<!-- UK -->
<div class="col">
<div class="card h-100">
<div class="map-container">
<iframe src="https://www.openstreetmap.org/export/embed.html?bbox=-1.2643235921859743%2C51.756486517018665%2C-1.260911822319031%2C51.75792265445596&layer=mapnik" width="100%" height="300" frameborder="0" scrolling="no" class="card-img-top" alt="UK"></iframe>
</div>
<div class="card-body">
<p><i class="fa-solid fa-location-dot"> United Kingdom</i></p>
<!-- <h5 class="card-title">United Kingdom</h5> -->
<p class="card-text">Address - Wellington Square, Oxford OX1 2JD, United Kingdom UK</p>
<p class="card-text">Phone - +91 9811XXXXXX</p>
<p class="card-text">E-mail - [email protected]</p>
<div id="map-delhi" class="map"></div>
<a href="https://www.openstreetmap.org/way/23992782#map=19/51.75720/-1.26228" class="btn btn-primary">Locate Us</a>
</div>
<div class="card-footer">
<small class="text-body-secondary">Location Updated!</small>
</div>
</div>
</div>
<!-- Bangalore Card -->
<div class="col">
<div class="card h-100">
<div class="map-container">
<iframe src="https://www.openstreetmap.org/export/embed.html?bbox=88.41766834259035%2C22.563729178879697%2C88.44496250152588%2C22.580868225326224&layer=mapnik" width="100%" height="300" frameborder="0" scrolling="no" class="card-img-top" alt="WBL"></iframe>
</div>
<!-- <img src="oxfordloc.png" class="card-img-top" alt="BLR"> -->
<div class="card-body">
<p><i class="fa-solid fa-location-dot"> West Bengal</i></p>
<!-- <h5 class="card-title">Bangalore</h5> -->
<p class="card-text">Address - Plot No. A1-5, Block GP, Sector -V, Salt Lake Electronics Complex, opp. Oxford University Press, GP, India</p>
<p class="card-text">Phone - +91 9876XXXXXX</p>
<p class="card-text">E-mail - [email protected]</p>
<a href="https://www.openstreetmap.org/node/11992634769" class="btn btn-primary" target="_blank">Locate Us</a>
</div>
<div class="card-footer">
<small class="text-body-secondary">Location Updated!</small>
</div>
</div>
</div>
<!-- Bangalore Card
<div class="col">
<div class="card h-100">
<img src="bangaloremap.png" class="card-img-top" alt="Bangalore">
<div class="card-body">
<h5 class="card-title">Bangalore</h5>
<p class="card-text">Address - Residential Road Church Street, Tasker Town, Ashok Nagar, Bengaluru, Bangalore North, Bengaluru Urban, Karnataka, 560001, India</p>
<p>Phone - +91 8888XXXXXX</p>
<p>E-mail - [email protected]</p>
<div id="map-bangalore" class="map"></div>
<a href="https://osm.org/go/yy4duoKc9--?way=48166762" class="btn btn-primary">Locate Us</a>
</div>
<div class="card-footer">
<small class="text-body-secondary">Location Updated!</small>
</div>
</div>
</div> -->
</div>
</div>
</body>
</html>
<footer class="footer">
<p>© 2024 Ford University. All rights reserved.</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>