-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·555 lines (491 loc) · 26.2 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
<!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">
<meta name='title' content='Iruway'>
<meta name='description' content='IruWay Farm'>
<meta property='image' content=''>
<title>IruWay Farm</title>
<!-- Bootstrap Core CSS -->
<link href="assets/css/lib/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS: You can use this stylesheet to override any Bootstrap styles and/or apply your own styles -->
<link href="assets/css/custom.css" rel="stylesheet">
<!-- 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="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<!-- Logo and responsive toggle -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<div class="logo">
<img class="img-responsive" src="assets/icons/logo.png">
</div>
IruWay Farm
</a>
</div>
<!-- Navbar links -->
<div class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav navbar-right">
<li class="active">
<a href="#about">About</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a target="_blank" href="https://docs.google.com/document/d/1cTauuQUARsf1zUlp74AQS1H_mMDEUltEtUef7gEXirs">Albums</a>
</li>
<li>
<a target="_blank" href="https://uploads.knightlab.com/storymapjs/153806c20fd485043c277e903f0dd40a/iruway-farm/index.html">StoryMap</a>
</li>
<li>
<a href="#credits">Credits</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
<!--Carousel slider-->
<section class="carousel-default">
<div class="overlay-text">
<h1>Iruway</h1>
<p class="lead">IruWay is a collectively owned farm that aspires to be an inclusive laboratory of holistic technology exploration.</p>
</div>
<div id="carousel-default" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-default" data-slide-to="0" class="active"></li>
<li data-target="#carousel-default" data-slide-to="1" class=""></li>
<li data-target="#carousel-default" data-slide-to="2" class=""></li>
<li data-target="#carousel-default" data-slide-to="3" class=""></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active"><img class="img-responsive" src="assets/images/img12.jpeg" alt="First slide"></div>
<div class="item"><img class="img-responsive" src="assets/images/img18.jpg" alt="Second slide"></div>
<div class="item"><img class="img-responsive" src="assets/images/img23.jpg" alt="Third slide"></div>
<div class="item"><img class="img-responsive" src="assets/images/img21.jpg" alt="Fourth slide"></div>
</div>
<a class="left carousel-control" href="#carousel-default" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-default" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- /end Carousel Default -->
<!-- Introduction -->
<div class="container wrapper" id="about">
<div class="row">
<div class="col-md-12">
<h2 class="">Why “IruWay”?</h2>
<p>
IruWay can also be spelt iruve which in Kannada means ant. Ant is no doubt a marvelous creature. It can carry objects nearly 20 times heavier than itself. It never gives up, and always finds a way.
However what inspires us more than just the industriousness of ants, is how they collaborate to build complex structures, especially anthills. An anthill, though very simple-looking from the outside, the complexity of the structure just beneath the surface is mind-blowing.
Similarly the farm, itself collectively owned, hopes to bring people from different domains together and in turn bring about an intermingling of thought systems giving birth to eye opening new productions.
</p>
<p>
The second interpretation of the name is when we split iruway as Iru and Way. <b>Iru</b> in Kannada means <b>be</b>. We hope living in the farm will show us the <b>way of being</b>: <br>
Way to farm naturally<br>
Way to live sustainably<br>
Way to use body and mind optimally<br>
Way to work with people of diverse backgrounds collaboratively <br>
And just simply the <b>Way to Be and Let It Be</b> !!!
</p>
</div><!--/col-md-12-->
<!--Story Map-->
<div id="storymap" class="col-md-12">
<h2 class="">Story Map</h2>
<div class="story-map">
<iframe width="960px" height="480px" src="https://uploads.knightlab.com/storymapjs/153806c20fd485043c277e903f0dd40a/iruway-farm/index.html"></iframe>
</div>
</div><!--/Story Map-->
<div class="col-md-12">
<h2 class="">Where is IruWay?</h2>
<p>
The farm is located on the foothills of Devarayandurga near Durgadahalli village in Tumakuru district. The region is encircled by a cluster of rocky hills and thick forests, which provides plenty of routes for casual treks. Iruway is inside the HaLekote (old fort) hamlet which is encircled by a reserved forest and is in the outer of the seven fortresses of an old empire. It is just a climb away to the famous Devarayanadurga hill station. It is home to Bhoganarasimha and Yoganarasimha temples built by the 14th king of Wodeyar dynasty of Mysore in 17th century. The area has four villages in a 6 KM radius. Durgadahalli is known for horticultural produce while Thimmnayakana halli people are mostly labourers.
</p>
<p>
A good morning stroll from the farm takes you to scenic Durgadahalli kere (lake), where you can see the hustle-bustle of few village activities.
</p>
<p>
<a target="_blank" href="http://wikimapia.org/18774795/janastu-basecamp">http://wikimapia.org/18774795/janastu-basecamp</a>
</p>
</div><!--/col-md-12-->
</div><!--/row-->
</div><!--/container-->
<!-- Route Map -->
<div>
<div class="site-map"></div>
</div>
<!-- Promos -->
<!--div class="container-fluid">
<div class="row promo">
<a href="#">
<div class="col-md-4 promo-item item-1">
<h3>
Unleash
</h3>
</div>
</a>
<a href="#">
<div class="col-md-4 promo-item item-2">
<h3>
Synergize
</h3>
</div>
</a>
<a href="#">
<div class="col-md-4 promo-item item-3">
<h3>
Procrastinate
</h3>
</div>
</a>
</div>
</div--><!-- /.container-fluid -->
<!-- Spaces at Iruway -->
<div id="spaces" class="container-fluid">
<h1 class="text-center">Spaces at IruWay</h1>
<div class="row">
<!-- Spaces 1 -->
<div class="col-sm-6 col-md-3">
<div class="thumbnail featured-product">
<a href="#">
<img class="img-responsive" src="assets/images/img2.jpg" alt="">
</a>
<div class="caption">
<h3>Pallet Racks and Theater Stage </h3>
<p><strong>Pallet Racks</strong> by Jaaga is a livable rack space that encourages technology exploration by rural girls. A collaboration with <a target="_blank" href="https://hackerfarm.in/">hackerfarm.in</a> - a nearby co-learning space.</p>
<div id="collapse6" style="display:none">
<p><strong>Theater Platform</strong> by Lightsoff group, is a 40’x40’ stage under the sky. The platform along with the pallet racks next to it, on the iruWay farm terraces, bring alive a live-in practice space.</p>
</div>
<span data-toggle="#collapse6" class="nav-toggle">Read more...</a>
</div>
</div>
</div><!--/col,/Spaces 1-->
<!-- Spaces 2 -->
<div class="col-sm-6 col-md-3">
<div class="thumbnail featured-product">
<a href="#">
<img class="img-responsive" src="assets/images/img3.jpeg" alt="">
</a>
<div class="caption">
<h3>Gazebo (Leaf Shed) and Amphitheater</h3>
<p><strong>Leaf Shed</strong> is a 40’x40’ covered space with mud floor and woven coconut leaves forming the walls and roof. This has been used for dances,
<div id="collapse5" style="display:none">
theater, workshop, staying with or without tents and discussions. Mats are used on the floor when needed.</p>
<p><strong>Amphitheater</strong> is a stepped semi circle resulting from a natural erosion by the banyan tree. The backdrop of this tree is a large water harvesting pond. The tree and the pond keep this space alive with birds and animals, even during the night.</p>
</div>
<span data-toggle="#collapse5" class="nav-toggle">Read more...</a>
</div>
</div>
</div><!--/col,/Spaces 2-->
<!-- Spaces 3 -->
<div class="col-sm-6 col-md-3">
<div class="thumbnail featured-product">
<a href="#">
<img class="img-responsive" src="assets/images/img5.jpeg" alt="">
</a>
<div class="caption">
<h3>Staying and Housing at iruWay</h3>
<p>There are multiple options of accommodations </p>
<ul>
<li>Outdoor - on a rock or under a tree,</li>
<li>Dormitory (pallet racks),</li>
<li>Small and large tents,</li>
</ul>
<div id="collapse4" style="display:none">
<ul>
<li>Huttha Mane / Anthill Pods / Honeycomb Housing,</li>
<li>Rooms in the community and village, and</li>
<li>Government and temple run Yatri-nivas on the hill.</li>
</ul>
</p>And future plans include earth friendly approaches.</p>
</div>
<span data-toggle="#collapse4" class="nav-toggle">Read more...</a>
</div>
</div>
</div><!--/col,/Spaces 3-->
<!-- Spaces 4 -->
<div class="col-sm-6 col-md-3">
<div class="thumbnail featured-product">
<a href="#">
<img class="img-responsive" src="assets/images/img4.jpeg" alt="">
</a>
<div class="caption">
<h3>Community Kitchen ( Hatti AdigeMane )</h3>
<p>A kitchen block with toilets, located near the amphitheater brings everyone around to cook together and hangout during the evenings with a campfire by the pond and the tamarind tree near by.</p>
<p>Work together, play together and Eat together</p>
</div>
</div>
</div><!--/col,/Spaces 4-->
</div><!--/row-->
</div><!-- /.container-fluid -->
<!--Projects at Iruway-->
<div class="container-fluid" id="projects">
<h1 class="text-center">Projects</h1>
<div class="row">
<!-- Project 1 -->
<div class="col-sm-6 col-md-3">
<div class="thumbnail featured-product">
<img class="img-responsive" src="assets/images/img17.jpg">
<div class="caption">
<h3 class="text-center">Crafter Space</h3>
<p class="text-center copyright"><a target="_blank" href="https://crafts.janastu.org/">Crafter Space</a> <i>Eco-friendly. Handmade.</i></p>
<p><a target="_blank" href="http://mitan.in/">Mitan</a> and <a target="_blank" href="https://www.janastu.org">Janastu</a> have been working together in exploring an integrated space that integrates maker space activities into rural craft community.</p>
<div id="collapse" style="display:none">
<p>The CrafterSpace engages in research and technology development to make sustainable connections between local people, locally available materials and tools, and the required techniques and technology. A community knowledge archive, community radio and digital storytelling activities are also in development at the CrafterSpace.</p>
<p>The Crafter Space is a Craft Cluster project which is an effort to reintroduce craft skills to women and youth in rural areas along with end to end production management skills for groups of women in the neighborhood of Tumkur. Local groups work with local materials to increase demand for local products that use these materials, and encourage local women to participate in workshops and manage the production of the orders. This process can augment area economies with craft capacities in addition to enhancing local cultural economic spaces. The project will bring “makerspace” and smartphone based tools to local craft groups.</p>
</div>
<span data-toggle="#collapse" class="nav-toggle">Read more...</a>
</div>
</div>
</div><!--/Project 1-->
<!-- Project 2 -->
<div class="col-sm-6 col-md-3">
<div class="thumbnail featured-product">
<img class="img-responsive" src="assets/images/img7.jpg">
<div class="caption">
<h3 class="text-center">Namma Halli Radio</h3>
<p>A community WiFimesh radio, and makerspace of crafterspace encourage and involve local girls to explore and manage these spaces.</p>
<div id="collapse1" style="display:none">
<p>Also the Electric Unicycle is used to take tablets to the village girls nearby to engage them with learning games and modules. It is also a solar power initiative to help keep the mesh and devices in the village and at IruWay alive 24x7.</p>
<p><!--img src="images/img8.jpg"-->
Play enacted for the community elders by the children who participated in a radio workshop</p>
</div>
<span data-toggle="#collapse1" class="nav-toggle">Read more...</a>
</div>
</div>
</div><!--/Project 2-->
<!-- Project 3 -->
<div class="col-sm-6 col-md-3">
<div class="thumbnail featured-product">
<img class="img-responsive" src="assets/images/img14.jpeg">
<div class="caption">
<h3 class="text-center">Anthillhacks and Annotated Knowledge Archives</h3>
<p>The transformative potential of indigenous knowledge production, archiving and storytelling in a decentralized wifi-mesh context is likely going to lead to alternate possibilities of development for low-literate and remote communities.</p>
<div id="collapse2" style="display:none">
<p>We use the term ‘re-narrate’ to refer to the potential of transforming existing web content into one’s own language, the possibility of connecting older web content with newer ones so as to speak to the ever changing context of knowledge production, and constructing an archive of knowledge that never had the privilege of being digitised until very recently.</p>
<p>While these possibilities may speak to all users of the internet today, we specifically recognise the urgency of enabling such possibilities for those who are new to the web, who do not speak or write (especially English), who do not find keyboards accessible and rely on audio-based input and output methods, and whose knowledge is yet to become online.</p>
<p>Anthillhacks is a peek at such a future while the annotated mesh-radio activities encourage team work in transforming audio narratives to visual stories.</p>
<p>“Jump” to <a target="_blank" href="">j.mp/myhill</a> || <a target="_blank" href="">j.mp/janastu-mesh</a> || <a target="_blank" href="">j.mp/unbox-janastu</a></p>
</div>
<span data-toggle="#collapse2" class="nav-toggle">Read more...</a>
</div>
</div>
</div><!--/Project 3-->
<!-- Project 5 -->
<div class="col-sm-6 col-md-3">
<div class="thumbnail featured-product">
<img class="img-responsive" src="assets/images/img15.jpeg">
<div class="caption">
<h3 class="text-center">Art and Culture Residencies</h3>
<h4>Butoh in the Jungle</h4>
<p>Free Butoh School in the Jungle</p>
<p>For more details visit : <a target="_blank" href="https://sites.google.com/view/butoh/tumkur">https://sites.google.com/view/butoh/tumkur</a></p>
<div id="collapse3" style="display:none">
<h4>Co-working space</h4>
<p>A tech exploration space for rural girls, will co-work with <a target="_blank" href="https://hackerfarm.in/" target="_blank">hackerfarm.in</a> which is aimed more on urban techies who wants to live and learn in a farm.</p>
</div>
<span data-toggle="#collapse3" class="nav-toggle">Read more...</a>
</div>
</div>
</div><!--/Project 5-->
<!-- Project 6 -->
<div class="col-sm-6 col-md-3">
<div class="thumbnail featured-product">
<img class="img-responsive" src="assets/images/img19.jpeg">
<div class="caption">
<h3 class="text-center">Natural Farming and Water Harvesting</h3>
<p>As a collective with various approaches to natural, organic and permaculture, we invite enthusiasts to explore models for creative engagements.</p>
</div>
</div>
</div><!--/Project 6-->
<!-- Project 7 -->
<div class="col-sm-6 col-md-3">
<div class="thumbnail featured-product">
<img class="img-responsive" src="assets/images/img11.jpeg">
<div class="caption">
<h3 class="text-center">Philosophy Musings with Mukunda Rao</h3>
<p>Writer <a href="https://twitter.com/Mukundaraonv" target="_blank">Mukunda Rao</a> and strong Woman <a href="https://www.facebook.com/Kotemane-Halekote-1696090843937564/" target="_blank"> Renu Mukunda</a> are the 1st residents on the farm. Kotemane is built using mud tile bricks. </p>
<div id="collapse7" style="display:none">
<p>Mukunda Rao is the author of several insightful philosophical works including The Buddha, Akka Mahadevi and several works of fiction. After taking voluntary retirement from a teaching job in a college in 2000, he now lives at the farm and is inviting you for the 4pm tea with liberating musings.</p>
</div>
<span data-toggle="#collapse7" class="nav-toggle">Read more...</a>
</div>
</div>
</div><!--/Project 7-->
<!-- Project 8 -->
<div class="col-sm-6 col-md-3">
<div class="thumbnail featured-product">
<img class="img-responsive" src="assets/images/img6.jpg">
<div class="caption">
<h3 class="text-center">Namma Nimma Cycle</h3>
<p>We have 12 bicycles from <a target="_blank" href="http://nncf.life/#/"> Namma Nimma Cycle Foundation</a> who actively works with the community to enable bicycle sports across India and Global.</p>
</div>
</div>
</div><!--/Project 8-->
<!-- Project 4 -->
<div class="col-sm-6 col-md-3">
<div class="thumbnail featured-product">
<div class="caption">
<img class="img-responsive" src="assets/images/img20.jpg">
<div id="collapse8" style="display:none">
<img class="img-responsive" src="assets/images/img18.jpg">
<img class="img-responsive" src="assets/images/img21.jpg">
</div>
<span data-toggle="#collapse8" class="nav-toggle">View More</a>
</div>
<h3 class="text-center">Dance, Theater and Nature Workshops</h3>
</div>
</div><!--/Project 4-->
</div>
</div><!--/.container-->
<!-- Footer -->
<footer>
<!--Way to Iruway-->
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-center">How to get to IruWay?</h1>
<p class="text-center">The IruWay Farm is about 14 km from Tumakuru and 75 km from Bengaluru. See
<a target="_blank" href=" http://j.mp/antz-farm"> http://j.mp/antz-farm</a> for details.</p>
</div>
</div>
</div>
<!--Google map-->
<div class="map-container">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d147693.16180489046!2d77.20249033255999!3d13.407198430601273!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMTPCsDIyJzU4LjkiTiA3N8KwMTInMjQuMCJF!5e0!3m2!1sen!2sin!4v1563308907805!5m2!1sen!2sin" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<!-- Footer Links -->
<div class="footer-info" id="credits">
<div class="container">
<div class="row">
<div class="col-sm-4 footer-info-item">
<h3>Join us if you are interested!</h3>
<p>
Janastu.org and Servelots.com have been engaged for almost two decades doing research and technology development along with the social sector and small and medium enterprises in the region of Karnataka. iruWay Farm is an outcome that can be seen as a rural research laboratory.
</p>
</div>
<div class="col-sm-4 footer-info-item">
<h3>JANASTU</h3>
<span>Let it be People!</span>
<p>
Janastu, a non-profit organisation, has been providing Free Open source Software Solutions and support (FOSS) to small nonprofits (NPOs/NGOs) since 2002.
</p>
<h3>SERVELOTS</h3>
<span>Infotech pvt. Ltd.</span>
<p>
Servelots was founded in 1999 by a group of Computer Scientists who wanted to provide a highly cost effective but user friendly software for SME's with a special focus on the organizations working in the social development sectors.
</p>
</div>
<div class="col-sm-4 footer-info-item">
<h3><span class="glyphicon glyphicon-list-alt"></span> Made possible by..</h3>
<p>
Friends and Volunteers, Mitan.in, Pragati Foundation, Jaaga pallet racks, Agnii - Art for All, Tumkur Rotary circles and benefactors (Esp. Asha and Prasannakumar family) and neighboring community for services and hosting.
</p>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</div><!--footer link-->
<!--Contact Us-->
<div id="contact" class="container">
<h1 class="text-center text-uppercase">Get in Touch</h1>
<div class="row contact-us">
<div class="col-sm-12 col-md-4">
<div class="card">
<div class="card-body text-center">
<img class="contact-img img-responsive" src="assets/icons/phone.png">
<h4 class="text-uppercase">call us</h4>
<p>+91 9731666663</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="card">
<div class="card-body text-center">
<img class="img-responsive" src="assets/icons/marker.png">
<h4 class="text-uppercase">office location</h4>
<p>
Moved to IruWay
<br />
<strike>3354 KR Road, Bangalore, 560070, Karnataka, INDIA</strike>
</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="card">
<div class="card-body text-center">
<img class="img-responsive" src="assets/icons/globe.png">
<h4 class="text-uppercase">email</h4>
<p>[email protected]</p>
</div>
</div>
</div>
</div>
</div>
<hr>
<!-- Copyright etc -->
<div class="small-print">
<div class="container">
<ul class="list-inline">
<li >
<a href="#">Home</a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#spaces">Spaces</a>
</li>
<li>
<a target="_blank" href="https://photos.google.com/share/AF1QipNMYFTJ9Uz0v89Ga4FhHquHPgRzwlyC5_0pC-PeqC-CqDSTAHfS7menLHbDJY6KNA?key=MXhlOExLeGg5Vm83VDUza1lrajFZSGl1T05MbFp3">Albums</a>
</li>
<li>
<a target="_blank" href="https://uploads.knightlab.com/storymapjs/153806c20fd485043c277e903f0dd40a/iruway-farm/index.html">StoryMap</a>
</li>
<li>
<a href="#credits">Credits</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
<p class="text-center copyright">Copyright © janastu.org 2022 </p>
</div><!--/container-->
</div><!--/copyright-->
</footer>
<!--Scripts-->
<!-- jQuery -->
<script src="assets/js/lib/jquery-1.11.3.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="assets/js/lib/bootstrap.min.js"></script>
<!-- IE10 viewport bug workaround -->
<script src="assets/js/lib/ie10-viewport-bug-workaround.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>