-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
280 lines (266 loc) · 13.1 KB
/
resume.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Favicon -->
<link rel="icon" href="assets/img/favicon-portfolio.svg" type="image/png">
<!-- Remixicon -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet" />
<!-- Linking useful css file -->
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/header.css">
<link rel="stylesheet" href="assets/css/resume.css">
<link rel="stylesheet" href="assets/css/footer.css">
<!-- Social-icons script -->
<script src="https://kit.fontawesome.com/4bff2ef1c5.js" crossorigin="anonymous"></script>
<!-- Title of Resume Page -->
<title>Ayush's Resume</title>
</head>
<body>
<!-- Header section starts -->
<!-- ------- ------- -------- --------- --------- --------- --------->
<header class="header">
<nav class="navbar">
<div id="nav-close"></div>
<a href="index.html" target="_parent">About</a>
<a href="resume.html">Resume</a>
<a href="project.html">Projects</a>
<a href="contact.html">Contact</a>
</nav>
<button class="hamburger hamburger--emphatic" type="button">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
</header>
<!-- Header section ends -->
<!-- Navigation Menu starts -->
<!-- ------- ------- -------- --------- --------- --------- --------->
<nav class="navigation__menu">
<ul class="nav-categories ul-base">
<li><a href="index.html" target="_parent">About </a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="project.html">Projects </a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<div class="social-and-copyright">
<ul class="social-list ul-base">
<li><a a class="social-media-link" href="https://twitter.com/AyushBM1" target=_blank>
<i class="fab fa-twitter fa-lg"></i>
</a></li>
<li><a a class="social-media-link" href="https://www.instagram.com/ayush.bm/" target=_blank>
<i class="fab fa-instagram fa-lg"></i>
</a></li>
<li><a a class="social-media-link" href="https://www.linkedin.com/in/ayush-b-m/" target=_blank>
<i class="fab fa-linkedin-in fa-lg"></i>
</a></li>
<li><a a class="social-media-link" href="https://github.com/ayush-sleeping" target=_blank>
<i class="fab fa-github fa-lg"></i>
</a></li>
<li> <a a class="social-media-link" href="mailto:[email protected]" target=_blank>
<i class="fas fa-envelope-open fa-lg"></i>
</a></li>
</ul>
<div class="copyright">
<span>Ayush B Mishra</span>
</div>
</div>
</nav>
<!-- Home section starts -->
<!-- ------- ------- -------- --------- --------- --------- --------->
<section class="home" id="home">
<div class="home__container container_contact grid">
<div class="home__data">
<h1 class="home__name">Resume</h1>
<p class="home__work">
Download my Resume from here
<br><br>
<a href="https://drive.google.com/file/d/1EP7t8MCwoZ93WbiIIS0ZNeQcZFH4DcPe/view?usp=sharing"
class="Download">
<button class="button download-btn">Download</button>
</a>
</p>
</div>
</div>
</section>
<!-- Resume section starts -->
<!-- ------- ------- -------- --------- --------- --------- --------->
<main class="resume-main">
<section class="personal-info">
<h1 class="name"> Ayush B Mishra </h1>
<div class="social-media">
<a a class="social-media-link" href="https://twitter.com/AyushBM1" target=_blank>
<i class="fab fa-twitter fa-lg"></i>
</a>
<a a class="social-media-link" href="https://www.instagram.com/ayush.bm/" target=_blank>
<i class="fab fa-instagram fa-lg"></i>
</a>
<a a class="social-media-link" href="https://www.linkedin.com/in/ayush-b-m/" target=_blank>
<i class="fab fa-linkedin-in fa-lg"></i>
</a>
<a a class="social-media-link" href="https://github.com/ayush-sleeping" target=_blank>
<i class="fab fa-github fa-lg"></i>
</a>
<a a class="social-media-link" href="mailto:[email protected]" target=_blank>
<i class="fas fa-envelope-open fa-lg"></i>
</a>
</div>
<div class="title">
Interested in Software Engineering / Skilled in FullStack Web Development
</div>
<p class="discription">
I am eager to showcase my skills and capabilities and am actively seeking opportunities to prove myself
in
the industry.
</p>
</section>
<section class="skill-section">
<h2>Technical Skills</h2>
<div class="skills">
<div class="skill">
<h3 class="skill-name">SKilled in:</h3>
<p class="skill-discription">HTML5, CSS3, Javascript ES6, Git/GitHub, ReacJS-Framework, RWD
(Responsive Web
Design), VS Code
</p>
</div><br>
<div class="skill">
<h3 class="skill-name">Learning:</h3>
<p class="skill-discription">C++ + DSA, MangoDB, ExpressJS, ReactJS, NodeJS, SEO, Linux ZORIN
</p>
</div><br>
<div class="skill">
<h3 class="skill-name">Familiar:</h3>
<p class="skill-discription">C, C#, Java, Asp.net, Android Dev., Python, Bootstarp
</p>
</div>
</div>
</section>
<section class="experience-section">
<h2 class="job-experience">Education</h2>
<div class="experience">
<div class="experience-item">
<hr>
<h3>Bachelor of Science in Computer Science </h3>
<span class="company"><i class="far fa-building"></i> <a class="insitution-link"
href="https://sncollege.com/">Shankar Narayan College
of Commerce & Arts</a></span>
<span class="duration"><i class="far fa-calendar-alt"></i> 2020 - 2023 (3 yr.)</span>
<p>
This College is Affiliated to the University of Mumbai <br>
Relevant Cources: <br>
USCS204 Core Subject : Data Structures,
USCS303 Core Subject : Operating System,
USCS304 Core Subject : Database Management Systems,
USCS401 Core Subject : Fundamentals of Algorithm,
USCS403 Core Subject : Computer Networks,
USCS404 Core Subject : Software Engineering,
USCS501 Core Subject : Artificial Intelligence,
USCS602 Core Subject : Cloud Computing
</p>
</div>
<div class="experience-item">
<hr>
<h3>High School (std. 9th to 12th) </h3>
<span class="company"><i class="far fa-building"></i> <a class="insitution-link"
href="https://www.rahuleducation.com/divinejne.html">Divine Providence High School and Jr.
College of
Commerce & Science</a></span>
<span class="duration"><i class="far fa-calendar-alt"></i> 2016 to 2020 (4 yr.)</span>
<p>
Maharashtra State Board <br>
Relevant subjects: <br>
Mathematics, Physics, Chemistry, Biology, Information Technology, English
</p>
</div>
</div>
</section>
<section class="experience-section">
<h2 class="job-experience">Certifications</h2>
<hr>
<div class="experience">
<div class="experience-item">
<h3>JavaScript - Basics to Advanced ES6 step by step</h3>
<span class="company"><i class="far fa-building"></i> <a class="insitution-link"
href="https://udemy.com/">Udemy</a></span>
<span class="duration"><i class="far fa-calendar-alt"></i> Issued Dec 2022 </span>
<p>
Credential ID: UC-0382127f-523a-4c7f-b966-ba33426153be | <a class="credential-link"
href="https://www.udemy.com/certificate/UC-0382127f-523a-4c7f-b966-ba33426153be/">Show
credential</a>
</p>
</div>
<div class="experience-item">
<hr>
<h3>CSS3 - Basics To Advanced for front end development </h3>
<span class="company"><i class="far fa-building"></i> <a class="insitution-link"
href="https://udemy.com/">Udemy</a></span>
<span class="duration"><i class="far fa-calendar-alt"></i> Issued May 2022 </span>
<p>
Credential ID: UC-51b13cf3-54d4-476a-8922-6841ffb80420 | <a class="credential-link"
href="https://www.udemy.com/certificate/UC-51b13cf3-54d4-476a-8922-6841ffb80420/">Show
credential</a>
</p>
</div>
<div class="experience-item">
<hr>
<h3>HTML5 - From Basics to Advanced level</h3>
<span class="company"><i class="far fa-building"></i> <a class="insitution-link"
href="https://udemy.com/">Udemy</a></span>
<span class="duration"><i class="far fa-calendar-alt"></i> Issued Apr 2022 </span>
<p>
Credential ID: UC-f44a31cf-9b88-41aa-b599-a625953ef12e | <a class="credential-link"
href="https://www.udemy.com/certificate/UC-f44a31cf-9b88-41aa-b599-a625953ef12e/">Show
credential</a>
</p>
</div>
</div>
</section>
<section class="experience-section">
<h2 class="job-experience">Extracurricular Activities</h2>
<hr>
<div class="experience">
<div class="experience-item">
<h3>Open Source</h3>
<p>
Some "Open Source Programs" which I have completed are
Hacktoberfest '2021, <br>
Girlscript Winter of Contributing '2021, <br>
JGEC Winter of Contributing '2022, <br>
Girlscript Summer of Code ‘2022. <br>
( Here I have contributed mostly mini JavaScript projects, Frontend Clones, Chrome Extension,
some CSS
effects, Landing pages and Improved some Projects Documentation on GitHub ).
</p>
</div>
</div>
</section>
</main>
<!-- Footer section starts -->
<!-- ------- ------- -------- --------- --------- --------- --------->
<footer>
<div class="footer">
<div class="row">
<ul>
<li><a href="index.html" target="_parent">About </a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="project.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="https://drive.google.com/file/d/169uQkHJC5THcKCzs2NvaF4hBrZUpSMAm/view?usp=sharing">
Download - Resume</a></li>
</ul>
</div>
<div class="row">
© Copyright 2023 - Ayush B Mishra
</div>
</div>
</footer>
<!-- Linking main JavaScript -->
<script src="assets/js/main.js"></script>
<!-- Icons link -->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>