mirror of
https://github.com/GwynethLlewelyn/goswi.git
synced 2026-08-14 00:58:00 +00:00
Chore:use new URL to SB Admin theme
The old one gives a 404.
This commit is contained in:
@@ -145,7 +145,7 @@ Parts of the [OpenSimulator logo](http://opensimulator.org/wiki/File:Opensimulat
|
||||
|
||||
The fonts used are, per [Google's v.1.9.5 guidelines for Go-related things](https://storage.googleapis.com/golang-assets/Go-brand-book-v1.9.5.pdf), [Work Sans](https://fonts.google.com/specimen/Work%20Sans), licensed under [Open Font License](https://openfontlicense.org/open-font-license-official-text/), and [Roboto](https://fonts.google.com/specimen/Roboto), licensed under an [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
|
||||
|
||||
The template used, [SB Admin 2](https://startbootstrap.com/template-overviews/sb-admin-2/), has been developed by [Start Bootstrap](https://startbootstrap.com/) — created and maintained by [David Miller](https://davidmiller.io/) — and is based on the [Bootstrap](https://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thornton](https://github.com/fat). It is released under a [MIT license](lib/startbootstrap-sb-admin-2/LICENSE).
|
||||
The template used, [SB Admin 2](https://startbootstrap.com/theme/sb-admin-2), has been developed by [Start Bootstrap](https://startbootstrap.com/) — created and maintained by [David Miller](https://davidmiller.io/) — and is based on the [Bootstrap](https://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thornton](https://github.com/fat). It is released under a [MIT license](lib/startbootstrap-sb-admin-2/LICENSE).
|
||||
|
||||
I've tried to stick to their original files for as long as I could (merely linking to them), but, over time, I had to make more and more changes to them. CSS was getting so many exceptions that I had to create my own file. It's not minified, since I use all sorts of caches and proxies in front of my setup — namely Cloudflare and Google's PageSpeed module for `nginx` — so I don't worry a lot about 'minification'.
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<footer class="sticky-footer bg-white">
|
||||
<div class="container my-auto">
|
||||
<div class="copyright text-center my-auto">
|
||||
<span><i class="fab fa-creative-commons fa-fw"></i> {{.now }} by gOSWI and {{.author}}. Some rights reserved. Uses <a href="https://startbootstrap.com/themes/sb-admin-2/" target=_blank>SB Admin 2</a> templates inside <a href="https://golang.org/" target=_blank>Go.</a></span>
|
||||
<span><i class="fab fa-creative-commons fa-fw"></i> {{.now }} by gOSWI and {{.author}}. Some rights reserved. Uses <a href="https://startbootstrap.com/theme/sb-admin-2" target=_blank>SB Admin 2</a> templates inside <a href="https://golang.org/" target=_blank>Go.</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer> <!-- End of Footer -->
|
||||
|
||||
Reference in New Issue
Block a user