-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·61 lines (55 loc) · 2.56 KB
/
index.html
File metadata and controls
executable file
·61 lines (55 loc) · 2.56 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
---
layout: default
title: MiddWAG -Middlebury Web Application Group
meta-description: "A place for technology enthusiasts and Middlebury College students focused on web development to come together and share ideas."
meta-keywords: "Middlebury, 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="span4">
<h3>Announcement</h3>
<h4>Our Projects and Pages</h4>
<p>Avid programmers at Middlebury College can tackle all kinds of coding challenges. From dynamic websites to complex native applications, check out our current projects. If you are looking for someone to help you with your own coding project, you have come to the right place.</p>
<p><a href="jobs.html" class="btn btn-primary">See more »</a></p>
</div>
<div class="span4">
<h3>Github Highlight</h3>
<p>Randomly selected member github project</p>
<div class="follower-project"></div>
</div>
<div class="span4">
<h3>{{ site.hashtag }} tweets</h3>
<div class="tweets clearfix">
</div>
<p><a class="btn btn-primary" href="https://twitter.com/#!/search/middwag">See more »</a></p>
</div>
</div>
</div>
</div>
<div class="span3">
{% include about.html %}
<div class="well">
<h2>Get updates</h2>
<p>As soon as we can, we'll get a mailing list going. For now, follow us via twitter or github.</p>
<!--
<form action="http://agilionapps.us2.list-manage1.com/subscribe/post?u=bc988e5165d1f538a21085b04&id=885f173827" 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>
</div>