Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun-hoard authored Oct 20, 2023
1 parent c402daa commit 6859449
Showing 1 changed file with 35 additions and 32 deletions.
67 changes: 35 additions & 32 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<li class="facebook"><a href="https://www.lightnovelpub.com/account"><i class="fa fa-facebook"></i></a></li>
<li class="twitter"><a href="https://twitter.com/renegadeprism"><i class="fa fa-twitter"></i></a></li>
<li class="instagram"><a href="https://www.instagram.com/varu_menon/"><i class="fa fa-instagram"></i></a></li>
<li class="discord"><a href="https://discordapp.com/users/renegade_prism"><i class="fa fa-solid fa-gamepad" style="color:#2bda9f;></i></a></li>
<li class="discord"><a href="https://discordapp.com/users/renegade_prism"><i class="fa fa-solid fa-gamepad" style="color:#2bda9f"></i></a></li>
</ul>
</div>
<script>
Expand Down Expand Up @@ -107,37 +107,40 @@ <h1>Hi,my name is Varun Menon</h1>

<!-- Start about -->
<section id="about" class="about">
<div class="container">
<div class="row">
<div class="about-content">
<div class="col-md-2 col-sm-2 col-xs-12">
<div class="section-title">
<h2>About <span>Me</span></h2>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="single-about">
<p class="bolt">Hello!, I'm Varun Menon, amateur coder, student and all around tech enthusiast based in chandigarh and chennai.</p>
<p>people often ask the question(well, maybe not often...) aobut what i'm persuing in life, and like any good engineering student, I simply say I don't know. But this 'portfolio' might cast a light into the inner workings of a perpentually perfunctory CS student; and might even urge me to accomplish thingd. </p>
<p class="bolt">"May your days be as dark as your deeds :)".</p>
<div class="cv">
<a href="https://drive.google.com/uc?export=download&id=1mKOoNw3LOsN8_x0QNRBQRZ_nMn2s61Q0">download cv</a>
</div>
<div class="social">
<ul>
<li><a href="https://www.instagram.com/varu_menon/"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
<div class="col-md-8 col-sm-4 col-xs-14">
<div class="image">
<img src="img/about.jpg" alt="#">
<a href="https://youtu.be/dQw4w9WgXcQ" class="video video-popup mfp-iframe"><i class="fa fa-play"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="container">
<div class="row">
<div class="about-content">
<div class="col-md-2 col-sm-2 col-xs-12">
<div class="section-title">
<h2>About <span>Me</span></h2>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="single-about">
<p class="bolt">Hello!, I'm Varun Menon, amateur coder, student and all-around tech enthusiast based in Chandigarh and Chennai.</p>
<p>People often ask the question (well, maybe not often...) about what I'm pursuing in life, and like any good engineering student, I simply say I don't know. But this 'portfolio' might cast a light into the inner workings of a perpetually perfunctory CS student; and might even urge me to accomplish things.</p>
<p class="bolt">"May your days be as dark as your deeds :)"</p>
<div class="cv">
<a href="https://drive.google.com/uc?export=download&id=1mKOoNw3LOsN8_x0QNRBQRZ_nMn2s61Q0">download cv</a>
</div>
<div class="social">
<ul>
<li><a href="https://www.instagram.com/varu_menon/"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-8 col-sm-4 col-xs-14">
<div class="image">
<img src="img/about.jpg" alt="Profile Picture">
<a href="https://youtu.be/dQw4w9WgXcQ" class="video video-popup mfp-iframe"><i class="fa fa-play"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>

<!--/ End about -->


Expand Down

0 comments on commit 6859449

Please sign in to comment.