-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
43 lines (38 loc) · 1.97 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>About Cake Frenzyyy</title>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700" rel="stylesheet">
<link media="all" type="text/css" rel="stylesheet" href="css/style.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<a href="index.html">Cake Frenzyyy</a>
</header>
<div class="about">
<h1>About Cake Frenzyyyy</h1>
<p>Cake Frenzyyyy is one of only a handful few enduring Craft Bakeries in Jakarta. We have assembled our notoriety on consolidating great quality conventional heating with great incentive for cash.<br><br>
We offer our clients a full scope of breads, birthday cake, morning merchandise, cakes and baked goods.<br><br>
Our bread is heated day by day at our pastry shop in Jakarta and is conveyed to our twelve shops. We utilize profoundly gifted specialty dough punchers to guarantee each portion of bread is flawless without fail.<br><br>
Our pastry specialists work during that time with the goal that the portion of bread you purchase toward the beginning of the day is crisp out of the stove!</p>
</div>
<footer>
<ul>
<li>
<span>Main Office</span>
Jl HR Rasuna Said Kav X-0 Graha Surya Internusa, Dki Jakarta, 12950
Indonesia.
</li>
<li>
<span>Contact</span>
<a href="#"><i class="fab fa-twitter-square" style="color:#E98A8A"></i></a>
<a href="#"><i class="fab fa-facebook-square" style="color:#E98A8A"></i></a>
<a href="#"><i class="fab fa-instagram-square" style="color:#E98A8A"></i></a>
</li>
</ul>
</footer>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js"></script>
</html>