Removed products & prices list.
Also modified app to fix apparent change in nodejs - it no longer loads a folder without an index.js file.
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
<div id="farm-made-fare" class="page">
|
<div id="farm-made-fare" class="page">
|
||||||
<h1>FARM-MADE FARE</h1>
|
<h1>FARM-MADE FARE</h1>
|
||||||
<div class="secondaryTextBlock">
|
<!--<div class="secondaryTextBlock">
|
||||||
<img class="shipImage" src="images/WeShip_v1.jpg"/>
|
<img class="shipImage" src="images/WeShip_v1.jpg"/>
|
||||||
<p>We now ship our farm made fare. For those who cannot visit the farm or come to a farmers' market, there is now the option to call <b>707.684.4146</b> or email <a href="mailto:farmer@petitteton.com"><b>farmer@petitteton.com</b></a> with an order. Download the latest product list below, choose what interests you, then let us know. If emailing, include your mailing address and payment preference. We will check availability and give you a total, then you can send a check, call with your credit card number or have us send a PayPal bill to your email address. We will ship as soon as we have payment.
|
<p>We now ship our farm made fare. For those who cannot visit the farm or come to a farmers' market, there is now the option to call <b>707.684.4146</b> or email <a href="mailto:farmer@petitteton.com"><b>farmer@petitteton.com</b></a> with an order. Download the latest product list below, choose what interests you, then let us know. If emailing, include your mailing address and payment preference. We will check availability and give you a total, then you can send a check, call with your credit card number or have us send a PayPal bill to your email address. We will ship as soon as we have payment.
|
||||||
</div>
|
</div>-->
|
||||||
<div class="mainTextBlock">
|
<div class="mainTextBlock">
|
||||||
<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>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>
|
<p>Production changes frequently based on the seasonal harvest, and every run is unique and small scale which means the availability changes regularly. </p>
|
||||||
</div>
|
</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 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;">
|
<div class="columned" style="margin: 0 auto;">
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ var FileStore = require('session-file-store')(session);
|
|||||||
|
|
||||||
var moment = require('moment');
|
var moment = require('moment');
|
||||||
var nodeMailer = require('nodemailer');
|
var nodeMailer = require('nodemailer');
|
||||||
var config = require('./config');
|
var config = require('./config/auth.js');
|
||||||
|
|
||||||
//SMTP Transport setup.
|
//SMTP Transport setup.
|
||||||
var smtpTransport = nodeMailer.createTransport({host: config.smtpHost, port: config.smtpPort, secure: true, ignoreTLS: false, requiresAuth: true, auth: {user: config.smtpUser, pass: config.smtpPassword}});
|
var smtpTransport = nodeMailer.createTransport({host: config.smtpHost, port: config.smtpPort, secure: true, ignoreTLS: false, requiresAuth: true, auth: {user: config.smtpUser, pass: config.smtpPassword}});
|
||||||
|
|||||||
Reference in New Issue
Block a user