Skip to content

Instantly share code, notes, and snippets.

@mamiwinsfall93
Created January 18, 2020 01:42
Show Gist options
  • Save mamiwinsfall93/69ee6d967f769706b70ddab11640bacd to your computer and use it in GitHub Desktop.
Save mamiwinsfall93/69ee6d967f769706b70ddab11640bacd to your computer and use it in GitHub Desktop.
ndatta's organic store
<!doctype html>
<html><head>
<meta charset="utf-8">
<title> Ndatta's Organic Smoothie </title>
</head>
<body>
<img src="http://static-41.sinclairstoryline.com/resources/media/b01a8518-a9f7-473c-9532-79b060d80678-large16x9_antiagingsmoothies.jpg?1535730870538" width="800" height="500">
<h1>Ndatta's Organic smoothie store </h1>
<!-- add 10 smoothies on sale -->
<h2> Welcome </h2>
<p>We believe that every single cube of our frozen smoothies are like stones dedicated
to build a strong body and soul fortress for a better world. With a careful selections of fruits,
vegetables and superfoods in every bags, we present you with a delicious and healthy option for a conscientious diet.</p>
<h3> Your Choices and they are all $8.99 each ! </h3>
<p>
Click on any of the names in the list below to see the describtion below ingredients :
</p>
<ul>
<li> <a href="http://localhost/SDEV300/asana.html"> Asana</a></li><a href="http://localhost/SDEV300/asana.html">
<img src="https://cdn.shopify.com/s/files/1/2244/9765/products/evive-smoothie-saveur-asana.jpg?v=1538331906" width="200" height="200">
<li>Pure</li>
<img src="https://cdn.shopify.com/s/files/1/2244/9765/products/evive-smoothie-saveur-pure.jpg?v=1538332006" width="200" height="200">
<li>Samourai</li>
<img src="https://cdn.shopify.com/s/files/1/2244/9765/products/evive-smoothie-saveur-samourai.jpg?v=1538332047" width="200" height="200">
<li>Touk-Touk </li>
<img src="https://cdn.shopify.com/s/files/1/2244/9765/products/evive-smoothie-saveur-touk-touk.jpg?v=1538332080" width="200" height="200">
<li>Yogi</li>
<img src="https://cdn.shopify.com/s/files/1/2244/9765/products/evive-smoothie-saveur-32.jpg?v=1538332132" width="200" height="200">
<li>Aztec</li>
<img src="https://cdn.shopify.com/s/files/1/2244/9765/products/evive-smoothie-saveur-azteque.jpg?v=1538331938" width="200" height="200">
<li>Viva</li>
<img src="https://cdn.shopify.com/s/files/1/2244/9765/products/evive-smoothie-saveur-viva-31.jpg?v=1538334507" width="200" height="200">
<li>Fabulous Oat</li>
<img src="https://assets.marthastewart.com/styles/wmax-300/d35/hearty-fruit-oat-007-comp-med109451/hearty-fruit-oat-007-comp-med109451_vert.jpg?itok=Wvwz4_jo" width="200" height="200">
<li>Clementine</li>
<img src="https://assets.marthastewart.com/styles/wmax-750/d24/mango-005-comp-med109451/mango-005-comp-med109451_horiz.jpg?itok=DY5qeBb6" width="200" height="200">
<li>Green Powerhouse</li>
<img src="https://assets.marthastewart.com/styles/wmax-300/d32/peach-spinach-017-comp-med109451/peach-spinach-017-comp-med109451_vert.jpg?itok=raUT9oMm" width="200" height="200">
</a> </ul>
<!-- Add a Form -->
<p> To make an order just fill out this form below !
</p><form action="" method="post">
Select your smoothie choice:
<select name="smoothie">
<option>Asana</option>
<option>Pure</option>
<option>Samourai</option>
<option>Touk Touk</option>
<option>Yogi</option>
<option>Aztec</option>
<option>Viva</option>
<option>Fabulous Oat</option>
<option>clementine</option>
<option>Green Powerhouse</option>
</select>
<p></p>
<p>
First Name: <input type="text" name="first name"><br>
Last Name: <input type="text" name="Last Name"><br>
Street Adress: <input type="text" name="Street Adress"><br>
City: <input type="text" name="City"><br>
State: <input type="text" name="State"><br>
Zip Code: <input type="text" name="Zip Code"><br>
Year of Birth: <input type="text" name="Year of Birth"><br>
E-Mail: <input type="text" name="e-mail"><br>
Select a credit card type:
<select name="Card">
<option>Mastercard</option>
<option>Visa</option>
<option>American Express</option>
<option>Disccovery</option>
</select>
Credit card number: <input type="text" name="first name"><br>
Expiry date: <input type="text" name="first name"><br>
</p>
<p>comments</p>
<textarea name="comments" cols="30" rows="5" class="html-text-box"> Comments here...</textarea><br><input< form="">
<br>
<br>
<input type="submit" value="Click to Submit">
<input type="reset" value="Reset">
<p></p>
</input<></form></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment