-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (37 loc) · 1.48 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
---
layout: default
title: Tipsy Bear Studios
author: Benjamin Bengfort
tags: Tipsy Bear Studios, Allen Leis, Benjamin Bengfort, Data Science, Washington D.C., Bloomingdale, Software
description: We develop fun data products in Washington D.C.
label: home
---
<div class="jumbotron">
<div class="container">
<div class="banner-text">
<h1>Clever Data Science Projects with a Twist</h1>
<hr />
<p>Tipsy Bear Studios is a Bloomingdale data science workshop in Washington, D.C.
We build data-driven applications for fun and with style. Also, we drink bourbon,
and you're more than welcome to join us!</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
{% for post in site.posts %}
<h3>{{ post.title }}</h3>
<p class="lead">{{ post.author }}</p>
<ul class="list-inline list-unstyled">
<li><span class="glyphicon glyphicon-calendar"></span> {{ post.date | date_to_string }}</li>
<li><span class="glyphicon glyphicon-tag"></span> {{ post.category }}</li>
<li><span class="glyphicon glyphicon-comment"></span>
<a data-disqus-identifier="{{ post.id }}" href="{{ site.url }}{{ post.url }}#disqus_thread">No Comments</a></li>
</ul>
{{ post.excerpt | markdownify }}
<a href="{{ post.url }}" class="btn btn-default">Read More</a>
{% endfor %}
</div>
</div>
</div>