-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
179 lines (172 loc) · 8.28 KB
/
Copy pathindex.html
File metadata and controls
179 lines (172 loc) · 8.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap" rel="stylesheet">
<script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script>
<script nomodule src="https://unpkg.com/@google/model-viewer/dist/model-viewer-legacy.js"></script>
<script src="https://kit.fontawesome.com/e402329cbc.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<title>My Portfolio</title>
</head>
<body>
<header>
<div class="leftbar">
<div class="profile-photo">
<div class="bluepan">Advait Jain</div>
</div>
<div class="navs">
<div class="item">
<a href="#home">
<p class="icon"><i class="fa-solid fa-house fa-fade" style="color: #ffffff;"></i></p>
<p class="tab">HOME</p>
</a>
</div>
<div class="item">
<a href="#abt">
<p class="icon"><i class="fa-solid fa-user fa-fade" style="color: #ffffff;"></i></p>
<p class="tab">ABOUT ME</p>
</a>
</div>
<div class="item">
<a href="#cdng">
<p class="icon"><i class="fa-solid fa-file-code fa-fade" style="color: #ffffff;"></i></p>
<p class="tab">CAN CODE IN</p>
</a>
</div>
<div class="item">
<a href="#three">
<p class="icon"><i class="fa-solid fa-cubes fa-fade" style="color: #ffffff;"></i></p>
<p class="tab">3D Model</p>
</a>
</div>
</div>
</div>
</header>
<section id="home">
<div class="mc">
<div class="bg-trp">
<div>
<h1>Advait <span class="jnn">Jain</span></h1>
<p>I love <a href="" class="typewrite" data-period="1000"
data-type='[ "Web Dev", "Coding", "TL :)" ]'>
<span class="wrap"></span>
</a></p>
<script type="module" src="/main.js"></script>
</div>
</div>
</div>
</section>
<section id="abt">
<div class="content">
<div class="head">
<h1 class="aboutme">About Me.</h1>
<h1><i class="fa-regular fa-user fa-flip fa-lg" style="color: #00a3e1;"></i></h1>
</div>
<div class="deta-flex">
<div class="deta">
<h2>Proud Student, IITH</h2>
<p>I am delighted to present to you my personal website, as a task for my application to join
the illustrious Tinkerers Lab. My name is Advait Jain, a first-year B.Tech student pursuing
Computer Science and Engineering (CSE). Through this website, I hope that I am able to
demonstrate
my prowess and passion for development.</p>
<p>I am eager to contribute my skills, ideas, and enthusiasm to the diverse projects and
collaborations that the lab offers. Together , I am confident that we can push the boundaries of
technology, explore uncharted territories, and create a thriving tech culture in our college.
</p>
</div>
<div class="clo">
<h2>Personal Information</h2>
<p><span class="bb">Name</span>: Advait Jain</p>
<p><span class="bb">Roll No.</span>: CS22BTECH11003</p>
<p><span class="bb">Branch</span>: CSE</p>
<p><span class="bb">CGPA</span>: 9.44</p>
<p><span class="bb">Email</span>: <a
href="mailto:cs22btech11003@iith.ac.in" title="Click here to drop a mail">cs22btech11003@iith.ac.in</a></p>
<p><span class="bb">Mobile</span>: <a href="tel:+918817255567" title="Click here to call">+91 88172 55567</a></p>
</div>
</div>
<div class="hoobies">
<div>
<h1>Hobbies</h1>
</div>
<div class="iconhob">
<div class="icndtl">
<h2><i class="fa-solid fa-laptop-code" style="color: #00a3e1; font-size: 70px;"></i></h2>
<h3>Web Development</h3>
</div>
<div class="icndtl">
<h2><i class="fa-solid fa-table-tennis-paddle-ball"
style="color: #00a3e1; font-size: 70px;"></i></h2>
<h3>Table Tennis</h3>
</div>
<div class="icndtl">
<h2><i class="fa-solid fa-book" style="color: #00a3e1; font-size: 70px;"></i></h2>
<h3>Reading current affairs</h3>
</div>
<div class="icndtl">
<h2><i class="fa-solid fa-satellite" style="color: #00a3e1; font-size: 70px;"></i></h2>
<h3>Astronomy</h3>
</div>
</div>
</div>
</div>
</section>
<section id="cdng">
<div class="content">
<div class="head">
<h1 class="aboutme">I can Code In</h1>
<h1><i class="fa-solid fa-code fa-flip fa-lg" style="color: #00a3e1;"></i></h1>
</div>
<div class="grid-lang">
<div class="continer"><img src="./js-logo.png" alt="js-logo">
<h3>JavaScript</h3>
</div>
<div class="continer"><img src="./html-logo.png" alt="js-logo">
<h3>HTML</h3>
</div>
<div class="continer"><img src="./css-logo.png" alt="js-logo">
<h3>CSS</h3>
</div>
<div class="continer"><img src="./c-logo.png" alt="js-logo">
<h3>C</h3>
</div>
<div class="continer"><img src="./cpp-logo-1.png" alt="js-logo">
<h3>C++</h3>
</div>
<div class="continer"><img src="./bootstrap-logo.png" alt="js-logo">
<h3>Bootstrap</h3>
</div>
<div class="continer"><img src="./python-logo.png" alt="js-logo">
<h3>Python</h3>
</div>
<div class="continer"><img src="./mysql.png" alt="js-logo" class="mysql">
<h3>MySQL</h3>
</div>
<div class="continer"><img src="./java-logo.png" alt="js-logo">
<h3>Java</h3>
</div>
</div>
</section>
<section id="three">
<div class="content modelll">
<div class="head">
<h1 class="aboutme">3-D Model Demo</h1>
<h1><i class="fa-brands fa-unity fa-flip fa-lg" style="color: #00a3e1;"></i></h1>
</div>
<model-viewer id="mv-demo" shadow-intensity="1" src="./knight_-_includes_file_for_3d_printing.glb"
alt="A 3D model of a viking" auto-rotate camera-controls></model-viewer>
</div>
</section>
<script src="script.js"></script>
</body>
</html>