Updated site to scale better on small screens; Added clearfix css; Updated shadow feature to use css shadows instead of js/images.
Added code to the admin part of the site - still non-functional. Need to fix JSON streaming over HTTP such that native types (boolean, Date, int) are preserved for the DB; Need to finish the restore functionality & the hide/show of the edit, delete, and restore buttons on each editor page.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<p>Our farm-made fare is created in our commercial kitchen from produce we grow on our farm. We purchase only what we haven't yet figured out how to grow (sugar, flour, salt, etc.). Our labels note which ingredients come from our farm. We save seeds and dry herbs, peppers, tomatoes, tomatillos and fruit for spicing and flavoring.</p>
|
||||
<p>Production changes frequently based on the seasonal harvest, and every run is unique and small scale which means the availability changes regularly. The following PDF download is a current listing of what we offer along with prices.</p>
|
||||
</div>
|
||||
<div style="font-size: .7em; text-align: center; margin-bottom: 40px;"><a href="VAP_Availability_List_Oct2016.pdf" download="Petit Teton Farm VAP Availability List.pdf"><img class="priceList" src="images/PriceList_v1.jpg"/><br/>Click to download the price list PDF.</a></div>
|
||||
<div style="font-size: .7em; text-align: center; margin-bottom: 40px;"><a href="/Productlist" download="Petit Teton Farm VAP Availability List.pdf"><img class="priceList" src="images/PriceList_v1.jpg"/><br/>Click to download the price list PDF.</a></div>
|
||||
<!--
|
||||
<div class="columned" style="margin: 0 auto;">
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
To find out what we have available now, please <a href="#!/visiting">call <b>707.684.4146</b> or email</a>.
|
||||
</p>
|
||||
</div>
|
||||
<runonce>
|
||||
<script type="text/javascript" language="JavaScript">
|
||||
/*
|
||||
if(window.matchMedia('@media (max-width: 549px)').matches) {
|
||||
$('#vapPictures').width(190);
|
||||
@@ -124,5 +124,4 @@ $('.miniSlideshowRight div,.miniSlideshowLeft div').cycle({fx: 'fade'});
|
||||
$('.miniSlideshowRight div,.miniSlideshowLeft div').unloaded = function() {
|
||||
$('.miniSlideshowRight,.miniSlideshowLeft').cycle('destroy');
|
||||
}
|
||||
$('.shadow').buildShadow();
|
||||
</runonce>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user