-
Notifications
You must be signed in to change notification settings - Fork 2
/
middlePtsPg.html
64 lines (58 loc) · 1.94 KB
/
middlePtsPg.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.0/css/bulma.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Fugaz+One|Oswald|Raleway" rel="stylesheet">
<link rel="icon" href="assets/images/favicon.png" type="image/gif" sizes="16x16">
<title>Community</title>
</head>
<body>
<div class="wrapper">
<nav class="nav1">
<ul>
<li id="left">
<a class="active" href="index.html">mm.</a>
</li>
<li>
<a href="about.html">ABOUT</a>
</li>
<li>
<a href="middlePtsPg.html">COMMUNITY</a>
</li>
<li>
<a class="active" href="index.html">HOME</a>
</li>
</ul>
</nav>
<br>
<br>
<br>
<br>
<div class="container">
<div class="columns">
<div class="column">
<div id="mid-points">
<!--middle points go here-->
<h2 class="is-size-3 meet-head">See where other middlers have met!</h2>
</div>
</div>
</div>
</div>
<button onclick="topFunction()" id="myBtn" title="Go to top">^</button>
<div class="push"></div>
</div>
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<p>
<small>© Copyright 2018, Those Middling Kids</small>
</p>
</div>
</div>
</footer>
</body>
</html>