-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
38 lines (34 loc) · 2.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<link href="http://fonts.cdnfonts.com/css/gilroy-bold" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./stylesheets/about.css">
</head>
<body>
<div class="background"><img src="assets/longwall.png" alt=""></div>
<div class="back-arrow"><a href="./index.html"><img src="assets/pc/backarrow_white.png" alt=""></a></div>
<div class="about-container">
<h1 class="heading">About Us</h1>
<p>Oasis—the cultural fest of BITS Pilani—is nothing but 96 hours of unadulterated thrills comprising music,
dance, drama, art, quizzes, fashion, and humour. With a footfall of around 5000+ every year, it is the
second-largest cultural festival in India. It provides an excellent platform, for youth and professionals
alike, to showcase their talents through a multitude of performances. From melodious raags to rocking metal,
from witty standups to thought-provoking poetries, it has it all. Unfortunately, last few years as the world
fought a common enemy- COVID-19, which resulted in events being canceled all across the globe, we, the
Student Council for Cultural Activities(StuCCA) were unable to conduct Oasis in its full glory. But, we have
been active and planning for the next chapter of Oasis to be conducted live with all events and
participants, as earliest as possible! Hope to see you all there!
</p>
</div>
<div class="pots"><img src="assets/pc/2pots.svg" alt=""></div>
<div class="lamp"><img src="assets/pc/lamp.png" alt=""></div>
<div class="pot-right"><img src="assets/pc/Pot_right.png" alt=""></div>
<script src="./scripts/index.js"></script>
</body>
</html>