-
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.
Showing
1 changed file
with
15 additions
and
14 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 |
---|---|---|
|
@@ -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"> | ||
|
@@ -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> | ||
|
@@ -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 ©</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> | ||
|
@@ -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> |