Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions Brian/Brian Shin Final/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,400i,600i,700|Source+Sans+Pro:400,400i,600i,700" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">

<link rel="apple-touch-icon" href="apple-touch-icon.jpg">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />

<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/about.css">
</head>
<body>
<nav>
<a class="hamburger" href=""><i class="fa fa-bars"></i></a>
<a href="index.html"><img class="logo" src="img/kingslogo.jpg"></img></a>
<div class="menu"><a href="about.html">Our Story</a></div>
<div class="menu"><a href="healthychoice.html">The Healthy Choice</a></div>
<div class="menu"><a href="recipe.html">Recipes</a></div>
<div class="menu"><a href="#news">Fan News</a></div>
<div class="menu"><a href="wheretobuy.html">Where to Buy</a></div>
<div class="menu"><a href="contact.html">Contact Us</a></div>
<div class="menu"><a href="faq.html">FAQ</a></div>
</nav>

<div class="headercontent">
<section class="hccol-1-1">
<div class="hcheader">
<h1>Our Story</h1>
<p>In 1966 our parents Inja Kim and Jung Taek Wang, both Korean immigrants, wanted to share their beloved tradition of kimchi with the city of San Francisco. They worked tirelessly, even selling their delicious kimchi from the back of their car. They truly believed kimchi brought something special to any meal.</p>
<div class="buttonbox">
<a class="goto" href="recipe.html"><div class="gotobutton" id="recipe">
<h3 class="buttontext">All Recipes</h3>
</div></a>
<a class="goto" href="healthychoice.html"><div class="gotobutton" id="health">
<h3 class="buttontext">Health Benefits of Kimchi</h3>
</div></a>
<a class="goto" href="wheretobuy.html"><div class="gotobutton" id="wheretobuy">
<h3 class="buttontext">Where to Buy</h3>
</div></a>
</div>
</div>
</section>
<div class="hccol-1-2">
<img id="hcimage" src="img/about.png" alt="">
</div>
</div>

<div class="ourstory">
<p class="ourstorycontent">Soon, loyal customers were asking for more and more of their original-recipe, healthy kimchi. Our parents could barely prepare the kimchi fast enough. So, in 1970, our parents answered the demand by starting what would become King's Asian Gourmet Kimchi. They even took the extra care of importing cabbage seeds from Korea for a crisper, sweeter taste. </p>
<h2>A Family Tradition Continues</h2>
<p class="ourstorycontent">Fast forward 44 years and King's Kimchi is still family-owned. We remain dedicated to a hand-made process that mimics small batch production in consistent quality and taste.We still use glass jars to create a natural, bubbly and satisfying flavor. And every year King's Kimchi hand batches over 1 million pounds of cabbage — that's over 40 million pounds of cabbage so far!</p>
<p class="ourstorycontent">Kimchi fans in the U.S., Samoa, Japan, Tahiti, Guam, Polynesia and Saipan can pop open a jar of kimchi and enjoy any time.</p>
</div>




<script src="js/vendor/jquery-1.12.0.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>
Binary file added Brian/Brian Shin Final/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 64 additions & 0 deletions Brian/Brian Shin Final/contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,400i,600i,700|Source+Sans+Pro:400,400i,600i,700" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">

<link rel="apple-touch-icon" href="apple-touch-icon.jpg">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />

<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/contact.css">
</head>
<body>
<nav>
<a class="hamburger" href=""><i class="fa fa-bars"></i></a>
<a href="index.html"><img class="logo" src="img/kingslogo.jpg"></img></a>
<div class="menu"><a href="about.html">Our Story</a></div>
<div class="menu"><a href="healthychoice.html">The Healthy Choice</a></div>
<div class="menu"><a href="recipe.html">Recipes</a></div>
<div class="menu"><a href="#news">Fan News</a></div>
<div class="menu"><a href="wheretobuy.html">Where to Buy</a></div>
<div class="menu"><a href="contact.html">Contact Us</a></div>
<div class="menu"><a href="faq.html">FAQ</a></div>
</nav>
<div class="contact">
<h1>Contact Us</h1>
<form action="">
<label for="fullname">Full Name</label>
<input type="text" name="fullName" id="name" placeholder="Full Name">
<label for="email">Email*</label>
<input type="email" name="emailAddress" id="email" placeholder="Email">
<label for="email">Verify Email*</label>
<input type="email" name="emailAddress" id="email" placeholder="Verify Email">
<label for="address">Address</label>
<input type="text" name="address" id="address" placeholder="Address">
<label for="address">City</label>
<input type="text" name="city" id="city" placeholder="City">
<label for="address">State</label>
<input type="text" name="state" id="state" placeholder="State">
<label for="zipcode">Zip Code</label>
<input type="text" name="zipcode" id="zipcode" placeholder="Zipcode">
<label for="course">What course are you interested in?</label>
<select id="subject">
<option>Question or Concerns</option>
<option>Finding King's Kimchi</option>
<option>Sales/Distribution Inquiry</option>
<option>Large Size Kimchi</option>
<option>Other</option>
</select>
<label for="message">Message</label>
<textarea name="message" id="message" placeholder="Message"></textarea>
<button type="submit">Submit</button>
</form>
</div>

<script src="js/vendor/jquery-1.12.0.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>
66 changes: 66 additions & 0 deletions Brian/Brian Shin Final/cooldip.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,400i,600i,700|Source+Sans+Pro:400,400i,600i,700" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">

<link rel="apple-touch-icon" href="apple-touch-icon.jpg">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />

<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/menus.css">
</head>
<body>
<nav>
<a class="hamburger" href=""><i class="fa fa-bars"></i></a>
<a href="index.html"><img class="logo" src="img/kingslogo.jpg"></img></a>
<div class="menu"><a href="about.html">Our Story</a></div>
<div class="menu"><a href="healthychoice.html">The Healthy Choice</a></div>
<div class="menu"><a href="recipe.html">Recipes</a></div>
<div class="menu"><a href="#news">Fan News</a></div>
<div class="menu"><a href="wheretobuy.html">Where to Buy</a></div>
<div class="menu"><a href="contact.html">Contact Us</a></div>
<div class="menu"><a href="faq.html">FAQ</a></div>
</nav>
<div class="recipepage">
<h1>Cool & Spicy Kimchi Dip</h1>
<img class="recipeimg" src="img/recipeimg/4-cooldip.png" alt=""></img>
<div class="buttonbox">
<a class="goto" href="recipe.html"><div class="gotobutton" id="recipe">
<h3 class="buttontext">All Recipes</h3>
</div></a>
<a class="goto" href="healthychoice.html"><div class="gotobutton" id="health">
<h3 class="buttontext">Health Benefits of Kimchi</h3>
</div></a>
<a class="goto" href="wheretobuy.html"><div class="gotobutton" id="wheretobuy">
<h3 class="buttontext">Where to Buy</h3>
</div></a>
</div>
<h2>Ingredients</h2>
<ul>
<li>15 oz. (1 bottle) King's Kimchi</li>
<li>1 cup sour cream</li>
<li>0.7 oz. (1/2 packet) Dry vegetable soup mix</li>
<li>3/4 cup mayonnaise</li>
<li>Black pepper</li>
<li>Crackers, sourdough bread, or vegetables</li>
</ul>
<h2>Preparation</h2>
<ol>
<li>Chop Kimchi into 1/8" - 1/4" pieces and drain.</li>
<li>Mix first four ingredients in large mixing bowl.</li>
<li>Add pepper to taste.</li>
<li>Fold sides. Roll up tightly, placing seam side down on plate.</li>
<li>Serve on crackers, with sourdough bread, or with vegetables.</li>
</ol>
</div>

<script src="js/vendor/jquery-1.12.0.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>
Loading