-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
106 lines (78 loc) · 4.77 KB
/
about.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale = 1.0, user-scalable = no">
<title>Alberta Tech Week 2013 - About</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/grid.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/about.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,600' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="js/js.js"></script>
<script type="text/javascript" src="js/jquery.stellar.min.js"></script>
<script type="text/javascript" src="js/waypoints.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<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-40112391-1', 'albertatechweek.com');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="menu">
<div class="container clearfix">
<div id="logo" class="grid_3">
<a href="index.php"><img src="images/logo.png"></a>
</div>
<div id="nav" class="grid_9 omega">
<ul class="navigation">
<li data-slide="2">About</li>
<li data-slide="3">Submit an Event</li>
<li data-slide="4">Credits</li>
</ul>
</div>
</div>
</div>
<div class="slide" id="slide2" data-slide="2" data-stellar-background-ratio="0.5">
<div class="container clearfix">
<div id="content" class="grid_12">
<h1>About</h1>
<p>There is no formal organization that is arranging Alberta Tech Week. Tom Bielecki (<a href="https://twitter.com/tombielecki">@tombielecki</a>) from local startup <a href="http://signup.ownthenight.co/">Own The Night</a> stepped up to design and build the site (using <a href="http://jalxob.com/cool-kitten/">Cool Kitten</a> + Eventbrite API) and AccelerateAB Co-Chair <a href="mailto:[email protected]">Sean Collins</a> (<a href="https://twitter.com/seancollins11">@seancollins11</a>) and Startup Calgary Director <a href="mailto:[email protected]">Lloyed Lobo</a> (<a href="https://twitter.com/lloyedlobo">@lloyedlobo</a>) decided to spearhead the work in getting the first events going. It's now up to the rest of Alberta's tech community to stand up and organize, plan, and promote their own events.</p>
<p>The backbone of Alberta Tech Week is the 600 person AccelereateAB conference that is proudly produced by <a href="http://www.thec100.org/">The C100</a> and <a href="http://www.thea100.org/">The A100</a>. Learn more and register at <a href="http://accelerateab.com/">http://accelerateab.com/</a></p>
</div>
</div>
</div>
<div class="slide" id="slide3" data-slide="3" data-stellar-background-ratio="0.5">
<div class="container clearfix">
<div id="content" class="grid_12">
<h1>Submit an Event</h1>
<h2>Do you have a tech-related event during this week? </h2>
<p>Just add #abtw2013 to your Eventbrite event description and it will be showcased on this page! <a href="http://www.eventbrite.ca/features/">Create an event</a></p>
</div>
</div>
</div>
<div class="slide" id="slide4" data-slide="4" data-stellar-background-ratio="0.5">
<div class="container clearfix">
<div id="content" class="grid_12">
<h1>Credits</h1>
<div id="brought2u"><h2 align='center'>Alberta Tech Week is brought to you by</h2></div>
<!-- <p>Follow us on Twitter!</p> -->
<div id='credit_1' align='center' class="grid_4 omega">
<p align='center'><a href="http://accelerateab.com/" target="_blank"><img src="images/ACC_AB.jpg"></a></p></div>
<div id='credit_2' align='center' class="grid_4 omega"><a href="http://www.eventbrite.com" target="_blank"><img src="images/eventbrite.png"></a></div>
<div id='credit_3' align='center' class="grid_4 omega"><!-- <h2 align='center'>Design by</h2> -->
<p align='center'><a href="http://www.ownthenight.co" target="_blank"><img src="images/OwnTheNight-icon.png"></a></p></div>
<div id='credit_4' align='center' class="grid_4 omega">
<p align='center'><a href="http://boastcapital.com/" target="_blank"><img src="images/BoastCapital.png"></a></p></div>
</div>
</div>
</div>
</body>
</html>