-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
94 lines (83 loc) · 4.19 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Nia Puliyel - Architect</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<div id="logo">
<div id="letterMark">N</div> <strong>Nia</strong> Puliyel
<ul></ul>
</div>
</header>
<main>
<div class="flexrow">
<div id="mainImg" class="col">
<img src="img/NIA.jpg" alt="Photo of Nia" />
</div>
<div class="textContainer col">
<h1>Nia Puliyel</h1>
<p><a href="https://www.linkedin.com/in/npuliyel/" target="_blank">Nia</a> is an architect and urban designer. She has worked in the UK, Singapore and India on a range of scales from residential projects to large scale masterplanning, healthcare
and educational campuses. Nia studied at the University of Edinburgh, UK where she did both her undergraduate MA Architectural Design (Hons.) and MArch.</p>
<p>Her education and experiences have helped to develop strong skills in design leadership, client and consultant coordination, presentation, and strategies.</p>
<p>Nia writes regularly about architecture, cities and urban design and her work has been published in The Caravan, The Wire and The Tribune.</p>
</div>
</div>
<h2>What I do</h2>
<div class="flexrow">
<div class="item"><img src='img/ad.png'>Architectural Design</div>
<div class="item"><img src='img/ud.png'>Urban Design</div>
<div class="item"><img src='img/w.png'>Writing</div>
</div>
<h2>Articles</h2>
<ul class='linkList'>
<li>
<a target="_blank" href='https://indianexpress.com/article/health-wellness/sleepless-in-the-city-is-it-time-for-sleep-pods-in-offices-for-that-power-nap-8452824/'>
Sleepless in the city: Is it time for sleep pods in offices for that power nap?</a> The Indian Express
</li>
<li>
<a target="_blank" href='https://www.tribuneindia.com/news/musings/irresistible-urge-to-doodle-370784'>
Irresistible urge to doodle</a> The Tribune
</li>
<li>
<a target="_blank" href='https://thewire.in/urban/urban-loneliness-social-architecture-senior-living-student-housing'>
Are You Becoming Lonelier? Your City Might Be Part of the Problem</a> The Wire
</li>
<li> <a target="_blank" href='https://caravanmagazine.in/health/why-covid-19-and-should-change-how-our-cities-are-designed'>
Why COVID-19 can—and should—change how our cities are designed</a> Caravan Magazine
</li>
<li>
<a target="_blank" href='https://www.tribuneindia.com/news/features/what-buildings-can-teach-human-body-about-stability-281545'>What buildings can teach human body about stability
</a> The Tribune
</li>
<li>
<a target="_blank" href='https://humanbydesign-perkinseastman.medium.com/flamingos-in-mumbai-3e7611fae927'>Flamingos in Mumbai
</a> co-written with Chhavi Lal and Shahan Patel
</li>
</ul>
<h2>Portfolio</h2>
<ul class='linkList'>
<li>
<a target="_blank" href='nia_puliyel_portfolio.pdf'>Portfolio</a> (PDF - 27mb)
</li>
</ul>
<h2>Contact</h2>
<ul class='linkList'>
<li>
<a href='mailto:[email protected]'>Email</a>
</li>
<li>
<a target="_blank" href='https://in.linkedin.com/in/npuliyel'>LinkedIn</a>
</li>
</ul>
</main>
</body>
</html>