-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
222 lines (217 loc) · 9.16 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
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
---
layout: full
title: About
permalink: /about/
---
<main class="">
<section style="background-image: url('{{site.baseurl}}/assets/images/green-wavy-bg.jpeg'); background-size: cover; background-position: center; height: 400px;">
<div class="container d-flex flex-column edispo-color-hard-contrast h-100 justify-content-center align-items-center text-center">
<span class="edispo-font-3 edispo-bold-1">We are Edispo</span>
<h1 class="edispo-font-6 edispo-font-md-7 edispo-regular-1">We are Innovators and Problem-solvers.</h1>
</div>
</section>
<!-- Our Story -->
<section class="container">
<div class="row">
<div class="col-12 p-3 d-flex flex-column">
<div class="svg-container-icon-4 p-3">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g fill='var(--edispo-base)'>
<path d="M20 12c-.8-.8-2.1-.8-2.8 0L14 15.1V4c0-1.1-.9-2-2-2s-2 .9-2 2v11.2L6.8 12c-.8-.8-2.1-.8-2.8 0-.8.8-.8 2 0 2.8l6.6 6.6c.4.4.9.6 1.4.6.5 0 1-.2 1.4-.6l6.5-6.5c.9-.8.9-2.1.1-2.9z"></path>
</g>
</svg>
</div>
<span class="edispo-color-base edispo-black-2 edispo-font-2">WHY WE DO IT</span>
<h1 class="edispo-bold-2 edispo-font-6 mt-5">Our Story</h1>
<p class="edispo-regular-1 edispo-font-2 my-3 mb-5 text-justify">
Edispo was established amidst the pandemic. After struggling to look for a junk shop that would offer the best price for a worn-out airconditioner, this sparked a flow of questions and ideas. E-waste and scrap disposal run as pervasive problems in the Philippines, yet they are only treated as a norm. “Bahala na, basta maitapon nalang,” we would say, perpetuating harmful throwaway culture.
</p>
<p class="edispo-regular-1 edispo-font-2 my-3 mb-5 text-justify">
The lack of e-waste management continually depletes in short-term solutions once we disregard the process after throwing our items. Where and how do our old treasures get disposed of? But as they say, “there’s cash in trash.” Hence, we sought the opportunity of cultivating an online marketplace catering to households, micro, small, and medium enterprises that would accommodate the exchange of waste electrical & electronic equipment and other traded junk but also provide holistic job opportunities in the environmental and business landscape. With the capacity of technology, Edispo’s mission to branch out its story is directed toward innovation and inclusion. It’s not one to miss out as we unite our individual efforts which will help livelihoods and nature in diverse ways.
</p>
<div class="svg-container-icon-4 p-3">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g fill='var(--edispo-base)'>
<path d="M20 12c-.8-.8-2.1-.8-2.8 0L14 15.1V4c0-1.1-.9-2-2-2s-2 .9-2 2v11.2L6.8 12c-.8-.8-2.1-.8-2.8 0-.8.8-.8 2 0 2.8l6.6 6.6c.4.4.9.6 1.4.6.5 0 1-.2 1.4-.6l6.5-6.5c.9-.8.9-2.1.1-2.9z"></path>
</g>
</svg>
</div>
</div>
</div>
</section>
<!-- Company Values -->
<section class="container">
<div class="row">
<section class="col-md-4 d-flex flex-column text-left text-md-right">
<h1 class="edispo-font-5 edispo-font-md-7">
<span class="edispo-color-contrast-neg edispo-regular-2">Company</span>
<span class="edispo-bold-2">Values</span>
</h1>
</section>
<div class="col-md-8 carousel position-relative">
{% for company-value in site.data.company-values %}
<div class="p-2 company-values-cell">
<section class="company-values-cell-img-container d-flex justify-content-center align-items-center">
<img src="{{site.baseurl}}/assets/images{{ company-value.img }}" alt="{{ company-value.img_alt_text }}" class="img-fluid"/>
</section>
<section class="d-flex flex-column">
<h5 class="edispo-bold-1 edispo-font-2">{{ company-value.title }}</h5>
<p class="edispo-font-2 edispo-regular-1">
{{ company-value.description }}
</p>
</section>
</div>
{% endfor %}
</div>
<script>
$(document).ready(function(){
$('.carousel').slick({
"dots": false,
"arrows": true,
"slidesToShow": 4,
"slidesToScroll": 1,
"infinite": false,
"prevArrow":"<button type='button' style='left:-10px;' class='btn company-values-nav-button'><</button>",
"nextArrow":"<button type='button' style='right:-10px;' class='btn company-values-nav-button'>></button>",
"responsive": [
{
breakpoint: 1200,
settings: {slidesToShow: 4}
},
{
breakpoint: 992,
settings: {slidesToShow: 3}
},
{
breakpoint: 576,
settings: {slidesToShow: 2}
},
{
breakpoint: 376,
settings: {slidesToShow: 1}
},
]
});
});
</script>
</div>
</section>
<!-- Mission Vission -->
<section class="">
<section class="row">
<div class="col-sm-4"></div>
<div class="col-sm-8 py-5">
<hr class="p-1 edispo-bg-base"/>
</div>
</section>
<section class="container">
<div class="row mission-vision-container">
<div class="col-md-7 d-flex justify-content-center align-items-center">
<span class="edispo-black-1 mission-vision-text" style="font-size: 7vw;">MISSION</span>
</div>
<div class="col-md-5 d-flex justify-content-center align-items-center">
<p class="edispo-regular-1 edispo-font-2 text-left">
Reduce the global e-waste production by driving communities and businesses to actively dispose of their e-waste.
</p>
</div>
</div>
<div class="row mission-vision-container d-flex flex-column-reverse flex-md-row">
<div class="col-md-5 d-flex justify-content-center align-items-center">
<p class="edispo-regular-1 edispo-font-2 text-md-right text-left">
Become Southeast Asia’s leading e-waste exchange platform by connecting people to the e-waste ecosystem.
</p>
</div>
<div class="col-md-7 d-flex justify-content-center align-items-center">
<span class="edispo-black-1 mission-vision-text" style="font-size: 7vw;">VISION</span>
</div>
</div>
</section>
<section class="row">
<div class="col-sm-8 py-5">
<hr class="p-1 edispo-bg-base"/>
</div>
</section>
</section>
<!-- About eDispo -->
<section class="my-5">
<section class="py-0 py-md-5" style="background-image: url('{{site.baseurl}}/assets/images/about/table-meeting-3.png');
background-repeat: no-repeat; background-position: left;">
<div class="container h-100">
<section class="row h-100">
<div class="col-md-6"></div>
<div class="col-md-6 h-100 d-flex align-items-center p-0">
<div class="card p-4 py-5 border-0 rounded-none rounded-md-xxl">
<h1 class="edispo-font-5 edispo-font-md-7">
<span class="edispo-color-contrast-neg edispo-regular-2">About</span>
<span class="edispo-color-base edispo-bold-2">Edispo</span>
</h1>
<p class="edispo-regular-1 edispo-font-2 mb-5 mt-2">
We are innovators introducing new ways to safely dispose of e-waste by connecting buyers and sellers anytime, anywhere. Edispo educates and inspires Filipino households and businesses to actively dispose of their e-waste and other traded junk with ease and convenience for the purpose of sustainability.
</p>
</div>
</div>
</section>
</div>
</section>
</section>
<style>
#about-edispo-content-section {
height: 350px;
}
.mission-vision-text {
color: var(--edispo-contrast-neg);
transition: 0.2s;
}
.mission-vision-container:hover .mission-vision-text {
color: var(--edispo-base);
}
.company-values-cell {
width: 70%;
}
.company-values-cell-img-container {
height: 350px;
}
.company-values-nav-button {
position: absolute;
top:50%;
z-index:10;
border-radius: 50%;
background-color: rgba(175, 174, 174, 0.726);
transform: translateY(-50%);
font-size: 1rem;
color: white;
}
@media (min-width: 576px) {
.company-values-cell {
width: 40%;
}
.company-values-cell-img-container {
height: 280px;
}
}
@media (min-width: 768px) {
.company-values-cell {
width: 38%;
}
.company-values-cell-img-container {
height: 220px;
}
}
@media (min-width: 992px) {
.company-values-cell {
width: 34%;
}
.company-values-cell-img-container {
height: 240px;
}
}
@media (min-width: 1200px) {
.company-values-cell {
width: 30%;
}
.company-values-cell-img-container {
height: 260px;
}
}
</style>
</main>