Skip to content

update experiences and copyright date #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 4, 2022
Merged
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
76 changes: 66 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,39 @@ <h2>Work Experience</h2>
<div class="row">
<div class="col-12 col-xl-4 title">
<h3>Front End Developer</h3>
<p>August 2021 - Present</p>
<p>July 2022 - Present</p>
</div>
<div class="col-12 col-xl-8 company">
<div class="box">
<h3>Xoxoday</h3>
</div>
</div>
</div>
<!-- -->
<!-- -->
<div class="row">
<div class="col-12 col-xl-4 title">
<h3>Software Developerment Intern</h3>
<p>Feb 2022 - July 2022</p>
</div>
<div class="col-12 col-xl-8 company">
<div class="box">
<h3>Animall</h3>
<ul>
<li>
Primarily worked on the frontend to make it more performant and scalable for
millions of dairy farmers.
</li>
</ul>
</div>
</div>
</div>
<!-- -->
<!-- -->
<div class="row">
<div class="col-12 col-xl-4 title">
<h3>Software Engineering Intern</h3>
<p>August 2021 - Jan 2022</p>
</div>
<div class="col-12 col-xl-8 company">
<div class="box">
Expand All @@ -273,14 +305,17 @@ <h3>Inkoop</h3>
<div class="row">
<div class="col-12 col-xl-4 title">
<h3>Student Mentor</h3>
<p>April 2021 - Present</p>
<p>April 2021 - Nov 2021</p>
</div>
<div class="col-12 col-xl-8 company">
<div class="box">
<h3>Devsnest</h3>
<ul>
<li>Conducted multiple sessions on Front End Development.</li>
<li>Helping students to learn Full Stack Web Development.</li>
<li>
Assisted more than 7k students on Devsnest to solve their doubts in Data
Structures and Algorithms, Front-End and Back-End.
</li>
</ul>
</div>
</div>
Expand All @@ -296,18 +331,16 @@ <h3>Full Stack Developer</h3>
<div class="box">
<h3>FactWise</h3>
<ul>
<li>Created a responsive landing page (factwise.io).</li>
<li>Optimized the landing page for SEO.</li>
<li>
Optimized the videos on the landing page to work on all types of devices and
browsers.
Increased users and talent acquisition by 300% by building SEO optimized
responsive landing page (https://factwise.io).
</li>
<li>Created a React Dashboard for our B2B SaaS product.</li>
<li>Worked on a ReactJS Dashboard for our B2B SaaS product.</li>
</ul>
</div>
</div>
</div>

<!-- -->
<div class="row">
<div class="col-12 col-xl-4 title">
<h3>Full Stack Developer</h3>
Expand All @@ -332,6 +365,29 @@ <h3>Service One Pavilion</h3>
</div>
</div>
<!-- -->
<!-- -->
<div class="row">
<div class="col-12 col-xl-4 title">
<h3>Community Admin / Web Developer</h3>
<p>July 2020 - Dec 2020</p>
</div>
<div class="col-12 col-xl-8 company">
<div class="box">
<h3>Samuel L Miller</h3>
<ul>
<li>
Started a programming community and helped in scaling the community to 8k
members.
</li>
<li>
Created a Discord bot with a 20k+ user base and was added to 155+ servers.
Later was verified by Discord.
</li>
</ul>
</div>
</div>
</div>
<!-- -->
</div>
</div>
</div>
Expand Down Expand Up @@ -412,7 +468,7 @@ <h3>Let's Chat</h3>
</div>
</div>
<div class="copyright">
<span>Gaurav Gupta &copy;2020</span>
<span>Gaurav Gupta &copy;2022</span>
</div>
</section>
<!-- Footer Ends -->
Expand Down