-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
37 lines (35 loc) · 2.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">
<meta name="description" content="Student Division of Dept. of Biological Sciences, BITS Pilani KK Birla Goa Campus">
<title>Symbionts </title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="assets/theme/css/style.css">
<link rel="stylesheet" href="assets/additional.css" type="text/css">
</head>
<body>
<section class="symb-fullscreen cid-landing symb-parallax-background" id="landing">
<div class="symb-overlay" style="opacity: 0.7; background-color: rgb(0, 0, 0);"></div>
<div class="container">
<div class="row justify-content-md-center">
<div class="symb-white col-md-10">
<h1 class="symb-section-title align-center symb-bold pb-3 symb-fonts-style display-1">SYMBIONTS</h1>
<p class="symb-text align-center pb-3 symb-fonts-style display-5">
<strong>For a better user experience, the website has been moved to Google Firebase Hosting</strong>
</p>
<div class="symb-section-btn align-center">
<a class="btn btn-md btn-secondary display-4" href="https://symbionts-bits.web.app">
Go to the website
</a>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>