forked from btvwag/btvwag.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (65 loc) · 3.3 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
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
---
layout: default
title: BTVWAG -Burlington Web Application Group
meta-description: "A place for technology enthusiasts focused on web development to come together and share ideas."
meta-keywords: "Burlington, Group, Web, Ruby, Ruby on Rails, JavaScript, Vermont, Application Developer, HTML, CSS"
---
<div class="row-fluid">
<div class="span8">
<div class="row-fluid">
<div id="myCarousel" class="carousel slide well">
<div class="carousel-inner">
{% for item in site.categories.carousel %}
{% include carousel.html %}
{% endfor %}
</div>
<a class="carousel-control left" href="#myCarousel" data-slide="prev">‹</a>
<a class="carousel-control right" href="#myCarousel" data-slide="next">›</a>
</div>
</div>
<div class="clearfix well">
<div class="row-fluid">
<div class="span6">
{% for event in site.categories.event limit:1 %}
<h3>Meet Up Announcement</h3>
<h4>{{ event.title }} </h4>
<h5>{{ event.when }} </h5>
<h5>{{ event.where }}</h5>
<p>
Please join us for a fun evening of presentations from web developers!
</p>
<p>
<a href="{{ event.url }}" class="btn btn-primary">View Details »</a>
</p>
{% endfor %}
</div>
<div class="span6">
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/btvwag" data-widget-id="371957195975303170">Tweets by @btvwag</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
</div>
</div>
<div class="span3">
<div class="well">
<h2>Newsletter Signup</h2>
<p>Event announcements, meeting notes, tech articles and job postings. <a href="http://eepurl.com/lVkBf">Preview issue #1</a></p>
<form action="http://btvwag.us5.list-manage.com/subscribe/post?u=1bc6d2648499cf76a23abcee1&id=60c657c8f9" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<input type="email" value="" name="EMAIL" class="span10 required email" id="mce-EMAIL" placeholder="Email Address">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-primary">
</form>
</div>
<div class="well">
<h2>About BTVWAG</h2>
<p class="description">
{{page.meta-description}}
We meet once a month or two in Burlington to discuss a variety of web-related topics. See our <a href="{% for event in site.categories.event limit:1 %}{{ event.url }}{% endfor %}">past events</a> for a list of previous topics.
</p>
<a href="{% for event in site.categories.event limit:1 %}{{ event.url }}{% endfor %}" class="btn btn-primary btn-large">Upcoming Events »</a>
</div>
<div class="well">
<a href="http://oreilly.com" target="_blank"><img src="assets/img/oreilly.gif" alt="O'Reilly Media"></a>
<p>Thanks to O'Reilly Media for sponsoring BTVWAG book give aways.</p>
</div>
</div>
</div>