lookin good

This commit is contained in:
Micah Cowell 2016-03-14 20:08:03 -07:00
parent 41b6b97eba
commit 7b264b6a51
4 changed files with 12 additions and 12 deletions

7
_data/projects.yml Normal file
View File

@ -0,0 +1,7 @@
- name: Fatso
category: theme
url: https://github.com/getmicah/fatso
- name: Beam
category: theme
url: https://github.com/getmicah/beam

View File

@ -1,11 +1,8 @@
- title: Gif-Giving - name: Gif-Giving
category: website
url: http://gif-giving.com url: http://gif-giving.com
- title: Sheri Koetting - name: Sheri Koetting
category: website
url: http://sherikoetting.com url: http://sherikoetting.com
- title: GetPeppers - name: GetPeppers
category: website
url: http://getpeppers.com url: http://getpeppers.com

View File

@ -71,7 +71,7 @@ ul {
} }
.work { .portfolio {
padding-bottom: 30px; padding-bottom: 30px;
h1 { h1 {
font-size: 1.4em; font-size: 1.4em;
@ -135,8 +135,4 @@ ul {
.about { .about {
padding-bottom: 30px; padding-bottom: 30px;
h1 {
font-size: 1.4em;
margin-bottom: 5px;
}
} }

View File

@ -4,7 +4,7 @@ layout: default
{% include main.html %} {% include main.html %}
<div class="work"> <div class="portfolio">
<h1>Web Design:</h1> <h1>Web Design:</h1>
<ul> <ul>
{% for websites in site.data.websites %} {% for websites in site.data.websites %}