-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
59 lines (58 loc) · 2.6 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
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta property="og:title" content=" Hackathons for Schools">
<meta property="og:description" content="Creating tech opportunities to students">
<meta property="og:image" content="/assets/img/social-link.jpg">
<meta property="og:url" content="https://hackathonsforschools.com">
<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.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css"
integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=" crossorigin="anonymous" />
<link href="https://fonts.googleapis.com/css2?family=Poppins"
rel="stylesheet">
<link rel="stylesheet" href="./assets/css/home.css">
<link rel='icon' href='./assets/img/logo/favicon.ico' type='image/x-icon' />
<title>Hackathons for Schools</title>
</head>
<body>
<div class="centre">
<div class="main">
<div class="logo">
<img src="./assets/img/logo/logo.png" />
<div class="name">Hackathons for Schools</div>
</div>
<div class="tagline">Bridging the gap between schools and industry</div>
<!--
<a href="./about">
<button type="button" class="btn btn-outline-primary"><i class="fas fa-bullhorn"></i> About</button>
</a>
<a href="./get-started">
<button type="button" class="btn btn-outline-primary"><i class="fas fa-door-open"></i> Get Started</button>
</a>
<a href="./resources">
<button type="button" class="btn btn-outline-primary"><i class="fas fa-flask"></i> Resources</button>
</a>
<a href="./events">
<button type="button" class="btn btn-outline-primary"><i class="fas fa-calendar"></i> Events</button>
</a>
<a href="./team">
<button type="button" class="btn btn-outline-primary"><i class="fas fa-users"></i> Team</button>
</a>
-->
<hr>
<div class="info-container">
<h2>Who are we?</h2>
<div class="info-box">
<p>
We'll be returning in Summer 2021 with our next big thing!</p>
</div>
</div>
</div>
</div>
</body>
</html>