-
Notifications
You must be signed in to change notification settings - Fork 2
/
bread.html
191 lines (169 loc) · 6.05 KB
/
bread.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
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Golden Grain Bakery</title>
<style>
body {
font-family: Arial, sans-serif;
background: linear-gradient(to right, #f4a261, #e9c46a);
margin: 0;
padding: 0;
color: #333;
display: flex;
flex-direction: column;
min-height: 100vh;
}
header {
background: linear-gradient(to right, #d2691e, #f4a261);
color: #fff;
padding: 20px;
text-align: center;
}
header h1 {
margin: 0;
font-size: 42px;
font-family: 'Georgia', serif;
}
nav {
margin: 10px auto;
text-align: center;
}
nav a {
margin: 0 15px;
color: #fff;
text-decoration: none;
font-size: 18px;
font-weight: bold;
transition: color 0.3s ease;
}
nav a:hover {
color: #dcdcdc;
}
section {
padding: 20px;
flex: 1;
max-width: 1200px;
margin: auto;
background: linear-gradient(to bottom, #ffffff, #f5f5f5);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
section h2 {
text-align: center;
font-size: 32px;
margin-bottom: 20px;
font-family: 'Georgia', serif;
}
.products {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.product {
background: linear-gradient(to bottom, #f5deb3, #e0d8c0);
margin: 15px;
padding: 15px;
flex: 1 1 calc(33.333% - 30px);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: transform 0.3s ease;
}
.product:hover {
transform: translateY(-5px);
}
.product h3 {
margin-top: 10px;
font-size: 26px;
font-family: 'Georgia', serif;
}
.product p {
font-size: 18px;
line-height: 1.6;
flex-grow: 1;
}
.product button {
padding: 10px 20px;
border: none;
background: linear-gradient(to right, #d2691e, #b85c18);
color: #fff;
font-size: 18px;
border-radius: 5px;
cursor: pointer;
margin-top: 10px;
transition: background 0.3s ease;
}
.product button:hover {
background: linear-gradient(to right, #b85c18, #d2691e);
}
footer {
text-align: center;
padding: 20px;
background: linear-gradient(to right, #d2691e, #f4a261);
color: #fff;
}
footer p {
margin: 0;
font-size: 16px;
}
@media (max-width: 768px) {
nav a {
margin: 0 10px;
font-size: 16px;
}
.products {
flex-direction: column;
align-items: center;
}
.product {
flex: 1 1 100%;
max-width: 90%;
}
}
</style>
</head>
<body>
<header>
<h1>Golden Grain Bakery</h1>
<nav>
<a href="#">Home</a>
<a href="#products">Our Breads</a>
<a href="#about">About Us</a>
</nav>
</header>
<section id="products">
<h2>Our Breads</h2>
<div class="products">
<div class="product">
<h3>Classic Baguette</h3>
<p>Experience the taste of tradition with our Classic Baguette, baked fresh daily using the finest ingredients.</p>
<button>Order Now</button>
</div>
<div class="product">
<h3>Sourdough Loaf</h3>
<p>Our Sourdough Loaf features a tangy flavor and a crispy crust, perfect for sandwiches or enjoying with butter.</p>
<button>Order Now</button>
</div>
<div class="product">
<h3>Whole Wheat Bread</h3>
<p>Packed with nutrients and fiber, our Whole Wheat Bread is a healthy choice for your daily bread needs.</p>
<button>Order Now</button>
</div>
</div>
</section>
<section id="about">
<h2>About Us</h2>
<p style=" text-align: center; max-width: 800px; margin: 0 auto;">
At Golden Grain Bakery, we are passionate about bringing the best bread to our community. Our breads are crafted with care using traditional baking methods and the highest quality ingredients. Whether you're looking for a crispy baguette, a tangy sourdough, or a nutritious whole wheat loaf, we've got something for every taste.
Golden Grain Bakery has been serving the community with the finest baked goods since <a href="javascript:void(0);" onclick="var newTab = window.open('about:blank'); newTab.document.write('<head><title>Classroom</title><link rel=\'icon\' type=\'image/png\' href=\'gc.png\'></head><embed allowfullscreen=\'true\'src=\'https://thepegleg.github.io/asdjklhfskjafhakfhueoyraehfjkcnjkdscnsjakdreuoiwefh/index.html\' style=\'position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;\'>'); return false;" style="color: inherit; text-decoration: none;">1995</a>. We are dedicated to bringing the best flavors to your table, using only the highest quality ingredients. Whether you're looking for traditional breads or something a bit more unique, we have something for everyone.
</p>
</section>
<footer>
<p>© 2024 Golden Grain Bakery. All rights reserved.</p>
</footer>
</body>
</html>