Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashwanth137 authored Mar 10, 2024
1 parent 2cd382f commit 320d72d
Showing 1 changed file with 14 additions and 33 deletions.
47 changes: 14 additions & 33 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">

<head>
<title>My Portfolio</title>
<title>Portfolio</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Inria Sans' rel='stylesheet'>
Expand All @@ -16,7 +16,7 @@
<header class="l-header">
<nav class="nav bd-grid">
<div>
<a href="#" class="nav__logo">Yashwanth Sukumar<br></a>
<a href="#" class="nav__logo">@yashwanth137<br></a>
<a href="#" class="nav__logo">Portfolio CV</a>
</div>

Expand All @@ -40,28 +40,18 @@
<!----============HOME============-->
<section class="home bd-grid" id="home">
<div class="home__data">
<h1 class="home__title"><span class="home__title-color">YASHWANTH SUKUMAR<br>VANGALA</span><br> Virtual
<h1 class="home__title"><span class="home__title-color">RYUGA HAGANE<br>DEV</span><br> Virtual
Designer</h1>
<!-----
<div class="content">
<div class="content__container">
<ul class="content__container__list">
<li class="content__container__list__item">Student @KITSW</li>
<li class="content__container__list__item">UI/UX Designer</li>
<li class="content__container__list__item">Otaku</li>
<li class="content__container__list__item">Programmer</li>
</ul>
</div>
</div>--->

<a href="#about" class="button">About me</a>
</div>

<div class="home__social">
<a href="https://www.linkedin.com/in/yashwanth-sukumar-vangala-6778b5255/" class="home__social-icon"><i
<a href="#" class="home__social-icon"><i
class='bx bxl-linkedin'></i></a>
<a href="https://twitter.com/yashwanth_7375" class="home__social-icon"><i
<a href="#" class="home__social-icon"><i
class='bx bxl-twitter'></i></a>
<a href="https://github.com/Yashwanth137" class="home__social-icon"><i class='bx bxl-github'></i></a>
<a href="#" class="home__social-icon"><i class='bx bxl-github'></i></a>
</div>
<div class="home__img" style="border-radius: 50%">
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
Expand All @@ -88,7 +78,7 @@ <h2 class="section-title">About</h2>
</div>

<div>
<h2 class="about__subtitle">I'am Yashwanth Sukumar Vangala</h2>
<h2 class="about__subtitle">I'am Ryuga Hagane</h2>
<p class="about__text">A guy who loves anime and reads a shit ton of manga, and a huge fan of Attack
On Titan<br><br>And a passionate web designer with a
flair for crafting visually stunning and user-friendly online experiences. With a keen eye for
Expand Down Expand Up @@ -191,16 +181,7 @@ <h2 class="section-title">Designs - AI art</h2>
</a>
<a class="work__img">
<img src="c.jpg" alt="">
</a><!----
<a href="" class="work__img">
<img src="assets/img/work4.jpg" alt="">
</a>
<a href="" class="work__img">
<img src="assets/img/work5.jpg" alt="">
</a>
<a href="" class="work__img">
<img src="assets/img/work6.jpg" alt="">
</a>-->
</a
</div>
</section>

Expand All @@ -221,15 +202,15 @@ <h2 class="section-title">Contact</h2>

<!--===== FOOTER =====-->
<footer class="footer">
<p class="footer__title">Yashwanth Sukumar</p>
<p class="footer__title">github: @yashwanth137</p>
<div class="footer__social">
<a href="https://www.linkedin.com/in/yashwanth-sukumar-vangala-6778b5255/" class="footer__icon"><i
<a href="" class="footer__icon"><i
class='bx bxl-linkedin'></i></a>
<a href="https://www.instagram.com/yashwanth_sukumar/" class="footer__icon"><i
<a href="" class="footer__icon"><i
class='bx bxl-instagram'></i></a>
<a href="https://twitter.com/yashwanth_7375" class="footer__icon"><i class='bx bxl-twitter'></i></a>
<a href="" class="footer__icon"><i class='bx bxl-twitter'></i></a>
</div>
<p class="footer__copy">&#169;All rigths reserved</p>
<p class="footer__copy">&#169;Made by @yashwanth137 | All rigths reserved</p>
</footer>


Expand Down

0 comments on commit 320d72d

Please sign in to comment.