-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathformula&baby food.html
178 lines (169 loc) · 7.65 KB
/
formula&baby food.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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
/* Remove the navbar's default rounded borders and increase the bottom margin */
.navbar {
margin-bottom: 50px;
border-radius: 0;
}
/* Remove the jumbotron's default bottom margin */
.jumbotron {
margin-bottom: 0;
}
/* Add a gray background color and some padding to the footer */
footer {
background-color: #f2f2f2;
padding: 25px;
}
</style>
<style>
h1 {
color: DarkSlateGray; font-family:Forte;
}
</style>
</head>
<body>
<div class="jumbotron">
<div class="container text-center">
<img src="https://cmkt-image-prd.global.ssl.fastly.net/0.1.0/ps/1417187/1160/772/m1/fpnw/wm0/baby-and-kids-shop-logo-template-1-.png?1467440538&s=60cb7244370ea67003cb896276126a1d">
</div>
</div>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="home.html">Home</a></li>
<li><a href="formula&baby food.html">Products</a></li>
<li><a href="sitemap.html">Contact</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="login.html"><span class="glyphicon glyphicon-user"></span>Your Account</a></li>
<li><a href="#"><span class="glyphicon glyphicon-shopping-cart"></span> Cart</a></li>
</ul>
</div>
</div>
</nav>
<h1>FORMULA & BABY FOOD</h1>
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="panel panel-primary">
<div class="panel-heading">DG-3 ADVANCE GOAT MILK FORMULA 800g</div>
<div class="panel-body"><img src="https://images.orami.co.th/catalog/product/d/g/dg-3_advance_goat_milk.jpg" style="width:100%" alt="Image"></div>
<div class="panel-footer">PRICE:900</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-danger">
<div class="panel-heading">DUMEX HI-Q SUPER GOLD 2 1800g</div>
<div class="panel-body"><img src="https://images.orami.co.th/catalog/product/d/u/dumex-hiq-supergold-synbioproteq-followonformula-1800g.jpg" class="img-responsive" style="width:100%" alt="Image"></div>
<div class="panel-footer">PRICE:1330</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-success">
<div class="panel-heading">PICNIC BABY chicken+liver+rice+mixed veggies</div>
<div class="panel-body"><img src="https://images.orami.co.th/catalog/product/p/i/picnic_baby_chicken_liver-rice-mixed_veggies_100g_pic.jpg" class="img-responsive" style="width:100%" alt="Image"></div>
<div class="panel-footer">PRICE:178</div>
</div>
</div>
</div>
</div><br>
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="panel panel-primary">
<div class="panel-heading">DUMEX HI-Q 1 PLUS SUPER GOLD PLAIN</div>
<div class="panel-body"><img src="https://images.orami.co.th/catalog/product/1/0/10_56.jpg"class="img-responsive" style="width:100%" alt="Image"></div>
<div class="panel-footer">PRICE:340</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-danger">
<div class="panel-heading">S26 PROGRESS GOLD ALPHA-LACTALBUMIN</div>
<div class="panel-body"><img src="https://images.orami.co.th/catalog/product/n/e/new-s-26-progress-picture--wyethnutrition-campaign-1800g-1-boxes.jpg" class="img-responsive" style="width:100%" alt="Image"></div>
<div class="panel-footer">PRICE:829</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-success">
<div class="panel-heading">DG GOAT MILK FORMULA 800g x4 PACK</div>
<div class="panel-body"><img src="https://images.orami.co.th/catalog/product/d/g/dg-2_goat_milk_formula_800g_x_4_pack.jpg" class="img-responsive" style="width:100%" alt="Image"></div>
<div class="panel-footer">PRICE:3600</div>
</div>
</div>
</div>
</div><br><br>
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="panel panel-primary">
<div class="panel-heading">DG GOAT MILK FORMULA 800g</div>
<div class="panel-body"><img src="https://images.orami.co.th/catalog/product/d/g/dg-1_goat_milk_formula_800g__2.jpg" style="width:100%" alt="Image"></div>
<div class="panel-footer">PRICE:900</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-danger">
<div class="panel-heading">ENFAGROW A+ 4 </div>
<div class="panel-body"><img src="https://images.orami.co.th/catalog/product/e/n/enfagrow_a_4_uht_vanilla_flavored_pack_3-4pack.jpg" class="img-responsive" style="width:100%" alt="Image"></div>
<div class="panel-footer">PRICE:200</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-success">
<div class="panel-heading">PICNIC BABY salmon+spinach+potato+sweet corn </div>
<div class="panel-body"><img src="https://images.orami.co.th/catalog/product/i/m/img_0342bundle3.jpg" class="img-responsive" style="width:100%" alt="Image"></div>
<div class="panel-footer">PRICE:178</div>
</div>
</div>
</div>
</div><br>
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="panel panel-primary">
<div class="panel-heading">PEACHY MULTIGRAIN PUFFS</div>
<div class="panel-body"><img src="https://images.orami.co.th/catalog/product/p/e/peachy-multigrain-mixed-veggies-6packs.jpg"class="img-responsive" style="width:100%" alt="Image"></div>
<div class="panel-footer">PRICE:498</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-danger">
<div class="panel-heading">PEACHY CARROT,TOMATO AND PEAR PUREE</div>
<div class="panel-body"><img src="https://images.orami.co.th/catalog/product/p/e/peachy-carrot_tomato_pear_puree-100g.jpg" class="img-responsive" style="width:100%" alt="Image"></div>
<div class="panel-footer">PRICE:450</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-success">
<div class="panel-heading">PEACHY APPLE PUREE,OATS AND PRUNE</div>
<div class="panel-body"><img src="https://images.orami.co.th/catalog/product/p/e/peachy_apple_puree_oats_and_prune_juice_100g.jpg" class="img-responsive" style="width:100%" alt="Image"></div>
<div class="panel-footer">PRICE:480</div>
</div>
</div>
</div>
</div><br><br>
<footer class="container-fluid text-center">
<p>Online Store Copyright</p>
<form class="form-inline">Get deals:
<input type="email" class="form-control" size="50" placeholder="Email Address">
<button type="button" class="btn btn-danger">Sign Up</button>
</form>
</footer>
</body>
</html>