-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (79 loc) · 2.92 KB
/
index.html
File metadata and controls
88 lines (79 loc) · 2.92 KB
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
---
title: 'MountainWest RubyConf 2016'
layout: '2016'
heading: 'The 10th and Last MWRC - March 21-22, 2016'
---
<div class="g g_full pan">
<header class="header header_underline-dashed">
<h5 class="header__heading h_small text-align_center opacity_5 float-none">Announcements</h5>
</header>
</div>
<div class="c c_nested">
<section class="box_posts">
{% for post in site.categories.2016 %}
<div class="g g g_d4 g_tl6 g_pl12 pan">
<article class="box box_post" id="{{ post.id | bookmark }}">
<header class="box__header">
{{ post.title }}
</header>
<section class="box__subheadline">
Posted {{ post.date | date_to_string }}
</section>
<section class="box__body">
{{ post.content }}
</section>
</article>
</div>
{% endfor %}
</section>
</div>
<div class="c c_colored">
<article class="box box_map">
<div class="box__header">
<div class="box_iframe">
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=Rose+Wagner+Performing+Arts+Center&ll=40.763089,-111.895488,17z&z=14&output=embed"></iframe>
</div>
</div>
<div class="box__body">
<article class="box box_location">
<header class="box__header">March 21-22, 2016</header>
<section class="box__body">
<ul>
<li>Rose Wagner Performing Arts Center</li>
<li>138 West 300 South</li>
<li>Salt Lake City, UT 84101</li>
</ul>
</section>
</article>
</div>
</article>
</div>
<div class="g g_full pan">
<header class="header header_underline-dashed">
<h5 class="header__heading h_small text-align_center opacity_5 float-none">Speakers</h5>
</header>
</div>
<div class="c c_nested">
<section class="box_posts">
{% for speaker in site.data.speakers_2016 %}
<div class="text-align_center" style="float: left;">
<img src="{{ speaker.avatar }}" class="circle circle_large">
<h3>{{ speaker.name }}</h3>
</div>
{% endfor %}
</section>
</div>
<header class="page__body__header header_bar">
<h2 class=" header__heading">Inclusivity is Paramount</h2>
</header>
<div class="page__body__body">
<div class="c">
<div class="g g_full ptl pbl text-block">
<p class="mbm mtm">
MountainWest RubyConf is open to everyone. We are committed to providing a friendly, safe, and welcoming environment for all. If you are being harassed, or are aware of someone being harassed, please contact one of the conference organizers or volunteers. <a href="/2016/policies" class="button">More information</a></p>
<p class="mbm text-align_center">Mike Moore<br />
<a href="tel:8015418810">(801) 541-8810</a><br />
<a href="mailto:mike@mtnwestrubyconf.org">mike@mtnwestrubyconf.org</a></p>
</div>
</div>
</div>