Skip to content

Commit 9634930

Browse files
authored
Create index.html
1 parent 483ce9d commit 9634930

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

index.html

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<title>PopSchools.org</title>
8+
<link rel="stylesheet" href="css/main.css">
9+
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
10+
</head>
11+
<body>
12+
<section class="hero is-info is-large">
13+
<div class="hero-head">
14+
<nav class="navbar">
15+
<div class="container">
16+
<div class="navbar-brand">
17+
<a class="navbar-item">
18+
PopSchools.org
19+
</a>
20+
<span class="navbar-burger burger" data-target="navbarMenuHeroB">
21+
<span></span>
22+
<span></span>
23+
<span></span>
24+
</span>
25+
</div>
26+
<div id="navbarMenuHeroB" class="navbar-menu">
27+
<div class="navbar-end">
28+
<a class="navbar-item is-active">
29+
Home
30+
</a>
31+
32+
<a class="navbar-item">
33+
Documentation
34+
</a>
35+
<span class="navbar-item">
36+
<a class="button is-info is-inverted">
37+
<span class="icon">
38+
<i class="fab fa-github"></i>
39+
</span>
40+
<span>Download</span>
41+
</a>
42+
</span>
43+
</div>
44+
</div>
45+
</div>
46+
</nav>
47+
</div>
48+
49+
<div class="hero-body">
50+
<div class="container has-text-centered">
51+
<p class="title">
52+
Welcome to PopSchools.org
53+
</p>
54+
<p class="subtitle">
55+
The new PopSchools is coming soon. Watch this space!
56+
</p>
57+
</div>
58+
</div>
59+
60+
61+
</section>
62+
63+
<section class="section">
64+
<div class="container">
65+
66+
</div>
67+
</section>
68+
<footer class="footer has-text-centered">
69+
<div class="container">
70+
<div class="columns">
71+
<div class="column is-8-desktop is-offset-2-desktop">
72+
73+
<p style="margin-top: 1rem;">
74+
<a href="http://popschools.org">
75+
<img src="assets/logo.png" alt="PopSchools logo" width="128" height="24">
76+
</a>
77+
</p>
78+
</div>
79+
</div>
80+
</div>
81+
</footer>
82+
<script type="text/javascript" src="lib/main.js"></script>
83+
</body>
84+
</html>

0 commit comments

Comments
 (0)