This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathabout.html
66 lines (57 loc) · 3.06 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
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="about.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300i,400">
<title>SEDS Celestia | About</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="./navbar.css">
</head>
<body>
<div id="particles-js"></div>
<div id="nav-barr"></div>
<div>
<div class="page-header">
<h1 style="text-align: center; color: white">About</h1>
</div>
<div class="text">
<a href="https://www.facebook.com/celestiaclub" target="_blank"><img style='display:block;' class="group_photo" title="SEDS Celestia Facebook page" src="./img/starparty.jpg"></a>
<br>
<div class="container">
<div class="row">
<div class="col-md-7" style="border-radius: 5%;">
<br>
<h4> SEDS Celestia: The Astronomy and Astrophysics club of BITS Goa</h4>
<p>
SEDS Celestia is a chapter that is a part of SEDS India, headquartered in VIT Vellore. The international
headquarters of SEDS lies in MIT, Boston, USA.
<br><br>
People think that we Celestials just observe the “stars
and the planets” in the night sky. That’s partially correct. We do much more than star gazing. We organise
lectures by various eminent professors, undertake many projects, exhibitions during quark, bonhomie with seniors
and Starparty!
<br><br>
We are the Celestials!
</p>
<hr>
<p><b>Our blog :</b> We maintain a blog called "The Wandering Star". We Celestials aim to keep you updated about the latest
technological advancements, project updates, what we are up to and lots of articles about interesting topics
. To check out our blog, <a class="bloglink" href="https://bitsgcelestia.wordpress.com/" target="_blank">click here!</a></p>
<a href="https://www.facebook.com/celestiaclub/"><i class="fa fa-facebook">  </i></a>
<a href="https://www.instagram.com/sedscelestia/"><i class="fa fa-instagram"></i></a><br><p style="opacity: 0;">Spacer</p>
</div>
</div>
</div>
</div>
<!-- People Cards -->
<div id="cordis" class="container1">
</div>
<div id="footer"></div>
</div>
<script src="./scripts/jquery.min.js"></script>
<script src="./scripts/particles.min.js"></script>
<script src="./scripts/about.js"></script>
<script src="./scripts/app.js"></script>
<script src="./scripts/nav-bar.js"></script>
</body>