Skip to content

Project writeup et. al. #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Feb 27, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ baseurl:
# Site settings
title: Takefive Interactive
email: xiaohang@takefiveinteractive.com
description: "We are a group of five motivated individuals based in UIUC"
description: "We are a group of motivated individuals based in UIUC"

# Exclude additional directories
exclude: ['ZhihuFont/*']
4 changes: 4 additions & 0 deletions _includes/css/agency.css
Original file line number Diff line number Diff line change
@@ -449,6 +449,10 @@ section h3.section-subheading {
right:0px;
text-align: right;
}
#portfolio .portfolio-item .portfolio-caption {
max-width: 40%;
padding: 15px;
}
}

.timeline {
5 changes: 4 additions & 1 deletion _includes/portfolio_grid.html
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@ <h2 class="section-heading">Portfolio</h2>
<h3 class="section-subheading text-muted">Our past and ongoing projects.</h3>
</div>
</div>
<div class="row">
{% for post in site.posts %}
{% cycle 'add rows': '<div class="row">', nil, nil, nil, '<div class="row">' %}
<div class="col-md-3 col-sm-6 portfolio-item">
{% if post.github %}
<!-- Optional "Fork me on GitHub" badge -->
@@ -33,7 +33,10 @@ <h4>{{ post.title }}</h4>
<p class="text-muted">{{ post.subtitle }}</p>
</div>
</div>
{% cycle 'close rows': nil, nil, nil, '</div>', nil %}
{% endfor %}
{% capture modulo %}{{ site.posts.size | mod:4 }}{% endcapture %}
{% if modulo == '2' %}</div>{% endif %}
</div>
</div>
</section>
4 changes: 2 additions & 2 deletions _posts/2015-02-27-PaperPlane.markdown
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Paper Plane
subtitle: Social App
subtitle: Brings target and focus into your social experience.
layout: default
modal-id: 1
date: 2015-02-27
img: paperplane.png
thumbnail: paperplane-thumbnail.png
alt: image-alt
project-date: February 2015
description: Ever threw a paper plane carrying some message with it? PaperPlane lets you do that in style anonymously or with friends! Share your best moments and rarefied discoveries to any place you'd like.
description: Ever threw a paper plane carrying some message with it? Paper Plane lets you do that in style, anonymously or with friends! Share your best moments and rarefied discoveries to any place you'd like.
---
2 changes: 1 addition & 1 deletion _posts/2015-06-01-Weather.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Weather Map
subtitle: Weather App
subtitle: Perfect for road trips. Touch the weather nearby.
layout: default
modal-id: 2
date: 2015-03-01
12 changes: 12 additions & 0 deletions _posts/2016-02-18-Enclosure.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Enclosure
subtitle: Try it! As playable and challenging as chess.
layout: default
modal-id: 3
date: 2016-02-18
img: enclosure.gif
thumbnail: enclosure-thumbnail.png
alt: image-alt
project-date: February 2016
description: Drawing inspiration from the 18th century practice of enclosure, we made a fun, beautiful and addicting game. Like farmers occupying their land using fences, players compete by enclosing as many land as possible; there are limited moves each round, and whoever gains the most land wins.
---
13 changes: 13 additions & 0 deletions _posts/2016-02-19-Singularity.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Singularity
subtitle: You don't need to know music to write some.
layout: default
modal-id: 4
date: 2016-02-19
img: singularity.png
thumbnail: singularity-thumbnail.png
alt: image-alt
project-date: February 2016
github: https://github.com/TakefiveInteractive/Singularity
description: Producers and vocalists often run into situations where they come up with inspirational melodies and catchy lyrics, but these sparks of greatness are just too evanescent. Artists lose them easily. That’s why we want to create a great tool preserving these inspiration.
---
13 changes: 13 additions & 0 deletions _posts/2016-02-20-Board.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Board
subtitle: Splitting your bills has never been easier.
layout: default
modal-id: 5
date: 2016-02-20
img: board.gif
thumbnail: board-thumbnail.jpg
alt: image-alt
project-date: February 2016
github: https://github.com/TakefiveInteractive/Board
description: We are often in situations where it's so difficult to figure out the myriad owes and pays between you and others. You are splitting a meal with a bunch of friends. You went on a hiking trip with your roommates; everyone paid for different things and the final cost needed to be sorted out. We wanted to develop an app to keep track of all the daily transactions that need to be split up.
---
Binary file added img/portfolio/board-thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/portfolio/board.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/portfolio/enclosure-thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/portfolio/enclosure.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/portfolio/singularity-thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/portfolio/singularity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.