forked from AlxCodeCoffee/alxcodecoffee.github.io
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (24 loc) · 1014 Bytes
/
index.html
File metadata and controls
29 lines (24 loc) · 1014 Bytes
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
---
layout: default
---
{% include banner.html %}
<div class="container">
<div class="row" style="margin-bottom: 50px;">
<div class="col-md-12 text-center">
<iframe src="https://calendar.google.com/calendar/embed?title=DMV%20Code%20and%20Coffees&height=600&wkst=1&bgcolor=%23FFFFFF&src=1467kv8cp8vone8oatmtco60ld7cbg56%40import.calendar.google.com&color=%23AB8B00&src=cv6q07v5kisli78l8vjrj5ma961em1an%40import.calendar.google.com&color=%23711616&src=d3d0me2o02e3qdppfrvjtps1ldd7bptd%40import.calendar.google.com&color=%231B887A&ctz=America%2FNew_York" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div>
</div>
<div class="row">
<div class="col-md-6">
{% include events.html %}
</div>
<div class="col-md-6 hidden-xs">
{% include twitter_widget.html %}
</div>
</div>
<div class="row">
<div class="col-md-12">
{% include sponsors.html %}
</div>
</div>
</div>