Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
178 changes: 175 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,177 @@
<p>Hello World</p>
<!DOCTYPE html>

<p>Quote 1: “Those who have a 'why' to live, can bear with almost any 'how'.” - Viktor E. Frankl</p>
<head>
<title>
Ayush's Resume
</title>
<style>
td {
border:0.5px solid black ;
border-color: black;
}
</style>
</head>

<p>Quote 2: "Why do we fall Bruce. So we can learn to pick ourselves up" - Alfred<p>
<body>
<table>
<thead style="width:100%">
<div style="margin-left: 900px;">
<u>
<h1 style="">Ayush Gupta
&nbsp;&nbsp;
</u>
<img src="https://challengepost-s3-challengepost.netdna-ssl.com/photos/production/user_photos/000/680/878/datas/profile.JPG"
alt="Ayush photo">
</h1>



<a href="https://github.com/beingayushgupta">Github </a>&nbsp;
<a href="https://linkedin/beingayushgupta">Linkedin </a>&nbsp;
<a href="https://www.Interviewbit.com/ayush">Coding Profile</a>
</div>
</br>
</br>
</thead>
<tbody>
<tr>
<td style="width:50%;">
<u><b>CAREER OBJECTIVE:</b></u></br>
Willing to work in a challenging position within the
organization where I can utilize my interpersonal skills
to serve the company and enhance the same
</td>
<td>
</br>
<u><b>KEY EXPERTISE/SKILLS:</u></b></br>
<ul>
<li>
Algorithms, Data-Structures, Operating-System
</li>
<li>
DBMS, MySQL , Java , C++, HTML, CSS
</li>
</ul>
</td>
</tr>
<tr>
<td>
</br>
<u><b>EDUCATION:</b></u></br>
<ul>
<li>
NIT BHOPAL
<ul>
<li>
<pre>M.C.A. 2017-2020</pre>
</li>
</ul>
</li>
<li>
BANARAS HINDU UNIVERSITY
<ul>
<li>
<pre>B.Sc. MATHEMATICS(HONS.) 2014-2017</pre>
</li>
</ul>
</li>
<li>
Lions College
<ul>
<li>
<pre>12th|CBSE 2013-2014</pre>
</li>
</ul>
</li>
<li>
Lions College
<ul>
<li>
<pre>10th|CBSE 2011-2012</pre>
</li>
</ul>
</li>
</ul>
</td>
<td>
<u><b>PROJECTS</b></u>:
<ol>
<li>MOVIE RECOMMENDATION SYSTEM:</br>
<ul>
<li>
Content-Based: Based on the similarity of the movies
watched in the past
</li>
<li>
Collaborative Filtered: Created User-User and
Item-Item Similarity matrix for suggesting new movies.
</li>
</ul>
</li>
<li>
STUDENT ASSIGNMENT SUBMISSION SYSTEM:</br>
<ul>
<li>
Key Skills: Java,CSS, HTML, JSP, MySQL, Servlets
</li>
<li>
Online portal for submitting assignment to concerned
faculty.
</li>
<li>
Separate portal for Students and Faculty where they
can login and logout securely, maintained by sessions
</li>
<li>
Open client machine compiler if the user wants to see
the output of the particular code
</li>
</ul>
</li>
</ol>
</td>
</tr>
<tr>
<td>
</br>
<u><b> ACHIEVEMENTS:</b></u></br>
<ul>
<li>
Gold Medalist: Awarded B.H.U. Gold Medal and three
other Gold Medals for best performance in academics
(2014-2017)
</li>
<li>
Silver Medalist: Awarded Silver Medal for High Grades
in University (2014-2017)
</li>
<li>
Got 134th rank on Global Leader Board of InterviewBit
(a coding platform)
</li>
<li>
Secured 333rd rank(AIR) in NIT MCA Common
Entrance Test, Conducted by NIT Durgapur
</li>
</ul>
</td>
<td>
<u><b> POSITION OF RESPONSIBILITY:</b></u></br>
<ul>
<li>
Campus Ambassador at InterviewBit
</li>
<li>
MCA Executive at Student Council
</li>
<li>
Training and Placement Student Volunteer
</li>
</ul>
</td>
</tr>
</tbody>
</table>
</body>

</html>