diff --git a/.theia/launch.json b/.theia/launch.json new file mode 100644 index 0000000..a2ea02c --- /dev/null +++ b/.theia/launch.json @@ -0,0 +1,6 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + "version": "0.2.0", + "configurations": [] +} diff --git a/public/_farm-made-fare.sass b/public/_canned.sass similarity index 98% rename from public/_farm-made-fare.sass rename to public/_canned.sass index 209cc9f..8f9a7e9 100644 --- a/public/_farm-made-fare.sass +++ b/public/_canned.sass @@ -1,4 +1,4 @@ -#farm-made-fare +#canned .mainTextBlock .secondaryTextBlock diff --git a/public/_basic.sass b/public/_index.sass similarity index 87% rename from public/_basic.sass rename to public/_index.sass index cea0e40..5ea0be5 100644 --- a/public/_basic.sass +++ b/public/_index.sass @@ -12,7 +12,7 @@ html, body, #archives ul, #overall-footer, #content ul margin: 0 0 0 0 padding: 0 0 0 0 body - background: #F6F6F6 + background: #84916E font-family: verdana, arial, helvetica, sans-serif font-size: 1.0em @@ -37,16 +37,16 @@ body min-width: 250px margin: 0 auto #page - /*background: url('images/GrassBackground_v1.jpg') repeat - background: #F6F6F6*/ - background: #FDFDFD + /*background: url('images/GrassBackground_v1.jpg') repeat*/ + //background: #F6F6F6 + background: #DDE1D5 /* Small Devices (phones) */ @media(max-width: 549px) #head margin: 0 auto - /*background: url(images/Header_v2.jpg) no-repeat top center - height: 171px*/ + //background: url(images/Header_v2.jpg) no-repeat top center + //height: 171px height: 0 #logo position: absolute @@ -127,7 +127,7 @@ body @media(min-width: 550px) #head margin: 0 auto - background: url(images/HeaderTall_v1.jpg) no-repeat top center + background: url(images/HeaderTall_v1test.jpg) no-repeat top center background-size: 100% background-position: bottom left max-width: 950px @@ -136,8 +136,8 @@ body height: 342px #logo position: absolute - right: 10px - top: 10px + left: 10px + top: 90px width: 120px height: 120px background: url(images/PetitTetonLogo_v2.png) no-repeat top center @@ -148,20 +148,25 @@ body padding: 30px 20px position: relative #menuBackground - height: 31px + height: 5rem max-width: 950px - background: #FFF + background: #DDE1D5 #menu white-space: nowrap position: absolute - height: 30px - margin-bottom: 1px + height: 2.5rem + width: 80% z-index: 200 font-family: "Open Sans", Arial, Helvetica, sans-serif font-weight: 600 - font-size: 1em + font-size: 1.25rem + display: flex + justify-content: space-between + margin-left: 10% #menu a - margin: 0 0 0 16px + margin: 0 auto + margin-top: .325rem + white-space: nowrap text-decoration: none color: black line-height: 30px @@ -186,9 +191,43 @@ body vertical-align: top #menu a:hover opacity: 1 - color: black + color: #9E8200 + background: transparent + border-bottom: 3px solid #9E8200 + .menu2 + white-space: nowrap + background-color: #9E8200 + position: absolute + top: 2.75rem + height: 2rem + width: 80% + z-index: 200 + font-family: "Open Sans", Arial, Helvetica, sans-serif + font-weight: 600 + font-size: 1.25rem + display: flex + justify-content: space-between + margin-left: 10% + .menu2.hidden + display: none + .menu2 a + margin: 0 auto + margin-top: .325rem + white-space: nowrap + text-decoration: none + color: black + line-height: 30px + display: inline-block + height: 30px + border-bottom: 3px solid transparent + /* Force the browser to include padding and border as part of the size of the block. */ + -webkit-box-sizing: border-box /* Safari/Chrome, other WebKit */ + -moz-box-sizing: border-box /* Firefox, other Gecko */ + box-sizing: border-box /* Opera/IE 8+ */ + .menu2 a:hover + opacity: 1 + color: blue background: transparent - border-bottom: 3px solid #a20010 #links white-space: nowrap position: absolute @@ -268,13 +307,13 @@ h1:after margin-bottom: 10px content: "" display: block -/* bar in the middle - content: "" - display: table-cell - width: 100% - border-left: 100% solid black - background-image: linear-gradient(transparent 47%, #dddddd 48%, #dddddd 52%, transparent 52%) - */ +// bar in the middle +// content: "" +// display: table-cell +// width: 100% +// border-left: 100% solid black +// background-image: linear-gradient(transparent 47%, #dddddd 48%, #dddddd 52%, transparent 52%) + h2 display: inline color: #333 @@ -330,6 +369,7 @@ sup, sub -moz-column-fill: balance column-fill: balance .columnContent + height:15rem text-align: center cursor: pointer margin: 4px 15px 4px 15px @@ -539,4 +579,4 @@ sup, sub float: left margin: 4px 10px 10px 0 .blogLink - color: #e40329 !important \ No newline at end of file + //color: #e40329 !important \ No newline at end of file diff --git a/public/_veggies.sass b/public/_produce.sass similarity index 86% rename from public/_veggies.sass rename to public/_produce.sass index ca9330a..f146e33 100644 --- a/public/_veggies.sass +++ b/public/_produce.sass @@ -1,4 +1,4 @@ -#veggies +#produce .produceTable min-width: 200px float: left diff --git a/public/ap/_aphome.sass b/public/ap/_aphome.sass index d8a1315..e152375 100644 --- a/public/ap/_aphome.sass +++ b/public/ap/_aphome.sass @@ -1 +1,2 @@ -#aphome \ No newline at end of file +#aphome + \ No newline at end of file diff --git a/public/farm-made-fare.html b/public/canned.html similarity index 98% rename from public/farm-made-fare.html rename to public/canned.html index 625bb64..cf1b9aa 100644 --- a/public/farm-made-fare.html +++ b/public/canned.html @@ -1,5 +1,5 @@ -
-

FARM-MADE FARE

+
+

Canned Goods

diff --git a/public/eggs.html b/public/eggs.html index be5cbb2..123b3c6 100644 --- a/public/eggs.html +++ b/public/eggs.html @@ -1,5 +1,5 @@
-

Chickens & EGGS

+

Eggs & Meat

The eggs in our cartons look as though they've come from an Easter basket - many shades of brown and green, and different sizes! It's the result of our wide variety of hens, including Rhode Island Red & White, Plymouth Rock, Sexlink, Buff Orpington, Araucana, Barred Rock, Cochin, Maran, and Australorp. diff --git a/public/farm.html b/public/farm.html index 9e2ee47..8b0298c 100644 --- a/public/farm.html +++ b/public/farm.html @@ -1,38 +1,40 @@