-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
54 lines (47 loc) · 1.96 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
<!DOCTYPE html>
<html>
<head>
<!-- COMMON TAGS -->
<meta charset="utf-8">
<!-- Search Engine -->
<meta name="image" content="http://coderdojohawthorn.tech/img/og-coderdojo-home.png">
<!-- Schema.org for Google -->
<meta itemprop="image" content="http://coderdojohawthorn.tech/img/og-coderdojo-home.png">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:image" content="http://coderdojohawthorn.tech/img/og-coderdojo-home.png">
<meta name="og:url" content="http://coderdojohawthorn.tech">
<meta name="og:site_name" content="Hawthorn CoderDojo">
<meta name="fb:admins" content="100000617281367">
<meta name="og:type" content="website">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="HTML, CSS, CoderDojo, Scratch, JavaScript">
<meta name="description" content="Free Web tutorials on HTML, CSS, and Javascript">
<meta name="author" content="Sirani McNeill">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>Hawthorn CoderDojo</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="./stylesheets/landing.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript" async></script>
</head>
<body>
<div class="container" id="landing-header">
<h1>Welcome To The Hawthorn CoderDojo!</h1>
</div>
<div id="ballMenuContainer">
<div id="menuBall1" class="menuBall">
<a href="/CoderDojo/" class="ball blueball">
<div class="menuText">
Enter The Dojo
</div>
</a>
</div>
</div>
<ul class="slideshow">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</body>
</html>