Merge branch 'gh-pages' into library-carpentry
[rnaseq-cwl-training.git] / _layouts / workshop.html
1 ---
2 ---
3 <!doctype html>
4 <html lang="en">
5   <head>
6
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.contact}}" />
20     {% if page.redirect %}
21     <meta http-equiv="refresh" content="0; url={{page.redirect}}" />
22     {% endif %}
23
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="{{ page.root }}/assets/css/bootstrap.css" />
29     <link rel="stylesheet" type="text/css" href="{{ page.root }}/assets/css/bootstrap-theme.css" />
30     <link rel="stylesheet" type="text/css" href="{{ page.root }}/assets/css/lesson.css" />
31     {% if site.carpentry == "swc" %}
32     <link rel="shortcut icon" type="image/x-icon" href="/favicon-swc.ico" />
33     {% elsif site.carpentry == "dc" %}
34     <link rel="shortcut icon" type="image/x-icon" href="/favicon-dc.ico" />
35     {% elsif site.carpentry == "lc" %}
36     <link rel="shortcut icon" type="image/x-icon" href="/favicon-lc.ico" />
37     {% endif %}
38     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
39     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
40     <!--[if lt IE 9]>
41         <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
42         <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
43         <![endif]-->
44     <title>{{ page.venue }}: {{ page.humandate }}</title>
45   </head>
46   <body>
47     <div class="container">
48       {% include navbar.html %}
49       {% include workshop_ad.html %}
50 {{ content }}
51       {% include workshop_footer.html %}
52     </div>
53     {% include javascript.html %}
54   </body>
55 </html>