Skip to content
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

Update index.html #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
21 changes: 11 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<div class="container">

<h1><a href="index.html">Prerak Raja</a></h1>
<h1><a href="index.html">Rahul Gundeti</a></h1>
<h2 style="color:#fff">I'm <span class="typing" style="color:#12D640"></span></h2>
<nav class="nav-menu d-none d-lg-block">
<ul>
Expand All @@ -74,17 +74,18 @@ <h2 style="color:#fff">I'm <span class="typing" style="color:#12D640"></span></h
<!-- <li><a href="#projects"> <span>Projects</span></a></li>-->
<li><a href="#portfolio"> <span>Projects</span></a></li>
<li><a href="#skills"> <span>Skills</span></a></li>
<li><a href="https://drive.google.com/file/d/1pT-Nk6AxY9ZOWBizuDb4htA3IiUF_fSe/view?usp=sharing" target="_blank"> <span>Resume</span></a></li>
<li><a href="https://docs.google.com/document/d/19ss5631P_AVlk943-ysl3-oIDIegzscVPK5kgQjFx5o" target="_blank"> <span>Resume</span></a></li>
<!-- <li><a href="#links"> <span>Resume & Links</span></a></li> -->
<li><a href="#contacts"> <span>Contact</span></a></li>

</ul>
</nav><!-- .nav-menu -->

<div class="social-links">
<a href="https://www.linkedin.com/in/rajaprerak" target="_blank" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://www.linkedin.com/in/rgundeti/" target="_blank" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://www.github.com/rajaprerak" target="_blank" class="github"><i class="bx bxl-github"></i></a>
<a href="mailto:[email protected]" target="_blank" class="google"><i class="bx bxl-google"></i></a>
<a href="mailto:[email protected]" target="_blank" class="google"><i class="bx bxl-google"></i></a>
<a href="https://www.instagram.com/iamrahulgundeti/" target="_blank" class="instagram"><i class="bx bxl-instagram"></i></a>

</div>

Expand Down Expand Up @@ -140,7 +141,7 @@ <h2>Interests</h2>
<div class="col-lg-3 col-md-4">
<div class="icon-box">
<i class="ri-global-line" style="color: #ffbb2c;"></i>
<h3>Software Development</h3>
<h3>Data Analytics</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
Expand All @@ -152,7 +153,7 @@ <h3>Machine Learning</h3>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="ri-camera-3-line" style="color: #e80368;"></i>
<h3>Computer Vision</h3>
<h3>Quantitative Analysis</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-lg-0">
Expand All @@ -164,7 +165,7 @@ <h3>Natural Language Processing</h3>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-code-s-slash-fill" style="color: #28a745;"></i>
<h3>Software Engineering</h3>
<h3>Quantum Computing</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
Expand Down Expand Up @@ -204,9 +205,9 @@ <h2>Education</h2>

<div class="col-md-4 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100" style="padding:0px 0px;padding-bottom: 5px;display: inline-block;">
<img src="assets/img/education/ASU.jpg" class="img-fluid" alt="">
<!-- <h4 style="text-align:left;"><a href="https://www.asu.edu/" target="_blank" style="color:#12d640">Arizona State University</a><br> </h4> -->
<p style="text-align:left;color:#fff;padding: 5px 10px;"><em>MS in Computer Science</em></p>
<h5 style="text-align:left;padding: 0px 10px;">Janurary 2021 - Present</h5>
<!-- <h4 style="text-align:left;"><a href="https://www.asu.edu/" target="_blank" style="color:#12d640">UMass Amherst</a><br> </h4> -->
<p style="text-align:left;color:#fff;padding: 5px 10px;"><em>UMass Amherst, MS in Data Analytics</em></p>
<h5 style="text-align:left;padding: 0px 10px;">Janurary 2022 - December 2023</h5>
<h6 style="text-align:left;color:#fff;padding: 0px 10px;">Relevant Coursework</h6>
<ul style="text-align:left;color:#fff;">
<li>Distributed Database Systems</li>
Expand Down