From 05e02046ab43ccfbeb3c170763ae2e0226b82a6b Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sun, 5 May 2019 19:07:16 -0700 Subject: [PATCH] Remove use of FontAwesome fonts and reference that in the license --- .gitmodules | 3 --- License.md | 7 +++++-- _includes/head.html | 4 ---- _includes/sidebar.html | 19 ++++++++++++++----- _layouts/post.html | 2 +- css/sidebar.scss | 20 +++++++++++++++++--- css/site.scss | 3 +++ fa | 1 - svg/code-solid.svg | 1 + svg/github-brands.svg | 1 + svg/mastodon-brands.svg | 1 + svg/twitter-brands.svg | 1 + 12 files changed, 44 insertions(+), 19 deletions(-) delete mode 100644 .gitmodules delete mode 160000 fa create mode 100644 svg/code-solid.svg create mode 100644 svg/github-brands.svg create mode 100644 svg/mastodon-brands.svg create mode 100644 svg/twitter-brands.svg diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index b58b12c..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "fa"] - path = fa - url = https://github.com/FortAwesome/Font-Awesome.git diff --git a/License.md b/License.md index 663ba30..e9f2316 100644 --- a/License.md +++ b/License.md @@ -2,10 +2,13 @@ layout: page title: License --- + Besides the following resources, all assets on this site are licensed under the Creative Commons Attribution-ShareAlike 4.0 International License below. -## creative commons +* Icons used are made by Font Awesome, and are under the [Font Awesome License](https://fontawesome.com/license). The only modifications made were to embed the SVG elements into the site. All brand icons are copyright their respective owners. -# Attribution-ShareAlike 4.0 International +--- + +## creative commons Attribution-ShareAlike 4.0 International Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. diff --git a/_includes/head.html b/_includes/head.html index cb2c719..4c2e567 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -39,10 +39,6 @@ {% endif %} - - - - \ No newline at end of file diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 8ee79eb..5f7fd27 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -7,25 +7,34 @@
  • {% include flag.html color="magenta" name="About" url="/About" %}
  • -