-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·280 lines (252 loc) · 9.2 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!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">
<title>Portfolio</title>
<!-- Custom Styles -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Calistoga&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.calistoga-italic {
font-family: "Calistoga", serif;
font-weight: 900;
font-style: italic;
color: #17152B;
}
.kanit-thin {
font-family: "Kanit", sans-serif;
font-weight: 100;
font-style: normal;
color: #17152B;
}
.kanit-extralight {
font-family: "Kanit", sans-serif;
font-weight: 200;
font-style: normal;
color: #17152B;
}
.kanit-light {
font-family: "Kanit", sans-serif;
font-weight: 300;
font-style: normal;
color: #17152B;
}
.kanit-regular {
font-family: "Kanit", sans-serif;
font-weight: 400;
font-style: normal;
color: #17152B;
}
.kanit-medium {
font-family: "Kanit", sans-serif;
font-weight: 500;
font-style: normal;
color: #17152B;
}
.kanit-semibold {
font-family: "Kanit", sans-serif;
font-weight: 600;
font-style: normal;
color: #17152B;
}
.kanit-bold {
font-family: "Kanit", sans-serif;
font-weight: 700;
font-style: normal;
color: #17152B;
}
.kanit-extrabold {
font-family: "Kanit", sans-serif;
font-weight: 800;
font-style: normal;
color: #17152B;
}
.kanit-black {
font-family: "Kanit", sans-serif;
font-weight: 900;
font-style: normal;
color: #17152B;
}
.kanit-thin-italic {
font-family: "Kanit", sans-serif;
font-weight: 100;
font-style: italic;
color: #17152B;
}
.kanit-extralight-italic {
font-family: "Kanit", sans-serif;
font-weight: 200;
font-style: italic;
color: #17152B;
}
.kanit-light-italic {
font-family: "Kanit", sans-serif;
font-weight: 300;
font-style: italic;
color: #17152B;
}
.kanit-regular-italic {
font-family: "Kanit", sans-serif;
font-weight: 400;
font-style: italic;
color: #17152B;
}
.kanit-medium-italic {
font-family: "Kanit", sans-serif;
font-weight: 500;
font-style: italic;
color: #17152B;
}
.kanit-semibold-italic {
font-family: "Kanit", sans-serif;
font-weight: 600;
font-style: italic;
color: #17152B;
}
.kanit-bold-italic {
font-family: "Kanit", sans-serif;
font-weight: 700;
font-style: italic;
color: #17152B;
}
.kanit-extrabold-italic {
font-family: "Kanit", sans-serif;
font-weight: 800;
font-style: italic;
color: #17152B;
}
.kanit-black-italic {
font-family: "Kanit", sans-serif;
font-weight: 900;
font-style: italic;
color: #17152B;
}
</style>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/kute.min.js"></script>
</head>
<body>
<div class="wrapperMain">
<nav>
<h1>Portfolio</h1>
<div class="navBody">
<h4 class="navBody1"><a href="#page-1">Home</a></h4>
<h4 class="navBody2"><a href="#page-2">Skills</a></h4>
<h4 class="navBody3"><a href="index.html">About</a></h4>
<h4 class="navBody4"><a href="index.html">Contact</a></h4>
</div>
</nav>
<div class="main">
<div class="page-1" id="page-1">
<div class="backgroundText">
<h1 id="portfolioTextPage1">PORTFOLIO</h1>
</div>
<div class="box-1">
<div class="text" style="overflow: hidden">
<div class="secondary kanit-regular">
Hello, I'm <span class="calistoga-italic">SUPRIYO</span>
</div>
<div class="primary-text kanit-black-italic">
Web Developer.
</div>
<div class="secondary kanit-regular">
I Develop and Design Websites
</div>
<div class="button-page-1"><span>View Skills</span></div>
</div>
</div>
<div class="box-2">
<svg id="visual" viewBox="0 0 900 900" width="900" height="900" version="1.1">
<g transform="translate(442.22047216396675 429.04941260487135)">
<path id="blob1" d="M216.2 -250.8C287.1 -198.1 356.3 -136.6 384.9 -55.8C413.5 25 401.6 125 355.6 205.8C309.5 286.6 229.3 348.1 139.7 378.3C50.2 408.5 -48.8 407.2 -122.4 367C-195.9 326.9 -244.1 247.8 -292.5 167.3C-340.9 86.7 -389.6 4.7 -384.4 -75.2C-379.2 -155.2 -320.1 -233.1 -247 -285.4C-174 -337.7 -87 -364.3 -7.2 -355.8C72.6 -347.2 145.3 -303.5 216.2 -250.8" fill="#8767F1">
</path>
</g>
<g transform="translate(473.83547541479845 478.3798286845432)" style="visibility: hidden">
<path id="blob2" d="M289 -182.2C352.8 -56.3 367.8 82.3 311.5 183.8C255.2 285.3 127.6 349.7 -17.4 359.7C-162.4 369.8 -324.8 325.5 -375.5 227.2C-426.2 128.9 -365.4 -23.4 -284.2 -159.3C-203 -295.2 -101.5 -414.6 5.5 -417.8C112.6 -421 225.2 -308 289 -182.2" fill="#8767F1"></path>
</g>
</svg>
<img src="/images/page-1.svg" alt="/images/page-1.svg">
</div>
</div>
<div id="string">
<svg width="1000" height="50">
<path d="M 20 25 Q 500 25 990 25" stroke="white" fill="transparent" />
</svg>
</div>
</div>
<div class="wrapperPage-2">
<div class="page-2" id="page-2">
<div class="page-2h">
<h1 id="skillText">Skills</h1>
</div>
<div class="card-1 html">
<div class="number">
<h1>1</h1>
</div>
<div class="mainText">
<h1>HTML</h1>
</div>
<div class="secondaryText">
<h6>
< <p>
I have mastered HTML, the foundational language of the web. With a deep understanding of HTML5 semantics, multimedia integration, and best practices, I can create structured and accessible web content.
</p>/>
</h6>
</div>
</div>
<div class="card-2 css">
<div class="number">
<h1>2</h1>
</div>
<div class="mainText">
<h1>CSS</h1>
</div>
<div class="secondaryText">
<h6>
p{
<p>
I am proficient in advanced CSS techniques, creating responsive and visually appealing designs with CSS Grid and Flexbox. I specialize in complex animations and transitions, enhancing user experiences with dynamic visuals.
</p>}
</h6>
</div>
</div>
<div class="card-3 js">
<div class="number">
<h1>3</h1>
</div>
<div class="mainText">
<h1>JS</h1>
</div>
<div class="secondaryText">
<h6>
const detail = "
<p>
proficient in all the fundamentals of JavaScript, from variables to loops and functions. I love pushing boundaries and creating dynamic, interactive experiences on the web. Whether it's crafting responsive layouts or implementing animations, I enjoy diving into the code and making things happen. Let's create something amazing together!
</p>"
</h6>
</div>
</div>
</div>
<div class="librirariesInJS">
<div class="strip strip-r">
<h1>GSAP <span>GSAP</span> GSAP <span>GSAP</span> GSAP <span>GSAP</span> GSAP <span>GSAP</span></h1>
</div>
<div class="strip2 strip-l">
<h1>THREE JS <span>THREE JS </span>THREE JS <span>THREE JS</span> THREE JS <span>THREE JS</span> THREE JS <span>THREE JS</span></h1>
</div>
</div>
</div>
</div>
<div class="space-100vh lightBG"></div>
<script src="https://unpkg.com/split-type"></script>
<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://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js" integrity="sha512-onMTRKJBKz8M1TnqqDuGBlowlH0ohFzMXYRNebz+yOcc5TQr/zAKsthzhuv0hiyUKEiQEQXEynnXCvNTOk50dg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollToPlugin.min.js" integrity="sha512-1PKqXBz2ju2JcAerHKL0ldg0PT/1vr3LghYAtc59+9xy8e19QEtaNUyt1gprouyWnpOPqNJjL4gXMRMEpHYyLQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/gh/studio-freight/[email protected]/bundled/lenis.js"></script>
<script type="module" src="main.js"></script>
</body>
</html>