From: Steve Sutton Date: Fri, 1 Aug 2014 14:59:11 +0000 (-0400) Subject: New site for Alices Kandy Korn X-Git-Tag: v1.0^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=60efedb7ed064a76d35729863117916e2b314159;p=web%2FAlicesKandyKorn.git New site for Alices Kandy Korn Adding a splash page. --- diff --git a/assets/bg.png b/assets/bg.png new file mode 100644 index 0000000..fc12931 Binary files /dev/null and b/assets/bg.png differ diff --git a/assets/bg2.png b/assets/bg2.png new file mode 100644 index 0000000..1668726 Binary files /dev/null and b/assets/bg2.png differ diff --git a/assets/footerBg.png b/assets/footerBg.png new file mode 100644 index 0000000..16b459e Binary files /dev/null and b/assets/footerBg.png differ diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..de6cc94 Binary files /dev/null and b/assets/logo.png differ diff --git a/assets/photos.jpg b/assets/photos.jpg new file mode 100644 index 0000000..1d5cbc4 Binary files /dev/null and b/assets/photos.jpg differ diff --git a/assets/tagline.png b/assets/tagline.png new file mode 100644 index 0000000..f3d60cd Binary files /dev/null and b/assets/tagline.png differ diff --git a/index.php b/index.php new file mode 100644 index 0000000..0b7c5b3 --- /dev/null +++ b/index.php @@ -0,0 +1,34 @@ + + + + Alice's Kandy & Korn + + + +
+ +
+

Satisfying candy lovers for over 50 years!

+ +

You'll find everything you need to satisfy your sweet tooth at Alice's Kandy & Korn! Caramel corn, cheese corn, saltwater taffy, fudge, caramel apples, pralines and more! Open at 9 am, 7 days a week!

+
+ + +
+ + \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..ee992d8 --- /dev/null +++ b/styles.css @@ -0,0 +1,92 @@ +html { + font-size: 62.5%; + } +body { + background: url(assets/bg.png) repeat-x #00275d; + font-size: 1.8rem; + font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; + margin: 0; + } +#wrapper { + width: 1000px; + margin: 0 auto; + } +/* HEADER AREA */ +#header { + height: 308px; + position: relative; + padding-top: 50px; + } +#header h1 { + width: 203px; + height: 250px; + text-indent: -9000px; + background: url(assets/logo.png) no-repeat; + margin: 0 auto; + } +#header p { + position: absolute; + font-size: 2.8rem; + color: white; + margin: 0; + } +#header p:nth-child(2) { + top: 48px; + left: 21px; + } +#header p:last-child { + top: 48px; + right: 21px; + } +#header a { + color: white; + } +/* MAIN AREA */ +#main { + background: white; + } +#main h2 { + width: 559px; + height: 36px; + background: url(assets/tagline.png); + text-indent: -9000px; + margin: 20px auto; + } +#main p { + text-align: center; + margin: 1em 4em; + font-style: italic; + font-weight: bold; + } + +/* Footer */ +#footer { + color: white; + text-align: center; + padding-top: 2em; + } +#footer address { + font-size: 2.0rem; + font-style: normal; + } +#footer address p { + margin: 0; + } +#footer address p:last-child { + margin-top: 1em; + } +#footer>p { + margin-top: 2em; + color: #cfac66; + font-style: italic; + } +#copyright { + font-size: 1.2rem; + color: white; + text-align: center; + margin: 2em auto; + font-family: arial, sans-serif; + } +#copyright a { + color: white; + } \ No newline at end of file