-
Notifications
You must be signed in to change notification settings - Fork 0
/
food9.html
151 lines (109 loc) · 6.04 KB
/
food9.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>I am Fooducate</title>
<!-- css -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="css/animations.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet">
<link href="css/default.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
<!-- Navigation -->
<div id="navigation">
<nav class="navbar navbar-custom" role="navigation">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-5 col-sm-5">
<div class="site-logo">
<a href="index.html" class="brand">Fooducate</a>
</div>
</div>
<div class="col-lg-7 col-md-7">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#menu">
<i class="fa fa-bars"></i>
</button>
</div>
<div class="collapse navbar-collapse" id="menu">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="#introab">About</a></li>
<li><a href="contents.html">Contents</a></li>
<li class="active"><a href="food.html">Recipes</a></li>
<li><a href="index.html#events">Events</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</nav>
</div>
<!-- /Navigation -->
<section class="home-section color-dark bg-white">
<div class="container marginbot-50">
<div class="row">
<div class="col-lg-offset-0 col-lg-12 marginbot-30">
<div class="animatedParent">
<div class="section-heading text-left animated bounceInDown">
<h3 class="h-bold text-center col-lg-12">เค้กช็อกโกแลตกล้วย</h3>
</div>
</div>
</div>
<div class="about-text1 col-lg-offset-0 col-lg-12 animatedParent">
<div class="text-center marginbot-50 animated fadeIn" >
<img src="img/fhjj.jpeg" width="100%" alt=""/> </div>
</div>
<div class="food-text1 col-lg-offset-0 col-lg-3" >
<div class="text-left">
<h6>ส่วนผสม</h6>
<p>กล้วย 2 ลูก<br>
ไข่ไก่ 1 ฟอง<br>
ผงโกโก 2 ช้อนชา<br>
ผงฟู 1 ช้อนชา</p>
</div></div>
<div class="about-text1 col-lg-offset-1 col-lg-8">
<div class="text-Left">
<h6>วิธีทำ</h6><li>นำไข่ กล้วย ผงโกโก้ ปั่นส่วนผสมให้ป็นเนื้อเดียวกัน</li>
<li>เทใส่พิมหรือแก้วตามชอบ อบที่ไฟ 150 องศา 30 นาที</li>
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer>
<div class="container">
<div class="row">
<p> © 2017 - <a href="https://google.com/">Fooducate</a> by Wiphada Chomchai 5721019</p></div>
</div>
<div class="container">
<div class="row">
<a href="https://google.com/">
<i class="fa fa-facebook" style="font-size:28px;"></i></a>
<a href="https://google.com/"><i class="fa fa-instagram" style="font-size:28px;"></i></a>
<a href="https://google.com/"><i class="fa fa-twitter" style="font-size:28px;"></i></a>
<a href="https://google.com/"><i class="fa fa-google-plus-circle" style="font-size:28px;"></i></a>
</div>
</div>
</footer>
<!-- footer -->
<!-- Core JavaScript Files -->
<script src="js/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.scrollTo.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/stellar.js"></script>
<script src="js/custom.js"></script>
<script src="js/css3-animate-it.js"></script>
</body>
</html>