7 <meta name="slug" content="{{site.github.project_title}}" />
8 <meta name="startdate" content="{{page.startdate}}" />
9 <meta name="enddate" content="{{page.enddate}}" />
10 <meta name="humandate" content="{{page.humandate}}" />
11 <meta name="country" content="{{page.country}}" />
12 <meta name="venue" content="{{page.venue}}" />
13 <meta name="address" content="{{page.address}}" />
14 <meta name="latlng" content="{{page.latlng}}" />
15 <meta name="language" content="{{page.language}}" />
16 <meta name="eventbrite" content="{{page.eventbrite}}" />
17 <meta name="instructor" content="{{page.instructor|join:'|'}}" />
18 <meta name="helper" content="{{page.helper|join:'|'}}" />
19 <meta name="contact" content="{{page.email}}" />
20 {% if page.redirect %}
21 <meta http-equiv="refresh" content="0; url={{page.redirect}}" />
24 <meta charset="utf-8">
25 <meta http-equiv="X-UA-Compatible" content="IE=edge">
26 <meta http-equiv="last-modified" content="{{ site.time }}">
27 <meta name="viewport" content="width=device-width, initial-scale=1">
28 <link rel="stylesheet" type="text/css" href="{{ relative_root_path }}/assets/css/bootstrap.css" />
30 <link rel="stylesheet" type="text/css" href="{{ relative_root_path }}/assets/css/bootstrap-theme.css" />
31 <link rel="stylesheet" type="text/css" href="{{ relative_root_path }}/assets/css/lesson.css" />
33 {% include favicons.html %}
35 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
36 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
38 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
39 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
41 <title>{{ page.venue }}: {{ page.humandate }}</title>
44 <div class="container">
45 {% include navbar.html %}
46 {% include workshop_ad.html %}
48 {% include workshop_footer.html %}
50 {% include javascript.html %}