-
Notifications
You must be signed in to change notification settings - Fork 0
/
Abuout.html
115 lines (74 loc) · 4.54 KB
/
Abuout.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>About us </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header id="navbar">
<div id="headline">
<a href="index.html"><img src="logo-removebg-preview.png" width="150px" height="40px">
</a>
</div>
<div id="ul">
<ul>
<a href="index.html" class="li" onmouseenter="change_Bg(this)" onmouseleave="return_Bg(this)">
<li>HOME</li>
</a>
<a href="index.html" class="li" onmouseenter="change_Bg(this)" onmouseleave="return_Bg(this)">
<li>PRODUCTS</li>
</a>
<a href="contact us.html" class="li" onmouseenter="change_Bg(this)" onmouseleave="return_Bg(this)">
<li>CONTACTS</li>
</a>
<a href="Abuout.html" class="li" onmouseenter="change_Bg(this)" onmouseleave="return_Bg(this)">
<li >ABOUT</li>
</a>
</ul>
</div>
<div id="icons">
<a href="https://www.facebook.com"><i class="fa-brands fa-facebook"></i></a>
<a href="https://twitter.com"><i class="fa-brands fa-square-twitter"></i></a>
<a href="https://www.instagram.com"><i class="fa-brands fa-square-instagram"></i></a>
<a href="index.html" style="margin-left: 50px;"><i class="fa-solid fa-cart-shopping"></i></a>
<a href="index.html"><i class="fa-regular fa-heart"></i></a>
<a href="index.html"><i class="fa-solid fa-user"></i></a>
</div>
</header>
<section id="about">
<h1>About Us</h1>
<div class="martin">
<h2>Our Story</h2>
<p>Welcome to GJ fox, where every cup is a journey of flavor and warmth. We're passionate about two things: exceptional creating a welcoming atmosphere. Our story begins with a simple love for the rich, aromatic brew that awakens the senses and brings people together.</p>
</div>
<div class="martin">
<h2>Our Products</h2>
<p>We believe that great coffee starts with the finest beans. That's why we source our coffee beans from the world's most renowned coffee regions. Our dedicated team of roasters carefully selects, roasts, and blends these beans to perfection. Each cup of Coffee Haven coffee is a testament to our commitment to quality and craftsmanship.</p>
</div>
<div class="martin">
<h2>Our Space</h2>
<p>Step into our cozy café, and you'll instantly feel at home. Whether you're seeking a quiet corner to work, catching up with friends, or simply enjoying a moment of solitude, our café is your sanctuary. We've created an inviting ambiance with comfortable seating, soft jazz melodies, and the soothing aroma of freshly brewed coffee that fills the air.</p>
</div>
<div class="martin">
<h2>Our Mission</h2>
<p> we're about community. We take pride in being an integral part of the neighborhood, a place where conversations flow as freely. Our mission is to provide a space where people can connect, create, and savor life's simple pleasures.</p>
</div>
<div class="martin">
<h2>Sustainability</h2>
<p>We are committed to sustainability and ethical sourcing. Our coffee beans come from farms that prioritize environmental responsibility and fair labor practices. We strive to reduce our environmental footprint through initiatives like recyclable packaging and energy-efficient equipment.</p>
</div>
<div class="martin">
<h2>Visit Us</h2>
<p>We invite you to visit Our Store, Our dedicated team looks forward to serving you and becoming a part of your daily routine.</p>
</div>
<footer id="foot" >
<p class="copyright">© 2003-2023, GJ FOX.com, Inc. or its affiliates</p>
</footer>
<script src="project.js"></script>
</body>
</html>