-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
108 lines (107 loc) · 3.73 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css" />
<title>Prakhar Srivastava - Portfolio</title>
<!-- Same header as the home page -->
</head>
<body>
<div class="wrapper">
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</nav>
</header>
<!-- Same header as the home page -->
<section id="home" class="container">
<div class="container">
<div class="profile">
<img
src="WhatsApp Image 2023-04-12 at 18.56.28.jpg"
alt="Prakhar Srivastava"
/>
<div class="profile-text">
<h2>About Me</h2>
<br />
<p>
My objective is to leverage my adaptability, creativity, and
strong work ethic to excel in the technology and software
industry. I am actively working on improving my communication
skills and confidence to further contribute to my personal
growth and career success. My long-term goal is to achieve
excellence through dedication and hard work while remaining
passionate about technology.
</p>
</div>
</div>
<br />
<hr />
<div class="education">
<h2>Education</h2>
<ul>
<li>BML Munjal University</li>
<ul>
<li>B.Tech, Computer Science & Engineering 2022 - 2026</li>
</ul>
<br />
<li>BCM Arya Model Sr. Sec. School, Ludhiana (CBSE board)</li>
<ul>
<li>Senior Secondary(XII), Science</li>
<p>Year of completion: 2022 Percentage: 87.60%</p>
<li>Secondary (X)</li>
<p>Year of completion: 2020 Percentage: 82.80%</p>
</ul>
</ul>
</div>
<hr />
<div class="experience">
<h2>Experience</h2>
<ul>
<li>Executive Committee Member of ACM BMU Student Chapter</li>
<li>Smart India Hackathon 2023, Participant</li>
<li>Creatives Team Member of Pitchfest23</li>
<li>Decor Team Member of Pitchfest23</li>
<li>Design Team Member of Hultprize</li>
<li>Operations Team Member of Hultprize</li>
<li>Creatives Team Member of The Student Yearbook</li>
<li>Organization Committee Member of HackedBMU</li>
<li>Operations Team Member of 67th Milestone Fest</li>
<li>Decor Team Member of 67th Milestone Fest</li>
</ul>
<!-- Add your work experience and skills here -->
</div>
<hr />
<div class="skills">
<h2>Skills</h2>
<ul>
<li>JAVA</li>
<li>C++</li>
<li>DSA</li>
<li>WEB DEVELOPMENT</li>
<li>CREATIVE DESIGNING</li>
<li>VIDEO EDITING</li>
<li>PUBLIC SPEAKING</li>
<li>TEAMWORK</li>
</ul>
</div>
<hr />
</div>
</section>
<footer>
<div class="container">
<p>Get in touch at prakharsrivastava2857@gmail.com</p>
<div class="social-media">
<!-- Add your social media links here -->
</div>
</div>
</footer>
</div>
<!-- Same footer as the home page -->
</body>
</html>