-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
363 lines (298 loc) · 12.6 KB
/
index.html
File metadata and controls
363 lines (298 loc) · 12.6 KB
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
<!doctype html>
<html lang="en">
<style>
.containers {
display: flex;
justify-content: center;
align-items: center;
background-color: black;
height: 50vh;
padding-top: 20rem;
padding-bottom: 30em;
/* perspective: 1500px; */
}
/* cards spinner style */
.cards-spinner {
/* short hand properties */
animation: spinner 15s linear infinite;
transform-style: preserve-3d;
display: grid;
}
@keyframes spinner {
from {
transform: rotateY(0);
}
to {
transform: rotateY(360deg);
}
}
/* set cards width some styles */
.cards {
width: 25rem;
background-color: rgba(150, 119, 119, 0.5);
padding-left: 1rem;
/* all cards in same row and columns */
grid-area: 1 / 1;
border-radius: 1rem;
box-shadow: 0 0 10px rgb(129, 193, 208);
}
/* cards body style */
.card-body {
/* background-color: #ddd; */
padding: 1rem;
color: #ffffff;
border-radius: 0 1rem 1rem 0;
text-align: center;
}
/* cards button style */
.card-btn {
background-color: #ffffff;
color: #000;
padding: 0.5rem;
}
.card-1 {
transform: rotateY(0) translateX(160px);
}
.card-2 {
transform: rotateY(-60deg) translateX(160px);
}
.card-3 {
transform: rotateY(-120deg) translateX(160px);
}
.card-4 {
transform: rotateY(-180deg) translateX(160px);
}
.card-5 {
transform: rotateY(-240deg) translateX(160px);
}
.card-6 {
transform: rotateY(-300deg) translateX(160px);
}
/* stop animation when hover over the mouse */
.cards-spinner:hover {
animation-play-state: paused;
}
</style>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Niyatha Rangarajan</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
<script src="https://unpkg.com/scrollreveal"></script>
<link rel="stylesheet" href="styles.css">
</head>
<body class>
<header>
</div>
<div class="container">
<nav class="nav">
<div class="menu-toggle">
<i class="fas fa-bars"></i>
<i class="fas fa-times"></i>
</div>
<ul class="nav-list">
<li class="nav-item">
<a href="#me" class="nav-link active">About me</a>
</li>
<li class="nav-item">
<a href="#proj" class="nav-link active" >Projects</a>
</li>
<li class="nav-item">
<a href="#paintings" class="nav-link active" >Paintings</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link active">Contact+Resume</a>
</li>
</ul>
</nav>
<canvas id="canvas">Canvas not supported.</canvas>
</div>
</header>
<section class="hero" id="hero">
<div class="container">
<h2 class="sub-headline">
<span class="first-letter">N</span>iyatha Rangarajan
</h2>
<div class="headline-description">
<div class="separator">
<div class="single-animation">
<h5>Software Engineer</h5>
</div>
</div>
</div>
</div>
</section>
<!-- <section class="hero" id="hero">
<div class="container">
<div class="info">
<div class="description padding-right animate-left">
<div class="global-headline">
<h2 class="sub-headline" id= "proj">
<p></p>
<span class="first-letter">M</span>y Story
</h2>
</div>
<p>
My end goal is building Humane Technlogy. My areas of interest involve social media architecture and cloud based techologies.
Building products that allow more user focussed feed that would be guided by ethical standards like supporting mental health, productivity, etc. is something I am passionate about.
I am currently a software engineer based in Toronto and have been building my cloud skills at a scalable and high security corporate environments
to see this vision through. I'm building an app (super excited for this to be used soon) catered for university students to increase their accessibility to mental health services. Shoot me an email if you're
interested in this field or want to know more about this project :)
</p>
<a href="#" class="btn body-btn">Back to the top</a>
</div>
</div>
</div>
</section> -->
<section class="software between"></section>
<section class="software between"></section>
<section class="software between"></section>
<section class="software between">
<!-- <div class="container"> -->
<div class="global-headline">
<div class="animate-top">
<h2 class="sub-headline" id= "me">
<span class="first-letter">M</span>y Story
</h2>
</div>
</div>
</div>
</div>
</section>
<section class="software between">
<div class="container">
<div class="info">
<p>My end goal is building Humane Technlogy. My areas of interest involve social media architecture and cloud based techologies.
Building products that allow more user focussed feed that would be guided by ethical standards like supporting mental health, productivity, etc. is something I am passionate about.
I am currently part of a Cloud Engineering role at TD and I'm also learning more about REST APIs, cloud platforms like GCP, Azure, AWS,etc. through side projects
to see this vision through. I'm building an app (super excited for this to be used soon) catered for university students to increase their accessibility to mental health services. Shoot me an email if you're
interested in this field or want to know more about this project :) </p>
</div>
</p>
</div>
</section>
<section class="software between">
<div class="container">
<div class="global-headline">
<div class="animate-top">
<h2 class="sub-headline" id= "proj">
<span class="first-letter">P</span>rojects
</h2>
</div>
</div>
</div>
</section>
</div>
<div class="containers">
<div class="cards-spinner">
<!-- card 1 -->
<div class="cards card-1" >
<div class="card-body">
<h1>Spelunky Game Remake</h1>
<a href="https://github.com/rangaran/Spelunky-remake/"><img src="images/lunky.png" alt=""></a>
<button onclick = "location.href='https://github.com/rangaran/Spelunky-remake/blob/main/se3xa3_group10/src/Guide.txt'" class="card-btn" type="button">Click Me</button>
</div>
</div>
<!-- card 2 -->
<div class="cards card-2">
<div class="card-body">
<h1>Plan Assignment Due Dates</h1>
<a href="https://github.com/rangaran/AutoPlanner"><img src="images/planner.png" alt=""></a>
<button onclick = "location.href='https://github.com/rangaran/AutoPlanner'" class="card-btn">Click Me</button>
</div>
</div>
<!-- card 3 -->
<div class="cards card-3">
<div class="card-body">
<h1>Find You're Nearest Restauarant</h1>
<a href="https://github.com/rangaran/UniversitEats"><img src="images/eats.png" alt=""></a>
<button onclick = "location.href='https://github.com/rangaran/UniversitEats/blob/master/2xb3fproj/ProjectDocs/UniversitEats.pdf'" class="card-btn">Click Me</button>
</div>
</div>
<!-- card 4 -->
<div class="cards card-4">
<div class="card-body">
<h1>Positive Youtube Comments</h1>
<a href="https://github.com/rangaran/Negative-Comment-Blocker"><img src="images/poscom.png" alt=""></a>
<button onclick = "location.href='https://devpost.com/software/poscom-the-happy-comment-filter'" class="card-btn">Click Me</button>
</div>
</div>
<!-- card 5 -->
<div class="cards card-6">
<div class="card-body">
<h1>Access to Mental Health Resources</h1>
<a href="'https://rangaran.github.io/Mental-Health-App/'"><img src="images/ammu.png" alt=""></a>
<button onclick = "location.href='https://rangaran.github.io/Mental-Health-App/'" class="card-btn">Click Me</button>
</div>
</div>
<!-- card 5 -->
<div class="cards card-5">
<div class="card-body">
<h1>Sustainable Buying</h1>
<a href="https://suy.pages.dev/"><img src="images/logo.jpg" alt=""></a>
<button onclick = "location.href='https://suy.pages.dev/'" class="card-btn">Click Me</button>
</div>
</div>
</div>
</div>
<section class="software between">
<div class="container">
<div class="global-headline">
<div class="animate-top">
<h2 class="sub-headline" id= "paintings">
<span class="first-letter">P</span>aintings
</h2>
</div>
</div>
</div>
</section>
<section class="software between" >
<div class="container">
<div class="info">
<div class="description padding-right animate-left">
<p> I have been painting for about 7 years now. My paintings have been showcased in a couple of art galleries in Dubai. I hope to commercialize these at some point in the future.</p>
<p> </p>
</div>
<div class="image-group" >
<img class="animate-top" src="images/arabpainting.JPG" alt="">
<img class="animate-bottom" src="images/horse.JPG" alt="">
<img class="animate-bottom" src="images/abstract.jpg" alt="">
<img class="animate-bottom" src="images/scenery.JPG" alt="">
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="back-to-top ">
<a href="#hero"><i class="fas fa-chevron-up"></i></a>
</div>
<div class="footer-content" id= "contact">
<div class="footer-content-about animate-top">
<h5>Contact Info and Resume</h5>
<p> </p>
<p> </p>
<ul class="social-icons">
<li>
<a href="https://github.com/rangaran"><i class="fab fa-github" style = "color:white"></i></a>
</li>
<li>
<a href="https://linkedin.com/in/niyatha-rangarajan/"><i class="fab fa-linkedin-in" ></i></a>
</li>
<li>
<a href="https://drive.google.com/file/d/1qfqnci3FgOPcsj8BbhxPZbE8050my8t9/view?usp=drivesdk"><i class="fa fa-file" style="font-size:20px;color:white"></i></a>
</li>
<a
href="https://mail.google.com/mail/?view=cm&fs=1&to=rangaran@mcmaster.ca"
><i class="fas fa-envelope" style="font-size: 2rem; color:white"></i>
</a>
</ul>
</div>
</div>
</div>
</footer>
<script src="main.js"></script>
</body>
</html>