-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsustainability.html
282 lines (277 loc) · 11.8 KB
/
sustainability.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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Kape-ling</title>
<meta content="Kape-ling" name="description">
<meta content="coffee, kape, kape-ling company" name="keywords">
<meta content="nogs" name="author">
<link href="assets/img/kapeling7.png" rel="icon">
<link href="assets/img/kapeling7.png" rel="apple-touch-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<link rel="stylesheet" href="./assets/vendor/simple-notify/dist/simple-notify.min.css" />
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/mdbootstrap/css/mdb.min.css" rel="stylesheet"/>
<link rel="stylesheet" href="assets/vendor/owl/dist/assets/owl.carousel.min.css">
<link rel="stylesheet" href="assets/vendor/owl/dist/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="./assets/css/util.css">
<link rel="stylesheet" href="./assets/css/sustain.css">
<style>
@keyframes ups-and-downs {
from { transform: translateY(-5px);}
to { transform: translateY(0px);}
}
.fabtotop {
position: fixed;
bottom: 0;
right: 0;
margin: 5px;
animation: ups-and-downs infinite alternate 0.6s;
box-shadow: 0 0 10px #000;
}
.inputter {
border: solid 3px transparent;
/* border-radius: 50px; */
}
.inputter:active,
.inputter:focus,
.inputter:hover {
border: solid 3px #b9967f !important;
box-shadow: none !important;
}
@media screen and (max-width: 727px) {
.footer-header {
display: none;
}
.carousel-bg-info div {
margin-top: 130px !important;
}
}
</style>
<script type="text/javascript" src="assets/vendor/mdbootstrap/js/mdb.min.js"></script>
</head>
<body>
<!-- NAVIGATION BAR -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark" style="z-index: 99999 !important;">
<div class="container">
<a class="navbar-brand" href="#">
<img src="./assets/img/logo_kapeling.png" alt="Kapeling Logo" class="img-fluid nav-logo">
</a>
<button
class="navbar-toggler bg-transparent border-0"
type="button text-white"
data-mdb-toggle="offcanvas"
data-mdb-target="#offcanvas"
aria-controls="offcanvas"
aria-expanded="false"
aria-label="Toggle navigation"
>
<div class="animated-icon1">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#products">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#reviews">Reviews</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#inquire-section">Inquire</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sustainability.html">Sustainability</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us.html">About</a>
</li>
</ul>
</div>
</div>
</nav>
<div
class="offcanvas offcanvas-end"
tabindex="-1"
id="offcanvas"
aria-labelledby="offcanvasRightLabel"
>
<div class="offcanvas-header">
<!-- <h5 id="offcanvasRightLabel"></h5> -->
<!-- <button
type="button"
class="btn d-block ms-auto bg-transparent shadow-0"
data-mdb-dismiss="offcanvas"
aria-label="Close"
id="dismiss-offcanvas"
>
<i class="fa-solid fa-times text-white"></i>
</button> -->
<div class="clearfix"></div>
</div>
<div class="offcanvas-body">
<div class="offcanvas-links">
<ul class="list-group">
<li class="list-group-item bg-transparent" style="width: fit-content;">
<a class="text-white" href="index.html">Home</a>
</li>
<li class="list-group-item bg-transparent" style="width: fit-content;">
<a class="text-white" href="#products">Products</a>
</li>
<li class="list-group-item bg-transparent" style="width: fit-content;">
<a class="text-white" href="#inquire">Inquire</a>
</li>
<li class="list-group-item bg-transparent" style="width: fit-content;">
<a class="text-white" href="#reviews">Reviews</a>
</li>
<li class="list-group-item bg-transparent" style="width: fit-content;">
<a class="text-white" href="sustainability.html">Sustainability</a>
</li>
<li class="list-group-item bg-transparent" style="width: fit-content;">
<a class="text-white" href="about-us.html">About Us</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container p-5 my-2">
<div class="row" data-aos="fade-down" data-aos-duration="1200">
<div class="header-text">
<h2>Sustainability</h2>
</div>
</div>
</div>
<!-- CAROUSEL -->
<div class="carousel-wrapper p-4" data-aos="fade-up" data-aos-duration="1800">
<div id="carouselExampleCaptions" class="carousel slide" data-mdb-ride="carousel" data-mdb-pause="false" data-mdb-interval="5000">
<div class="carousel-indicators">
<button type="button" data-mdb-target="#carouselExampleCaptions" data-mdb-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-mdb-target="#carouselExampleCaptions" data-mdb-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-mdb-target="#carouselExampleCaptions" data-mdb-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./assets/img/coffee_girl.jpg" class="d-block w-100" alt="Farmer One">
</div>
<div class="carousel-item">
<img src="./assets/img/farmer2.jpg" class="d-block w-100" alt="Farmer Two">
</div>
<div class="carousel-item">
<img src="./assets/img/banaue.jpg" class="d-block w-100" alt="Rice Terraces but Coffee is the product">
</div>
<div class="carousel-info-toggleable">
<div class="carousel-info-content">
<h2>
<i class="fa-solid fa-quote-left"></i>
Building trust is a must to avoid holocaust.
<i class="fa-solid fa-quote-right"></i>
</h2>
</div>
</div>
</div>
</div>
</div>
<!-- TAGA WELCOME -->
<div class="jumbotron jumbotron-section p-5" id="welcomer" data-aos="fade-up" data-aos-duration="1800">
<img src="./assets/img/bg_coffee.png" alt="Coffee Product" class="img-fluid coffee-product">
<br><br>
<div class="container-fluid" data-aos="fade-up" data-aos-duration="1800">
<h3 style="font-weight: bold;">Long-time Partnership and Parallel Growth</h3>
<p>We are building trust and developing our relationship with the locals in harvest areas especially the locals, cocoa farmers and exporters. We send help to them by giving monthly
allowances, grocery items and food for their families and send their children to school. Because we knew that the children will be our greatest asset for the growth of our company. Having them
as our long-time partners, we have sustained and saved our natural products and increase our income quarter by quarter. We promised to them that we will continue to develop our relationship as well
as our livelihood for the next generation.
</p>
</div><br><br><br><br>
<img src="./assets/img/dashed.svg" alt="Dashed" class="img-fluid dashed">
</div>
<!-- FOOTER -->
<footer class="footer text-center text-white text-lg-start" id="footer">
<div class="p-4">
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<img src="./assets/img/kapeling7.png" alt="Footer Logo" class="img-fluid">
</div>
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<h6 class="text-uppercase fw-bold mb-4">
Branches
</h6>
<p>
<a href="#!" class="text-reset">Cabuyao</a>
</p>
<p>
<a href="#!" class="text-reset">Calamba</a>
</p>
<p>
<a href="#!" class="text-reset">Liliw</a>
</p>
<p>
<a href="#!" class="text-reset">Pagsanjan</a>
</p>
</div>
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<h6 class="text-uppercase fw-bold mb-4">Contact</h6>
<p><i class="fa-solid fa-home me-3 text-brand-light"></i> Calamba, Laguna, 4027, PH</p>
<p>
<i class="fa-solid fa-envelope me-3 text-brand-light"></i>
</p>
<p><i class="fa-solid fa-phone me-3 text-brand-light"></i> +63977 400 2607</p>
</div>
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<h6 class="text-uppercase fw-bold mb-4">
Main Location
</h6>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3868.453841482902!2d121.104001!3d14.168176!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33bd65ed00eea561%3A0x9189858f2b86a7ac!2sDreambuilders%20Pro%20Inc!5e0!3m2!1sen!2sph!4v1691131778235!5m2!1sen!2sph" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</div>
<div class="text-center p-4" style="background-color: rgba(0, 0, 0, 0.025);">
© 2023
<a class="text-reset fw-bold" href="https://sunogan.surge.sh/" target="_blank">Nagonus</a>
</div>
</footer>
<a href="#" type="button" class="btn btn-brand-dark rounded-circle shadow-sm fabtotop btn-sm" style="width: fit-content;">
<i class="fas fa-arrow-up"></i>
</a>
</body>
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/[email protected]/dist/smooth-scroll.polyfills.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js"></script>
<script>
const fabtotop = document.querySelector('.fabtotop');
fabtotop.style.display= "none"
window.addEventListener('scroll', function(e){
if(window.scrollY > 300) {
fabtotop.style.display= "block"
} else {
fabtotop.style.display= "none"
}
})
$('.carousel').hover(function(e){
$('.carousel-info-toggleable').toggleClass('show-carousel-info')
})
document.querySelector('.animated-icon1').addEventListener('click',function(e){
document.querySelector('.animated-icon1').classList.toggle('open')
})
AOS.init({ once: true})
</script>
</html>