-
Notifications
You must be signed in to change notification settings - Fork 1
/
about_me.html
77 lines (74 loc) · 3.28 KB
/
about_me.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>about me | aintKaran</title>
<link rel="icon" type="image/x-icon" href="icon.png">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<style>
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900 display=swap')
</style>
</head>
<body>
<div class="aboutme">
<div class="nav">
<div class="logotype">
<a href="index.html">aintKaran</a>
</div>
<div class="pageab">
00
</div>
</div>
<div class="hey">
<div class="marquee">
<div class="track">
<div class="test">
aintKaran • aintKaran • aintKaran • aintKaran • aintKaran
</div>
</div>
</div>
</div>
<div class="content">
<div class="brief">
About me
</div>
<div class="para">
Have you heard of the belif especially well established in Indian middle class families of <span>"When
confused, choose engineering"</span>? Well, let's just say Karan fell victim to that notion and it
changed his life for the best.
</div>
<div class="para">
Karan, being born in a small town, had to move out to aquire basic schooling. From Delhi to Kerala,
Bihar to Rajasthan, all this movement did one thing and that is make him more <span>aware of the
cultural differences</span> but more importantly the esscence of what binds us together. In the
midst of all the cultural chaos and uncertainity, he found his companion in perfectly imperfect
<span>music</span>.
</div>
<div class="para">
He didn't end up join engineering, instead took some time off and completed his <span>Diploma in the Art
of Photography</span>, tried his hands on businesses and trades, and is now pursuing <span>User
Experience Design</span>. His <span>passion to learn</span> drives him to take on random colourful
adventures deep into <span>diverse subject matters</span>. His borderline neurodivergence also
contributes to his devotion towards <span>quality craftsmanship</span>.
</div>
<div class="para">
He loves to take some time off <span>cycling</span> through his, now, suburban town taking in all that
he missed growing away from home.
</div>
</div>
</div>
<div class="cov">
<div class="cover">
</div>
<div class="nav">
<div class="copyab">
<p>copyright © 2024 </p>
<p>aintKaran • all rights reserved</p>
</div>
</div>
</div>
</body>
</html>