-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.73 KB
/
index.html
File metadata and controls
28 lines (28 loc) · 1.73 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
---
layout: default
title: Mid-Cities DevOps
---
{% assign first_post = site.posts.first %}
<header>
<h1>{{ page.title }}</h1>
</header>
<h2>Next Event: {{ first_post.title }}</h2>
<h2>Reserve a Spot</h2>
<div style="width:100%; text-align:left;" ><iframe src="http://www.eventbrite.com/tickets-external?eid=2810633681&ref=etckt" frameborder="0" height="250" width="100%" vspace="0" hspace="0" marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true"></iframe><div style="font-family:Helvetica, Arial; font-size:10px; padding:5px 0 5px; margin:2px; width:100%; text-align:left;" ><a style="color:#ddd; text-decoration:none;" target="_blank" href="http://www.eventbrite.com/r/etckt" >Event Registration Online</a><span style="color:#ddd;" > for </span><a style="color:#ddd; text-decoration:none;" target="_blank" href="http://www.eventbrite.com/event/2810633681?ref=etckt" >Mid-Cities DevOps Meetup</a><span style="color:#ddd;" > powered by </span><a style="color:#ddd; text-decoration:none;" target="_blank" href="http://www.eventbrite.com?ref=etckt" >Eventbrite</a></div></div>
<h2>{{ first_post.title }} | <a href="{{ first_post.url }}">Read More »</a></h2>
<div>
{{ first_post.content | truncate: 1000 }}
</div>
<h2>Recent Updates</h2>
<ul>
{% for post in site.posts limit: 7 %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<footer>
<p>
Connect with us on <a href="http://gplus.to/mcdevops">Google Plus</a>.
<a href="http://www.pluralsight-training.net"><img src="http://s.pluralsight.com/mn/img/logo/pluralsight-grayscale-250x55-v1.png" alt="Pluralsight - Harcore Developer Training" title="Pluralsight - Harcore Developer Training" />
</a>
</p>
</footer>