From ee8c00ae9ebbad3dc6a8f216e7eaf6567acb4795 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 5 Feb 2010 19:38:27 +0000 Subject: [PATCH] adding from breakout --- favicon.ico | Bin 0 -> 16958 bytes index.html | 36 +++++ styles.css | 407 ++++++++++++++++++++++++++++++++++++++++++++++++++ template.html | 231 ++++++++++++++++++++++++++++ 4 files changed, 674 insertions(+) create mode 100755 favicon.ico create mode 100755 index.html create mode 100755 styles.css create mode 100755 template.html diff --git a/favicon.ico b/favicon.ico new file mode 100755 index 0000000000000000000000000000000000000000..76a0e095435a794a018ef3c2f811e32165d73681 GIT binary patch literal 16958 zcmeI3X;4&G7RTGl2S4P)ST$8snNQ(UCZ7@~yT)iM8lqx=#C@Y(P-GDd1X|Wsq1i+P zgMg@PBFHK(D4U=`0!YMh2_`NOVqzwnnX0L&e3+Uu_y6egeEs^-bVD~LGkMnazOC=O zzjMw#_uK`YZi@J)*XzXp9=hk}>2!b6>2%MFByQ_IKf#-a- zPZP;kB-4_x)cWn|N82O!l@1=LI7iBqe7KhIY;9~#JKhz^Aky^7sH3aDfqILSwJo`@ zAB;UW?vS&`XZIgaU0V;u=T<(NwIRMpl;`W}db+YaQ9tO}u+o^-k9z;(pZ~H##x>+n ze5!*kf1;frtCsHT1a|d-`;Z0XDw2mQ>pqdPEZip4O{r(_emQiT`g_jMg|m6oTAxNg z_2)R0@NQXAGF4O;Q`4nRD|w(?$jM?8PgD+q-FNe@yg{YDAcL5L)wCe0n9L>B4)Km9 zm!5MObiA^FYMU>~cExfKb%3v!HW3{<`&)c(rhjZbY?2RfZ%ittx$zC;mwS_z72cuv z6Fn~BSIQ?aqeRj__;En?(1ECv-dT?EypQh~5^^8$_aFTINAgcBpgFM(Zyrtuq!JO5DPPi*;?cC~&>!KGIyFs+oJ101kH*rlka z%i9BF3%`y7x(`V&rP=Z4Xz_vD_)8nlO^AP>w}cYT4wCWA*P8r$+PP&c%P*VparcclzOSy{{uSuYc|=b73|3v+I}jsKfZ^Jq`w7Zi2+fnENj_V38t z@jb1}IwQ9S=m-6*zj1q>gR8)k7?&VZoTN=-b(7Gd6}O%&7V-!J1+i)j+Sxr@9X-JmL?sS#~qfq z*+b1Z+O?2ZIL9{V<6bwOCH>x8$lkn5|lI=o|(C28p z%KL(S8sZz+4t)Lez(Sgxace^SYl`ktdVLpt-IwQ-9IDzoobrEY|FD1PANoM_Yls5KFxhQAcm3-EbMv)$7S6i&-(5trQg6D2f8(+Hw5fcMQX2ZG z^W(9{h>*e23w<{6?=0V^iPN6udz$(Of5?$`*#^9Vl17aQU>}eZ`puWZD%{Q=P%%VX zPkc!+bpuq>)=aQ>mjJ8ArL*E}b+VgHY6B>ruspU|efT8cRN6=4jZZUeZ!(Oc;> zfBw~ADR+d;t4+thFfkO%lBL@5P|vUzPp~TOW^~9$w9(oVEd*{%>WB zKP?J)Rc1%O5Lb29hQC0x0dD8YSWwu4#4pABp~v0MzbI_AR9C;)59K;**?-2lTXIYQ z8^~@Qu$uql{%=EStXvM?8;w7)U}XLha$x;q%?Jm7{II2O@bz9GWoylhD6%{>xa?FVA~g)?rh7K?|4~&}CXr{QJ!+FAe3 z?=KW~Z#sY1ir?J!fHs;-B)gS-xSjP*HLun+`UCa_kim@TdZ+gPfFJuGu>Q~M-@N{d z`5%n?n8%SEW5A7jQ)p9W3MDk&CEouA{qJeDW=9(qI<)KWwV2iS)G~N2tkj|XU)cX- zk3Yb&{=1=|$zd666LUbk{)_#O%pX;AlQt;y?)O2)BeY>P%XqJqGC;pLJ1n2x-uE}V z`yU)$Jql5E<;;%##&ys}qw|3`e|F!`8{$?*;9WZC!WGQBf9=kSRfBcp%B z`Mk&?^3J|)v;Wyyeyo279Bw9WG551Vtbc|c?-_OfQ^281(%xtGO^9!>$IBJ%omofA z#W(cuE&OfBJtnuB-i$a#J|EqX_rH&aAM5`+>c5iKzj^*wx&L`SP+NzV5gWIg6A9{i6;zBsp0A_QN~#6LJ-QMBRN_oz+DC;_oZCKgRda78iw>p>wy{ z`&hCQ-}bq{~(`3BpypI{EYk$L_^5Miyg?P z5SfsRA4r*QKM7N&Zk)JPce-=cU#Wi zvE*_+hDN^olqH|axrJvcb1^UHEDuSnLOvFGCCc*a(1}CHQz}r%S1M@gWBE%32z{`A WWPOPjg<2$qB_gL^o)!P8kN*OVy-_Rx literal 0 HcmV?d00001 diff --git a/index.html b/index.html new file mode 100755 index 0000000..431dccf --- /dev/null +++ b/index.html @@ -0,0 +1,36 @@ + + + + Gaslight Media Development Server + + + + + + +
+
+ +
+
+
+

Welcome!

+

www.troutcreek.com

+ +
+
+
+
+
+
+ Copyright©2010 Gaslight Media, All Rights Reserved. +
+ + diff --git a/styles.css b/styles.css new file mode 100755 index 0000000..452c252 --- /dev/null +++ b/styles.css @@ -0,0 +1,407 @@ +body { + margin: 0; + padding: 0; + font-family: arial, sans-serif; + font-size: 13px; + text-align: center; + color: #000; + background: url(assets/bg_body.jpg) repeat-y #fff center top; +} + +h1, h2, h3, h4, h5 { + color: #000; + margin: 0 0 6px 0; +} + +h1 { font-size: 18px; } +h2 { font-size: 16px; } +h3 { font-size: 13px; } +h4, h5 { font-size: 12px; } +p { margin: 0 0 6px 0; } + +a:link { + color: #bb702e; + text-decoration: none; + font-weight: bold; +} + +a:visited { color: #bb702e; } +a:hover { color: #338759; } +a:active { color: #bb702e; } + +img { + border: 0; + margin: 0; + padding: 0; + display: block; +} + +#headerwrap { + height: 230px; + background: url(assets/bg_header.jpg) #fff no-repeat center top; +} + +#header, #mainnav { + width: 990px; + margin: auto; +} + +#header { + height: 166px; + text-align: left; +} + +#header div { + float: left; + display: inline; + height: 180px; + text-indent: -9000px; +} + +#puremich { + width: 173px; + background: url(assets/header-pieces.jpg) no-repeat -266px; +} + +#logo a, #reservations a { + height: 180px; + display: block; + background: url(assets/header-pieces.jpg) no-repeat; +} + +#logo a { + width: 267px; + margin-left: 115px; +} + +#reservations a { + width: 212px; + background-position: -660px 0; + margin-left: 223px; +} + +#reservations a:hover { background-position: -442px 0; } + +#mainnav { + padding: 0px; + background-color: transparent; +} + +#centeredmenu { + float: left; + width: 100%; + overflow: hidden; + position: relative; +} + +#centeredmenu ul { + clear: left; + float: left; + list-style: none; + margin: 0; + padding: 0; + position: relative; + left: 50%; + text-align: center; +} + +#centeredmenu ul li { + display: block; + float: left; + list-style: none; + margin: 0; + padding: 0; + position: relative; + right: 50%; +} + +#centeredmenu ul li a { + display: block; + margin-top: 10px; + padding: 3px 10px; + color: #ecc38a; + text-decoration: none; + line-height: 1.3em; + font-weight: bold; +} + +#centeredmenu ul li a:hover { color: #d48e45; } + +#centeredmenu ul li a.active, +#centeredmenu ul li a.active:hover { + color: #d48e45; + font-weight: bold; +} + +#contentwrap { + width: 990px; + margin: 0 auto; + text-align: justify; + background: url(assets/bg_content.gif) #fff repeat-y; + height: 1%; + overflow: hidden; + clear: both; +} + +#rightcol, #leftcol, #content, #content-home { + float: left; + display: inline; +} + +#leftcol { width: 220px; } +#content { width: 770px; } +#content, #content-home { padding-bottom: 30px; } +#content-home { margin-right: 20px; width: 750px; } +#rightcol { + background: url(assets/shadow-h.jpg) repeat-y; + margin-top: 30px; + text-indent: -1000px; +} + +/*feature boxes*/ +#specials, #enews, #video, #facebook, #blog { margin-bottom: 20px; + margin-left: 3px;} +#specials a, #enews a, #video a, #facebook a, #blog a{ + width: 217px; + display: block; + line-height: 15px; + height: 53px; + background: url(assets/bg_matrix.gif) no-repeat transparent; +} + +#specials a { background-position: -771px -345px; } +#specials a:hover { background-position: -551px -345px; } +#enews a { background-position: -771px -398px; } +#enews a:hover { background-position: -551px -398px; } +#video a { background-position: -771px -453px; } +#video a:hover { background-position: -551px -453px; } +#facebook a { background-position: -771px -508px; } +#facebook a:hover { background-position: -551px -508px; } +#blog a { background-position: -771px -561px; } +#blog a:hover { background-position: -551px -561px; } + +div#leftcol #features {background: url(assets/shadow.jpg) repeat-y; text-indent: -1000px;} +div#leftcol #specials, div#leftcol #enews, div#leftcol #video, div#leftcol #facebook, div#leftcol #blog { + margin-bottom: 5px; + margin-left: 0;} +div#leftcol #specials a, div#leftcol #enews a, div#leftcol #video a, div#leftcol #facebook a, div#leftcol #blog a {width: 180px; height: 52px;} + +div#leftcol #specials a { background-position: -4px -340px; } +div#leftcol #specials a:hover { background-position: -188px -340px; } +div#leftcol #enews a { background-position: -4px -392px; } +div#leftcol #enews a:hover { background-position: -188px -392px; } +div#leftcol #video a { background-position: -4px -449px; } +div#leftcol #video a:hover { background-position: -188px -449px; } +div#leftcol #facebook a { background-position: -4px -505px; } +div#leftcol #facebook a:hover { background-position: -188px -505px; } +div#leftcol #blog a { background-position: -4px -558px; } +div#leftcol #blog a:hover { background-position: -188px -558px; } +/*end feature boxes */ + +/* sublevel */ +#subnavwrapper a {font-weight: bold; color: #043261;} +#pagetitle { + width: 180px; + text-align: center; + background: url(assets/bg_matrix.gif) no-repeat -745px -10px; +} +#pagetitle a { + display: block; + padding: 15px 0 5px 0; + font-size: 14px; + text-decoration: none; +} +#pagetitlebot { + height: 18px; + background: url(assets/bg_matrix.gif) no-repeat -745px -103px; +} +#sublevel { + padding: 0 0 5px 0; + margin: 0 0 0 10px; + width: 160px; +} + +#sublevel li { + list-style: none; + margin: 0; + padding: 5px 0 3px 10px; + border-bottom: 1px solid #d57e01; +} + +#sublevel a { + text-decoration: none; +} + +#sublevel li a:hover { color: #f8b818; } + +/* sub sub nav */ +#sublevel ul { + padding: 0px; + margin: 0; + border-bottom: 0; +} + +#sublevel ul li { + border-bottom: 0; + padding: 4px 0 2px 10px; + background: url(assets/bg_matrix.gif) no-repeat -745px -123px; +} + +#sublevel ul li a {color: #a97738; } + +/* end sublevel */ + + +/* roating images */ +#rotating { + background: url(assets/bg_matrix.gif) no-repeat 0 0; + width: 650px; + margin: 0; + padding: 28px 0 0 90px; + height: 290px; + text-align: left; +} + +#slideshow { + float: left; + text-align: left; + width: 550px; + height: 253px; + margin: 0; + padding: 0; + display: block; + list-style-type: none; +} + +/* what's new */ +#whatsnew { + background: url(assets/bg_matrix.gif) no-repeat -25px -630px; + padding: 80px 0 0 0px; + color: #000; + font-size: 12px; + text-align: justify; + line-height: 15px; + width: 750px; +} + +#whatsnew a { text-decoration: none; } + +.readmore { + display: block; + text-transform: uppercase; + font-size: 11px; +} + +#whatsnew h3 { + font-weight: bold; + color: #13467a; + padding: 2px 0; +} + +#whatsnew .row { + width: 750px; + clear: both; + margin-bottom: 20px; +} + +#whatsnew img { + margin: 0 10px 0 0; + padding-bottom: 2px; + float: left; +} + +#whatsnew .one, #whatsnew .two { + width: 320px; + position: relative; + margin-bottom: 20px; + padding-top: 12px; +} + +#whatsnew .one { + float: left; + margin-left: 10px; +} + +#whatsnew .two { + float: right; + margin-left: 30px; +} + +/* end harbor whatsnew */ +/* TOOLBOX */ +#toolbox { } + +#breadcrumb { + font-size: 10px; + font-weight: bold; + text-transform: uppercase; + color: #bb702e; + margin-bottom: 20px; +} + +#breadcrumb a { text-decoration: underline; } +#breadcrumb a:hover { color: #02203e; } +#breadcrumb .current { color: #02203e; } +#category { margin-bottom: 20px; } + +.listing { + clear: both; + margin: 15px 0; +} + +.imageright img, .imageleft img { border: 1px solid #bb702e; } + +.imageright { + float: right; + position: relative; + margin: 0 0 8px 15px; +} + +.imageleft { + float: left; + position: relative; + margin: 0 15px 8px 0; +} + +.imagecaption { + font-size: 11px; + padding-bottom: 10px; + margin: 3px 0 15px 0; + color: #338556; + background: url(assets/bg_matrix.gif) no-repeat -950px -645px; +} + +.imagecaption p { + margin: 5px 0; + padding-left: 50px; +} + +/* END TOOL BOX */ +#bottomwrap { background-color: #fff; } + +#footer { + clear: both; + width: 990px; + margin: 0 auto; + color: #000; + font-weight: bold; + padding-top: 15px; + background: url(assets/bg_footer.jpg) no-repeat #fff; +} + +#footer a { margin-left: 15px; } +#footer a:hover { color: #338759; } + +#copyright { + font-size: 10px; + padding: 50px 0; + color: #666; +} + +#copyright a { + color: #666; + text-decoration: underline; + font-weight: bold; +} + +#copyright a:hover { color: #000; } \ No newline at end of file diff --git a/template.html b/template.html new file mode 100755 index 0000000..246b06b --- /dev/null +++ b/template.html @@ -0,0 +1,231 @@ + + + +[Site Title] + + + + + + + + + + + +
+ +
+
+
    + +
  • rotating photo
  • +
  • rotating photo
  • +
  • rotating photo
  • +
  • rotating photo
  • +
  • rotating photo
  • +
  • rotating photo
  • +
+
+
+ +

Make Trout Creek Your Harbor Springs "Home-Away-From-Home"

+

+ Visit us any time of the year for that memorable family vacation, ski trip, golf outing or family reunion. Enjoy miles of state Snowmobile Trails & next door you will find the Best Skiing in the Midwest at Nubs Nob & Boyne Highlands. Trout Creek offers beautiful, clean & convenient vacation condominiums close to premier golf and sandy beaches. +

+

+ Enjoy resort amenities while you relax in our casual atmosphere. Just minutes to the charming Lake Michigan resort towns of Harbor Springs and Petoskey. Only 25 minutes to the Mackinac Bridge! +

+

+ Get away this winter to Northern Michigan! Have fun skiing, snowmobiling and snowboardingwith your family and friends. Make plans for your vacation today. You will be so glad that you did! +

+

+ A 2009 Summer guest had this to say in a recent email "I just wanted you to know what a wonderful trip we had this year at Trout Creek. Our condo had everything we needed! We really appreciated all of the updates, freshly tended footpaths, the new soccer nets and the stocked fishing ponds. Trout Creek has everything a busy family would need! All we had to do was unpack and start having fun! We have been coming to your resort for several years and it is always the highlight to our summer!" +

+
+
+
+
+

Headline flagged from Toolbox

+ # + Whether you spend the day boating on the Inland Waterway or Little Traverse Bay, it will be a day to remember. + Read More +
+
+

Headline flagged from Toolbox

+ # + Whether you spend the day boating on the Inland Waterway or Little Traverse Bay, it will be a day to remember. + Read More +
+
+
+
+

Headline flagged from Toolbox

+ # + Whether you spend the day boating on the Inland Waterway or Little Traverse Bay, it will be a day to remember. + Read More +
+
+

Headline flagged from Toolbox

+ # + Whether you spend the day boating on the Inland Waterway or Little Traverse Bay, it will be a day to remember. + Read More +
+
+
+
+ + +
+ + + +
+
+ +
+

Updatable headline area, category headline

+
+ temporary photo +
+

+ Photo caption area. +

+
+
+

+ Visit us any time of the year for that memorable family vacation, ski trip, golf outing or family reunion. Enjoy miles of state Snowmobile Trails & next door you will find the Best Skiing in the Midwest at Nubs Nob & Boyne Highlands. Trout Creek offers beautiful, clean & convenient vacation condominiums close to premier golf and sandy beaches. +

+

+ Visit us any time of the year for that memorable family vacation, ski trip, golf outing or family reunion. Enjoy miles of state Snowmobile Trails & next door you will find the Best Skiing in the Midwest at Nubs Nob & Boyne Highlands. Trout Creek offers beautiful, clean & convenient vacation condominiums close to premier golf and sandy beaches. +

+
+
+

Updatable listing headline area

+
+ temporary photo +
+

Photo caption area.

+
+
+

+ Visit us any time of the year for that memorable family vacation, ski trip, golf outing or family reunion. Enjoy miles of state Snowmobile Trails & next door you will find the Best Skiing in the Midwest at Nubs Nob & Boyne Highlands. Trout Creek offers beautiful, clean & convenient vacation condominiums close to premier golf and sandy beaches. +

+

+ Visit us any time of the year for that memorable family vacation, ski trip, golf outing or family reunion. Enjoy miles of state Snowmobile Trails & next door you will find the Best Skiing in the Midwest at Nubs Nob & Boyne Highlands. Trout Creek offers beautiful, clean & convenient vacation condominiums close to premier golf and sandy beaches. +

+
+
+
+
+
+ +
+ + \ No newline at end of file -- 2.17.1