-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (41 loc) · 1.91 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
42
43
44
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Index</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="assets/css/bootstrap.css">
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/fontawesome/css/brands.css">
<link rel="stylesheet" href="assets/fontawesome/css/solid.css">
</head>
<body class="bg-pcode">
<header>
<div class="header"></div>
</header>
<section class="container">
<div class="jumbotron jumbotron-fluid mt-1 mb-1 shadow p-3 jumbo-bg">
<div class="container">
<h1 class="display-4 text-center text-wrap">Welcome to Physics Code</h1>
<p class="lead">The premier resource for all Physics students from around the world.
</p>
</div>
</div>
</section>
<section class="container">
<img src="https://campnesher.org/wp-content/uploads/sites/7/2020/09/Under-Construction-Sign.png" alt="Under Construction" style="width:200px;height:92.5px;" class="img-fluid mx-auto d-block">
<h1>But check out the calculators as they come online.</h1>
<h2><a href="velocity.html"><i class="fa-solid fa-gauge-high"></i> Velocity Calculator</a></h2>
<h2><a href="acceleration.html"><i class="fa-solid fa-forward"></i> Acceleration Calculator</a></h2>
<h2><a href="suvat.html"><i class="fa-solid fa-stopwatch"></i> Kinematics Calculator</a></h2>
</section>
<footer>
<div class="footer"></div>
</footer>
<script src="assets/scripts/jquery-3.6.1.min.js"></script>
<script src="assets/scripts/bootstrap.bundle.js"></script>
<script src="assets/scripts/include_content.js"></script>
</body>
</html>