Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
update basic tag classes
  • Loading branch information
swappy-2003 authored Feb 18, 2024
1 parent ebf0e95 commit cc18c77
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,23 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SWAPINL'S PROJECT</title>
<link rel="icon" href="/cynthia.png">
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<!-- <link rel ="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" /> -->

<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="loco.css" />
<link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="/loco.css" />
</head>
<body>
<div id="cursor-dot"></div>
<div id="main">
<div id="hero">
<nav>
<a href="">Swapnil Dwivedi </a>
<h1>MENU+</h1>
<a href=""class="atags">Swapnil Dwivedi </a>
<h1 class="atags">MENU+</h1>
</nav>
<div id="heading">
<div class="bounding">
Expand All @@ -44,9 +45,9 @@ <h5 class="boundingelem">WORk from may 23'</h5>
</div>
</div>
<div id="chotafooter">
<a href="#">previously worked at yml <i class="ri-arrow-right-up-line"></i></a>
<a href="#">protopie ambassador <i class="ri-arrow-right-up-line"></i></a>
<div id="iconset">
<a href="#"class="atags">previously worked at yml <i class="ri-arrow-right-up-line"></i></a>
<a href="#"class="atags">protopie ambassador <i class="ri-arrow-right-up-line"></i></a>
<div id="iconset" onclick="scrollToBottom()">
<div class="circle"><i class="ri-arrow-down-line"></i></div>
<div class="circle"><i class="ri-arrow-down-line"></i></div>
</div>
Expand Down Expand Up @@ -75,23 +76,23 @@ <h5>2022</h5>
<div id="textarea">
<h4> (About me) </h4>
<p>I'm a product designer with a passion for creating products that not only look good but also solve real problems. When I'm not sketching ideas on paper, you can find me binge-watching a Netflix series or playing video games. My design philosophy is simple: make it visually appealing, functional, and bring a smile to >people's faces. I'm the designer you want on your team if you want to make people say 'I need that in my life!'. </p>
<a href="#">Let's talk</a>
<a href="#" >Let's talk</a>
</div>
</div>
<div id="subscribe">
<h5>(forget to mention)</h5>
<h3>subsribe to my youtube channel<i class="ri-arrow-right-up-line"></i></h3>
<h3 class="atags">subsribe to my youtube channel<i class="ri-arrow-right-up-line"></i></h3>
</div>
<div id="footer">
<div id="footerlef">
<h5>2023 &copy</h5>
<h5>0.05Am</h5>
</div>
<div id="footerright">
<a href="#">Dribble </a>
<a href="#"> instagram</a>
<a href="#"> linkedin</a>
<a href="#">twitter </a>
<a href="#" class="atags">Dribble </a>
<a href="#"class="atags"> instagram</a>
<a href="#"class="atags"> linkedin</a>
<a href="#"class="atags">twitter </a>
</div>
</div>
</div>
Expand All @@ -102,5 +103,5 @@ <h5>0.05Am</h5>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js" integrity="sha512-7eHRwcbYkK4d9g/6tD/mhkf++eoTHwpNM9woBxtPUBWm67zeAfFC+HrdoE2GanKeocly/VxeLvIqwvCdk7qScg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.min.js"></script>
<script src="script.js"></script>
<script src="/script.js"></script>
</html>

0 comments on commit cc18c77

Please sign in to comment.