From a8c0805988c1492cf34998590c17199356ad8af1 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Tue, 10 Apr 2018 18:22:04 +0100 Subject: [PATCH] Add more page --- docs/_data/global.json | 2 +- docs/_data/links.json | 15 +++++++++ docs/_includes/footer/boxes.html | 2 +- docs/_includes/footer/links.html | 10 +++--- docs/_includes/footer/support.html | 18 ++++++++++ docs/_includes/global/footer.html | 4 --- docs/_sass/footer.sass | 39 +++++++++++++++------ docs/_sass/specific.sass | 2 +- docs/css/bulma-docs.css | 54 +++++++++++++++++++++++------- docs/more.html | 53 +++++++++++++++++++++++++++++ 10 files changed, 164 insertions(+), 35 deletions(-) create mode 100644 docs/more.html diff --git a/docs/_data/global.json b/docs/_data/global.json index 307a1029..b06ba4d3 100644 --- a/docs/_data/global.json +++ b/docs/_data/global.json @@ -9,7 +9,7 @@ }, { "id": "expo", - "color": "bd-has-text-star", + "color": "has-text-star", "fa_type": "fas", "fa_icon": "fa-star", "title": "Expo" diff --git a/docs/_data/links.json b/docs/_data/links.json index 832e49b0..9f0f4108 100644 --- a/docs/_data/links.json +++ b/docs/_data/links.json @@ -330,36 +330,51 @@ "expo": { "name": "Expo", "subtitle": "Official Bulma showcase", + "icon": "star", + "color": "star", "path": "/expo" }, "love": { "name": "Love", "subtitle": "Fans of Bulma around the world", + "color": "danger", + "icon": "heart", "path": "/love" }, "bulma-start": { "name": "Bulma start", "subtitle": "A tiny npm package to get started", + "icon": "rocket", + "color": "success", "path": "/bulma-start" }, "made-with-bulma": { "name": "Made with Bulma", "subtitle": "The official community badge", + "icon": "certificate", + "color": "primary", "path": "/made-with-bulma" }, "bootstrap": { "name": "Coming from Bootstrap", "subtitle": "See how Bulma is an alternative to Bootstrap", + "icon": "exchange-alt", + "color": "bootstrap", "path": "/alternative-to-bootstrap" }, "patreon-backers": { "name": "Patreon backers", "subtitle": "Everyone who is supporting Bulma", + "icon_brand": "true", + "icon": "patreon", + "color": "patreon", "path": "/backers" }, "extensions": { "name": "Bulma extensions", "subtitle": "Side projects to enhance Bulma", + "icon": "plug", + "color": "orange", "path": "/extensions" } }, diff --git a/docs/_includes/footer/boxes.html b/docs/_includes/footer/boxes.html index 624bb11d..2792869d 100644 --- a/docs/_includes/footer/boxes.html +++ b/docs/_includes/footer/boxes.html @@ -21,7 +21,7 @@