-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
336 lines (276 loc) · 11.5 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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
<!DOCTYPE html>
<html lang="en">
<head>
<!--Owned by Sowwyz#1337 -->
<title>Sowwyz</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="Sowwyz" property="og:title" />
<meta property="og:site_name" content="Sowwyz">
<meta content="" property="og:url" />
<meta name="og:title" content="Sowwyz#1337 !">
<meta property="og:image" content="" />
<meta name="og:image:width" content="700">
<meta name="og:image:height" content="200">
<meta content="Sowwyz is always the best." property="og:description" />
<meta content="#a9a9a9" data-react-helmet="true" name="theme-color" />
<link rel="stylesheet" href="style.css">
<meta name="twitter:card" content="summary_large_image" />
<!--AOS-->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<!--FAVICON-->
<link rel="icon" type="image/x-icon" href="assets/fastboost-logo.svg">
<link href="https://unpkg.com/boxicons@2.1.2/css/boxicons.min.css"
rel="stylesheet" />
<!--ICON-->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous" />
<script src="https://cdn.sellix.io/static/js/embed.js"></script>
<link href="https://cdn.sellix.io/static/css/embed.css" rel="stylesheet" />
<script src="https://cdn.sell.app/embed/script.js" type="module"></script>
<link href="https://cdn.sell.app/embed/style.css" rel="stylesheet" />
</head>
<body>
<!--Owned by Sowwyz#1337 -->
<!--NAVBAR SECTION-->
<header>
<div class="limiter">
<nav class="navbar">
<div class="logo">
</div>
<ul class="navlinks" id="links">
<li class="navitems"><a href="index.html#home" class="itemlinks">Home</a></li>
<li class="navitems"><a href="index.html#about" class="itemlinks">About</a></li>
<li class="navitems"><a href="index.html#features" class="itemlinks">Features</a></li>
<li class="navitems"><a href="index.html#pricing" class="itemlinks">Pricing</a></li>
<li class="navitems discord">
<a href="https://discord.com/users/394251966571872256">
<div class="discord-button">
<div class="button-disc">
<img src="assets/discord-fast.svg" class="discord-icon">
<h3>Discord</h3>
</div>
</div>
</a>
</li>
</ul>
<div id="burger">
<div class="burgerlines"></div>
<div class="burgerlines"></div>
<div class="burgerlines"></div>
</div>
</nav>
</div>
</header>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.slim.js"
integrity="sha256-HwWONEZrpuoh951cQD1ov2HUK5zA5DwJ1DNUXaM6FsY="
crossorigin="anonymous"></script>
<script>
const burger = document.getElementById('burger');
const links = document.getElementById('links');
burger.addEventListener('click', () => {
links.classList.toggle('active');
})
$("#links").click(() => {
links.classList.remove('active');
})
</script>
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
<script>
$(window).scroll(function () {
if ($(window).scrollTop()) {
$("header").addClass("black");
}
else {
$("header").removeClass("black");
}
});
</script>
<!--HOME-->
<section class="home" id="home">
<div class="home-container">
<div class="left-part" data-aos="fade-up" data-aos-duration="1000">
<h2>Yh u hacker bro!</h2>
<h1>
fuck off
Chungus $$
</h1>
<p>Discord : Sowwyz#1337 </p>
<div class="buttons">
<a href="https://discord.com/users/394251966571872256">
<button type="button" class="button1">Discord </button>
</a>
</section>
<!--Owned by Sowwyz#1337 -->
<!--ABOUT-->
<section class="about" id="about">
<div class="about-container">
<div class="left-about" data-aos="fade-down" data-aos-duration="1000">
<img src="assets/paypal-logo.svg" alt="">
</div>
<div class="right-about" data-aos="fade-up" data-aos-duration="1000">
<h1>About Us</h1>
<p>
Sowwyz#1337
<br>
<br>
You need to write something here.
</p>
</div>
</div>
</section>
<!--ABOUT-END-->
<!--FEATURES-->
<section class="features" id="features">
<div class="features-container">
<div class="title-features">Features</div>
<div class="sub-title-features">What we offer</div>
<div class="features-box-container">
<div class="box" data-aos="fade-right" data-aos-duration="1000">
<img src="assets/thunder.svg" alt="" />
<h2>Instant Delivery</h2>
<p>
yh its fast Sowwyz
</p>
</div>
<div class="box" data-aos="fade-down" data-aos-duration="1000">
<img src="assets/star.svg" alt="" />
<h2>Reputation</h2>
<p>
Sowwyz#1337
</p>
</div>
<div class="box" data-aos="fade-left" data-aos-duration="1000">
<img src="assets/money.svg" alt="" />
<h2>Affordable</h2>
<p>
Sowwyz#1337
</p>
</div>
</div>
</div>
</section>
<!--FEATURES-END-->
<!--PRICING-->
<!--Owned by Sowwyz#1337 -->
<div class="sectionFourWrapper" id="pricing" data-aos="fade-up">
<br />
<section class="sectionFour">
<div class="title">Our Pricing</div>
<div class="sub-title">We offer affordable solutions.</div>
<div class="ctaBtns">
<button class="sBtnOne filterBtns" data-target="#group1">Sowwyz Nude</button>
<button class="sBtnOne filterBtns" data-target="#group2">Chungus Nude</button>
</div>
<!-- STARTING GROUP -->
<div class="row groups" id="group1">
<!-- STARTING PRODUCT -->
<div class="cards">
<img src="assets/chungus.jpg" class="img">
<div class="pTitleTwo">Sowwyz Nude</div>
<div class="pTitleTwo">1 time use.</div>
<h1 class="price">$9999<span>.99</span></h1>
<table>
<tr>
<td><img src="assets/tick.png"></td>
<td class="tableSecond topCol"> 1 time use each.</td>
</tr>
<tr>
<td><img src="assets/tick.png"></td>
<td class="tableSecond">Instant Delivery</td>
</tr>
<td><img src="assets/tick.png"></td>
<td class="tableSecond">Safe </td>
</tr>
<td><img src="assets/tick.png"></td>
<td class="tableSecond"> enjoyer :)</td>
</tr>
</table>
<br />
<button data-sellix-product="ADD" class="buyBtn" type="submit" alt="https://discord.com/users/394251966571872256">Buy now!</button>
</div>
</div>
<!-- ENDING GROUP -->
<!-- STARTING GROUP -->
<div class="row groups" id="group2">
<!-- STARTING PRODUCT -->
<div class="cards">
<img src="assets/chungus.jpg" class="img">
<div class="pTitleTwo">Chungus Nude</div>
<div class="pTitleTwo">Lifetime nude :)</div>
<h1 class="price">Check <span>price on discord.</span></h1>
<table>
<tr>
<td><img src="assets/tick.png"></td>
<td class="tableSecond topCol">Lifetime Nude :)</td>
</tr>
<tr>
<td><img src="assets/tick.png"></td>
<td class="tableSecond">xD</td>
</tr>
<td><img src="assets/tick.png"></td>
<td class="tableSecond">Safe & TOS Approved</td>
</table><br />
<a class="link" href="https://discord.com/users/394251966571872256" target="_blank">
<i class="bx bxl-discord-alt"></i>
</div>
</section>
</div>
<!--Owned by Sowwyz#1337 -->
</div>
</div>
<div class="container">
<div class="row1">
<div class="col-md-8 col-sm-6 col-xs-12">
<p class="copyright-text">
<br>
<br>
Copyright © Sowwyz#1337 - All Rights Reserved
</p>
</div>
</div>
</div>
</footer>
</div>
</section>
<!--Owned by Sowwyz#1337 -->
<!--Owned by Sowwyz#1337 -->
<!--Owned by Sowwyz#1337 -->
<!--Owned by Sowwyz#1337 -->
<!-- AOS -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!--PRICING-SCRIPT-->
<script>
$(document).ready(function () {
$('.groups').hide();
$('.filterBtns').removeClass('sBtnOne');
$('.filterBtns').addClass('sBtnTwo');
$('.filterBtns').click(function () {
let target = $(this).attr('data-target');
$('.groups').hide();
$(target).show();
$('.filterBtns').removeClass('sBtnOne');
$('.filterBtns').addClass('sBtnTwo');
$(this).removeClass('sBtnTwo');
$(this).addClass('sBtnOne');
});
$('.filterBtns').first().click();
});
</script>
</body>
</html>
<!--Owned by Sowwyz#1337 -->
<!--Owned by Sowwyz#1337 -->
<!--Owned by Sowwyz#1337 -->
<!--Owned by Sowwyz#1337 -->
<!--Owned by Sowwyz#1337 -->
<!--Owned by Sowwyz#1337 -->
<!--Owned by Sowwyz#1337 -->
<!--Owned by Sowwyz#1337 -->