-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
107 lines (101 loc) · 4.19 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<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" />
</head>
<body>
<div id="cursor-dot"></div>
<div id="main">
<div id="hero">
<nav>
<a href=""class="atags">Swapnil Dwivedi </a>
<h1 class="atags">MENU+</h1>
</nav>
<div id="heading">
<div class="bounding">
<h1 class="boundingelem">PRODUCT</h1>
</div>
<div class="blocktext">
<div class="bounding">
<h1 class="boundingelem" id="secondh1">DESIGNER</h1>
</div>
<div class="bounding">
<h5 class="boundingelem"> BASED IN TORONTO</h5>
</div>
</div>
</div>
<div id="heading2">
<div class="bounding">
<h5 class="boundingelem">available for freelance</h5>
</div>
<div class="bounding">
<h5 class="boundingelem">WORk from may 23'</h5>
</div>
</div>
<div id="chotafooter">
<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>
</div>
</div>
<div id="second">
<div class="elem">
<img src="plug.png" alt="plug">
<h1>The Plug</h1>
<h5>2022</h5>
</div>
<div class="elem">
<img src="ixperience.png" alt="plug">
<h1>Experince</h1>
<h5>2022</h5>
</div>
<div class="elem elemlast">
<img src="hudu.png" alt="plug">
<h1>Hudu</h1>
<h5>2022</h5>
</div>
</div>
<div id="about">
<img src="cynthia.png" alt="cyntia">
<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>
</div>
</div>
<div id="subscribe">
<h5>(forget to mention)</h5>
<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="#" 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>
</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>
</html>