-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
82 lines (80 loc) · 4.71 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
80
81
82
<!doctype HTML>
<html lang="en">
<head>
<title>Tech Retreat | 2015 Thank You</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="Tech, Retreat, Techretreat, Waterloo, Tech Retreat"/>
<meta name="description"
content="Tech Retreat - Learn. Collaborate. Create. Tech Retreat brings together passionate high school students at a one-day event held in the heart of Canada's technology hub. Hear from seasoned speakers and students in the industry. Learn and collaborate with like-minded peers to create something amazing."/>
<meta property="og:title" content="Waterloo Tech Retreat"/>
<meta property="og:description"
content="Tech Retreat brings together passionate high school students at a one-day event held in the heart of Canada's technology hub. Hear from seasoned speakers and students in the industry. "/>
<meta property="og:image" content="http://techretreat.ca/img/moonlogo-circled.png"/>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="apple-touch-icon" sizes="57x57" href="/img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png">
<link rel="manifest" href="/img/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/img/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<section class="showcase container-fluid" style="line-height:2.2em;">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<a href="/"><img class="img-responsive center-img" src="/img/techretreat-shaded-moon.png"/></a>
<h2 class='center'>Update</h2>
<p class='header__description'>
Unfortunately due to issues securing funds for the event, we have made the decision to cancel Tech Retreat for this year. We hate that things have come to this, but at the current level of funding the event simply cannot meet our expectations of what the event should be.
</p><p class='header__description'>
Our team of organizers have worked hard over the last few months to turn things around. We are very sorry about the cancellation.
</p><p class='header__description'>
If you have any questions, please don’t hesitate to reach out at [email protected].</p>
<p class='header__description'>
The Tech Retreat Team </p>
</div>
</section>
<footer id="contact-us" class="container-fluid">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<p>Sponsorship inquiries? Questions?</p>
<p>Say hello!</p>
<div class="social"><a class="fa fa-2x fa-envelope-square" href="mailto:[email protected]"></a> <a
class="fa fa-2x fa-facebook-square" href="https://www.facebook.com/kwtechretreat"></a> <a
class="fa fa-2x fa-twitter-square" href="http://twitter.com/TechRetreat"></a></div>
<p class="love">Made with love.</p>
</div>
</div>
</footer>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-61535728-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>