-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fce1c94
commit 92d8f5e
Showing
8 changed files
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,7 +85,7 @@ | |
<li class="logo"> | ||
<a id="logo-container" aria-label="Navigate to the beginning of the page" href="#intro" | ||
class="brand-logo grey-blue-text"> | ||
<img src="/assets/img/passport-new.jpg" class="circle img-responsive profile-pic" alt="avatar"> | ||
<img src="/assets/img/roshni.jpg" class="circle img-responsive profile-pic" alt="avatar"> | ||
</a> | ||
</li> | ||
|
||
|
@@ -147,7 +147,7 @@ | |
<!-- <a aria-label="Open Varad'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://varadbhogayata.github.io/assets/resume/Varad_Bhogayata_Resume.pdf" target="_blank" | ||
<a aria-label="Open Roshni's resume in a new tab" href="https://varadbhogayata.github.io/assets/resume/Varad_Bhogayata_Resume.pdf" target="_blank" | ||
class="waves-effect waves-dark teal-text"><i class="mdi-file-folder-open small"></i><span>Resume</span></a> | ||
</li> | ||
</ul> | ||
|
@@ -250,7 +250,7 @@ <h5>Self-driven, quick starter, passionate programmer with a curious mind who en | |
</section> | ||
|
||
<!-- Second Section: About --> | ||
<section id="about" class="section scrollspy"> | ||
<section id="about" class="section scrollspy teal lighten-5"> | ||
<h3 class="page-title white-text teal">About</h3> | ||
<div class="container flow-text"> | ||
<!-- <blockquote> | ||
|
@@ -981,28 +981,28 @@ <h3 class="page-title white-text teal">Education</h3> | |
<h3 class="page-title white-text teal">Contact</h3> | ||
<div class="container"> | ||
<p> | ||
<a aria-label="Call Varad" data-position="top" data-tooltip="Call Varad" | ||
<a aria-label="Call Varad" data-position="top" data-tooltip="Call Roshni" | ||
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i class="fa fa-phone"></i><a | ||
aria-label="Call Varad">+14805722456</a></a> | ||
</p> | ||
<p> | ||
<a aria-label="Email Varad" href="mailto:[email protected]" target="_blank" data-position="top" | ||
data-tooltip="Email Varad" class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i | ||
class="fa fa-envelope"></i><a aria-label="Email Varad" href="mailto:vbhogayata@gmail.com" | ||
class="fa fa-envelope"></i><a aria-label="Email Roshni" href="mailto: roshnichoudhary2308@gmail.com" | ||
class="hoverline">[email protected]</a></a> | ||
</p> | ||
<p> | ||
<a aria-label="View Varad on GitHub" href="http://github.com/varadbhogayata" target="_blank" | ||
<a aria-label="View Roshni on GitHub" href="http://github.com/roshni-choudhary" target="_blank" | ||
data-position="top" data-tooltip="View Varad on GitHub" | ||
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i class="fa fa-github"></i><a | ||
aria-label="Varad on Github" href="http://github.com/varadbhogayata" class="hoverline" | ||
aria-label="Varad on Github" href="http://github.com/roshni-choudhary" class="hoverline" | ||
target="_blank">github.com/varadbhogayata</a></a> | ||
</p> | ||
<p> | ||
<a aria-label="View Varad on LinkedIn" href="http://linkedin.com/in/varadbhogayata" target="_blank" | ||
<a aria-label="View Varad on LinkedIn" href="http://linkedin.com/in/roshni2308" target="_blank" | ||
data-position="top" data-tooltip="View Varad on LinkedIn" | ||
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i | ||
class="fa fa-linkedin"></i><a aria-label="Varad on LinkedIn" href="http://linkedin.com/in/varadbhogayata" | ||
class="fa fa-linkedin"></i><a aria-label="Varad on LinkedIn" href="http://linkedin.com/in/roshni2308" | ||
class="hoverline" target="_blank">linkedin.com/in/varadbhogayata</a></a> | ||
</p> | ||
</div> | ||
|
@@ -1013,7 +1013,7 @@ <h3 class="page-title white-text teal">Contact</h3> | |
<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: ["Competitive Programmer", "Developer", "Fast Learner"], | ||
loop: true, | ||
typeSpeed: 80, | ||
backSpeed: 40 | ||
|