-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (57 loc) · 2.9 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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Resume</title>
</head>
<body>
<center><h1>Vishal Kushwaha</h1></center>
<center><img src="./assets/images/Vishal Kushwaha.JPG" alt="Vishal Kushwaha profile picture" width="150px" /></center>
<h2>Summary</h2>
<hr />
<p>Greetings, I'm <b>Vishal Kushwaha</b>, embarking on a dynamic exploration in the realm of technology and creativity. Driven by a profound zeal for tackling challenges and an insatiable thirst for knowledge, I find my calling in the realm of software development. My purpose is to engineer clever, user-focused solutions that not only address present-day complexities but also anticipate the future's possibilities. Come along as I navigate this ever-changing terrain, one code block at a time.</p>
<h2>Education</h2>
<hr />
<h3>University of Mumbai</h3>
<p><i>Bachelor of Engineering in Information Technology</i></p>
<h2>Scholarship and Grants</h2>
<hr />
<h3>Vasantdada Patil Scholarship Scheme</h3>
<h4><i>Vasantdada Patil Pratishthan’s College of Engineering and Visual Arts</i></h4>
<ul>
<li>Awarded as recognition for high scholastic achievements in academics for securing 9.43 SGPI in Second Year
Information Technology Engineering with 50% Tuition fee concession of Rs. 45,164.</li>
</ul>
<h2>Certification</h2>
<hr />
<h3>Microsoft Technology Associate</h3>
<h4><i>Microsoft</i></h4>
<ul>
<li>Awarded for the completion of Software Developments Fundamentals and coding, deployment and testing a project
using the .NET framework.</li>
</ul>
<h3>Academic Excellence Certificate</h3>
<h4><i>Vasantdada Patil Pratishthan’s College of Engineering and Visual Arts</i></h4>
<ul>
<li>Awarded for securing 3rd position in Second Year Information Technology.</li>
</ul>
<h2>Publications</h2>
<hr />
<p><b>“Prevention of brute-force attack using multiple security techniques”</b> with Vishal Kushwaha, et al. <i>International
Journal of Current Research</i>, 11, (03), 1910-1912.</p>
<h2>Technical Skills</h2>
<hr />
<p><b>Languages: </b>HTML, CSS, JavaScript, Java</p>
<p><b>Frameworks: </b>Bootstrap, JUnit</p>
<p><b>Developer Tools: </b>Visual Studio Code, Netbeans, Obsidian, Git, Github</p>
<p><b>Libraries: </b>JQuery</p>
<h2>Other</h2>
<hr />
<p><a href="./public/contact.html">Contact Me</a></p>
<p><a href="./public/hobbie.html">My Hobbies</a></p>
<footer>
<center><p>© 2023, <b>Vishal Kushwaha</b></p></center>
</footer>
</body>
</html>