Skip to content

Commit d2d081f

Browse files
committed
Added archive projects
1 parent 03c24fc commit d2d081f

290 files changed

Lines changed: 1115 additions & 41 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

2 KB
Binary file not shown.

_data/board.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
designation: Consulting Urban and Regional Planner
66
linkedin: https://www.linkedin.com/in/dr-anjali-karol-mohan-a03436b/
77
- name: Ravi Chellam
8-
designation: Wildlife Biologist & Conservation Scientist
8+
designation: Wildlife Biologist and Conservation Scientist
99
linkedin: https://www.linkedin.com/in/ravi-chellam-31b05515b/
1010
- name: Nalini Shekar
1111
designation: Co-Founder Director of Finance and Special Projects at Hasiru Dala

_data/financials.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
- title: Audited Statements for Financial Year 2016-2017
1414
pdf: /docs/financials/Audited_Statements_FY_2016-2017.pdf
1515
- title: Audited Statements for Financial Year 2015-2016
16-
pdf: /docs/financials/Audited_Statements_FY_2015-2016
16+
pdf: /docs/financials/Audited_Statements_FY_2015-2016.pdf
1717
- title: Audited Statements for Financial Year 2014-2015
18-
pdf: /docs/financials/Audited_Statements_FY_2014-2015
18+
pdf: /docs/financials/Audited_Statements_FY_2014-2015.pdf
1919
- title: Audited Statements for Financial Year 2013-2014
20-
pdf: /docs/financials/Audited_Statements_FY_2013-2014
20+
pdf: /docs/financials/Audited_Statements_FY_2013-2014.pdf
2121
- title: Audited Statements for Financial Year 2012-2013
22-
pdf: /docs/financials/Audited_Statements_FY_2012-2013
22+
pdf: /docs/financials/Audited_Statements_FY_2012-2013.pdf

_data/team.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- name: Anirudh G
22
logo: /img/team/anirudh.svg
3-
designation: Communications Manager
3+
designation: Growth Manager
44
email: anirudh@fieldsofview.in
55
linkedin: https://www.linkedin.com/in/anirudh-g-2603/
66
description: Anirudh is a Bangalore-based social worker interested in the use of language and dialogue for collective action. They have been a part of grassroots movements since 2018, focusing on systemic change for the advancement of minority rights. They aim to leverage their understanding of the social sector to help FoV expand its reach and amplify its impact. Anirudh enjoys cooking, solving puzzles, and deep dives into mundane topics.
@@ -31,7 +31,7 @@
3131

3232
- name: Pranay Karmakar
3333
logo: /img/team/pranay.svg
34-
designation: Quantitative Research Analyst
34+
designation: Researcher
3535
email: pranay@fieldsofview.in
3636
linkedin: https://www.linkedin.com/in/pranay-karmakar-61a4a11b6/
3737
description: Pranay is a designer and architect (since 2020), an urban planner (since 2023), but mostly he is an artist and curious person (since ever). He thinks asking valid question is the first step to bring any change in policy, social, urban development. He justifies his argument and policy questions through data analysis and modelling.
@@ -55,7 +55,7 @@
5555

5656
- name: Sridhar Raman
5757
logo: /img/team/sridhar.svg
58-
designation: Researcher, Programmer
58+
designation: Programmer
5959
email: sridhar@fieldsofview.in
6060
linkedin: https://www.linkedin.com/in/sridharraman/
6161
description: Sridhar is a software engineer and a transport modeller. He moved into the domain of public policy thirteen years back and has since then been working with local authorities in India and the United Kingdom. He is an avid advocate of sustainable mobility and likes to spend his free time cycling, hiking and reading. He is currently focusing on different aspects of public policy modelling and tool building.
@@ -79,7 +79,7 @@
7979

8080
- name: Yashwin Iddya
8181
logo: /img/team/yashwin.svg
82-
designation: Chief Knowledge Officer
82+
designation: Co-lead
8383
email: yashwin@fieldsofview.in
8484
linkedin: https://www.linkedin.com/in/yashwin-iddya-457a4270/
8585
description: Yashwin Iddya works towards social equity and sustainability by designing simulations using qualitative and quantitative data. Yashwin Iddya has a bachelors in Mechanical Engineering and a Master’s in Sustainable Resource Management from Technical University of Munich, where he majored in Environmental Economics and Policies. He enjoys travelling, trekking and reading books.

_includes/footer.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</div>
55
<footer>
66
<p class=" trademark">
7-
"Fields of View" and "FoV" are trademarks of Fields of View Society © 2022. Fields of View. All Rights
7+
"Fields of View" and "FoV" are trademarks of Fields of View Society © 2022. Fields of View. <br>All Rights
88
Reserved.
99
</p>
1010
<p class="address">
@@ -55,10 +55,11 @@
5555
}
5656

5757
footer {
58-
height: 8rem;
58+
/* height: 10rem; */
5959
background-color: white;
6060
display: flex;
6161
padding: var(--p3-rem) var(--p4-rem) var(--p2-rem) var(--p4-rem);
62+
margin-bottom: var(--p2-rem);
6263
justify-content: space-between;
6364
align-items: center;
6465
}

_includes/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
66
<link rel="stylesheet" href="{{ " /css/styles.css" | prepend: site.baseurl }}">
77
<link rel="stylesheet" href="{{ " /css/preflight.css" | prepend: site.baseurl }}">
8+
89
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"> -->
910

1011
<link href="https://api.fontshare.com/v2/css?f[]=satoshi@1&display=swap" rel="stylesheet">

_includes/nav.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<li><a href="{{ site.baseurl }}/resources/#publications">publications</a></li>
3737
<li><a href="{{ site.baseurl }}/resources/#newsletter">newsletter</a></li>
3838
<li><a href="{{ site.baseurl }}/resources/#financials">financials</a></li>
39+
<li><a href="{{ site.baseurl }}/projects">archive</a></li>
3940
</ul>
4041
</li>
4142
<li class="{% if page.url == '/get-involved/' %}active{% endif %}">

_layouts/project-layout.html

Lines changed: 259 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,259 @@
1+
---
2+
layout: default-layout
3+
bg-url: {{page.bg-url}}
4+
---
5+
<section class="content">
6+
<div class="container">
7+
<div class="row">
8+
9+
<!-- Sidebar -->
10+
<aside class="sidebar">
11+
<h2 class="about title" id="current_about">{{page.title}}</h2>
12+
<hr>
13+
<ul class="project-meta">
14+
{% if page.intended %}
15+
<li>
16+
<h4>Intended Audience</h4>{{page.intended}}
17+
</li>
18+
{% endif %}
19+
{% if page.keywords %}
20+
<li>
21+
<h4>Keywords</h4>{{page.keywords}}
22+
</li>
23+
{% endif %}
24+
{% if page.type %}
25+
<li>
26+
<h4>Type</h4>{{page.type}}
27+
</li>
28+
{% endif %}
29+
{% if page.duration %}
30+
<li>
31+
<h4>Duration</h4>{{page.duration}}
32+
</li>
33+
{% endif %}
34+
{% if page.players %}
35+
<li>
36+
<h4>Number of Players</h4>{{page.players}}
37+
</li>
38+
{% endif %}
39+
{% if page.notitle %}
40+
<li>{{page.notitle}}</li>
41+
{% endif %}
42+
</ul>
43+
</aside>
44+
45+
<!-- Main Content -->
46+
<section class="main">
47+
<!-- Videos -->
48+
{% if page.video %}
49+
<div class="video-wrapper">
50+
<iframe allowfullscreen src="{{ page.video }}"></iframe>
51+
<p class="caption">{{ page.vidcaption }}</p>
52+
</div>
53+
{% endif %}
54+
55+
{% if page.video2 %}
56+
<div class="video-wrapper">
57+
<iframe allowfullscreen src="{{ page.video2 }}"></iframe>
58+
<p class="caption">{{ page.vidcaption2 }}</p>
59+
</div>
60+
{% endif %}
61+
62+
<!-- Description -->
63+
<div class="project-description">
64+
<p class="intro">{{ page.intro }}</p>
65+
<p>{{ page.description }}</p>
66+
67+
{% if page.brochure %}
68+
<a href="{{ page.brochure }}" class="download">Download Brochure</a><br><br>
69+
{% endif %}
70+
71+
{% if page.brochure2 %}
72+
<a href="{{ page.brochure2 }}" class="download">Download the 74th Amendment Act Comic Book</a>
73+
{% endif %}
74+
75+
<a href="mailto:info@fieldsofview.in?subject={{ page.title }}" class="mail">Mail us to know
76+
more.</a>
77+
78+
{% if page.collaborations %}
79+
<h4 style="font-weight: 600; padding-top: 1rem; padding-bottom: 2rem;">Collaborations and Funders
80+
</h4>
81+
<div class="collaborations">{{ page.collaborations }}</div>
82+
{% endif %}
83+
84+
{% if page.icons %}
85+
<p class="icon-attribution">{{ page.icons }}</p>
86+
{% endif %}
87+
88+
{% if page.play %}
89+
<a href="{{ site.baseurl }}/events/game-sessions/" class="italic">{{ page.play }}</a>
90+
{% endif %}
91+
92+
{% if page.donate %}
93+
<a href="{{ site.baseurl }}/donate/rubbish" class="italic">{{ page.donate }}</a>
94+
{% endif %}
95+
96+
<h4 style="font-weight: 600; padding: 2rem 0;" id="pub-specifics" class="hidden">Publications</h4>
97+
{% for pub in site.categories['publication'] %}
98+
{% if pub.projectid contains page.ide %}
99+
<a href="{{ pub.permalink }}">
100+
<p>{{ pub.title }}</p>
101+
</a>
102+
<script>
103+
document.addEventListener("DOMContentLoaded", function () {
104+
document.getElementById("pub-specifics").classList.remove("hidden");
105+
});
106+
</script>
107+
{% endif %}
108+
{% endfor %}
109+
110+
<!-- <a href="mailto:info@fieldsofview.in?Subject=Collaborating with FoV on {{ page.title }}"
111+
class="italic">Collaborate with us.</a>
112+
<a href="mailto:info@fieldsofview.in?Subject=Funding {{ page.title }} at FoV" class="italic">Fund
113+
this project.</a> -->
114+
</div>
115+
116+
117+
<!-- Sidebar Images -->
118+
<aside class="images">
119+
<img src="{{ page.img1 }}" alt="">
120+
{% if page.img2 %}<img src="{{ page.img2 }}" alt="">{% endif %}
121+
{% if page.img3 %}<img src="{{ page.img3 }}" alt="">{% endif %}
122+
</aside>
123+
</section>
124+
</div>
125+
</div>
126+
</section>
127+
<style>
128+
/* Container & Row */
129+
.container {
130+
/* max-width: 1200px; */
131+
margin: 0 auto;
132+
padding: 0 1rem;
133+
}
134+
135+
.row {
136+
display: flex;
137+
/* flex-wrap: wrap; */
138+
gap: 4rem;
139+
}
140+
141+
/* Sidebar */
142+
.sidebar {
143+
flex: 1 1 20%;
144+
min-width: 200px;
145+
max-width: 20vw;
146+
}
147+
148+
.sidebar h2 {
149+
margin-bottom: 1rem;
150+
}
151+
152+
.project-meta {
153+
list-style: none;
154+
padding: 0;
155+
padding-top: var(--p2-rem);
156+
margin: 0;
157+
}
158+
159+
.project-meta li {
160+
margin-bottom: 1rem;
161+
}
162+
163+
.project-meta h4 {
164+
margin: 0 0 0.5rem;
165+
font-weight: bold;
166+
}
167+
168+
/* Main content */
169+
.main {
170+
flex: 1 1 50%;
171+
display: grid;
172+
grid-template-columns: 1fr 1fr;
173+
max-width: 50vw;
174+
gap: 2rem;
175+
}
176+
177+
.video-wrapper {
178+
margin-bottom: 2rem;
179+
text-align: center;
180+
grid-column: span 2;
181+
}
182+
183+
.video-wrapper iframe {
184+
width: 100%;
185+
min-height: 300px;
186+
aspect-ratio: 16/9;
187+
border: none;
188+
}
189+
190+
.caption {
191+
font-style: italic;
192+
font-size: 0.9rem;
193+
color: #555;
194+
}
195+
196+
.project-description p {
197+
margin-bottom: 1rem;
198+
}
199+
200+
.project-description .intro {
201+
font-weight: 500;
202+
color: #727272;
203+
font-style: italic;
204+
font-size: 1.2rem;
205+
}
206+
207+
.download,
208+
.mail,
209+
.italic {
210+
display: inline-block;
211+
/* margin-top: 1rem; */
212+
font-size: 1rem;
213+
text-decoration: underline;
214+
cursor: pointer;
215+
}
216+
217+
.mail {
218+
font-weight: 600;
219+
text-underline-position: from-font;
220+
margin-bottom: 2rem;
221+
}
222+
223+
/* Images */
224+
.images {
225+
flex: 1 1 30%;
226+
min-width: 200px;
227+
}
228+
229+
.images img {
230+
display: block;
231+
width: 100%;
232+
height: auto;
233+
margin-bottom: 1.5rem;
234+
}
235+
236+
/* Helpers */
237+
.hidden {
238+
display: none;
239+
}
240+
241+
.main ul {
242+
list-style-type: disc;
243+
padding-left: 1.5rem;
244+
}
245+
246+
.main ol {
247+
padding: 2rem 0;
248+
list-style-type:lower-roman;
249+
padding-left: 2rem;
250+
}
251+
252+
.main a:hover {
253+
text-decoration: underline;
254+
}
255+
256+
* {
257+
text-underline-position: from-font;
258+
}
259+
</style>

0 commit comments

Comments
 (0)