-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.html
75 lines (64 loc) · 3.14 KB
/
events.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
<link rel='stylesheet' type='text/css' href='build/fonts.css' />
<link rel='stylesheet' type='text/css' href='build/style.css' />
<link rel='stylesheet' type='text/css' href='build/icons.css' />
<script src="http://use.typekit.net/xps4qjm.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<script type='text/javascript' src='jquery-1.11.1.min.js'></script>
<script type='text/javascript' src='build/swv.min.js'></script>
<title>Event Calendar :: Startup Week Vancouver :: Nov 14th - 21st, 2014</title>
</head>
<body>
<div class='no-overflow'>
<section class='header'>
<div>
<img src='../images/SWV_skyrocket_logo_top.png' />
<h1>November 14 - 21</h1>
</div>
</section>
<section class='featured-events' id='events'>
<h3>Full Schedule</h3>
<a href='/'></i>
« Back to Featured Events
</a>
<p style="padding: 0 200px 0 200px;">We have over 35 events happening during Startup Week Vancouver 2014, happening morning, noon, and night. Most events are ticketed and some cost money to attend, so please click through to each event to RSVP.</p>
<!-- Google Calendar from Startup Digest -->
<iframe src="https://www.google.com/calendar/embed?title=Startup%20Week%20Vancouver&showTitle=0&showPrint=0&showCalendars=0&showTz=0&mode=AGENDA&height=600&wkst=2&bgcolor=%23FFFFFF&src=startupdigest.com_bsm16u4cj3tdt4uma3uhf6kumc%40group.calendar.google.com&color=%231B887A&ctz=America%2FVancouver" style=" border-width:0 " width="800" height="600" frameborder="0" scrolling="no"></iframe>
<p>Calendar embedded via <a href="https://www.startupdigest.com/digests/vancouver">Startup Digest Vancouver</a>.</p>
</section>
<!-- SPONSORS -->
<section class='sponsors'>
<h3>Our Sponsors</h3>
<a target='_blank' href='http://www.startupweekvancouver.ca/sponsor/'>
<i class='icon-icecream'></i>
Become a Sponsor
</a>
<div class='row'>
<div class='line'><span>Presenting Sponsor</span></div>
<img src='images/SWV_sponsors_presenting.jpg' />
</div>
<div class='row'>
<div class='line'><span>Premiere Sponsors</span></div>
<img src='images/SWV_sponsors_premiere.jpg' />
</div>
<div class='row'>
<div class='line'><span>Community Sponsors</span></div>
<img src='images/SWV_sponsors_community.jpg' />
</div>
</section>
<!-- /end SPONSORS -->
</div>
<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-31445223-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>