This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
744 lines (648 loc) · 35.7 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
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css">
<!-- Website Title -->
<title>Power to the commons</title>
<!-- Bootstrap -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font-Awesome -->
<link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- Lightbox -->
<link href="assets/lightbox/css/lightbox.css" rel="stylesheet">
<!-- Text Rotator-->
<link href="assets/textrotator/simpletextrotator.css" rel="stylesheet">
<!-- FlexSlider -->
<link href="assets/flexslider/flexslider.css" rel="stylesheet">
<!-- Theme Style -->
<link href="css/style.css" rel="stylesheet">
<!-- Animations -->
<link href="css/play.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<!-- Custom Favicon -->
<link href="img/favicon2.ico" rel="shortcut icon" type="image/x-icon" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="assets/html5shiv/html5shiv.js"></script>
<script src="assets/respond/respond.min.js"></script>
<![endif]-->
</head>
<body id="top">
<!-- ****************************** Preloader ************************** -->
<div id="preloader"></div>
<!-- ==========================
HEADER SECTION
=========================== -->
<header id="home">
<!-- creative menu -->
<div class="container-fluid">
<div class="row">
<div class="menu-wrap">
<nav class="menu">
<!-- Menu Links -->
<div class="icon-list">
<a href="index.html#intropower"><span>Español</span></a>
<a href="index.html#assembly"><span>French</span></a>
</div>
</nav>
</div>
<button class="menu-button" id="open-button"></button><!-- menu button -->
</div><!--/row-->
</div><!--/container-->
<!-- Header Image -->
<section class="hero" id="hero">
<div class="container">
<!-- Slider Button (don't edit!)-->
<div class="row">
<div class="col-md-12 text-right navicon">
<a id="nav-toggle" class="nav_slide_button" href="index.html#"><span></span></a>
</div>
</div>
<!-- HEADER HEADLINE -->
<div class="row">
<div class="col-md-8 col-md-offset-1 inner">
<h1 class="animated fadeInDown">
<span style="color:#E04343;"></span><br/>
<span><span style="color:#FFE800"></span></span>
</h1><!-- Title -->
<h3 class="animated fadeInUp delay-05s"><span class="rotate"></span></h3><!-- Text Rotator -->
</div>
</div>
<!-- Learn More Button -->
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<a href="index.html#about" class="scrollto wow fadeInUp delay-5s ">
<p></p>
</a>
</div>
</div>
</div>
</section>
<!-- Header Image End -->
</header>
<!-- ==========================
HEADER SECTION END
=========================== -->
<!-- ==========================
ABOUT SECTION
=========================== -->
<section class="intro text-center section-padding " id="intropower">
<div class="container">
<!-- WELCOME TEXT -->
<div class="row">
<div class="col-md-8 col-md-offset-2 wp1">
<h1 class="arrow">Intro to <span>Power to</span> te commons</h1><!-- Headline -->
<!-- about / welcome text -->
<p>Power To The Commons! is an ongoing collaborative project developed through a collaboration of arts initiatives in Latin America and Africa within Arts Collaboratory. The project is an explorative one, seeking ways of practicing the commons within artistic forms, but also understanding the specificities of the commons rooted in our various contexts. The project brings together arts initiatives and commons researchers in collaboration.
</p>
<p> On the occasion of documenta15, and the AC School, Power To The Commons gathers together a series of projects and people all concerned with imagining, creating and theorizing the commons from the global south.
</p>
</div>
</div>
</div>
</section>
<section class="intro text-center section-padding " id="assembly">
<div class="container">
<!-- WELCOME TEXT -->
<div class="row">
<div class="col-md-8 col-md-offset-2 wp1">
<h1 class="arrow"> <span>Assembly</span></h1><!-- Headline -->
<!-- about / welcome text -->
<p>The Power to the Commons Assembly took place between July 7th-10th 2022 in Fridericianium - The Fridskul Common library, one of the main venues of documentafifteen. The Assembly was framed with Platohedro’s <a href="#">CODE AS COMMONS</a> at its centre, and joined by the team behind <a href="#">Common Life</a>, as well as other projects and interests within the broader documenta15 programme as well as the ecosystem of Kassel. It serves as an opportunity to:</p>
<ul>
<li><p>Share experiences and learnings from various projects and research processes</p></li>
<li><p>Develop explorations of Buen Vivir/Sumak Kawsay and ubuntu as foundations for global south imaginations of the commons</p></li>
<li><p>Develop radio and other tools to share knowledges emerging out of different projects</p></li>
<li><p>Develop creative responses to and a lexicon for commons in local contexts in the global south
</p></li>
<li><p>Connect with a broader ecosystem of initiatives, projects and organizations from the global south
</p></li>
<li><p>Lexicon and languages of commons from our contexts
</p></li>
</ul>
<p>Buen Vivir / Good Living is a concept based on Andean indigenous wisdom (Sumak Kawsay** in Quechua and Suma Qamaña*** in the Aymara language) and practice of more balanced relationships within ecosystems and amongst all beings, human and non-human, as a path to a common well-being. For Platohedro, this is the vision that guides our practices and our missionary starting point <a href="#">(check here the description of each Buen Vivir Principles)</a>. Everything we do relates and adapts to this way of thinking, doing and being. And as such, we consider it a dynamic concept, which we translate and make our own with respect and care by situating it in time, context, needs and desires.</p>
</div>
</div>
</div>
</section>
<img src="img/fotofoto.jpg" class="bareto">
<!-- ==========================
SERVICE SECTION
===========================
<section class="features text-center section-padding" id="service">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="arrow">I do amazing things for clients</h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="services">
<div class="col-md-4 wp2 item">
<div class="icon">
<i class="fa fa-camera"></i>
</div>
<h2>Photographer</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a lorem quis neque interdum consequat ut sed sem. Duis quis tempor nunc. Interdum et malesuada fames ac ante ipsum
primis in faucibus.</p>
</div>
<div class="col-md-4 wp2 item delay-05s">
<div class="icon">
<i class="fa fa-desktop"></i>
</div>
<h2>Web Designer</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a lorem quis neque interdum consequat ut sed sem. Duis quis tempor nunc. Interdum et malesuada fames ac ante ipsum
primis in faucibus.</p>
</div>
<div class="col-md-4 wp2 item delay-1s">
<div class="icon">
<i class="fa fa-cubes"></i>
</div>
<h2>3D Artist</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a lorem quis neque interdum consequat ut sed sem. Duis quis tempor nunc. Interdum et malesuada fames ac ante ipsum
primis in faucibus.</p>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</section>
<div class="container-fluid">
<div class="row color-bg">
<div class="col-md-6 nopadding features-intro-img">
<div class="about-image" style="background-image:url(img/about1.png)"></div>
</div>
<div class="col-md-6 about-text">
<h6>High quality webdesign</h6>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.</p><br>
<a href="index.html#team" class="weight-outline-btn">Read more</a>
</div>
</div>
<div class="row">
<div class="col-md-6 about-text">
<h6>Professional Photography</h6>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.</p><br>
<a href="index.html#team" class="weight-outline-btn">Read more</a>
</div>
<div class="col-md-6 nopadding features-intro-img">
<div class="about-image" style="background-image:url(img/about2.png)"></div>
</div>
</div>
<div class="row color-bg">
<div class="col-md-6 nopadding features-intro-img">
<div class="about-image" style="background-image:url(img/about3.png)"></div>
</div>
<div class="col-md-6 about-text">
<h6>3d modeling and animations</h6>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.</p><br>
<a href="index.html#team" class="weight-outline-btn">Read more</a>
</div>
</div>
</div>
==========================
ABOUT SECTION END
=========================== -->
<!-- ==========================
PORTFOLIO SECTION
===========================
<section class="swag text-center" id="portfolio">
<div class="container">
<div class="row">
<h1 class="arrow">
Recent <span>Porojects</span>
</h1>
</div>
</div>
</section>
<div class="container">
<div class="row row-offset-0">
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-01-large.jpg" data-lightbox="roadtrip" title="Project One - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-01-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-02-large.jpg" data-lightbox="roadtrip" title="Project Two - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-02-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-03-large.jpg" data-lightbox="roadtrip" title="Project Three - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-03-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 ">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-04-large.jpg" data-lightbox="roadtrip" title="Project Four - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-04-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 ">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-05-large.jpg" data-lightbox="roadtrip" title="Project Five - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-05-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-06-large.jpg" data-lightbox="roadtrip" title="Project Six - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-06-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-07-large.jpg" data-lightbox="roadtrip" title="Project Seven - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-07-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-08-large.jpg" data-lightbox="roadtrip" title="Project Eight - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-08-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
</div>
</div>
==========================
PORTFOLIO SECTION END
=========================== -->
<!-- ==========================
CUSTOM SPACER
===========================
<div class="spacer-cta text-center">
<div class="container">
<div class="row">
<div class="col-md-12">
<a href="index.html#contact" class="outline-btn">hire john doe</a>
</div>
</div>
</div>
</div>
==========================
CUSTOM SPACER END
=========================== -->
<!-- ==========================
BLOG SECTION
=========================== -->
<section class="neider text-center section-padding" id="principios">
<div class="container">
<!-- Headline -->
<div class="row">
<div class="col-md-12">
<h1 class="arrow">Principles <span>of Buen</span> Vivir</h1>
</div>
</div><br><br>
<!-- Blog Slider -->
<div class="row">
<div id="blogSlider">
<ul class="slides">
<li>
<!-- Blog Entry 1 -->
<div class="col-md-4 wp4">
<div class="overlay-effect effects clearfix">
<div class="img">
<!--<img src="img/COMER.jpg" class="grayscale" alt="Blog Item"> Blog Image -->
</div>
</div>
<br>
<a href="principios.html#seccion1"> <h2>Suma Manqaña | #SaberComer |Conscious Eating</h2> </a><!-- Headline -->
<p>Conscious eating is integrating a series of beings and processes in an act of preserving life...</p><!-- Description-->
</div>
<!-- Blog Entry 2 -->
<div class="col-md-4 wp4 delay-05s">
<div class="overlay-effect effects clearfix">
<div class="img">
<!-- <img src="img/BEBER.jpg" class="grayscale" alt="Blog Item"> Blog Image -->
</div>
</div>
<br>
<a href="principios.html#seccion2"> <h2>Suma Umaña | #SaberBeber |Conscious Drinking</h2> </a><!-- Headline -->
<p> We are liquid and through liquid we socialize and celebrate rituals to share with others... </p><!-- Description -->
</div>
<!-- Blog Entry 3 -->
<div class="col-md-4 wp4 delay-1s">
<div class="overlay-effect effects clearfix">
<div class="img">
<!--<img src="img/BAILAR.jpg" class="grayscale" alt="Blog Item"> Blog Image -->
</div>
</div>
<br>
<a href="principios.html#seccion3"> <h2>Suma Thokoña | #SaberDanzar |Conscious Dancing</h2></a><!-- Headline -->
<p>Conscious dancing is communicating with other beings, with the ritual of liberating the body in connection with the cosmos.. </p><!-- Description-->
</div>
</li>
<li>
<!-- Blog Entry 4 -->
<div class="col-md-4 wp4">
<div class="overlay-effect effects clearfix">
<div class="img">
<!-- <img src="img/DORMIR.jpg" class="grayscale" alt="Blog Item"> Blog Image -->
</div>
</div>
<br>
<a href="principios.html#seccion4"><h2>Suma Ikiña | #SaberDormir |Conscious Sleeping</h2></a><!-- Headline -->
<p>onscious sleeping has its own rituals to predispose itself to rest, silence, and pause, such as taking into account the position of the bed or learning...</p><!-- Description -->
</div>
<!-- Blog Entry 5 -->
<div class="col-md-4 wp4 delay-05s">
<div class="overlay-effect effects clearfix">
<div class="img">
<!-- <img src="img/TRABAJAR.jpg" class="grayscale" alt="Blog Item"> Blog Image -->
</div>
</div>
<br>
<a href="principios.html#seccion5"> <h2>Suma Irnakaña | #SaberTrabajar |Conscious Working</h2></a>
<p>Forgetting about salaried work, understood as the capitalist and Western rhythm, we must seek...</p>
</div>
<!-- Blog Entry 6 -->
<div class="col-md-4 wp4 delay-1s">
<div class="overlay-effect effects clearfix">
<div class="img">
<!-- <img src="img/MEDITAR.jpg" class="grayscale" alt="Blog Item"> Blog Image -->
</div>
</div>
<br>
<a href="principios.html#seccion6"> <h2>Suma Lupiña | #SaberMeditar |Conscious Meditation</h2></a><!-- Headline -->
<p>Conscious meditation, the importance of silence, and looking inside oneself...</p><!-- Description -->
</div>
</li>
<li>
<!-- Blog Entry 7 -->
<div class="col-md-4 wp4">
<div class="overlay-effect effects clearfix">
<div class="img">
<!-- <img src="img/PENSAR.jpg" class="grayscale" alt="Blog Item">Blog Image -->
</div>
</div>
<br>
<a href="principios.html#seccion7"> <h2>Suma Amuyaña | #SaberPensar |Conscious Thinking</h2> </a><!-- Headline -->
<p>Conscious thinking is the ability to stop and reflect before speaking and acting...</p><!-- Description -->
</div>
<!-- Blog Entry 8 -->
<div class="col-md-4 wp4 delay-05s">
<div class="overlay-effect effects clearfix">
<div class="img">
<!-- <img src="img/AMAR.jpg" class="grayscale" alt="Blog Item"> Blog Image -->
</div>
</div>
<br>
<a href="principios.html#seccion8"><h2>Suma Munaña, Munayasiña |#SaberAmarYserAmadx | ConsciousLoving and Being Loved</h2></a><!-- Headline -->
<p>Conscious loving and being loved means knowing how to love oneself and thus being able...</p><!-- Description -->
</div>
<!-- Blog Entry 9 -->
<div class="col-md-4 wp4 delay-1s">
<div class="overlay-effect effects clearfix">
<div class="img">
<!-- <img src="img/ESCUCHAR.jpg" class="grayscale" alt="Blog Item"> Blog Image -->
</a></div>
</div>
<br>
<a href="principios.html#seccion9"> <h2>Suma Ist aña |#SaberEscuchar |Conscious Listening</h2></a><!-- Headline -->
<p>Conscious listening is a test of respect and a key to communication. It implies an attitude of...</p><!-- Description-->
</div>
</li>
<li>
<!-- Blog Entry 10 -->
<div class="col-md-4 wp4">
<div class="overlay-effect effects clearfix">
<div class="img">
<!-- <img src="img/HABLAR.jpg" class="grayscale" alt="Blog Item"> Blog Image -->
</div>
</div>
<br>
<a href="principios.html#seccion10"> <h2>Suma Aruskipaña |#SaberHablarBien | Conscious Speech</h2> </a> <!-- Headline -->
<p>Conscious speech implies invoking the great power that words have to cultivate dialogue and...</p><!-- Description -->
</div>
<!-- Blog Entry 11 -->
<div class="col-md-4 wp4 delay-05s">
<div class="overlay-effect effects clearfix">
<div class="img">
<!-- <img src="img/SONAR.jpg" class="grayscale" alt="Blog Item"> Blog Image -->
</div>
</div>
<br>
<a href="principios.html#seccion11"></a><h2>Suma Samkasiña | #SaberSoñar |Conscious Dreaming</h2> </a><!-- Headline -->
<p>Conscious dreaming is the result of connecting personal and collective goals and desires...</p><!-- Description -->
</div>
<!-- Blog Entry 12 -->
<div class="col-md-4 wp4 delay-1s">
<div class="overlay-effect effects clearfix">
<div class="img">
<!-- <img src="img/CAMINAR.jpg" class="grayscale" alt="Blog Item"> Blog Image -->
</div>
</div>
<br>
<a href="principios.html#seccion12"> <h2>Suma Sarnaqaña |#SaberCaminar |Conscious Walking</h2> </a> <!-- Headline -->
<p>Conscious walking is something that is learned in the experience of walking alone and with...</p><!-- Description -->
</div>
</li>
<li>
<!-- Blog Entry 13 -->
<div class="col-md-4 wp4">
<div class="overlay-effect effects clearfix">
<div class="img">
<!-- <img src="img/RECIPROCIDAD.jpg" class="grayscale" alt="Blog Item"> Blog Image -->
</div>
</div>
<br>
<a href="principios.html#seccion13"><h2>Suma Churaña, Suma Katukaña |#SaberDarYRecibir | Conscious Reciprocity</h2></a> <!-- Headline -->
<p>Conscious reciprocity means a relational and generative exchange in which the complexity...
</p><!-- Description -->
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- ==========================
BLOG SECTION END
=========================== -->
<!-- ==========================
BLOG SECTION END
=========================== -->
<!-- ==========================
CLIENT SECTION
=========================== -->
<div class="neider2 container-fluid" id="testimonios">
<div class="row">
<!-- Left Image -->
<div class="col-md-6 nopadding features-intro-img wow fadeInLeft">
<div class="about-image" style="background-image:url(img/clients.png)"></div>
</div>
<!-- Clients / Testimonials -->
<div class="col-md-6 nopadding about-text">
<h1>Testimonios</h1>
<div id="clientSlider">
<ul class="slides">
<li><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. <br> <small>- Pete Rock, A New Tomorrow</small></p></li>
<li><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. <br> <small>- Michael Snowden, Creativeland CEO</small></p></li>
<li><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. <br> <small>- Tom Davis, GreenWonder</small></p> </li>
</ul>
</div>
</div>
</div>
</div>
<!-- ==========================
CLIENTS SECTION END
=========================== -->
<section class="intro text-center section-padding " >
<div class="container" id="reflexiones">
<!-- WELCOME TEXT -->
<div class="row">
<div class="col-md-8 col-md-offset-2 wp1">
<h1 class="arrow">Relextions <span>Penny</span> Travlov</h1><!-- Headline -->
<!-- about / welcome text -->
<p>I am enough of an artist to draw freely upon my imagination. The point is that when I see a sunset or a <a href="#">waterfall</a> or something, for a split second it's so great, because for a little bit I'm out of my brain, and it's got nothing to do with me. I'm not trying to figure it out, you know what I mean? And I wonder if I can somehow find a way to maintain that mind stillness.</p>
</div>
</div>
</div>
</section>
<section class="intro text-center section-padding " >
<div class="container" id="reflexiones">
<!-- WELCOME TEXT -->
<div class="row">
<div class="col-md-8 col-md-offset-2 wp1">
<h1 class="arrow">Audio<span>Memorys</span> </h1><!-- Headline -->
<!-- about / welcome text -->
<div class="audio-player">
<audio id="audio" src="audio/commons.ogg"></audio>
<div class="controls">
<button id="play-btn" class="btn"><img src="img/g4.png"></button>
<button id="pause-btn" class="btn"><img src="img/g6.png"></button>
<div class="volume-container pt-6 pb-6">
<label for="volume-slider" ><img src="img/g18.png"></label>
<input id="volume-slider" type="range" min="0" max="1" step="0.1" value="1" class="bg-yellow-300">
</div>
</div>
<div class="progress-bar ">
<div id="progress" class="progress pt-8"></div>
<div id="current-time" class="current-time">0:00</div>
<div id="duration" class="duration">0:00</div>
</div>
<div class="pt-8"> <a id="download-btn" class="btn" href="audio/commons.ogg" download><i class="fas fa-download"></i> Descargar</a></div>
</div>
</div>
</div>
</div>
</section>
<section class="intro text-center section-padding">
<div class="container" id="reflexiones">
<!-- WELCOME TEXT -->
<div class="row">
<div class="col-md-8 col-md-offset-2 wp1">
<h1 class="arrow">Aliadxs <span> Colaboradorxs</span> </h1><!-- Headline -->
<div class="slider-container pb-20 pt-20">
<div class="slider">
<div class="logo-container">
<img src="img/logo.png" alt="Logo 2">
</div>
<div class="logo-container">
<img src="img/logoker.png" alt="Logo 1">
</div>
<div class="logo-container">
<img class="" src="img/cropped-ac-logo-1.png" alt="Logo 2">
</div>
<div class="logo-container">
<img class="" src="img/ph.png" alt="">
</div>
<!-- Agrega más divs con la clase "logo-container" para los demás logos -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ==========================
NEWSLETTER SECTION
=========================== -->
<!-- ==========================
NEWSLETTER SECTION END
=========================== -->
<!-- ==========================
CONTACT SECTION
=========================== -->
<!-- ==========================
CONTACT SECTION END
=========================== -->
<!-- ==========================
FOOTER SECTION
=========================== -->
<!-- ==========================
FOOTER SECTION END
=========================== -->
<script src="js/sonido.js "></script>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- SmoothScroll -->
<script type="text/javascript" src="assets/smoothscroll/smoothscroll.js"></script>
<!-- Bootstrap -->
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/waypoints.min.js"></script>
<!-- classie.js -->
<script src="js/classie.js"></script>
<!-- FlexSlider -->
<script src="assets/flexslider/jquery.flexslider.js"></script>
<!-- Modernizr -->
<script src="js/modernizr.js"></script>
<!-- Text Rotator -->
<script src="assets/textrotator/jquery.simple-text-rotator.js"></script>
<!-- Lightbox.js -->
<script src="assets/lightbox/js/lightbox.min.js"></script>
<!-- Google Maps -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDeKBBPJTG3v5w3cNPAgM6ZsJiPyL1mP_o&sensor=false"></script>
<!-- Theme JavaScript Core -->
<script src="js/main.js"></script>
<script src="js/script.js"></script>
<!-- GOOGLE MAPS DATA -->
<script type="text/javascript">
// When the window has finished loading create our google map below
google.maps.event.addDomListener(window, 'load', init);
function init() {
// Basic options for a simple Google Map
// For more options see: https://developers.google.com/maps/documentation/javascript/reference#MapOptions
var mapOptions = {
// How zoomed in you want the map to start at (always required)
zoom: 15,
scrollwheel: false,
// The latitude and longitude to center the map (always required)
center: new google.maps.LatLng(40.68961985411178, -74.01618003845215), // New York
// How you would like to style the map.
// This is where you would paste any style found on Snazzy Maps.
styles: [ { featureType:'water', stylers:[{color:'#F2F2F2'},{visibility:'on'}] },{ featureType:'landscape', stylers:[{color:'#FFFFFF'}] },{ featureType:'road', stylers:[{saturation:-100},{lightness:45}] },{ featureType:'road.highway', stylers:[{visibility:'simplified'}] },{ featureType:'road.arterial', elementType:'labels.icon', stylers:[{visibility:'off'}] },{ featureType:'administrative', elementType:'labels.text.fill', stylers:[{color:'#ADADAD'}] },{ featureType:'transit', stylers:[{visibility:'off'}] },{ featureType:'poi', stylers:[{visibility:'off'}] }]
};
// Get the HTML DOM element that will contain your map
// We are using a div with id="map" seen below in the <body>
var mapElement = document.getElementById('googlemaps');
// Create the Google Map using out element and options defined above
var map = new google.maps.Map(mapElement, mapOptions);
}
</script>
<!-- TEXT ROTATOR SETTINGS -->
<script type="text/javascript">
$(".rotate").textrotator({
animation: "fade", // You can pick the way it animates when rotating through words. Options are dissolve (default), fade, flip, flipUp, flipCube, flipCubeUp and spin.
separator: ",", // If you don't want commas to be the separator, you can define a new separator (|, &, * etc.) by yourself using this field.
speed: 2000 // How many milliseconds until the next word show.
});
</script>
</body>
</html>