-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (63 loc) · 3.28 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
---
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon -->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Font Awesome -->
<link rel="stylesheet" href="/assets/fontawesome/css/all.min.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Oswald&display=swap" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="/assets/css/styles.css">
<!-- Head Tags -->
<title>{{ site.title }}</title>
<!-- Facebook Open Graph Tags -->
<meta property="og:title" content="Pitch & Prototype Weekend">
<meta property="og:description" content="Pitch & Prototype Weekend brings together innovative thinkers, tinkerers, high performers, and general doers for a weekend-long rapid prototyping event.">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pitchandprototype.com">
<meta property="og:image" content="https://pitchandprototype.com/assets/img/facebook-flyer.png" />
<meta property="og:image:secure_url" content="https://pitchandprototype.com/assets/img/facebook-flyer.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Pitch & Prototype Weekend Flyer" />
<!-- Twitter Meta Tags -->
<meta name="twitter:title" content="Pitch & Prototype Weekend">
<meta name="twitter:description" content="Pitch & Prototype Weekend brings together innovative thinkers, tinkerers, high performers, and general doers for a weekend-long rapid prototyping event.">
<meta name="twitter:image" content="https://pitchandprototype.com/assets/img/facebook-flyer.png">
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
{% include navbar.html %}
{% include header.html %}
{% include about.html %}
{% include how.html %}
{% include event.html %}
{% include signup.html %}
<!-- {% include sponsor.html %} -->
{% include footer.html %}
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
<!-- Facebook Pitch & Prototype plugin -->
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v4.0"></script>
</body>
</html>