-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
325 lines (318 loc) · 17.5 KB
/
index.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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
---
layout: home
background: '/img/bg-index.jpg'
pagination:
enabled: true
per_page: 12
collection: projects
---
<!-- Combined Mission and Values secttion-->
<section class="page-section my-0">
<div class="container my-0">
<div class="row justify-content-center">
<!-- Mission-->
<div class="col-md-6 col-lg-6 mb-5">
<div class="col mb-4"><img class="img-fluid" src="img/mission-vision/mission.jpg" /></div>
<div class="col">
<!-- Mission Section Heading-->
<h3 class="page-section-heading text-center text-uppercase">Our Mission</h3>
<!-- Icon Divider-->
<div class="divider-custom mb-0">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Mission Section Content-->
<p class="lead">Our mission is to connect communities while also finding solutions to protect the environment from global warming.</p>
</div>
</div>
<!-- Vision-->
<div class="col-md-6 col-lg-6 mb-5">
<div class="col mb-4"><img class="img-fluid" src="img/mission-vision/vision.jpg" /></div>
<div class="col">
<!-- Vision Section Heading-->
<h3 class="page-section-heading text-center text-uppercase">Our Vision</h3>
<!-- Icon Divider-->
<div class="divider-custom mb-0">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Vision Section Content-->
<p class="lead">A transformed and committed society fully in control of their social economic well-being using the available resources to reduce poverty, building peaceful and prosperous communities.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Partners Section-->
<section class="page-section portfolio my-0">
<div class="container my-0">
<!-- Portfolio Section Heading-->
<h2 class="page-section-heading text-center text-uppercase mb-3">Our Partners</h2>
<!-- Icon Divider-->
<div class="divider-custom mb-0">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Grid Items-->
<div class="row justify-content-center mb-0">
<!-- Portfolio Item 1-->
<div class="col-6 col-md-4 mb-3">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal1">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="img/portfolio/r0g.png" alt="..." />
</div>
</div>
<!-- Portfolio Item 2-->
<div class="col-6 col-md-4 mb-3">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal2">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="img/portfolio/ifixit.png" alt="..." />
</div>
</div>
<!-- Portfolio Item 3-->
<div class="col-6 col-md-4 mb-3">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal3">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="img/portfolio/The-Restart-Project.png" alt="..." />
</div>
</div>
<!-- Portfolio Item 4-->
<div class="col-6 col-md-4 mb-3">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal4">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="img/portfolio/Repair-Cafe-Malmo.png" alt="..." />
</div>
</div>
<!-- Portfolio Item 5-->
<div class="col-6 col-md-4 mb-3">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal5">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="img/portfolio/Shuttleworth.png" alt="..." />
</div>
</div>
</div>
</div>
</section>
<!-- Projects Carosel with Pagination -->
<section class="page-section my-0">
<div class="container text-center">
<!-- Projects Section Heading-->
<h3 class="page-section-heading text-center text-uppercase">Check out our recent projects!</h3>
<!-- Icon Divider-->
<div class="divider-custom mb-3">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<div class="row mx-auto my-auto justify-content-center">
<div id="recipeCarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
{% for post in paginator.posts %}
{% if forloop.index == 1 %}
<div class="carousel-item active">
{% else %}
<div class="carousel-item">
{% endif %}
{% if post.background %}
<div class="col-md-4">
<div class="card">
<div class="card-img">
<img class="img-fluid" src="{{ post.background | prepend: site.baseurl | replace: '//', '/' }}" />
</div>
</div>
<div class="col">
<a href="{{ post.url | prepend: site.baseurl | replace: '//', '/' }}">
<p class="post-title">{{ post.title }}</p>
</a>
</div>
</div>
</div>
{% else %}
<div class="col-md-6">
<a href="{{ post.url | prepend: site.baseurl | replace: '//', '/' }}">
<h2 class="post-title">{{ post.title }}</h2>
{% if post.subtitle %}
<h3 class="post-subtitle">{{ post.subtitle }}</h3>
{% endif %}
</a>
</div>
{% endif %}
{% endfor %}
</div>
<a class="carousel-control-prev bg-transparent w-aut" href="#recipeCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
</a>
<a class="carousel-control-next bg-transparent w-aut" href="#recipeCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
</a>
</div>
</div>
</div>
<script>
let items = document.querySelectorAll('.carousel .carousel-item')
items.forEach((el) => {
// If changes are made to minPerSlide make sure to change @media (min-width: 768px) .active.carousel-item-right transform
// and .active.carousel-item-left transform in \assets\vendor\bootstrap\scss\_carousel.scss
const minPerSlide = 3
let next = el.nextElementSibling
for (var i=1; i<minPerSlide; i++) {
if (!next) {
// wrap carousel by using first child
next = items[0]
}
let cloneChild = next.cloneNode(true)
el.appendChild(cloneChild.children[0])
next = next.nextElementSibling
}
})
</script>
</section>
<!-- Portfolio Modals-->
<!-- Portfolio Modal 1-->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" aria-labelledby="portfolioModal1" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Image-->
<img class="img-fluid rounded mb-2" src="img/portfolio/r0g.png" alt="..." />
<!-- Portfolio Modal - Text-->
<p class="mb-4 text-start">
<a class="text-decoration-none text-info" href="https://openculture.agency/" target="_blank" rel="noopener noreferrer">r0g_agency</a>
is a non profit that's goal is to promote open, innovative, and peaceful societies through programs that focus on open tech, open knowledge, and peacebuilding activities.
</p>
<button class="btn btn-primary" data-dismiss="modal">
<i class="fas fa-xmark fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 2-->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" aria-labelledby="portfolioModal2" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Image-->
<img class="img-fluid rounded mb-2" src="img/portfolio/ifixit.png" alt="..." />
<!-- Portfolio Modal - Text-->
<p class="mb-4 text-start">
<a class="text-decoration-none text-info" href="https://www.ifixit.com/" target="_blank" rel="noopener noreferrer">iFixit</a>
is a collaborative effort spanning thousands of fixers, repair-seekers, and translators. Their mission is to teach everyone to fix every thing.
</p>
<button class="btn btn-primary" data-dismiss="modal">
<i class="fas fa-xmark fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 3-->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" aria-labelledby="portfolioModal3" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Image-->
<img class="img-fluid rounded mb-2" src="img/portfolio/The-Restart-Project.png" alt="..." />
<!-- Portfolio Modal - Text-->
<p class="mb-4 text-start">
<a class="text-decoration-none text-info" href="https://therestartproject.org/" target="_blank" rel="noopener noreferrer">The Restart Project</a>
is a people-powered social enterprise that aims to fix our relationship with electronics. They help people learn how to repair their broken electronics, and rethink how they consume them in the first place.
</p>
<button class="btn btn-primary" data-dismiss="modal">
<i class="fas fa-xmark fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 4-->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" aria-labelledby="portfolioModal4" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Image-->
<img class="img-fluid rounded mb-2" src="img/portfolio/Repair-Cafe-Malmo.png" alt="..." />
<!-- Portfolio Modal - Text-->
<p class="mb-4 text-start">
<a class="text-decoration-none text-info" href="https://www.repaircafe.nu/" target="_blank" rel="noopener noreferrer">Repair Café Malmö</a>
are a loose community of people that wants to help reducing the amount of electronic waste, loves to fix things and help others in doing that.
</p>
<button class="btn btn-primary" data-dismiss="modal">
<i class="fas fa-xmark fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 5-->
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" aria-labelledby="portfolioModal5" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Image-->
<img class="img-fluid rounded mb-2" src="img/portfolio/Shuttleworth.png" alt="..." />
<!-- Portfolio Modal - Text-->
<p class="mb-4 text-start">
<a class="text-decoration-none text-info" href="https://shuttleworthfoundation.org/" target="_blank" rel="noopener noreferrer">The Shuttleworth Foundation</a>
is a small social investor that provides funding to dynamic leaders who are at the forefront of social change. They look for social innovators who are helping to change the world for the better and could benefit from a social investment model with a difference.
</p>
<button class="btn btn-primary" data-dismiss="modal">
<i class="fas fa-xmark fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>