Skip to content

Commit

Permalink
change template
Browse files Browse the repository at this point in the history
  • Loading branch information
sanidhayarora committed Mar 2, 2024
1 parent 361b766 commit 4a41fe2
Showing 1 changed file with 9 additions and 20 deletions.
29 changes: 9 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@
4. mdi-file-attachment
5. mdi-file-folder-shared
-->
<!-- <a aria-label="Open Varad's resume in a new tab" href="#resume" target="_blank"
<!-- <a aria-label="Open Sanidhay's resume in a new tab" href="#resume" target="_blank"
onclick="window.open('https://drive.google.com/file/d/1vYi-bMyIsZPve0x_clxY8xsDtiHiOMd3/view?usp=sharing')"
class="waves-effect waves-dark teal-text"><i class="mdi-file-folder-open small"></i><span>Resume</span></a> -->
<a aria-label="Open Varad's resume in a new tab" href="https://sanidhayarora.github.io/assets/resume/SanidhayAroraResume_2024.pdf" target="_blank"
<a aria-label="Open Sanidhay's resume in a new tab" href="https://sanidhayarora.github.io/assets/resume/SanidhayAroraResume_2024.pdf" target="_blank"
class="waves-effect waves-dark teal-text"><i class="mdi-file-folder-open small"></i><span>Resume</span></a>
</li>
</ul>
Expand All @@ -123,8 +123,8 @@
<a aria-label="Toggle visibility of the mobile navbar" href="#" data-activates="slide-out"
class="button-collapse"><i class="mdi-navigation-menu"></i></a>
<div class="name-title">
<a id="name" aria-label="Navigate to the beginning of the page" href="#" class="teal-text">Varad
Bhogayata</a><span class="black-text">Software Developer</span>
<a id="name" aria-label="Navigate to the beginning of the page" href="#" class="teal-text">Sanidhay
Arora</a><span class="black-text">Computer Science Researcher</span>
</div>
</nav>

Expand Down Expand Up @@ -158,7 +158,7 @@
class="mdi-content-mail small"></i><span>Contact</span></a>
</li>
<li class="bold">
<a aria-label="Open Varad's Resume in a new tab"
<a aria-label="Open Sanidhay's Resume in a new tab"
href="https://drive.google.com/file/d/1B6MZ1z0-7NsefC3Lm_q-uhib28MTqpE9/view?usp=sharing" target="_blank"
class="waves-effect waves-dark teal-text"><i class="mdi-file-folder-open small"></i><span>Resume</span></a>
</li>
Expand All @@ -174,10 +174,10 @@
<div class="col-md-9">
<div class="content section-padding valign" style="margin-left: 10%; margin-top: 50px;">
<div class="caption">
<h2>Hi, I'm <span class="teal">Varad Bhogayata.</span></h2>
<h5 style="color:#fff">A <span class="typing" style="font-weight: 300; color:#004d40"></span></h5>
<h2>Hi! I am <span class="teal">Sanidhay Arora (Sunny).</span></h2>
<h5 style="color:#fff"><span class="typing" style="font-weight: 300; color:#004d40"></span></h5>
<!-- <h5 style="color:#00796b">A <span class="typing" style="font-weight: 300; color:#fff"></span></h5> -->
<h5>Self-driven, quick starter, passionate programmer with a curious mind who enjoys solving a complex and challenging real-world problems.</h5>
<h5>I like game theory.</h5>
</div>
<div class="social">
<a href="http://linkedin.com/in/sanidhayarora" target="_blank">
Expand Down Expand Up @@ -205,18 +205,7 @@ <h5>Self-driven, quick starter, passionate programmer with a curious mind who en
<section id="about" class="section scrollspy">
<h3 class="page-title white-text teal">About</h3>
<div class="container flow-text">
<!-- <blockquote>
<h2>
A Software Developer with a passion for Backend Development and Artificial Intelligence.

</h2>
</blockquote> -->


<!-- <p>
Detail-oriented Software Developer with professional experience in Backend Development, Machine Learning, Computer Vision. I am adept in Python, Django, Flask, SQL, Machine Learning, Computer Vision.
</p> -->
<p>
Blockchains, Game Theory, Decentralized Finance Security
</p>
Expand All @@ -240,7 +229,7 @@ <h2>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script type="text/javascript">
var typed = new Typed('.typing',{
strings: ["Pythonist", "Developer", "Fast Learner"],
strings: ["Blockchains", "Game Theory", "Decentralized Finance", "Security"],
loop: true,
typeSpeed: 80,
backSpeed: 40
Expand Down

0 comments on commit 4a41fe2

Please sign in to comment.