-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
182 lines (150 loc) · 8.08 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
<!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.0">
<!-- Title of the Project -->
<title>About</title>
<!-- css file for style -->
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="Images/our-work-logo.jpg" />
<link href="https://fonts.googleapis.com/css2?family=Over+the+Rainbow&display=swap" rel="stylesheet">
<!-- Font Awesome link for icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
</head>
<body>
<!-- Heading of the Project section start-->
<header>
<!-- Mobile Screen Navagation Start -->
<div class="dropdown" id="drop" style="display:none">
<ul class="nav">
<li id="nav-list"><a href="index.html">Home</a></li>
<li id="nav-list"> <a href="about.html">About</a></li>
<li id="nav-list" class="drop-p"><a href="#">Programmes<i class="fa-solid fa-caret-down"></i></a>
<div id="drop-program">
<a id="pro" href="programms.html">Good Pitch Local Karnataka</a>
<hr>
<a id="pro" href="program2.html">Changemedia</a>
</div>
</li>
<li id="nav-list"> <a href="con.html">Contact</a></li>
</ul>
</div>
<!-- Mobile Screen Navagation End -->
<!-- Desktop Screen Navagation Start -->
<div class="nvabar-box">
<ul class="navbar">
<li id="nav-list"><a href="index.html">Home</a></li>
<li id="nav-list"> <a href="about.html">About</a></li>
<li id="nav-list" class="drop-p"><a href="#">Programmes
<i class="fa-solid fa-caret-down"></i>
</a>
<div id="drop-program">
<a id="pro" href="programms.html">Good Pitch Local Karnataka</a>
<hr>
<a id="pro" href="program2.html">Changemedia</a>
</div>
</li>
<li id="nav-list"> <a href="con.html" target="_blank">Contact</a></li>
</ul>
</div>
<div onclick="myFunction()" class="hamburger-icon">
<button id="bar-button"><i id="icon" class="fa-solid fa-bars"></i>
<i id="cross-icon" class="fa-solid fa-xmark"></i>
</button><!-- hamburger icon -->
</div>
</header>
<!-- Desktop Screen Navagation End -->
<!-- ********************************************************** -->
<main class="main-container">
<div class="container-1">
<div class="box1">
<p id="heading">
<i><strong>o</strong></i>ur<i><strong>G</strong></i>round<i><strong>w</strong></i>orks.
</p>
<p id="heading2"><strong>a leader in design thinking for empowered enterprise</strong></p>
</div>
<!-- <img class="logo-img"
src="http://nebula.wsimg.com/8dc8a5d30a799bfc48ef72156a6ecc29?AccessKeyId=5EB8FDB0F5F99DADFB5F&disposition=0&alloworigin=1"
alt="logo-Img"> -->
</div>
<!-- ************************************* -->
<img id="img3"
src="Images/line-img.png"
alt="Line-img">
<div class="about-box1">
<div>
<h2 id="h2-tag">about the founder.</h2>
<hr>
<p id="about-p-tag">Tara first knew she wanted to work on social justice and impact issues working as an
architect in Nepal in
the early-90’s on a community-led school design project. Since then, she has employed her design
thinking
and system thinking skills, working with bilateral and multi-lateral development organisations on
equity and
diversity issues in the areas of climate resilient development, corporate social responsibility,
organisational learning and development, and architectural design - long-term in India, Vietnam,
Nepal,
Denmark and Bhutan, with shorter assignments in Lao, Uganda, Tanzania, the Netherlands, South Africa
and the
UK. </p>
</div>
<!-- <img class="founder-img"
src="http://nebula.wsimg.com/b170bd2a7f479dff604f6d9e548134bd?AccessKeyId=5EB8FDB0F5F99DADFB5F&disposition=0&alloworigin=1"
alt="founder-img"> -->
</div>
<!-- ***************************************************** -->
<div class="about-box2">
<ul id="about-ul-tag">
<li>
<p><strong class="about-strong-tag">design thinking, systems think & action research: </strong>As an
architect of new
initiatives for social equity her work has remoulded the framing of issue areas and assessing
programmes from a systems change and design thinking perspective - to build greater relevance,
integration and visibility - in the area of social justice, natural resource management and
urban/rural development to integrate the social development and diversity perspective in policy,
implementation and assessment.</p>
</li>
<li>
<p><strong class="about-strong-tag">consensus & momentum building: </strong>As a leader building a
team and consensus for
organisational impact she has brought people together to design, get alignment and
operationalise the organisation’s programme framework to enhance the level of accountability and
organisational integration. She has built organisational consensus for coordinated collective
action through participatory collaborative processes.</p>
</li>
<li>
<p><strong class="about-strong-tag">facilitating collaboration & collective enterprise: </strong>As
a facilitator of
collaboration for multi-disciplinary and cross-geographical action that contributes to greater
coordinated impact, she has worked in the area of social and environmental justice and corporate
social responsibility.
</p>
</li>
</ul>
</div>
</main>
<!-- **************************************** -->
<!-- Fotter start -->
<footer>
<div class="container8">
<div class="container9">
<p>Copyright @ Tara Rao. All rights reserved.</p>
<div>
<img src="//nebula.wsimg.com/01f11d68b9f92d7aa8b77ed39a24a54e?AccessKeyId=531592D248B589D87A56&disposition=0&alloworigin=1"
style="vertical-align:middle;width:23px;height:23px;" alt="twitter-img">
<img src="//nebula.wsimg.com/c9d696e2a26ab0ae2ed03ff5f5cd4c89?AccessKeyId=531592D248B589D87A56&disposition=0&alloworigin=1"
style="vertical-align:middle;width:23px;height:23px;" alt="facebook-img">
</div>
</div>
<div>
<em class="food">built with ❤️ by <a id="foot-link" href="https://t4glabs.discourse.group/u?cards=no&group=Tech4Good-Fellows&order=likes_received&period=all" target="_blank"><u> T4G Labs Fellows</u> </a>
& Hosted Freely on <a id="foot-link" href="https://ourgroundworks.org/" target="_blank"><u> Github Pages</u> </a>
</em>
</div>
</div>
</footer>
</body>
<script src="index.js"></script>
</html>