From 5b7f05994e791bda4286b4489130276e5b16afea Mon Sep 17 00:00:00 2001 From: Calinou Date: Sun, 19 Jul 2015 14:42:30 +0200 Subject: [PATCH] Add Downloads & Contributors pages, improve Home page --- README.md | 8 + _includes/footer.html | 10 +- _includes/header.html | 49 +++--- credits.html | 90 ++++++++++++ css/main.min.css | 6 +- css/stylus/content.styl | 32 ++++ css/stylus/fonts.styl | 2 + css/stylus/footer.styl | 23 +++ css/stylus/jumbotron.styl | 25 ++++ css/stylus/main.styl | 89 +++++------ css/stylus/navbar.styl | 11 ++ downloads.html | 139 ++++++++++++++++++ index.html | 84 ++++++++--- media/background-downloads.png | Bin 0 -> 2227081 bytes media/{background.png => background-home.png} | Bin media/gallery/1.png | Bin 0 -> 1233460 bytes media/gallery/2.png | Bin 0 -> 896233 bytes media/gallery/3.png | Bin 0 -> 757774 bytes media/gallery/4.png | Bin 0 -> 641546 bytes 19 files changed, 471 insertions(+), 97 deletions(-) create mode 100644 credits.html create mode 100644 css/stylus/content.styl create mode 100644 css/stylus/footer.styl create mode 100644 css/stylus/jumbotron.styl create mode 100644 css/stylus/navbar.styl create mode 100644 downloads.html create mode 100644 media/background-downloads.png rename media/{background.png => background-home.png} (100%) create mode 100644 media/gallery/1.png create mode 100644 media/gallery/2.png create mode 100644 media/gallery/3.png create mode 100644 media/gallery/4.png diff --git a/README.md b/README.md index 3489978..19c086e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,14 @@ mwc Minetest Website Competition entry +Features +======== + +* Uses Bootstrap 3.3.5, jQuery 2.1.4. +* Smooth scrolling to sections. +* Dynamic "back to top" button. +* Resposnive site and favicon. + Workflow ======== diff --git a/_includes/footer.html b/_includes/footer.html index b9fbf32..e2c5d3d 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,7 +1,13 @@ + diff --git a/_includes/header.html b/_includes/header.html index 0fe57d8..aede87d 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -27,6 +27,7 @@ +