-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (59 loc) · 1.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Capstone Project_Resume</title>
</head>
<body>
<h1>Lakshya Khilwani</h1>
<img src=".//assets/Images/Profile.jpeg" height="120" />
<h2>Summary</h2>
<p>
A passionate student pursuing Mathematics and Computing at IIT BHU.<br />
My journey in the world of technology has been fueled by a love for coding
and a curiosity to explore the vast possibilities it offers.
</p>
<hr />
<h2>Education</h2>
<ul>
<li>Currently, pursuing Mathematics and Computing at IIT BHU</li>
<li>Holy Cross Kapa (Passed Class 12th with 95.8%)</li>
</ul>
<hr />
<h2>What all did I do in 1st Year</h2>
<ul>
<li>Made New Friends</li>
<li>Fall in love with CP (Competitive Programing :) )</li>
<li>Started Web Development</li>
<li>Joined SAIC as Student Executive</li>
</ul>
<hr />
<h2>Skills</h2>
<ul>
<li>HTML,CSS</li>
<li>MySQL</li>
<li>Python</li>
<li>C/C++</li>
<li>Java</li>
<li>Good Communication</li>
</ul>
<hr />
<h2>Awards and Certification</h2>
<ul>
<li>Cleared RMO</li>
<li>Cracked JEE</li>
<li>Excellent Performance in IMO,NSO in class 11th</li>
<li>Scored 95.8% in Class 12th</li>
<li>Scored 92.6% in Class 10th</li>
</ul>
<hr />
<h2>Some more</h2>
<a href="./Public/about.html">About Me</a><br />
<a href="./Public/contact.html">Contact Me</a>
<hr />
<footer>
<p>© 2024 Lakshya Khilwani <br> All Rights Reserved</p>
</footer>
</body>
</html>