-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
316 lines (275 loc) · 16.2 KB
/
index.html
File metadata and controls
316 lines (275 loc) · 16.2 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
<head>
<link rel="stylesheet" href="./index.css" />
</head>
<body id="index">
<audio id="music" src="./audio-files/piano.mp3" preload="auto">
</audio>
<audio id="thunder" src="./audio-files/thunder.mp3" preload="auto">
</audio>
<video autoplay muted loop id="myVideo">
<source src="./edit 1.mp4" preload="true" type="video/mp4">
</video>
<div id="header">
<div class="container">
<nav>
<img>
<ul>
<li><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#subIn">Contact</a></li>
</ul>
<img id="sun"src="./sun.png">
<div id="backdrop"class="backdrop"></div>
<div id="toggle" class="toggle"></div>
<img class="dark-active" id="dark" src="./dark.png">
</nav>
<div class="elem-mid">
<div>
<div class="header-text">
<div class="inner-text">
<div>
<p>
Junior at
</p>
</div>
<div>
<a target="_blank" href="https://www.utdallas.edu/"><img class="utd"src="./utd.png"></a>
</div>
</div>
<h1>Hi, I am <span id="name" class="pop-anim text">Arvindh</span> from
<div class="test-hid">
<img id="planet" class="earth pop-anim"src="./gif-folder/earth.gif">
<div class="loc">
<span class="india"><span class="In">In</span><span class="d">d</span><span class="ia">ia</span></span>
</div>
</div>
<span id="alias">Bolt</span>
</div>
</div>
<div>
<img id="myPic" class="mypic" src="./MyPic.png">
</div>
</div>
</div>
</div>
<!----------about---------->
<div id="about">
<div class="container">
<div class="row">
<div class="about-column-1">
<img onmouseover="changeImage()" onmouseout="resetImage()" id="about-pic-change" class="about-pic"src="./MyPic2.png" alt="Me">
</div>
<div class="about-column-2">
<h1 id="sub" class="subTitle">About Me</h1>
<p id="about-text" class="about-paragraph">
Hello<span> User!</span>, quite the intro ain't it?
Apoligies for the thunder sound if it got you. But hey,
feel free to interact with the rest of this Portfolio. I have
added music which you can disable by hovering again.Moving on to
the topic of this title. Technology is developing exponentially as you are
reading this. Almost everything has been integrated with TECH. I am interested
on how they work and contribute my chunk to its development; Thinking logically
to solve problems in an efficient way. Maybe it is true, being lazy makes you smart.
</p>
<div class="tab-titles">
<p id="skillHead" class="tab-links">Skills</p>
<p id="eduHead" class="tab-links">Education</p>
<p id="hobbyHead" class="tab-links">Hobbies</p>
</div>
<div class="tab-contents">
<ul id="skill"class="active">
<li id="modech4">
<span>FrontEnd</span><br>Designing Web Interfaces
</li>
<li id="modech5">
<span>BackEnd</span><br>Web App Development
</li>
<li>
<span>Program Knowledge</span><br><div class="program-logos">
<a href="https://en.wikipedia.org/wiki/C%2B%2B" target="_blank">
<img class="cpp-logo" src="./program-logos/cpp.png">
</a>
<a href="https://en.wikipedia.org/wiki/HTML" target="_blank">
<img class="html-logo" src="./program-logos/html.png">
</a>
<a href="https://en.wikipedia.org/wiki/CSS" target="_blank">
<img class="css-logo" src="./program-logos/css.png">
</a>
<a href="https://en.wikipedia.org/wiki/JS" target="_blank">
<img class="js-logo" src="./program-logos/js.png">
</a>
<a href="https://en.wikipedia.org/wiki/Python_(programming_language)" target="_blank">
<img class="py-logo" src="./program-logos/py.png">
</a>
<a href="https://en.wikipedia.org/wiki/Racket_%28programming_language%29" target="_blank">
<img class="dr-logo" src="./program-logos/dr.png">
</a>
<a href="https://en.wikipedia.org/wiki/Java_(programming_language)" target="_blank">
<img class="java-logo" src="./program-logos/java.png">
</a>
<a href="https://en.wikipedia.org/wiki/PostgreSQL" target="_blank">
<img class="psql-logo" src="./program-logos/psql.png">
</a>
</div>
</li>
</ul>
</div>
<div class="tab-contents">
<ul id="edu" class="active">
<li id="modech1">
<span>UnderGraduate-CS</span><br>UTD
</li>
<li id="modech2">
<span>Grade 11-12</span><br>Springdays Hr School
</li>
<li id="modech3">
<span>Grade 6-10</span><br>Ida Scudder School
</li>
</ul>
</div>
<div class="tab-contents">
<ul id="hobby" class="active">
<li id="piano" class="piano">
<div class="pop-anim"id="piano-title">Piano</div><br>Just a beginner
</li>
<li id="modech6">
<div style="display:inline-block;"><a id="coin-collect" href="https://en.wikipedia.org/wiki/Numismatics" target="_blank">Numismatics</a></div><br>Old is gold<img id="coin" src="./gif-folder/coin.gif">
</li>
<li id="modech7">
<a target='_blank'href="golden-amulet-text.pdf"><div id="story">Story Writing</div></a><br><div style="display:inline-block" id="story-text">Currently working on a novel</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-------------------------portfolio------------------------------------>
<div id="portfolio">
<div class="container">
<h1 id="sub1" class="subTitle">My Work</h1>
<div class="workInfo" id="worInf">
My projects are listed below. Scroll the subsection below to navigate them. I am interested
in developing website using HTML,CSS and JS.I like to utilize different APIs
while developing them. I'm also interested in ML and try to integrate in my future projects <a style="color: red;" href="https://github.com/lightningbolt7?tab=repositories" target="_blank">Link to my Projects</a>
</div>
<div id="mainScroll" class="mainScrollDesign">
<div>
<div><img id="scrollStyle" class="" src="./gif-folder/scroll.gif"></div>
<div class="ScrollBox" onscroll="hideScroll()">
<div class="worklist">
<div class="work">
<img id="work7" class="selectedWork" onclick="displayInfoWork(6)" src="./workIMG/PipeBrains.png">
</div>
<div class="work">
<img id="work6" onclick="displayInfoWork(5)" src="./workIMG/Zeus.jpeg">
</div>
<div class="work">
<img id="work5" onclick="displayInfoWork(4)" src="./workIMG/SafeDrive.png">
</div>
<div class="work">
<img id="work4" onclick="displayInfoWork(3)" src="./workIMG/MedCare.png">
</div>
<div class="work">
<img id="work1" onclick="displayInfoWork(0)" src="./workIMG/recimeIMG.png">
</div>
<div class="work">
<img id="work2" onclick="displayInfoWork(1)" src="./workIMG/wordleIMG.png">
</div>
<div class="work">
<img id="work3" onclick="displayInfoWork(2)" src="./workIMG/webIMG.png">
</div>
</div>
</div>
<div id="scroll-Info">
</div>
</div>
<div class="description">
<div id="descriptionHeader">
Header
</div>
<div id="descriptionInfo">
Info
</div>
</div>
</div>
<div class="timeline">
<div onclick="displayTimelineInfo(0)" class="element1">
<div class="timeInfo left hideTime" id="time0">
Late 2019 and early 2020 was when I got introduced to
Programming in my life. This was where the seed was planted
and have been growing since. I started this by learning Java
during highschool. I was introduced to loops, sorting algorithms and
other basics for Java
</div>
</div>
<div onclick="displayTimelineInfo(1)" class="element2">
<div class="timeInfo right hideTime" id="time1" >
During my Junior year of highschool, I was introduced to Python and its basics.
I was able to master it due to prior experience of Java. I scored perfect scores on
Computer Science and Chemistry board exams that are a series of exam conducted all over
the country. Moreover, I was awarded for scoring rank 1 on Physics among all the students in my school
</div>
</div>
<div onclick="displayTimelineInfo(2)" class="element3">
<div class="timeInfo left hideTime" id="time2">
During my senior year of highschool, I was introduced to SQL and its basics.
Through this I learnt how databases are managed and the backend of the program. I also learnt
how to integrate SQL as a backend for Python(frontend) to store and manipulate data. During this year,
I was accepted for fall 2022 application at University of Texas at Dallas. During my freshman year at UTD,
I joined Students Game Development Association (SDGA-organisation) to code games through unity. Through this,
I was exposed to C# and its uses in game development. During fall 2022, I attended HackUTD where I found out that
I required more knowledge over website dev through HTML,CSS and JS. I set a goal to master these languages during the following summer
</div>
</div>
<div onclick="displayTimelineInfo(3)" class="element4">
<div class="timeInfo right hideTime" id="time3">
During my Freshman year, I self-learnt more languages such as HTML,CSS and JS to focus my aim on
website development as I planned after my experience from the hackathon. Over the summer, I learnt the respective languages and proceeded to make small projects.
On knowing the basics, I proceeded to make full stack website that utilises APIs. I was able to sucessfully finish
three of such projects which are listed above. This portfolio that you are currently was successfully deployed
during this year. I also became a member of ACM at UTD
</div>
</div>
</div>
<div id="subIn" class="subTitle" >
Contact
</div>
<div class="contactInfo">
<div id="conInfo">
Thank you for going through my Personal website! Feel free to contact me<br>
if you have any queries.
</div>
<div class="rowCon">
<div class="contact-left">
<div>
<i class="fa-solid fa-envelope"></i>
<div id="modech8">
arvindhkumar.kalainathan@gmail.com
</div>
</div>
<div>
<a href="https://www.linkedin.com/in/arvindh-kumar-kalainathan-b16681281/" target="_blank"><i class="linkedIn fa-brands fa-linkedin fa-lg"></i></a>
<div id="modech9" class="titleLinked">
LinkedIn
</div>
</div>
</div>
<div class="contact-right">
<form action="https://formsubmit.co/76797781b3518fd0eac12ba903f0e298" method="post">
<input type="text" name="Name" placeholder="Your Name" required>
<input type="email" name="email" placeholder=" Your Email" required>
<div class="rowSubmit">
<textarea name="Message" rows="7" placeholder="Your Message"></textarea>
<button type="submit">Submit</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<script src="./index.js"></script>
<script src="https://kit.fontawesome.com/e95e4bbbc7.js" crossorigin="anonymous"></script>
</body>