-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
38 lines (31 loc) · 1.22 KB
/
index.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
---
layout: default
title: Iowa Ruby Brigade - Home Page
---
<h2 style="margin-bottom:0">Welcome!</h2>
<div id="code_example">
<script src="https://gist.github.com/iowaruby/a6779f57fb70b1337093.js"></script>
</div>
<p><a id="code_example_link" href="#" onclick="toggle_code_example();">Hide Code Example</a></p>
<hr/>
<h4>Become a member by subscribing to our mailing list!</h4>
<form action="http://groups.google.com/group/iowaruby/boxsubscribe">
<p>Email: <input type="text" name="email" size="40"/>
<input type="submit" name="sub" value="Subscribe"/></p>
</form>
<p>More information is available <a href="/join/">here</a>.</p>
<hr/>
<h2>Upcoming Meetings</h2>
{% assign meetings = site.meetings | where:"year", 2019 | reverse %}
<hr />
<a href="{{ meetings[1].url }}">{{ meetings[1].title }}</a> - {{ meetings[1].topic }} - {{ meetings[1].speaker }}
<hr />
<a href="{{ meetings[2].url }}"> {{ meetings[2].title }}</a> - {{ meetings[2].topic }} - {{ meetings[2].speaker }}
<hr />
{{ meetings[3].content }}
<hr />
<h3>Thank You</h3>
<p>Thanks to everybody who made it out last month!</p>
<hr/>
<h4>Meeting Topic Ideas</h4>
<p>Please <a href="/about/">contact us</a> to suggest meeting topics or to volunteer to give a presentation.</p>