-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.html
306 lines (292 loc) · 11.8 KB
/
profile.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="This is a Developer profile page. Get to know about me and my qualifications, achievements and interests."
/>
<title>iAryan | Profile</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin="anonymous"
/>
</head>
<body>
<!-- Navigation Bar -->
<nav
class="navbar sticky-top navbar-expand-lg navbar-dark"
style="background-color: darkblue"
>
<div class="container-fluid">
<a class="navbar-brand" href="/iAryan/">iAryan</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<div class="collapse navbar-collapse justify-content-md-center">
<ul class="navbar-nav mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="/iAryan/">Home</a>
</li>
<li class="nav-item">
<a
class="nav-link active"
aria-current="page"
href="/iAryan/profile.html"
>Profile</a
>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="/iAryan/pages/blogs.html"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Explore
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/iAryan/pages/blogs.html">Programming</a></li>
<li><a class="dropdown-item" href="/iAryan/pages/blogs.html">Web Development</a></li>
<li><hr class="dropdown-divider" /></li>
<li>
<a class="dropdown-item" href="/iAryan/pages/blogs.html">Blogs</a>
</li>
</ul>
</li>
</ul>
</div>
<button class="btn btn-outline-primary text-white" type="submit">
<a class="nav-link" href="/iAryan/contact.html">Contact</a>
</button>
</div>
</div>
</nav>
<!-- Heading -->
<div class="p-4 p-md-5 mb-4 text-bg-dark">
<div class="col-md-6 px-0">
<h1 class="display-4 fst-italic">Welcome to My Profile</h1>
<p class="lead my-3">
The page contains information about me. I have shared my academic
qualifications, my achievements, skills and interests and my contact
details.
</p>
<p class="lead mb-0">
<a href="/iAryan/contact.html" class="text-white fw-bold">Talk to me.</a>
</p>
</div>
</div>
<!-- Breadcrumb -->
<nav
class="mx-4"
style="--bs-breadcrumb-divider: '>'"
aria-label="breadcrumb"
>
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/iAryan/">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Profile</li>
</ol>
</nav>
<hr />
<!-- Scrollspy -->
<div class="container-fluid">
<div class="row">
<div class="col-4">
<nav
id="navbar-example3"
class="mx-4 h-100 flex-column align-items-stretch pe-4 border-end"
>
<nav class="nav nav-pills flex-column">
<a class="nav-link" href="#item-1">About me</a>
<a class="nav-link" href="#item-2">Academic qualifications</a>
<nav class="nav nav-pills flex-column">
<a class="nav-link ms-3 my-1" href="#item-2-1">B. Tech</a>
<a class="nav-link ms-3 my-1" href="#item-2-2">Class XII</a>
<a class="nav-link ms-3 my-1" href="#item-2-3">Class X</a>
</nav>
<a class="nav-link" href="#item-3">Achievements</a>
<nav class="nav nav-pills flex-column">
<a class="nav-link ms-3 my-1" href="#item-3-1"
>TechZHut May 2022 Winner</a
>
<a class="nav-link ms-3 my-1" href="#item-3-2"
>Static Website Developed</a
>
</nav>
<a class="nav-link" href="#item-4">Skills</a>
<a class="nav-link" href="#item-5">Interests</a>
</nav>
</nav>
</div>
<div class="col-7" style="height: 600px; overflow-y: scroll;">
<div
data-bs-spy="scroll"
data-bs-target="#navbar-example3"
data-bs-smooth-scroll="true"
class="scrollspy-example-2"
tabindex="0"
>
<div id="item-1">
<h4>About Me</h4>
<p>
Myself <strong>Aryan</strong>. <br />
I am a <i>Computer Science Undergraduate</i>, currently pursuing
the degree of <i>Bachelor of Technology</i>. I am in second year
of my four years course duration. After completing my schooling
till XII standard, I took admission in
<i>I K Gujral Panjab Technical University</i>, which is in
located Panjab. I am doing B.Tech in computer Science and
Engineering (CSE), which is fortunately in my realm of keen
interest. Aspiring to become a Software Development Engineer, I
also love Robotics and Artificial Intelligence(AI).
</p>
</div>
<br>
<div id="item-2">
<h4>Academic qualifications</h4>
<p>My Academic qualifications are as shown below:</p>
</div>
<div id="item-2-1">
<h5>B.tech</h5>
<p>
Secured <strong>CGPA 8.5</strong> in <i>2021</i> in my first semester of Engineering.
from my college <i>I K Gujral Panjab Technical University</i>.
</p>
</div>
<div id="item-2-2">
<h5>Class XII</h5>
<p>
Secured <strong>percentage: 87.6</strong> in standard XII in the year <i>2019</i> from my school <i>Chinmaya Vidyalaya, B.S. City</i>, affiliated to <i>Central Board Of Secondary Education(CBSE)</i>.
</p>
</div>
<div id="item-2-3">
<h5>Class X</h5>
<p>
Secured <strong>percentage: 92.5</strong> in standard X in the year <i>2017</i> from my school <i>Saint Thomas School, Godda</i>, affiliated to <i>Indian Council of Secondary Education(ICSE)</i>.
</p>
</div>
<br>
<div id="item-3">
<h4>Achievements</h4>
<p>My list of achievements till date are as under: </p>
</div>
<div id="item-3-1">
<h5>TechZHut May 2022 Winner</h5>
<p>Secured <strong><i>Rank 1</i></strong> in Coding Competition held in May in our College Coding Club - TechZHut. <br>
Won <strong><i>First Prize Medal</i></strong> in Quiz Competition held in may organized by our College Coding Club.
</p>
</div>
<div id="item-3-2">
<h5>First Static Website Deployed</h5>
<p>
Designed my <strong><i>first static multipage WebSite</i></strong> using Bootstrap framework. The website is none other than the one you are surfing right now:)</p>
</div>
<br>
<div id="item-4">
<h5>Skills</h5>
<p>
My technical skills include <strong><i>programming</i></strong>. I have an intermediate level knowledge of languages like <strong><i>Java, C++ and C</i></strong>. <br>
<strong>IT constructs</strong> include <i>Data Structures and Algorithms</i> and <i>Object oriented programming system</i> - newbie. <br>
The technology I am working on is <strong><i>Front End Web Development</i></strong> (Design). This website is itself a part of the project, which is designed by implementing <i>bootstrap - the front end framework</i>. <br>
The <strong>development tool</strong> that i am use to is <strong><i>Visual Studio Code</i></strong>.</p>
<p>
Other skills are: <br>
I am a <i>fast learner</i>, <i>consistent</i> in my work and <i>punctual</i>.
</p>
</div>
<br>
<div id="item-5">
<h5>Interests & Hobbies</h5>
<p>Interested in <i>learning new technologies and working on them</i>, I also <i>love programming</i> and solving new problems by implementing the concepts of <i>data Structures and Algorithms</i>. <br>
Aspiring to become a Software Development Engineer, i am also enthusiastic about <i>Robotics and Machine Learning</i>. Hope I will be here for you, acquired with these amazing skills, to solve some real world problems. <br>
Believe me or not, fortunately my hobby is programming. I also like listening music though:)
</p>
<p>
You can reach to be by my social media handle. <br>
Thanks
</p>
</div>
</div>
</div>
</div>
</div>
<br />
<!-- footer -->
<div class="container">
<footer
class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top"
>
<div class="col-md-4 d-flex align-items-center">
<a
href="/iAryan/"
class="mb-3 me-2 mb-md-0 text-muted text-decoration-none lh-1"
>
iAryan
</a>
<span class="mb-3 mb-md-0 text-muted"
>© 2022 All rights reserved.</span
>
</div>
<ul class="nav col-md-4 justify-content-end list-unstyled d-flex">
<li class="ms-3">
<a
class="text-muted"
href="https://github.com/iAryanK"
target="_blank"
><img
class="bi"
width="24"
height="24"
src="/iAryan/icons/Github.png"
alt="Github"
/></a>
</li>
<li class="ms-3">
<a
class="text-muted"
href="https://www.linkedin.com/in/iaryank/"
target="_blank"
><img
class="bi"
width="24"
height="24"
src="/iAryan/icons/Linkedin.png"
alt="LinkedIn"
/></a>
</li>
<li class="ms-3">
<a
class="text-muted"
href="https://twitter.com/i_AryanK"
target="_blank"
><img
class="bi"
width="24"
height="24"
src="/iAryan/icons/Twitter.png"
alt="Twitter"
/></a>
</li>
</ul>
</footer>
</div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa"
crossorigin="anonymous"
></script>
</body>
</html>