Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Added Font Awesome to all templates. Added meta-tag for humans.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhartman committed Sep 15, 2018
1 parent 6365c7b commit 7895bf9
Show file tree
Hide file tree
Showing 20 changed files with 286 additions and 248 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
Below is a detailed change-log, along with specific tasks completed, for each
version released to date.

## Version 1.2.0 (15/09/2018)

- [#enhancement](#enhancement)
- Added meta-tag for `humans.txt` file. Actually a bug, but it's now added.
- [#new](#new)
- Added Font Awesome to all the templates.
- [#bugfix](#bugfix)
- Fixed bug where Font Awesome wasn't appearing in markup.

## Version 1.1.0 (15/09/2018)

- [#new](#new)
- Added Font Awesome icon library.
- [#bugfix](#bugfix)
- Fixed bug in spacing in humans.txt.
- [#enhancement](#enhancement)
- Removed the Bootstrap SVG icons from the project folder. Using the raw svg
markup in templates.

## Version 1.0.0 (15/09/2018)

- [#enhancement](#enhancement)
Expand Down
27 changes: 14 additions & 13 deletions templates/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<link rel="manifest" href="manifest.json"> <!-- For Android Devices -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari -->
<link rel="manifest" href="manifest.json"> <!-- For Android Devices. -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile. -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS. -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari. -->
<!-- @if @serverExtras -->
<link rel="author" href="humans.txt" /> <!-- Link to humans.txt file. -->
<!-- @end if -->
<!-- @if @ieTags -->
<!-- @stylesheet browser-upgrade -->
<!-- @stylesheet browser-upgrade --> <!-- Browser Upgrade Notice CSS. -->
<!-- @end if -->

<!-- Bootstrap core CSS -->
<!-- @stylesheet bootstrap.min -->

<!-- Add custom styles here -->
<!-- @stylesheet styles -->

<!-- Custom styles for this template -->
<!-- @stylesheet bootstrap.min --> <!-- Bootstrap core CSS. -->
<!-- @if @fontAwesome -->
<!-- @stylesheet fontawesome-all.min --> <!-- Font Awesome all CSS. -->
<!-- @end if -->
<!-- @stylesheet styles --> <!-- Add your custom styles here. -->
<!-- Custom styles for this template. -->
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:700,900" rel="stylesheet">
<!-- @stylesheet blog -->
</head>
Expand Down
27 changes: 14 additions & 13 deletions templates/carousel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<link rel="manifest" href="manifest.json"> <!-- For Android Devices -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari -->
<link rel="manifest" href="manifest.json"> <!-- For Android Devices. -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile. -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS. -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari. -->
<!-- @if @serverExtras -->
<link rel="author" href="humans.txt" /> <!-- Link to humans.txt file. -->
<!-- @end if -->
<!-- @if @ieTags -->
<!-- @stylesheet browser-upgrade -->
<!-- @stylesheet browser-upgrade --> <!-- Browser Upgrade Notice CSS. -->
<!-- @end if -->

<!-- Bootstrap core CSS -->
<!-- @stylesheet bootstrap.min -->

<!-- Add custom styles here -->
<!-- @stylesheet styles -->

<!-- Custom styles for this template -->
<!-- @stylesheet bootstrap.min --> <!-- Bootstrap core CSS. -->
<!-- @if @fontAwesome -->
<!-- @stylesheet fontawesome-all.min --> <!-- Font Awesome all CSS. -->
<!-- @end if -->
<!-- @stylesheet styles --> <!-- Add your custom styles here. -->
<!-- Custom styles for this template. -->
<!-- @stylesheet carousel -->
</head>

Expand Down
27 changes: 14 additions & 13 deletions templates/checkout/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<link rel="manifest" href="manifest.json"> <!-- For Android Devices -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari -->
<link rel="manifest" href="manifest.json"> <!-- For Android Devices. -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile. -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS. -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari. -->
<!-- @if @serverExtras -->
<link rel="author" href="humans.txt" /> <!-- Link to humans.txt file. -->
<!-- @end if -->
<!-- @if @ieTags -->
<!-- @stylesheet browser-upgrade -->
<!-- @stylesheet browser-upgrade --> <!-- Browser Upgrade Notice CSS. -->
<!-- @end if -->

<!-- Bootstrap core CSS -->
<!-- @stylesheet bootstrap.min -->

<!-- Add custom styles here -->
<!-- @stylesheet styles -->

<!-- Custom styles for this template -->
<!-- @stylesheet bootstrap.min --> <!-- Bootstrap core CSS. -->
<!-- @if @fontAwesome -->
<!-- @stylesheet fontawesome-all.min --> <!-- Font Awesome all CSS. -->
<!-- @end if -->
<!-- @stylesheet styles --> <!-- Add your custom styles here. -->
<!-- Custom styles for this template. -->
<!-- @stylesheet form-validation -->
</head>

Expand Down
27 changes: 14 additions & 13 deletions templates/cover/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<link rel="manifest" href="manifest.json"> <!-- For Android Devices -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari -->
<link rel="manifest" href="manifest.json"> <!-- For Android Devices. -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile. -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS. -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari. -->
<!-- @if @serverExtras -->
<link rel="author" href="humans.txt" /> <!-- Link to humans.txt file. -->
<!-- @end if -->
<!-- @if @ieTags -->
<!-- @stylesheet browser-upgrade -->
<!-- @stylesheet browser-upgrade --> <!-- Browser Upgrade Notice CSS. -->
<!-- @end if -->

<!-- Bootstrap core CSS -->
<!-- @stylesheet bootstrap.min -->

<!-- Add custom styles here -->
<!-- @stylesheet styles -->

<!-- Custom styles for this template -->
<!-- @stylesheet bootstrap.min --> <!-- Bootstrap core CSS. -->
<!-- @if @fontAwesome -->
<!-- @stylesheet fontawesome-all.min --> <!-- Font Awesome all CSS. -->
<!-- @end if -->
<!-- @stylesheet styles --> <!-- Add your custom styles here. -->
<!-- Custom styles for this template. -->
<!-- @stylesheet cover -->
</head>

Expand Down
28 changes: 14 additions & 14 deletions templates/dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<link rel="manifest" href="manifest.json"> <!-- For Android Devices -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari -->
<link rel="manifest" href="manifest.json"> <!-- For Android Devices. -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile. -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS. -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari. -->
<!-- @if @serverExtras -->
<link rel="author" href="humans.txt" /> <!-- Link to humans.txt file. -->
<!-- @end if -->
<!-- @if @ieTags -->
<!-- @stylesheet browser-upgrade -->
<!-- @stylesheet browser-upgrade --> <!-- Browser Upgrade Notice CSS. -->
<!-- @end if -->

<!-- Bootstrap core CSS -->
<!-- @stylesheet bootstrap.min -->

<!-- Add custom styles here -->
<!-- @stylesheet styles -->

<!-- Custom styles for this template -->
<!-- @stylesheet bootstrap.min --> <!-- Bootstrap core CSS. -->
<!-- @if @fontAwesome -->
<!-- @stylesheet fontawesome-all.min --> <!-- Font Awesome all CSS. -->
<!-- @end if -->
<!-- @stylesheet styles --> <!-- Add your custom styles here. -->
<!-- Custom styles for this template. -->
<!-- @stylesheet dashboard -->
</head>

Expand Down Expand Up @@ -317,7 +318,6 @@ <h2>Section title</h2>
}
});
</script>

<!-- @if @googleAnalytics -->
<!-- @if @googleAnalyticsSiteID --><!-- Google Analytics --><!-- @else --><!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. --><!-- @end if-->
<script>
Expand Down
27 changes: 14 additions & 13 deletions templates/floating/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<link rel="manifest" href="manifest.json"> <!-- For Android Devices -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari -->
<link rel="manifest" href="manifest.json"> <!-- For Android Devices. -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile. -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS. -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari. -->
<!-- @if @serverExtras -->
<link rel="author" href="humans.txt" /> <!-- Link to humans.txt file. -->
<!-- @end if -->
<!-- @if @ieTags -->
<!-- @stylesheet browser-upgrade -->
<!-- @stylesheet browser-upgrade --> <!-- Browser Upgrade Notice CSS. -->
<!-- @end if -->

<!-- Bootstrap core CSS -->
<!-- @stylesheet bootstrap.min -->

<!-- Add custom styles here -->
<!-- @stylesheet styles -->

<!-- Custom styles for this template -->
<!-- @stylesheet bootstrap.min --> <!-- Bootstrap core CSS. -->
<!-- @if @fontAwesome -->
<!-- @stylesheet fontawesome-all.min --> <!-- Font Awesome all CSS. -->
<!-- @end if -->
<!-- @stylesheet styles --> <!-- Add your custom styles here. -->
<!-- Custom styles for this template. -->
<!-- @stylesheet floating-labels -->
</head>

Expand Down
27 changes: 14 additions & 13 deletions templates/grid/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<link rel="manifest" href="manifest.json"> <!-- For Android Devices -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari -->
<link rel="manifest" href="manifest.json"> <!-- For Android Devices. -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile. -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS. -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari. -->
<!-- @if @serverExtras -->
<link rel="author" href="humans.txt" /> <!-- Link to humans.txt file. -->
<!-- @end if -->
<!-- @if @ieTags -->
<!-- @stylesheet browser-upgrade -->
<!-- @stylesheet browser-upgrade --> <!-- Browser Upgrade Notice CSS. -->
<!-- @end if -->

<!-- Bootstrap core CSS -->
<!-- @stylesheet bootstrap.min -->

<!-- Add custom styles here -->
<!-- @stylesheet styles -->

<!-- Custom styles for this template -->
<!-- @stylesheet bootstrap.min --> <!-- Bootstrap core CSS. -->
<!-- @if @fontAwesome -->
<!-- @stylesheet fontawesome-all.min --> <!-- Font Awesome all CSS. -->
<!-- @end if -->
<!-- @stylesheet styles --> <!-- Add your custom styles here. -->
<!-- Custom styles for this template. -->
<!-- @stylesheet grid -->
</head>

Expand Down
27 changes: 14 additions & 13 deletions templates/jumbotron/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<link rel="manifest" href="manifest.json"> <!-- For Android Devices -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari -->
<link rel="manifest" href="manifest.json"> <!-- For Android Devices. -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile. -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS. -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari. -->
<!-- @if @serverExtras -->
<link rel="author" href="humans.txt" /> <!-- Link to humans.txt file. -->
<!-- @end if -->
<!-- @if @ieTags -->
<!-- @stylesheet browser-upgrade -->
<!-- @stylesheet browser-upgrade --> <!-- Browser Upgrade Notice CSS. -->
<!-- @end if -->

<!-- Bootstrap core CSS -->
<!-- @stylesheet bootstrap.min -->

<!-- Add custom styles here -->
<!-- @stylesheet styles -->

<!-- Custom styles for this template -->
<!-- @stylesheet bootstrap.min --> <!-- Bootstrap core CSS. -->
<!-- @if @fontAwesome -->
<!-- @stylesheet fontawesome-all.min --> <!-- Font Awesome all CSS. -->
<!-- @end if -->
<!-- @stylesheet styles --> <!-- Add your custom styles here. -->
<!-- Custom styles for this template. -->
<!-- @stylesheet jumbotron -->
</head>

Expand Down
24 changes: 13 additions & 11 deletions templates/navbarbottom/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,21 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<link rel="manifest" href="manifest.json"> <!-- For Android Devices -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari -->
<link rel="manifest" href="manifest.json"> <!-- For Android Devices. -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile. -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS. -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari. -->
<!-- @if @serverExtras -->
<link rel="author" href="humans.txt" /> <!-- Link to humans.txt file. -->
<!-- @end if -->
<!-- @if @ieTags -->
<!-- @stylesheet browser-upgrade -->
<!-- @stylesheet browser-upgrade --> <!-- Browser Upgrade Notice CSS. -->
<!-- @end if -->

<!-- Bootstrap core CSS -->
<!-- @stylesheet bootstrap.min -->

<!-- Add custom styles here -->
<!-- @stylesheet styles -->
<!-- @stylesheet bootstrap.min --> <!-- Bootstrap core CSS. -->
<!-- @if @fontAwesome -->
<!-- @stylesheet fontawesome-all.min --> <!-- Font Awesome all CSS. -->
<!-- @end if -->
<!-- @stylesheet styles --> <!-- Add your custom styles here. -->
</head>

<body>
Expand Down
27 changes: 14 additions & 13 deletions templates/navbarfixed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<link rel="manifest" href="manifest.json"> <!-- For Android Devices -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari -->
<link rel="manifest" href="manifest.json"> <!-- For Android Devices. -->
<meta name="msapplication-config" content="browserconfig.xml"> <!-- For Windows and Microsoft Mobile. -->
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png"> <!-- For Apple iOS. -->
<link rel="mask-icon" href="img/favicons/safari-pinned-tab.svg" color="#563d7c"> <!-- For Safari. -->
<!-- @if @serverExtras -->
<link rel="author" href="humans.txt" /> <!-- Link to humans.txt file. -->
<!-- @end if -->
<!-- @if @ieTags -->
<!-- @stylesheet browser-upgrade -->
<!-- @stylesheet browser-upgrade --> <!-- Browser Upgrade Notice CSS. -->
<!-- @end if -->

<!-- Bootstrap core CSS -->
<!-- @stylesheet bootstrap.min -->

<!-- Add custom styles here -->
<!-- @stylesheet styles -->

<!-- Custom styles for this template -->
<!-- @stylesheet bootstrap.min --> <!-- Bootstrap core CSS. -->
<!-- @if @fontAwesome -->
<!-- @stylesheet fontawesome-all.min --> <!-- Font Awesome all CSS. -->
<!-- @end if -->
<!-- @stylesheet styles --> <!-- Add your custom styles here. -->
<!-- Custom styles for this template. -->
<!-- @stylesheet navbar-top-fixed -->
</head>

Expand Down
Loading

0 comments on commit 7895bf9

Please sign in to comment.