-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
268 lines (219 loc) · 9.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>ARYAN KOHLI</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<script defer src="script.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.12.2/lottie.min.js">
</script>
<script>
var animation;
animation = bodymovin.loadAnimation({
container: document.getElementById("M1"),
path: 'animation/motion.json',
render: 'svg',
loop: false,
autoplay: true,
name: "trans"
});
</script>
<canvas id="canvas" ></canvas>
<script src="canvas.js"></script>
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<h1 class="logo"><a href="index.html">Aryan Kohli</a></h1>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#Interests">Interests</a></li>
<li><a class="nav-link scrollto " href="#portfolio">Technical Skills</a></li>
<li class = "nav-link scrollto"><a href="https://drive.google.com/drive/u/0/folders/15FxusvYOoIxXGTO2UwgGadU9v_HP7IKK" target="_blank"><span>My Resume</span> </a>
</li>
<li><a class="nav-link scrollto" href="https://github.com/AryanKohli88" target="_blank">GitHub</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container position-relative" data-aos="fade-up" data-aos-delay="500">
<h1>Welcome to My Website</h1>
<a href="#about" class="btn-get-started scrollto">Know About Me</a>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<!-- <div class="row"> -->
<div data-aos="fade-left">
<!-- class="col-lg-6 order-1 order-lg-2" -->
<!-- <img src="assets/img/about.jpeg" class="img-fluid" alt=""> -->
<h1 style="text-align: center;"> <b> Aryan Kohli </b></h1>
</div>
<!-- <div class="col-lg-6 pt-4 pt-lg-0 order-2 order-lg-1 content" data-aos="fade-right">
<h3>Student at BITS Pilani, Goa Campus</h3>
<br><br><br>
<p class="fst-italic">
Hey! I am Aryan Kohli, a student at BITS Goa.<br> Have a look at my website.
</p>
</div> -->
<!-- </div> -->
</div>
</section><!-- End About Section -->
<!-- ======= Why Us Section ======= -->
<section id="Interests" class="why-us">
<div class="container">
<div class="section-title">
<span>Interests</span>
<h2>Interests</h2>
<p><I>Living a life without savoring every flavor is like a book with only one chapter — an opportunity missed, a taste unexplored, a universe left uncharted<br>- Chat GPT</I></p>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-up">
<a target="_blank" href="development.html">
<div class="box">
<span>01</span>
<h4>Video Editing & Animation</h4>
</div>
</a>
</div>
<div class="col-lg-4 mt-4 mt-lg-0" data-aos="fade-up" data-aos-delay="150">
<a target="_blank" href="Projects.html">
<div class="box">
<span>02</span>
<h4>Development</h4>
</div>
</a>
</div>
<div class="col-lg-4 mt-4 mt-lg-0" data-aos="fade-up" data-aos-delay="300">
<a target="_blank" href="Product.html">
<div class="box">
<span>03</span>
<h4>Product Decks</h4>
</div>
</a>
</div>
</div>
</div>
</section><!-- End Why Us Section -->
<!-- ======= Clients Section ======= -->
<section id="clients" class="clients">
</section><!-- End Clients Section -->
<!-- ======= Tools Section ======= -->
<section id="portfolio" class="Tools">
<div class="section-title">
<span>Technical Skills</span>
<h2>Technical Skills</h2>
</div>
<div class="container">
<div class="half"> <b>
<section class="hidden">
<div class="icon-box">
<h4>Data Structures & Algorithms, Object Oriented Programing and Databases</h4>
<p>C++, Java and SQL</p>
</div>
</section>
<!--
<section class="hidden">
<div class="icon-box">
<h4></h4>
<p>Java</p>
</div>
</section>
<section class="hidden">
<div class="icon-box">
<h4>MySQL</h4>
<p>Skilled in MySQL database management</p>
</div>
</section>
-->
<section class="hidden">
<div class="icon-box">
<h4>Full Stack Development</h4>
<p>HTML, CSS, JavaScript - Node.js (ExpressJS, NestJS) and React.
</div>
</section>
<section class="hidden">
<div class="icon-box">
<h4>Video Editing</h4>
<p>Adobe Premiere Pro, Adobe After Effects and Adobe Animate.
</div>
</section>
<!-- <section class="hidden">
<div class="icon-box">
<h4>After Effects</h4>
<p>Earned LinkedIn Assessment badge.
</div>
</section>
<section class="hidden">
<div class="icon-box">
<h4>Adobe Animate</h4>
<p>Earned LinkedIn Assessment badge.</p>
</div>
</section> -->
</b>
</div>
</div>
</section><!-- End Interests Section -->
<section id="cta" class="cta">
</section>
</section>
</main>
<footer id="footer">
<div class="footer-top" >
<div class="row" style="margin-left:auto; margin-right:0;">
<div class="col-lg-6 col-md-6">
<div class="footer-info">
<h3>ARYAN KOHLI</h3>
<p>
BITS Pilani, K.K.Birla Goa Campus <br>
Zuarinagar,Goa<br><br>
<strong>Email:</strong> [email protected]<br>
</p>
<div class="social-links mt-3">
<a href="https://www.instagram.com/aryankohli88/" target="_blank" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/aryan-kohli-00a594202/" target="_blank" class="linkedin"><i class="bi bi-linkedin"></i></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>My Blogs</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="development.html ">Unware World</a></li><br>
</ul>
</div>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>