From 7b264b6a5145b1e80d1c002a0326bd2bd46c570e Mon Sep 17 00:00:00 2001 From: Micah Cowell Date: Mon, 14 Mar 2016 20:08:03 -0700 Subject: [PATCH] lookin good --- _data/projects.yml | 7 +++++++ _data/websites.yml | 9 +++------ assets/css/main.scss | 6 +----- index.html | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 _data/projects.yml diff --git a/_data/projects.yml b/_data/projects.yml new file mode 100644 index 0000000..6001bdc --- /dev/null +++ b/_data/projects.yml @@ -0,0 +1,7 @@ +- name: Fatso + category: theme + url: https://github.com/getmicah/fatso + +- name: Beam + category: theme + url: https://github.com/getmicah/beam diff --git a/_data/websites.yml b/_data/websites.yml index 6524e33..116f077 100644 --- a/_data/websites.yml +++ b/_data/websites.yml @@ -1,11 +1,8 @@ -- title: Gif-Giving - category: website +- name: Gif-Giving url: http://gif-giving.com -- title: Sheri Koetting - category: website +- name: Sheri Koetting url: http://sherikoetting.com -- title: GetPeppers - category: website +- name: GetPeppers url: http://getpeppers.com diff --git a/assets/css/main.scss b/assets/css/main.scss index e24b10f..f1bce53 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -71,7 +71,7 @@ ul { } -.work { +.portfolio { padding-bottom: 30px; h1 { font-size: 1.4em; @@ -135,8 +135,4 @@ ul { .about { padding-bottom: 30px; - h1 { - font-size: 1.4em; - margin-bottom: 5px; - } } diff --git a/index.html b/index.html index 61ad5eb..3f6daf7 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ layout: default {% include main.html %} -
+

Web Design:

    {% for websites in site.data.websites %}