forked from wet-boew/codefest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate-en-test-2.html
114 lines (103 loc) · 5.55 KB
/
template-en-test-2.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
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html -->
<title>CodeFest 2014</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<!-- Meta data -->
<meta name="description" content="" />
<!-- Meta data-->
<!--[if gte IE 9 | !IE ]><!-->
<link href="./wet-boew/assets/favicon.ico" rel="icon" type="image/x-icon" />
<link rel="stylesheet" href="./wet-boew/css/wet-boew.min.css" />
<!--<![endif]-->
<link rel="stylesheet" href="./theme/css/theme.css" />
<link rel="stylesheet" href="./theme/css/codefest.css" />
<!--[if lt IE 9]>
<link href="./wet-boew/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href=" ./wet-boew/css/ie8-wet-boew.min.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.js"></script>
<script src="./wet-boew/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<noscript><link rel="stylesheet" href="./wet-boew/css/noscript.min.css" /></noscript>
</head>
<body vocab="http://schema.org/" typeof="WebPage">
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc">
<a class="wb-sl" href="#site-menu">Skip to Topics menu</a>
</li>
</ul>
<div class="container-fluid">
<div class="row wb-eqht">
<nav role="navigation" id="site-menu" class="col-md-3" typeof="SiteNavigationElement">
<a href="#" class="wxtmenulink"><object type="image/svg+xml" class="wxtlogo" role="img" data="./theme/assets/wxt-codefest-logo-tagline.svg" aria-label="Go back to CodeFest home page"></object></a>
<h2 class="wb-inv">Topics menu</h2>
<ul class="list-group list-unstyled nav nav-stacked affix">
<li><a class="list-group-item" href="index-en.html"><span class="glyphicon glyphicon-home"></span> Home</a></li>
<li><a class="list-group-item" href="about-en.html"><span class="glyphicon glyphicon-info-sign glyth-yellow"></span> About</a></li>
<li><a class="list-group-item" href="speakers-en.html"><span class="glyphicon glyphicon-user"></span> Speakers</a></li>
<li><a class="list-group-item" href="proposal-en.html"><span class="glyphicon glyphicon-hand-up"></span> Lead a session</a></li>
<li><a class="list-group-item menu-util" href="./index-fr.html"><span class="glyphicon glyphicon-share-alt menu-util"></span> Francais</a></li>
</ul>
</nav>
<div class="col-md-9">
<main role="main" property="mainContentOfPage" id="content-area">
<div class="row">
<div id="announcements" class="col-xs-12">
<p>Announcements go here</p>
</div>
</div>
<div class="row">
<div id="intro" class="col-md-8 col-sm-12">
<p>Info goes here.</p>
</div>
<div class="wb-twitter col-md-4 col-sm-12">
<a class="twitter-timeline" href="https://twitter.com/search?q=%23WxT" data-widget-id="329066756620566528">Tweets about "#WxT"</a>
</div>
</div>
</main>
<footer role="contentinfo" id="footer">
<div id="footer-contact" class="row">
<div class="col-xs-12">
<p>Have any questions? <a href="mailto:[email protected]">Contact Us</a></p>
</div>
</div>
<div id="footer-hosts" class="row">
<div class="col-xs-12">
<p>CodeFest 2014 is jointly hosted by:</p>
<ul id="host-list">
<li><a href="http://wet-boew.github.io/wet-boew/index-en.html"><img src="./theme/assets/wet-logo.png" alt="Web Experience Toolkit" /></a></li>
<li><a href="http://www.carleton.ca/1125/"><img src="./theme/assets/1125-at-Carleton.png" alt="1125@Carleton" /></a></li>
</ul>
</div>
</div>
</footer>
</div>
</div>
</div>
<!--[if gte IE 9 | !IE ]><!-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.js"></script>
<script src="./wet-boew/js/wet-boew.min.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-52036019-1', 'auto');
ga('set', 'anonymizeIp', true);
ga('send', 'pageview');
</script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="./wet-boew/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
</body>
</html>