-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
41 lines (34 loc) · 1.43 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
38
39
40
41
<!doctype html>
<html lang="en">
<head>
<title>QUANTA 2018</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="style.css">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
</head>
<body>
<!-- nav-bar -->
<div class="quanta-top">
<div class="nav-bar">
<img class="nav-header" src="Assets/top.svg">
<a href="https://quanta2018.com/" target="_self" class="quanta" style="font-decoration:none;">Quanta</a>
<div class="small-navbar">
<a href="https://gg.gg/BBQGratis" target="_blank" class="bbq" style="font-decoration:none;">BBQ</a>
<a href="https://quanta2018.github.io/Biodata" target="_self" class="biodata" style="font-decoration:none;">Biodata</a>
<a href="https://quanta2018.github.io/Gallery" target="_self" class="gallery" style="font-decoration:none;">Gallery</a>
</div>
</div>
</div>
<div class="container">
<h1 id="nav-btn">Biodata</h1>
<div class="row">
<div id="column" style="position:relative; padding-top:180px; padding-left: 30px;">
</div>
</div>
</div>
<script src="script.js"> </script>
</body>