-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (95 loc) · 3.92 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
<html>
<head>
<link href="style.css" rel="stylesheet">
<title>Anmol Kushwah resume</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
</head>
<body>
<header id="header">
<!-- resume header with your name and title -->
<h1>Anmol Kushwah</h1>
<hr>
Computer Science Engineering Student
<hr>
</header>
<main>
<article id="mainLeft">
<section>
<h2>CONTACT</h2>
<!-- contact info including social media -->
<p>
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="mailto:[email protected]">[email protected]</a>
</p>
<p>
<i class="fab fa-github" aria-hidden="true"></i>
<a href="https://github.com/anmol192">anmol192</a>
</p>
<p>
<i class="fab fa-linkedin" aria-hidden="true"></i>
<a href="https://www.linkedin.com/in/anmol-kushwah19/">anmol-kushwah19</a>
</p>
</section>
<section>
<h2>SKILLS</h2>
<!-- your skills -->
<p>Management • Team Management • Event Management • Public Relations • Graphic Design •
Business Strategy • Business Development • Business Analysis • Business Planning • Design</p>
</section>
<section>
<h2>EDUCATION</h2>
<!-- your education -->
<h3>Computer Science Engineering</h3>
<p>
IES, IPS ACADDEMY , INDORE, M.P
</p>
<p>
2021-2025
</p>
</section>
</article>
<article id="mainRight">
<section>
<h2>ABOUT</h2>
<!-- about you -->
<p>Hello everyone! I am Anmol Kushwah, a passionate individual hailing from the vibrant city of Indore and currently
navigating the fascinating realm of technology at IES IPSACADEMY. I find myself in the exhilarating phase of my
academic journey as I delve into the intricacies of Computer Science, pursuing a B.Tech degree.
As I embark on the challenges of my 6th semester, I am not merely accumulating knowledge; I am actively
contributing to the future of technology. My goal is to leverage the skills I acquire to make a meaningful impact in
the ever-expanding digital landscape. Here's to the exciting journey of discovery, innovation, and growth in the
world of Computer Science!</p>
</section>
<section>
<h2>WORK EXPERIENCE</h2>
<!-- your work experience -->
<h3>Hospitality team member</h3>
<p>
TEDxIPSA Indore
Dec 2023 - Present (2 months)
</p>
<h3>Intern</h3>
<p>
Amstech Group of Companies
Jun 2023 - Jul 2023 (2 months)
graphic design and business developmen
</p>
<h3>Software Engineer Intern</h3>
<p>
Inspark Technologies
May 2023 - Jul 2023 (3 months)
</p>
<ul>
<li>IBM Certified in Basics of Data Science - IBM </li>
<li>IBM certefied in Python Bacis for Data Science - IBM</li>
<li>Certificate for Completion of C Training - Spoken Tutorial</li>
<li>Membership - Women Techmakers</li>
<li>Microsoft Certified: Azure AI Fundamentals - Microsoft</li>
<li>Microsoft azure fundamentals : describe cloud concepts - Microsoft</li>
<li>Microsoft Azure Data Fundamentals : explore core data concepts - Microsoft</li>
</ul>
</section>
</article>
</main>
</body>
</html>