-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
377 lines (357 loc) · 15.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Raphael Tony | Portfolio</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We"
crossorigin="anonymous"
/>
<link href="app.css" rel="stylesheet" />
</head>
<body>
<!-- Navbar -->
<nav id="mainNavbar" class="container-fluid p-5 d-none d-md-block">
<div class="row">
<div class="col-4">
<h4>RAPHAEL TONY</h4>
<p class="lead fs-6">CS Undergraduate</p>
</div>
<div
class="col d-flex align-items-center justify-content-end fs-5 links"
>
<span class="">
<a href="#mainNavbar" class="">Home</a>
</span>
<span class="">
<a href="#endv">Endeavours</a>
</span>
<span class="">
<a href="#about">About</a>
</span>
<span class="">
<a href="#exp">Experience</a>
</span>
</div>
</div>
</nav>
<!-- Cover -->
<div class="container m-md-5 mt-md-0">
<div class="row">
<div class="col-md-6 headings order-md-1 order-2">
<h1 class="display-1 text-center text-md-end text-black">Raphael</h1>
<h1 class="display-1 text-center text-md-end text-black">Tony</h1>
<p class="lead text-md-end highlight text-black">
Ambitious Computer Geek with an unending thirst to learn new
technologies.
</p>
</div>
<div class="col-md-6 order-md-2 order-1">
<img class="avatar" src="imgs/avatar.jpeg" alt="avatar" />
</div>
</div>
</div>
<section id="endv" class="container-fluid mt-5 p-5 bg-black">
<h2 class="display-2 mb-5 text-white">Endeavours</h2>
<!-- Endeavour 1 -->
<div class="row align-items-center blurb rounded-3 px-0 my-5">
<div
class="
col-md-6
order-2 order-md-1
d-flex
justify-content-center justify-content-md-start
"
>
<img class="img-fluid w-75" src="imgs/iit.jpg" alt="IIT Pic" />
</div>
<div class="col-md-6 text-center order-1 order-md-2">
<div class="row justify-content-center">
<div class="col-10 col-lg-8">
<h2>Shaastra IIT Madras 2017, 1st place Roboceana</h2>
<p class="fw-normal">
Participated in ‘Shaastra 2017’, the annual tech fest held by
IIT Madras and won first prize for the ‘Robo oceana’ event,
which involved making robots that moved on water.
</p>
</div>
</div>
</div>
</div>
<!-- Endeavour 2 -->
<div class="row align-items-center blurb rounded-3 px-0">
<div
class="
col-md-6
order-1 order-md-2
d-flex
justify-content-center justify-content-md-end
"
>
<img class="img-fluid w-75" src="imgs/robo.JPG" alt="Robo Pic" />
</div>
<div class="col-md-6 text-center order-2 order-md-1">
<div class="row justify-content-center">
<div class="col-10 col-lg-8">
<h2>Roborave India 2016</h2>
<p class="fw-normal">
Won Second Prize for the Robotovate challenge held by Roborave
India, which was a national robotics contest held in Kochi,
2016.
</p>
</div>
</div>
</div>
</div>
<!-- Endeavour 3 -->
<div class="row align-items-center blurb rounded-3 px-0 my-5">
<div
class="
col-md-6
order-2 order-md-1
d-flex
justify-content-center justify-content-md-start
"
>
<img class="img-fluid w-75" src="imgs/yip.JPG" alt="yip pic" />
</div>
<div class="col-md-6 text-center order-1 order-md-2">
<div class="row justify-content-center">
<div class="col-10 col-lg-8">
<h2>Young Innovators Programme 2018-21</h2>
<p class="fw-normal">
Qualified for the Young Innovators Programme (YIP) 2018-21 held
by Kerala Development and Innovation Strategic Council (K-DISC).
</p>
</div>
</div>
</div>
</div>
<!-- Endeavour 4 -->
<div class="row align-items-center blurb rounded-3 px-0">
<div
class="
col-md-6
order-1 order-md-2
d-flex
justify-content-center justify-content-md-end
"
>
<img
class="img-fluid w-75"
src="imgs/council.JPG"
alt="Headboy Pic"
/>
</div>
<div class="col-md-6 text-center order-2 order-md-1">
<div class="row justify-content-center">
<div class="col-10 col-lg-8">
<h2>Headboy, The Choice School 2018-19</h2>
<p class="fw-normal">
During the Kerala floods, The Choice School Kindergarten was
transformed into collection centre for 3 days and the supplies
that were collected were given out to various relief camps
around Kerala.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- About -->
<section id="about" class="container my-5">
<div class="row">
<div class="col-md-3">
<!-- card -->
<div class="card" style="width: 18rem">
<div class="card-body">
<h4 class="card-title">CV</h4>
<p class="card-text">
If you are interested to read my CV, here you go !
</p>
<a
href="https://drive.google.com/file/d/1wUWc_aW-bBgkw-ObUCoQXPn1ugkvgper/view?usp=sharing"
target="_blank"
class="btn btn-primary"
>READ CV</a
>
</div>
</div>
</div>
<div class="col-md-9">
<h2 class="display-1 mb-5">About</h2>
<p>
14 years ago, I realized that we humans have the closest thing to a
superpower. In 2006, I got my hands on a PC for the first time. Ever
since, I’ve been drawn to the endless wonders of the World of
Computers; from programming microcontrollers to implementing
Blockchain.
</p>
<p>
In 11th grade, I enrolled for India’s largest MOOC - Introduction to
Modern Application Development (IMAD). After the final exam, Hasura
Technologies selected me for an Online Product Development
Fellowship; a chance to work with people around India just blew my
mind! We were put into groups of 3 and using ‘React Native’, I
worked on the front-end of creating an app. This was my entry into
the world of web development.
</p>
<p>
In all these activities, my love for technology just grew
exponentially and I’ve picked up other programming languages like
C++, Python, SQL and JavaScript
</p>
<p>
In 2018, I was elected as the Head Boy of the Choice School. Being
the school leader taught me the importance of delegating work and
managing time. In the wake of the tragic Kerala floods of 2018, we
transformed our school campus into a 3-day Collection Centre where
people would drop supplies and we would take these supplies to needy
relief camps.
</p>
<p>
So, I have come a long way from where I have started, growing more
in my passion and at the same time picking up essential skills like
leadership and teamwork. Right now, I am a first year CSE Student at
the Rajagiri School of Engineering and Technology, Kakkanad.
</p>
</div>
</div>
</section>
<section id="exp" class="container-fluid bg-black p-md-5">
<h2 class="display-2 mb-5 text-white">Experience</h2>
<div class="d-flex flex-column align-items-center">
<!-- exp1 -->
<div class="card" style="width: 18rem">
<img src="imgs/rset.jpg" class="card-img-top p-4" alt="..." />
<div class="card-body">
<h5 class="card-title">
Rajagiri School of Engineering and Technology
</h5>
<p class="card-text">
Currently a First Year Student majoring in Computer Science and
Engineering
</p>
</div>
</div>
<div class="trail"></div>
<!-- exp2 -->
<div class="card" style="width: 18rem">
<img
src="imgs/hasura.png"
class="card-img-top w-50 align-self-center p-4"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">Product Development Fellow at Hasura</h5>
<p class="card-text">
Worked on the Front-End Development of Apps using React Native
</p>
</div>
</div>
<div class="trail"></div>
<!-- exp3 -->
<div class="card" style="width: 18rem">
<img src="imgs/choice.png" class="card-img-top p-4" alt="..." />
<div class="card-body">
<h5 class="card-title">The Choice School</h5>
<p class="card-text">
Studied PCM at The Choice School Tripunithura
</p>
</div>
</div>
</div>
</section>
<footer class="container-fluid p-5">
<div class="row">
<div class="col-3">
<p>© Raphael Tony. All Rights Reserved.</p>
</div>
<div class="col"></div>
<div class="col-2">
<!-- insta -->
<span>
<a
href="https://instagram.com/raph.tony"
className="text-base font-normal text-gray-600 dark:text-gray-300"
target="_blank"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="27"
height="27"
fill="black"
className="bi bi-instagram h-5 w-5"
viewBox="0 0 16 16"
>
<path
d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"
/>
</svg>
</a>
</span>
<!-- LinkedIN -->
<span class="mx-4">
<a
href="https://www.linkedin.com/in/raphaeltony/"
className="text-base font-normal text-gray-600 dark:text-gray-300"
target="_blank"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="27"
height="27"
fill="black"
className="bi bi-linkedin h-5 w-5"
viewBox="0 0 16 16"
>
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"
/>
</svg>
</a>
</span>
<!-- Github -->
<span>
<a href="https://github.com/raphaeltony" target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
width="27"
height="27"
viewBox="0 0 24 24"
>
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"
/>
</svg>
</a>
</span>
</div>
<!-- goto top -->
<div class="col-1">
<a href="#mainNavbar">
<svg
xmlns="http://www.w3.org/2000/svg"
width="28"
height="28"
viewBox="0 0 24 24"
>
<path
d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"
/>
</svg>
</a>
</div>
</div>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj"
crossorigin="anonymous"
></script>
</body>
</html>