-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
122 lines (105 loc) · 4.74 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Grandma's Ketchup Dip</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Grandma's Ketchup Dip" />
<!-- <meta property="og:image" content="http://ketchupdip.com/images/kdip.jpg" /> -->
<meta property="og:image" content="http://ketchupdip.com/images/grandma.jpg" />
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/custom.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/stellar.js/0.6.2/jquery.stellar.min.js"></script>
<script src="js/main.js" type="text/javascript"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58956922-1', 'auto');
ga('send', 'pageview');
</script>
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<main class="hero" data-stellar-background-ratio="0.1">
<header>
<div class="container">
<div class="row">
<p class="logo">
<img src="images/dip_icon.png">
<span class="text-orange">Ketchupdip</span>.com
</p>
</div>
<div class="row">
<div class="two-thirds column caption">
<p>The official home of Grandma's <span class="text-orange">original</span> recipe</p>
</div>
</div>
</div>
</header>
<section class="recipes">
<div class="container">
<div class="row">
<div class="two-thirds column box">
<h5>INGREDIENTS</h5>
<ul class="fa-ul">
<li><i class="fa-li fa fa-check-square"></i>3oz Philadelphia Cream Cheese</li>
<li><i class="fa-li fa fa-check-square"></i>1/4 cup Heinz Ketchup</li>
<li><i class="fa-li fa fa-check-square"></i>1/2 tsp dry mustard</li>
<li><i class="fa-li fa fa-check-square"></i>3/4 cup sour cream</li>
<li><i class="fa-li fa fa-check-square"></i>Onion salt or minced onion</li>
</ul>
<hr>
<p>
Allow cream cheese to soften. Add cream cheese, ketchup, mustard and sour cream together in bowl. Add onion to taste. With a Ninja or other high powered blender/food processor, blend until dip has creamy consistency. Chill and serve.
</p>
<p class="idea">
<i class="fa fa-lightbulb-o"></i> Grandma recommends <u>Lay's Classic</u> potato chips.
</p>
<hr>
<h5>MOM'S ALTERNATIVE VERSION</h5>
<p>
Substitute onion with half a packet of <u>Lipton Onion Soup</u> mix. Add extra ketchup to taste.
</p>
<p class="idea">
<i class="fa fa-lightbulb-o"></i> Mom recommends <u>Utz</u> potato chips.
</p>
<hr>
<h5>FOR A LOWFAT VERSION</h5>
<p>
Try substituting sour cream with <u>plain greek yogurt</u>!
</p>
</div>
<div class="one-third column box">
<img src="images/grandma.jpg" width="100%">
</div>
</div>
</div>
</section>
<section class="links">
<div class="container">
<a href="https://www.facebook.com/sharer/sharer.php?u=http://ketchupdip.com" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://plus.google.com/share?url=http://ketchupdip.com" target="_blank"><i class="fa fa-google-plus-square"></i></a>
<a href="http://pinterest.com/pin/create/link/?url=http%3A%2F%2Fketchupdip.com" target="_blank"><i class="fa fa-pinterest-square"></i></a>
<a href="https://twitter.com/home?status=%23ketchupdip%20http://ketchupdip.com" target="_blank"><i class="fa fa-twitter-square"></i></a>
</div>
</section>
<section class="footer">
<div class="transparent-overlay">
<div class="container">
<p>
Made with <i class="fa fa-heart-o"></i> in <u>Philadelphia, PA</u></a>
</p>
</div>
</div>
</section>
</section>
</body>
</html>