From 7a5a585ead8c4e967980adc2ab9c7502e47694fd Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sun, 2 Jul 2017 21:31:10 -0500 Subject: 💄📝 Add basic static layout + readme/contributing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Squashed commit of the following: commit f32ca088e9b4d9c6b6edad5271757d886f7177e8 Author: Ben Beltran Date: Sun Jul 2 21:30:20 2017 -0500 Add CHANGELOG commit f5691219950c7546343d42791034cdbba748609b Author: Ben Beltran Date: Sun Jul 2 21:30:00 2017 -0500 Add mac files, and generated files to ignore commit 88ba8c1bed6a6336e1c0ebb5e5d42210a20422a7 Author: Ben Beltran Date: Sun Jul 2 21:28:34 2017 -0500 Add contributing guide commit 160eae6998e2559b6b9e3b21473c930b10278739 Author: Ben Beltran Date: Sun Jul 2 21:24:21 2017 -0500 Add readme commit 36760ff85dbd335afe2c5d9ea9596f81a0ca88a3 Author: Ben Beltran Date: Sun Jul 2 21:11:47 2017 -0500 💄 Add static layout --- images/example_image.png | Bin 0 -> 51624 bytes images/header_background.png | Bin 0 -> 5247 bytes images/header_foreground.png | Bin 0 -> 5273 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 images/example_image.png create mode 100644 images/header_background.png create mode 100644 images/header_foreground.png (limited to 'images') diff --git a/images/example_image.png b/images/example_image.png new file mode 100644 index 0000000..672e3a1 Binary files /dev/null and b/images/example_image.png differ diff --git a/images/header_background.png b/images/header_background.png new file mode 100644 index 0000000..8352b5e Binary files /dev/null and b/images/header_background.png differ diff --git a/images/header_foreground.png b/images/header_foreground.png new file mode 100644 index 0000000..eb9b34d Binary files /dev/null and b/images/header_foreground.png differ -- cgit