-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
165 lines (143 loc) · 8.58 KB
/
about.html
File metadata and controls
165 lines (143 loc) · 8.58 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Café Escobar</title>
<link rel = "icon" href = "img/Cafe-Escobar-logo-200x200.png" type = "image/x-icon">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Favicon -->
<link rel = "icon" href = "img/Cafe-Escobar-logo-200x200.png" type = "image/x-icon">
<!-- Google Font -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400&family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/tempusdominus/css/tempusdominus-bootstrap-4.min.css" rel="stylesheet" />
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.min.css" rel="stylesheet">
</head>
<body>
<!-- Navbar Start -->
<div class="container-fluid p-0 nav-bar">
<nav class="navbar navbar-expand-lg bg-none navbar-dark py-3">
<a href="index.html" class="navbar-brand px-lg-4 m-0">
<h1 class="m-0 display-4 text-white">Café Escobar</h1>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav ml-auto p-4">
<a href="index.html" class="nav-item nav-link">Home</a>
<a href="about.html" class="nav-item nav-link active">About</a>
<a href="service.html" class="nav-item nav-link">Service</a>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
</div>
<!-- Navbar End -->
<!-- Page Header Start -->
<div class="container-fluid page-header mb-5 position-relative overlay-bottom">
<div class="d-flex flex-column align-items-center justify-content-center pt-0 pt-lg-5" style="min-height: 400px">
<h1 class="display-4 mb-3 mt-0 mt-lg-5 text-white">About Us</h1>
</div>
</div>
<!-- Page Header End -->
<!-- About Start -->
<div class="container-fluid py-5">
<div class="container">
<div class="section-title">
<h1 class="display-4">We want to find coffee lovers worldwide</h1>
</div>
<div class="row">
<div class="col-lg-4 py-0 py-lg-5" style="text-align: center;">
<h1 class="mb-3">Our Mission</h1>
<br>
<img style="float:top; margin: 10px;" src="img/about-1.jpg" alt="seeds">
<p>At Café Escobar, our mission is to export exceptional Colombian specialty coffee to the world while creating a meaningful social impact and fostering innovation within our city. </p>
<br>
<img style="float:top; margin: 10px;" src="img/about-2.jpg" alt="plant">
<p>We are dedicated to promoting the rich heritage, superior quality, and sustainable practices of Colombian coffee while uplifting the lives of our coffee farmers and driving positive change in our local communities.</p>
</div>
<div class="col-lg-4 py-5 py-lg-0" style="min-height: 500px;">
<div class="position-relative h-100">
<img class="position-absolute w-100 h-100" src="img/about.png" style="object-fit: cover;">
</div>
</div>
<div class="col-lg-4 py-0 py-lg-5" style="text-align: center;">
<h1 class="mb-3">Our Vision</h1>
<br>
<img style="float:top; margin: 10px;" src="img/about-3.jpg" alt="beans">
<p>At Café Escobar, our vision is to showcase the rich heritage and exceptional quality of Colombian specialty coffee on the global stage, while creating a profound social impact and fostering innovation within our city. </p>
<br>
<img style="float:top; margin: 10px;" src="img/about-4.jpg" alt="logo">
<p>We aspire to be a trailblazer in the coffee industry, redefining the narrative around Colombian coffee exports and driving positive change in our local communities.</p>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Footer Start -->
<div class="container-fluid footer text-white mt-5 pt-5 px-0 position-relative overlay-top">
<div class="row mx-0 pt-5 px-sm-3 px-lg-5 mt-4">
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-white text-uppercase mb-4" style="letter-spacing: 3px;">Get In Touch</h4>
<p><i class="fa fa-map-marker-alt mr-2"></i>123 Street, San Francisco, CA</p>
<p><i class="fa fa-phone-alt mr-2"></i>+012 345 67890</p>
<p class="m-0"><i class="fa fa-envelope mr-2"></i>info@example.com</p>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-white text-uppercase mb-4" style="letter-spacing: 3px;">Follow Us</h4>
<p>Amet elitr vero magna sed ipsum sit kasd sea elitr lorem rebum</p>
<div class="d-flex justify-content-start">
<a class="btn btn-lg btn-outline-light btn-lg-square mr-2" href="https://twitter.com/" target="_blank"><i class="fab fa-twitter"></i></a>
<a class="btn btn-lg btn-outline-light btn-lg-square mr-2" href="https://www.facebook.com/" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-lg btn-outline-light btn-lg-square mr-2" href="https://www.linkedin.com/" target="_blank"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-lg btn-outline-light btn-lg-square" href="https://www.instagram.com/" target="_blank"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-white text-uppercase mb-4" style="letter-spacing: 3px;">Open Hours</h4>
<div>
<h6 class="text-white text-uppercase">Monday - Friday</h6>
<p>8.00 AM - 8.00 PM</p>
<h6 class="text-white text-uppercase">Saturday - Sunday</h6>
<p>2.00 PM - 8.00 PM</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-white text-uppercase mb-4" style="letter-spacing: 3px;">Newsletter</h4>
<p>Amet elitr vero magna sed ipsum sit kasd sea elitr lorem rebum</p>
<div class="w-100">
<div class="input-group">
<input type="text" class="form-control border-light" style="padding: 25px;" placeholder="Your Email">
<div class="input-group-append">
<button class="btn btn-primary font-weight-bold px-3">Sign Up</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/tempusdominus/js/moment.min.js"></script>
<script src="lib/tempusdominus/js/moment-timezone.min.js"></script>
<script src="lib/tempusdominus/js/tempusdominus-bootstrap-4.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>