-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
296 lines (252 loc) · 7.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arpa Roy Exclusive Only Fans Content</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<style>
/* Global Styles */
body {
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f9;
color: #2c3e50;
scroll-behavior: smooth;
}
header {
background-color: #34495e;
color: #ecf0f1;
text-align: center;
padding: 1.5rem 0;
}
h1 {
margin: 0;
font-size: 2.5rem;
}
main {
padding: 2rem;
}
section {
margin-bottom: 2rem;
}
/* Video Section */
.video-section {
text-align: center;
}
.video-section video {
max-width: 100%;
height: auto;
border-radius: 10px;
margin-bottom: 1rem;
}
.video-section p {
font-size: 1.2rem;
color: #7f8c8d;
}
/* Gallery Section */
.gallery-section {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1rem;
}
.gallery-section img {
width: 100%;
height: auto;
border-radius: 10px;
}
.support h2 {
color: #e74c3c;
text-align: center;
}
.support ul {
list-style: square;
margin: 1rem auto;
max-width: 600px;
padding-left: 1.5rem;
color: #7f8c8d;
}
/* Button Styles */
.buttons {
text-align: center;
margin: 2rem 0;
}
.buttons h2 {
color: #e74c3c;
margin-bottom: 1.5rem;
}
.button-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1rem;
}
.btn {
display: inline-block;
padding: 0.8rem 1.5rem;
font-size: 1rem;
color: white;
background-color: #3498db;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s ease;
}
.btn:hover {
background-color: #2980b9;
}
.btn.download-pictures {
background-color: #1abc9c;
}
.btn.download-pictures:hover {
background-color: #16a085;
}
.btn.download-videos {
background-color: #e74c3c;
}
.btn.download-videos:hover {
background-color: #c0392b;
}
.btn.access-pictures {
background-color: #9b59b6;
}
.btn.access-pictures:hover {
background-color: #8e44ad;
}
.btn.access-videos {
background-color: #f39c12;
}
.btn.access-videos:hover {
background-color: #e67e22;
}
.final-thoughts {
text-align: center;
margin-top: 2rem;
}
.final-thoughts h2 {
color: #e74c3c;
}
.final-thoughts p {
font-size: 1.1rem;
color: #7f8c8d;
}
footer {
text-align: center;
padding: 1rem 0;
background-color: #34495e;
color: #ecf0f1;
}
/* Scroll Button Styles */
.scroll-button {
position: fixed;
right: 20px;
bottom: 20px;
padding: 10px 20px;
background-color: #e74c3c;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
display: none;
z-index: 1000;
font-size: 1.5rem;
}
.scroll-button.show {
display: block;
}
.scroll-button i {
pointer-events: none;
}
</style>
</head>
<body>
<header>
<h1>Exclusive Access to Arpa Roy's OnlyFans Content</h1>
</header>
<main>
<!-- Video Sections -->
<section id="video-section" class="video-section">
<video src="Arpa Roy Demo 0.mp4" controls>
</video>
<p>Experience the artistic magic of Arpa Roy in this exclusive video. (Hot)</p>
</section>
<section class="video-section">
<video src="Arpa Roy Demo 1.mp4" controls>
</video>
<p>Delve deeper into Arpa Roy's unique world of creativity. (Hot Black Saree)</p>
</section>
<section class="video-section">
<video src="Arpa Roy Demo 2.mp4" controls>
</video>
<p>Enjoy intimate moments captured just for you. (Hot Eyes)</p>
</section>
<!-- Image Grid -->
<section id="gallery-section" class="gallery-section">
<img src="Arpa Roy 1.jpg" alt="Arpa Roy Image 1">
<img src="Arpa Roy 2.jpg" alt="Arpa Roy Image 2">
<img src="Arpa Roy 3.jpg" alt="Arpa Roy Image 3">
<img src="Arpa Roy 4.jpg" alt="Arpa Roy Image 4">
<img src="Arpa Roy 5.jpg" alt="Arpa Roy Image 5">
<img src="Arpa Roy 6.jpg" alt="Arpa Roy Image 6">
<img src="Arpa Roy 7.jpg" alt="Arpa Roy Image 7">
<img src="Arpa Roy 8.jpg" alt="Arpa Roy Image 8">
</section>
<!-- Why Support Section -->
<section class="support">
<h2>Reasons to Support Arpa Roy</h2>
<ul>
<li>Exclusive behind-the-scenes content</li>
<li>Creative videos and photographs</li>
<li>Personal and intimate moments</li>
<li>Support for independent creators</li>
<li>Engage with a passionate community</li>
</ul>
</section>
<!-- Download Buttons -->
<section id="button-section" class="buttons">
<h2>Access Arpa Roy's Premium Content</h2>
<div class="button-container">
<a href="https://drive.google.com/drive/folders/1ZFmjS1u7uf2Rf90pq0dI7SOlLsbrqEt3" class="btn download-pictures">Download Pictures <i class="fas fa-download"></i></a>
<a href="https://drive.google.com/file/d/106eNhC6GFIFgkAlP8jUIOmsDE1HpZJK3/view?usp=drivesdk" class="btn download-pictures">Download Picture Archive <i class="fas fa-file-archive"></i></a>
<a href="https://drive.google.com/drive/folders/1-UfHRkgA0m27qQoTtk25UE-t4IGoVtIR" class="btn download-videos">Download Videos <i class="fas fa-download"></i></a>
<a href="https://drive.google.com/file/d/1-hG_Sb8-WrSVfUG2jEru_nFU1Pz2HzmD/view?usp=drivesdk" class="btn download-videos">Download Video Archive <i class="fas fa-file-archive"></i></a>
<a href="https://photos.app.goo.gl/r5hDme61ddCL1euy6" class="btn access-pictures">View Pictures <i class="fas fa-images"></i></a>
<a href="https://photos.app.goo.gl/nhEzjDVPovPwTayt5" class="btn access-videos">View Videos <i class="fas fa-video"></i></a>
</div>
</section>
<!-- Final Thoughts Section -->
<section class="final-thoughts">
<h2>Final Thoughts</h2>
<p>By subscribing to Arpa Roy's OnlyFans, you gain access to exclusive content while supporting her creative journey. Discover her videos, photos, and intimate moments today!</p>
</section>
</main>
<footer>
<p>© 2024 Arpa Roy Exclusive. All rights reserved.</p>
</footer>
<!-- Scroll Button -->
<button id="scroll-button" class="scroll-button"><i class="fas fa-arrow-down"></i></button>
<script>
const scrollButton = document.getElementById('scroll-button');
let scrollStage = 0;
const sections = ['#video-section', '#gallery-section', '#button-section'];
window.addEventListener('scroll', () => {
if (window.scrollY > 100) {
scrollButton.classList.add('show');
} else {
scrollButton.classList.remove('show');
}
});
scrollButton.addEventListener('click', () => {
if (scrollStage < sections.length) {
document.querySelector(sections[scrollStage]).scrollIntoView({ behavior: 'smooth' });
scrollStage++;
} else {
window.scrollTo({ top: 0, behavior: 'smooth' });
scrollStage = 0;
}
scrollButton.innerHTML = scrollStage === sections.length ? '<i class="fas fa-arrow-up"></i>' : '<i class="fas fa-arrow-down"></i>';
});
</script>
</body>
</html>