diff --git a/Gemfile b/Gemfile index 5eda53e..97552f6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,14 +1,17 @@ # If you have OpenSSL installed, we recommend updating # the following line to use "https" -source 'http://rubygems.org' +source 'https://rubygems.org' gem "middleman", "~>3.3.6" # Live-reloading plugin -gem "middleman-livereload", "~> 3.1.0" +gem 'middleman-livereload', '~> 3.3.4' # For faster file watcher updates on Windows: gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw] # Windows does not come with time zone data gem "tzinfo-data", platforms: [:mswin, :mingw] +gem 'json', '~> 1.8.1' +gem "bourbon", :require => false +gem "neat", :require => false diff --git a/Gemfile.lock b/Gemfile.lock index 0ac0eac..0fc3c04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,6 +7,9 @@ GEM minitest (~> 5.1) thread_safe (~> 0.1) tzinfo (~> 1.1) + bourbon (4.0.2) + sass (~> 3.3) + thor celluloid (0.16.0) timers (~> 4.0.0) chunky_png (1.3.1) @@ -70,11 +73,10 @@ GEM rack-test (~> 0.6.2) thor (>= 0.15.2, < 2.0) tilt (~> 1.4.1, < 2.0) - middleman-livereload (3.1.1) - em-websocket (>= 0.2.0) - middleman-core (>= 3.0.2) - multi_json (~> 1.0) - rack-livereload + middleman-livereload (3.3.4) + em-websocket (~> 0.5.1) + middleman-core (~> 3.2) + rack-livereload (~> 0.3.15) middleman-sprockets (3.3.10) middleman-core (~> 3.3) sprockets (~> 2.12.1) @@ -82,6 +84,9 @@ GEM sprockets-sass (~> 1.2.0) minitest (5.4.2) multi_json (1.10.1) + neat (1.6.0) + bourbon (>= 3.1) + sass (>= 3.3) padrino-helpers (0.12.3) i18n (~> 0.6, >= 0.6.7) padrino-support (= 0.12.3) @@ -123,7 +128,10 @@ PLATFORMS ruby DEPENDENCIES + bourbon + json (~> 1.8.1) middleman (~> 3.3.6) - middleman-livereload (~> 3.1.0) + middleman-livereload (~> 3.3.4) + neat tzinfo-data wdm (~> 0.1.0) diff --git a/config.rb b/config.rb index 8ea1058..b36838d 100644 --- a/config.rb +++ b/config.rb @@ -36,9 +36,9 @@ # activate :automatic_image_sizes # Reload the browser automatically whenever files change -# configure :development do -# activate :livereload -# end +configure :development do + activate :livereload, :apply_js_live => false +end # Methods defined in the helpers block are available in templates # helpers do diff --git a/data/authors.yml b/data/authors.yml index 39a5a2c..4e95622 100644 --- a/data/authors.yml +++ b/data/authors.yml @@ -1,15 +1,15 @@ -easley: +Annie Easley: name: Annie Easley links: - Wikipedia: https://en.wikipedia.org/wiki/Annie_Easley - Homepage: http://www.jsc.nasa.gov/history/oral_histories/NASA_HQ/Herstory/EasleyAJ/EasleyAJ_8-21-01.htm -turing: +Alan Turing: name: Alan Turing links: - Twitter: https://twitter.com/Alan_M_Turing - Wikipedia: https://en.wikipedia.org/wiki/Alan_Turing - Facebook: https://www.facebook.com/AlanTuringCodebreaker -lovelace: +Ada Lovelace: name: Ada Lovelace links: - Wikipedia: https://en.wikipedia.org/wiki/Ada_Lovelace diff --git a/surf-and-paddle.png b/images/surf-and-paddle.png similarity index 100% rename from surf-and-paddle.png rename to images/surf-and-paddle.png diff --git a/source/images/background.jpg b/source/images/background.jpg new file mode 100644 index 0000000..a05979f Binary files /dev/null and b/source/images/background.jpg differ diff --git a/source/images/background.png b/source/images/background.png deleted file mode 100644 index 8681d44..0000000 Binary files a/source/images/background.png and /dev/null differ diff --git a/source/images/groot-cheechingy-01.jpg b/source/images/groot-cheechingy-01.jpg new file mode 100644 index 0000000..b2a04d4 Binary files /dev/null and b/source/images/groot-cheechingy-01.jpg differ diff --git a/source/images/groot-cheechingy-closeup1.jpg b/source/images/groot-cheechingy-closeup1.jpg new file mode 100644 index 0000000..4836cf3 Binary files /dev/null and b/source/images/groot-cheechingy-closeup1.jpg differ diff --git a/source/images/groot_edit.jpg b/source/images/groot_edit.jpg new file mode 100644 index 0000000..5ce585d Binary files /dev/null and b/source/images/groot_edit.jpg differ diff --git a/source/images/jose_profile.jpg b/source/images/jose_profile.jpg new file mode 100755 index 0000000..102211c Binary files /dev/null and b/source/images/jose_profile.jpg differ diff --git a/source/images/loved-dancing-baby-groot-check-this-out-you-are-welcome-d1bcd2c7-bf62-429f-bede-80ac84cf61ec.gif b/source/images/loved-dancing-baby-groot-check-this-out-you-are-welcome-d1bcd2c7-bf62-429f-bede-80ac84cf61ec.gif new file mode 100644 index 0000000..68d77a5 Binary files /dev/null and b/source/images/loved-dancing-baby-groot-check-this-out-you-are-welcome-d1bcd2c7-bf62-429f-bede-80ac84cf61ec.gif differ diff --git a/source/images/loved-dancing-baby-groot-check-this-out-you-are-welcome-d1bcd2c7-bf62-429f-bede-80ac84cf61ec.jpg b/source/images/loved-dancing-baby-groot-check-this-out-you-are-welcome-d1bcd2c7-bf62-429f-bede-80ac84cf61ec.jpg new file mode 100644 index 0000000..68d77a5 Binary files /dev/null and b/source/images/loved-dancing-baby-groot-check-this-out-you-are-welcome-d1bcd2c7-bf62-429f-bede-80ac84cf61ec.jpg differ diff --git a/source/images/overly_attach_girlfriend.png b/source/images/overly_attach_girlfriend.png new file mode 100644 index 0000000..659cf7d Binary files /dev/null and b/source/images/overly_attach_girlfriend.png differ diff --git a/source/images/server_says.jpg b/source/images/server_says.jpg new file mode 100644 index 0000000..6512ca9 Binary files /dev/null and b/source/images/server_says.jpg differ diff --git a/source/images/surf-and-paddle.png b/source/images/surf-and-paddle.png new file mode 100644 index 0000000..1eb3384 Binary files /dev/null and b/source/images/surf-and-paddle.png differ diff --git a/source/index.html.erb b/source/index.html.erb index 3f8b9d5..4480c6a 100644 --- a/source/index.html.erb +++ b/source/index.html.erb @@ -1,5 +1,98 @@ ---- -title: Surf & Paddle ---- + + - +
+ +