-
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
Showing
1 changed file
with
7 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
</head> | ||
<body class="home1-page"> | ||
|
||
<!-- <video class="body-overlay" muted autoplay loop> | ||
<!-- <video class="body-overlay" muted autoplay loop> | ||
<source src="./assets/images/video1.mp4" type="video/mp4"> | ||
</video> --> | ||
|
||
|
@@ -66,11 +66,6 @@ | |
<i class="las la-briefcase"></i> <span>Resume</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a class="scroll-to" href="#services"> | ||
<i class="las la-stream"></i> <span>Services</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a class="scroll-to" href="#skills"> | ||
<i class="las la-shapes"></i> <span>Skills</span> | ||
|
@@ -102,7 +97,7 @@ | |
<a href=""><i class="lab la-twitter"></i></a> | ||
</li> | ||
<li> | ||
<a href=""><i class="lab la-dribbble"></i></a> | ||
<a href=""><i class="lab la-github"></i></a> | ||
</li> | ||
<li> | ||
<a href=""><i class="lab la-instagram"></i></a> | ||
|
@@ -158,12 +153,12 @@ | |
<div class="left-sidebar"> | ||
<div class="sidebar-header d-flex align-items-center justify-content-between"> | ||
<img src="./assets/images/logo.png" alt="Logo"> | ||
<span class="designation">Framer Designer & Developer</span> | ||
<span class="designation">Senior Software Engineer</span> | ||
</div> | ||
<img class="me" src="./assets/images/me.jpg" alt="Me"> | ||
<h2 class="email">[email protected]</h2> | ||
<h2 class="address">Base in Los Angeles, CA</h2> | ||
<p class="copyright">© 2022 Varun. All Rights Reserved</p> | ||
<h2 class="email">[email protected]</h2> | ||
<h2 class="address">Base in Dallas, TX</h2> | ||
<p class="copyright">© 2022. All Rights Reserved</p> | ||
<ul class="social-profile d-flex align-items-center flex-wrap justify-content-center"> | ||
<li> | ||
<a href=""><i class="lab la-twitter"></i></a> | ||
|
@@ -224,7 +219,7 @@ <h2 class="address">Base in Los Angeles, CA</h2> | |
<h4 class="subtitle scroll-animation" data-animation="fade_from_bottom"> | ||
<i class="las la-home"></i> Introduce | ||
</h4> | ||
<h1 class="scroll-animation" data-animation="fade_from_bottom">Say Hi from <span>Varun</span>, Framer Designer and Developer</h1> | ||
<h1 class="scroll-animation" data-animation="fade_from_bottom">Hi, I am <span>Varun</span>, Senior Software Engineer</h1> | ||
</div> | ||
<p class="scroll-animation" data-animation="fade_from_bottom">I design and code beautifully simple things and i love what i do. Just simple like that!</p> | ||
<a href="#portfolio" | ||
|