-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3.html
396 lines (354 loc) · 20.6 KB
/
3.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
<!DOCTYPE html>
<html>
<title>Ursula Uday_portfolio display</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1,h2,h3,h4,h5,h6,h7,h8 {font-family: "Raleway", sans-serif}
h8 {font-size: 10px}
h7 {font-size: 12px}
</style>
<body class="w3-light-grey w3-content" style="max-width:1600px">
<!-- Sidebar/menu -->
<nav class="w3-sidebar w3-collapse w3-white w3-animate-left" style="z-index:3;width:300px;" id="mySidebar"><br>
<div class="w3-container">
<a href="#" onclick="w3_close()" class="w3-hide-large w3-right w3-jumbo w3-padding w3-hover-grey" title="close menu">
<i class="fa fa-remove"></i>
</a>
<img src="profile.jpg" style="width:64%;" class="w3-round"><br><br>
<h3><b>HELLO THERE,</b></h3>
<h6>I'M URSULA UDAY.</h6>
<b></b>
<hr>
<p class="w3-text-grey">Welcome to my portfolio display...</p>
</div>
<div class="w3-bar-block">
<a href="#portfolio" onclick="w3_close()" class="w3-bar-item w3-button w3-padding w3-text-teal"><i class="fa fa-th-large fa-fw w3-margin-right"></i>PORTFOLIO</a>
<a href="#about" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-user fa-fw w3-margin-right"></i>ABOUT</a>
<a href="#contact" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-envelope fa-fw w3-margin-right"></i>CONTACT</a>
</div>
<div class="w3-panel w3-large">
<a href="https://www.facebook.com/ursula.uday"><i class="fa fa-facebook-official w3-hover-opacity"></i></a>
<a href="https://www.instagram.com/urskmojo/"><i class="fa fa-instagram w3-hover-opacity"></i></a>
<a href="https://twitter.com/notedright?s=09"><i class="fa fa-twitter w3-hover-opacity"></i></a>
</div>
</nav>
<!-- Overlay effect when opening sidebar on small screens -->
<div class="w3-overlay w3-hide-large w3-animate-opacity" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
<!-- !PAGE CONTENT! -->
<div class="w3-main" style="margin-left:300px">
<!-- Header -->
<header id="portfolio">
<a href="#"><img src="profile.jpg" style="width:120px;" class="w3-circle w3-right w3-margin w3-hide-large w3-hover-opacity"></a>
<span class="w3-button w3-hide-large w3-xxlarge w3-hover-text-grey" onclick="w3_open()"><i class="fa fa-bars"></i></span>
<div class="w3-container">
<h1><b>My Portfolio</b></h1>
<div class="w3-section w3-bottombar w3-padding-16">
<span class="w3-margin-right">Filter:</span>
<a href="index.html"><button class="w3-button w3-black">ALL</button></a>
<a href="web design.html"><button class="w3-button w3-white "><i class="fa fa-globe w3-margin-right"></i>Web Design</button></a>
<a href="literary1.html"><button class="w3-button w3-white"><i class="fa fa-diamond w3-margin-right"></i>Literary Oeuvre</button></a>
<a href="product.html"><button class="w3-button w3-white"><i class="fa fa-map-pin w3-margin-right"></i>Product Design</button></a>
<a href="assorted experiment.html"><button class="w3-button w3-white"><i class="fa fa-database w3-margin-right"></i>Assorted Experimentations</button></a>
</div>
</div>
</header>
<!-- First Photo Grid-->
<div class="w3-third w3-container w3-margin-bottom">
<a href="Writing/Helping feet.pdf" target="_blank"> <img src="Writing/Helping feet.png" alt="Jester Fiction" style="width:100%" class="w3-hover-opacity"></a>
<div class="w3-container w3-white">
<p><b>Helping Feet</b><br>
<h8> Click on the image above to read the document.</h8></p>
<p>This is a story of a jester who has a peculiar habit of using his feet instead of his hands. </p><br><br><br>
<hr class="w3-border-dark-grey" style="margin:auto;width:70%"><br>
<h7><b>Studio:</b> Anthropology of Jesters</h7> <br>
<h7><b>Project duration:</b> 1 day </h7><br>
<h7><b>Owners:</b> Ursula Uday</h7><br>
<h7><b>Tools:</b> Microsoft Word</h7><br>
<h8> #Fiction #Scripting for animation </h8> <br> <h8>*January 2018</h8>
<br><br>
</div>
</div>
<div class="w3-third w3-container w3-margin-bottom">
<a href="Writing/Edakkal hair.pdf" target="_blank"> <img src="Writing/Edakkal hair.png" alt="Edakkal hair" style="width:100%" class="w3-hover-opacity"></a>
<div class="w3-container w3-white">
<p><b>Edakkal Hair</b><br>
<h8> Click on the image above to read the document.</h8></p>
<p>The story narrates the life-cycle of a hair strand.</p><br><br><br><br>
<hr class="w3-border-dark-grey" style="margin:auto;width:70%"><br>
<h7><b>Studio:</b> Space and Place </h7> <br>
<h7><b>Project duration:</b> 1 day </h7><br>
<h7><b>Owners:</b> Ursula Uday</h7><br>
<h7><b>Tools:</b> Microsoft Word</h7><br>
<h8>#Fiction #Perspective-Writing</h8> <br> <h8>*January 2016</h8>
<br><br>
</div>
</div>
<div class="w3-third w3-container w3-margin-bottom">
<a href="Writing/Ticking transcendence.pdf" target="_blank"> <img src="Writing/Ticking transcendence.png" alt="Ticking transcendence" style="width:100%" class="w3-hover-opacity"></a>
<div class="w3-container w3-white">
<p><b>Ticking Transcendence</b><br>
<h8> Click on the image above to read the document.</h8></p>
<p>The day Raghav began reading the novel, that was passed down through generations in his family; puzzling events occured in his life. He only realised the importance of these events as he grew up to be a father of his family.</p>
<hr class="w3-border-dark-grey" style="margin:auto;width:70%"><br>
<h7><b>Studio:</b> Narratives of Self- Creative and Contemplative Writing </h7> <br>
<h7><b>Project duration:</b> 2 days </h7><br>
<h7><b>Owners:</b> Ursula Uday</h7><br>
<h7><b>Tools:</b> Microsoft Word</h7><br>
<h8>#Fiction #Time travel</h8> <br> <h8>*August 2016</h8>
<br><br>
</div>
</div>
<hr>
<!-- Second Photo Grid-->
<div class="w3-third w3-container w3-margin-bottom">
<video width=100% height=100% controls> <source src="Kere and Ritual/video.mp4" type="video/mp4" style="width:100%" class="w3-hover-opacity"> </video>
<div class="w3-container w3-white">
<p><b>Cyclow</b><br></p>
<p>The project was about elevating the interaction between Kere (lakes) and individuals to improve the health of the water body. Taking Exercise as a ritual in contemporary sense and Boating as another activity which is ritualistic for any kind of open water body, Cyclow was thus designed for Allalasandra lake. This individual product activity if collectively used helps in aerating and improving the health of the lake. <br> Cyclow is at a mock-up prototype stage.<br>
<h8><a href="Kere and Ritual/Kere and Ritual_documentation.pdf" target="_blank"> Click here for documentation</a></h8></p><br><br><br>
<hr class="w3-border-dark-grey" style="margin:auto;width:70%"><br>
<h7><b>Studio:</b> Kere and Ritual</h7> <br>
<h7><b>Project duration:</b> 4 days </h7><br>
<h7><b>Owners:</b> Ursula Uday</h7><br>
<h7><b>Tools:</b> Premiere pro Pro, Crafting</h7><br>
<h8> #Product prototype #Communication for social-change</h8> <br> <h8>*April 2016</h8>
<br><br>
</div>
</div>
<div class="w3-third w3-container w3-margin-bottom">
<a href="Packaging Design for Bulb/documentation.pdf" target="_blank"> <img src="Packaging Design for Bulb/logo.png" alt="Packaging Design for Bulb" style="width:100%" class="w3-hover-opacity"></a>
<div class="w3-container w3-white">
<p><b>Packaging Design for Philips CFL 14W Bulb (Concept)</b><br>
<h8> Click on the image above to read the document.</h8></p>
<p>Research and Concept Iterations for Sustainable Packaging of Philips CFL 14W Bulb. The document holds concept sketches. </p><br><br><br><br><br><br>
<hr class="w3-border-dark-grey" style="margin:auto;width:70%"><br>
<h7><b>Studio:</b> Sustainable Design Practices </h7> <br>
<h7><b>Project duration:</b> 1 day </h7><br>
<h7><b>Owners:</b> Ursula Uday</h7><br>
<h7><b>Tools:</b> Sketches</h7><br>
<h8> #Packaging design #Sustainable #Product Concept</h8> <br>
<h8>*September 2016</h8>
<br><br>
</div>
</div>
<div class="w3-third w3-container w3-margin-bottom">
<a href="Bulimia Campaign/BulimiaC_documentation.pdf" target="_blank"> <img src="Bulimia Campaign/Bulimia logo.jpg" alt="Bulimia Campaign" style="width:100%" class="w3-hover-opacity"></a>
<div class="w3-container w3-white">
<p> <b>Bulimia Campaign</b><br>
<h8> Click on the image above to read the document.</h8></p>
<p>During the study of this campaign, we realized that the current youth generation are easily influenced by the changing trends around us and who are also the potential victims of Bulimia; if triggered negatively can suffer this unhealthy disorder. Therefore, this campaign is a set of three interactive posters to show people what it is to be a Bulimic victim, hoping to prevent and discourage it. </p>
<hr class="w3-border-dark-grey" style="margin:auto;width:70%"><br>
<h7><b>Studio:</b> Communication for Change- Education and Social Communication </h7> <br>
<h7><b>Project duration:</b> 2.5 day </h7><br>
<h7><b>Owners:</b> Saishree Bandekar, Ursula Uday</h7><br>
<h7><b>Tools:</b> Design Research tools_Cultural Probes, Photoshop, Painting and Craft </h7><br>
<h8>#Awareness Campaign #Communication for Change</h8> <br> <h8>*January 2017</h8>
<br><br>
</div>
</div>
<hr>
<!-- Pagination -->
<div class="w3-center w3-padding-32">
<div class="w3-bar">
<a href="index.html" class="w3-bar-item w3-button w3-hover-black">1</a>
<a href="2.html" class="w3-bar-item w3-button w3-hover-black">2</a>
<a href="3.html" class="w3-bar-item w3-black w3-button">3</a>
<a href="4.html" class="w3-bar-item w3-button w3-hover-black">4</a>
</div>
</div>
<!-- About Me -->
<div class="w3-container w3-padding-large" style="margin-bottom:32px">
<h4 id="about"><b>About Me</b></h4>
<p>I believe that I am a <b>Visionary Designer and Writer</b>. <br> Being meticulous to detail is the influencing factor of my personality. I keep improving and iterating my work, for it to reach it’s utmost potential. Curious by nature, I learn constantly. By adapting to any situation, I strive to be an Ethical Artist. Being a team player is of the most importance. I am a Stakeholder-oriented Solution Seeker. And lastly, a DIY believer. <br><br>
I am in my third year, studying at <b>Srishti Institute of Art, Design and Technology</b> pursuing Bachelor of Design (B.Des). The field <b> Information Arts and Information Design Practices (IAIDP) </b> is my selected major. In this multidisciplinary domain I have learnt to work with ...
<ul style="list-style-type:square">
<li>Narratives & Information Architecture,</li>
<li>Locative Arts and Mapping,</li>
<li>Wireframing and prototyping in UI/UX,</li>
<li>Interaction Design,</li>
<li>Audio/Video editing,</li>
<li>Conceptualization of products with 3d Modeling,</li>
<li>Sustainable Design within Circular Economy,</li>
<li>Augmented Reality Interface,</li>
<li>Drafting with Space Design.</li>
</ul>
</p>
<hr>
<h4><b>My interests</b></h4>
<p>Since childhood I have been curious to understand- how things work, which led me to hoard a lot of <i> precious </i> items and junk. I would reuse them in the most DIY way possible to save my <i>earnestly earned pocket money.</i> </p>
<p>I have explored various artsy methods like oil & water marble art; cyanotyping; tesselations; clay, POP, thermocol (I have personally stopped using this material, because it's harmful to the environment) and paper to sculpt and manipulate their properties for making a new object. Landscape and portrait painting with the rudimentary colours and paints were serenely easy for me. So to challenge myself with an attempt to mix materials like fevicol, dry pastels, ink, glass paints I tried to paint differently. </p>
<p>I am drawn to scenic beauty. Contours, lins, hues of nature inspire me. Taking opportunity from my travelling experiences, I have pleasantly stocked few photos. Feel free to slide through them.</p>
<p>
<a href="photography1.html"><button class="w3-button w3-dark-grey w3-padding-small w3-margin-top w3-margin-bottom">
<i class="fa fa-photo w3-margin-right"></i>My Scenic muses</button> </a>
</p>
<p> Details of products and objects fascinate me. I enrolled in Srishti with the objective of becoming a Product designer. Still in the midst of my goal, I learn new things from different fields as I grow at Srishti. I constantly challenge myself to understand the limits of my potential because it's important to atleast know of things or field and matters, even if that's not the domain I would continue to pursue for the future.
</p>
<hr><br>
<h4><b>Skills</b></h4>
<!-- Progress bars / Skills -->
<p>Conceptualization and Idea generation</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:95%">95%</div>
</div>
<p>Narratives and Writing</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:75%">75%</div>
</div>
<p>Photography</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:45%">45%<i> ... Saving up for a better camera</i></div>
</div>
<p>Sketching and Painting</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:68%">68%</div>
</div>
<p>Web Design</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:55%">55%</div>
</div>
<p>Photoshop/ Illustrator/ Indesign</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:60%">60%</div>
</div>
<p>Audio and Video editing</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:70%">70%</div>
</div>
<p>3D Modeling</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:45%">45%</div>
</div>
<p>Augmented Reality Interface (LAYAR App)</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:55%">55%</div>
</div>
<p>Arduino and Processing</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:35%">35%</div>
</div>
<p>Visionary Innovator</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:99.99%">99.99% <i> ...Well, nobody is perfect, right?</i></div>
</div>
<hr><br>
<h4><b>Languages</b></h4>
<!-- Progress bars / Skills -->
<p>English</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:99.99%">99.99%</div>
</div>
<p>Hindi</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:65%">65%</div>
</div>
<p>Marathi</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:40%">40%</div>
</div>
<p>French</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:10%">10%<i> ...Still learning</i></div>
</div>
<p>Malayalam</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-padding w3-center" style="width:20%">20%</div>
</div>
<hr>
<p>
<a href="Ursula Uday_Srishti_RESUME.pdf" download="Ursula Uday_Srishti_RESUME">
<button class="w3-button w3-dark-grey w3-padding-large w3-margin-top w3-margin-bottom">
<i class="fa fa-download w3-margin-right"></i>Download Resume</button></a>
</p>
<hr>
</div>
<!-- Contact Section -->
<div class="w3-container w3-padding-large w3-grey">
<h4 id="contact"><b>Contact Me</b></h4>
<div class="w3-row-padding w3-center w3-padding-24" style="margin:0 -16px">
<div class="w3-third w3-dark-grey">
<p><i class="fa fa-envelope w3-xxlarge w3-text-light-grey"></i></p>
<p>ursula48uday@gmail.com</p>
</div>
<div class="w3-third w3-teal">
<p><i class="fa fa-map-marker w3-xxlarge w3-text-light-grey"></i></p>
<p>Mumbai, Bangalore</p>
</div>
<div class="w3-third w3-dark-grey">
<p><i class="fa fa-phone w3-xxlarge w3-text-light-grey"></i></p>
<p>+91 9987355064</p>
</div>
</div>
<hr class="w3-opacity">
<form action="mailto:ursula48uday@gmail.com" method="post" target="_blank">
<div class="w3-section">
<label>Name</label>
<input class="w3-input w3-border" type="text" name="Name" required>
</div>
<div class="w3-section">
<label>Email</label>
<input class="w3-input w3-border" type="text" name="Email" required>
</div>
<div class="w3-section">
<label>Message</label>
<input class="w3-input w3-border" type="text" name="Message" required>
</div>
<button type="submit" class="w3-button w3-black w3-margin-bottom"><i class="fa fa-paper-plane w3-margin-right"></i>Send Message</button>
</form>
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-32 w3-dark-grey">
<div class="w3-row-padding">
<div class="w3-third">
<h3>FOOTER</h3>
<p>I'd like to thank my family and friends for their constant encouragement and support. 🐷</p> <!--<i class="fa fa-github-alt" style="font-size:20px;color:pink"></i> -->
<h8>The website has been coded and published by Github directory under my authorship. Lastly, this webpage template is referenced to <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a>. I have used Sublime Text editor to customize and code the webpage resulting this preferred output.</h8>
</div>
<div class="w3-third" align="w3-center">
<img src="signature.png" width="80%">
</div>
<div class="w3-third">
<h3>POPULAR TAGS</h3>
<p>
<span class="w3-tag w3-black w3-margin-bottom">Explorer</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">Innovator</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">Scenic Photographer</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">Sustainable design</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">UI/UX</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">Web design</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">Narratives</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">Ideas</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">DIY</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">Hands-on work</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">Digital work</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">Visionaire</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">Twilight & Supernatural creatures inspired</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">Constant Learner</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">Sports</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">Intuitive</span>
<span class="w3-tag w3-grey w3-small w3-margin-bottom">Multi-disciplinary artist</span>
<span class="w3-tag w3-black w3-margin-bottom">Ursula Uday</span>
</p>
</div>
</div>
</footer>
<div class="w3-black w3-center w3-padding-24"> <img src="srishtilogo.png" style="width:8%;" class="w3-round"></div>
<!-- End page content -->
</div>
<script>
// Script to open and close sidebar
function w3_open() {
document.getElementById("mySidebar").style.display = "block";
document.getElementById("myOverlay").style.display = "block";
}
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
document.getElementById("myOverlay").style.display = "none";
}
</script>
</body>
</html>