diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..c5210ab Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index 7bc2383..2d6a615 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,4 @@ A place for your styling creativity to grow **NOTE:** *This repo is copyrighted material for your private use only and not to be shared outside of Viking Code School.* +Jeffrey Dederick diff --git a/fonts/.DS_Store b/fonts/.DS_Store new file mode 100644 index 0000000..3850cf5 Binary files /dev/null and b/fonts/.DS_Store differ diff --git a/fonts/Norse-Bold.otf b/fonts/Norse-Bold.otf new file mode 100755 index 0000000..98ba001 Binary files /dev/null and b/fonts/Norse-Bold.otf differ diff --git a/fonts/Norse.otf b/fonts/Norse.otf new file mode 100755 index 0000000..e78901c Binary files /dev/null and b/fonts/Norse.otf differ diff --git a/fonts/Odins Spear Ragged Hollow.TTF b/fonts/Odins Spear Ragged Hollow.TTF new file mode 100755 index 0000000..0862717 Binary files /dev/null and b/fonts/Odins Spear Ragged Hollow.TTF differ diff --git a/fonts/Odins Spear Ragged Hollow.woff b/fonts/Odins Spear Ragged Hollow.woff new file mode 100644 index 0000000..21b840c Binary files /dev/null and b/fonts/Odins Spear Ragged Hollow.woff differ diff --git a/fonts/Viking-Normal.otf b/fonts/Viking-Normal.otf new file mode 100755 index 0000000..a7244d6 Binary files /dev/null and b/fonts/Viking-Normal.otf differ diff --git a/fonts/YOLDA___.TTF b/fonts/YOLDA___.TTF new file mode 100644 index 0000000..f34707b Binary files /dev/null and b/fonts/YOLDA___.TTF differ diff --git a/fonts/freefont_EULA_v1-00.txt b/fonts/freefont_EULA_v1-00.txt new file mode 100755 index 0000000..876ff1c --- /dev/null +++ b/fonts/freefont_EULA_v1-00.txt @@ -0,0 +1,52 @@ +JOEL CARROUCHE FREE FONT LICENSE +Free font EULA v1.0, march 2014 + + + +By downloading / installing this font you agree to the terms of this licence : + + + +This font is a freeware. You are free to use it for any personnal or commercial project. + + +You may embed it in pdf documents, web pages or flash animations. + + +You may not modifiy the font files. + + +You may not sell this font or licenses for this font. + + +You may not redistribute or share this font without written permission of Joël Carrouché. +This mean you may not put the font on your website for download without prior consent. + + + + +COPYRIGHT + +Except for the rights mentionned above, all other rights remain the property of Joël Carrouché + + + + + +NO WARRANTY + +The font files are provided as is, without warranty of any kind. Joël Carrouché is not liable for any damage resulting from the use of the font. + + + + +CONTACT + +contact@joelcarrouche.net +www.joelcarrouche.net + + +If you use this font for something cool, drop me a line ! + + + diff --git a/fonts/license.txt b/fonts/license.txt new file mode 100755 index 0000000..accddc2 --- /dev/null +++ b/fonts/license.txt @@ -0,0 +1,23 @@ + BoltCutterDesign True Type Fonts/graphics + Copyright (C) 2008 BCD/MFA + + This program/graphic is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. It may not be sold/resold individualy or + in a compilation. + + This notice must accompany the font/graphic upon distribution/redistribution. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + http://www.gnu.org/copyleft/gpl.html + + boltcutterdesign@yahoo.com + \ No newline at end of file diff --git a/fonts/odins spear.TTF b/fonts/odins spear.TTF new file mode 100755 index 0000000..a068e00 Binary files /dev/null and b/fonts/odins spear.TTF differ diff --git a/fonts/yggdrasil.jpg b/fonts/yggdrasil.jpg new file mode 100644 index 0000000..de23e70 Binary files /dev/null and b/fonts/yggdrasil.jpg differ diff --git a/fonts/yggdrasil2.jpg b/fonts/yggdrasil2.jpg new file mode 100644 index 0000000..0473f58 Binary files /dev/null and b/fonts/yggdrasil2.jpg differ diff --git a/fonts/yolda.txt b/fonts/yolda.txt new file mode 100644 index 0000000..7838375 --- /dev/null +++ b/fonts/yolda.txt @@ -0,0 +1,16 @@ +Y'old Anglican TTF file - Copyright GemFonts 98 + +This font is Testware, in that you can use it free of charge +(non commercial purposes only) without getting permission. + +This zipfile must be kept intact, without alterations, if being +transferred via Disk, email, internet, or any other media. It can be +made available for downloading from website. + +GemFonts 98 - gem@c031.aone.net.au +GemFont002 + +PERMISSION TO USE IS ONLY GIVEN IF:- +A - ZIPFILE IS KEPT INTACT, NO REMOVALS OR ALTERATIONS +B - USED FOR PLEASURE, NOT FINANCIAL GAIN +C - NOT INCLUDED IN COMPILATION CD's, COMMERCIAL OR SHAREWARE. \ No newline at end of file diff --git a/index.html b/index.html index 3a88ff2..75f6973 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ Viking CSS Garden - + @@ -27,7 +27,7 @@

Growing Your Garden

-
+

Norse mythology

@@ -77,4 +77,3 @@

Other Gardens

- diff --git a/style.css b/style.css index 64192bc..0cab785 100644 --- a/style.css +++ b/style.css @@ -1,10 +1,113 @@ -/* ----------------------------------- * - * Your Styles Here - * ----------------------------------- */ +@font-face { + font-family: Norse; + src: url("fonts/Norse.otf") format("opentype"); +} +@font-face { + font-family: Viking-Normal; + src: url("fonts/Viking-Normal.otf") format("opentype"); +} +@font-face { + font-family: "YOLDA___.TTF"; + src: url("fonts/YOLDA___.TTF") format("truetype"); +} +.site-title{ + font-family: "Viking-Normal", Georgia, sans-serif; + text-align: center; + font-size: 50px; +} +.tagline { + font-family: "Norse"; + text-align: center; + font-size: 18px; +} +.main-content-section:last-child { + height: 850px; - \ No newline at end of file +} + +.main-content-section:first-child { + height: auto; +} + +.section-content { + font-size: 20px; + font-weight: 700; + outline-color: black + color: white; + vertical-align: top; +} + +.section-title { + font-family: "Viking-Normal"; + text-align: center; +} + +.citation { + float: right; +} + +.sidebar-nav { + +} + +.nav-links { + +} + +.nav-link-list-item { + +} + +.nav-link { + font-family: "Norse"; + font-size: 20px; +} + +#main-header { + +} + +#main-content { + + +} + +#sidebar { + +} + +li { + display: inline-block; + margin: 2.5%; +} + +body { + background: red; /* For browsers that do not support gradients */ + background: -webkit-linear-gradient(red, yellow, green); /* For Safari 5.1 to 6.0 */ + background: -o-linear-gradient(red, yellow, green); /* For Opera 11.1 to 12.0 */ + background: -moz-linear-gradient(red, yellow, green); /* For Firefox 3.6 to 15 */ + background: linear-gradient(#e1e6f2, #0a3f93, #c1761b); /* Standard syntax */ +} + +.clearfix::before, +.clearfix::after { + content: ""; + display: table; +} + +.clearfix::after{ + clear: both; +} + +main { + font-family: "Norse"; + font-size: 40px; + background-image: url("https://cdn.wallpapersafari.com/20/51/C157LE.jpg"); + background-repeat: no-repeat; + background-size: cover; +}