-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (42 loc) · 1.47 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
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta property="og:image" content="assets/logo-clear"/>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<title>BUNCS</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div class="container">
<div class="jumbotron">
<h1>
BUNCS
<img src="assets/logo-clear-crop.png" class="logo">
</h1>
<h2>Bristol University Numberphile and Computerphile Society</h2>
<hr></hr>
<p id="summary">
Buncs is a place for discussion about all things numbers and computers. We are also planning to bring in guest speakers to give stimulating talks on the stuff we love.
</p>
<p id="fb-link">
<a href="https://www.facebook.com/groups/BUNCS/?source_id=358284331291644">Join the group</a>
and <a href="https://www.facebook.com/therealbuncs/">like our page</a> on Facebook!
</p>
</div>
<div >
<p id="credits">
<a href="https://animagehub.com/very-logical-math-vector-images/math-vector-10/">wallpaper credits</a>
</p>
</div>
</div>
<script src='https://code.jquery.com/jquery-3.2.1.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js'></script>
</body>
</html>
<!--
http://fontawesome.io/icons/
https://unsplash.com/
https://fonts.google.com/
-->