Kvngs commited on
Commit
2e3174e
·
verified ·
1 Parent(s): 4d0fea6

Create a website for gay community, fee will be $250 to be paid to cashapp, Zelle or paypal - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +329 -18
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Rainbow Connect
3
- emoji: 📊
4
- colorFrom: purple
5
  colorTo: red
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: rainbow-connect
3
+ emoji: 🐳
4
+ colorFrom: blue
5
  colorTo: red
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,330 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Rainbow Connect | LGBTQ+ Community</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
9
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
10
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
+ <script src="https://unpkg.com/feather-icons"></script>
12
+ <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
13
+ <style>
14
+ .rainbow-gradient {
15
+ background: linear-gradient(90deg,
16
+ rgba(255, 0, 0, 0.7) 0%,
17
+ rgba(255, 165, 0, 0.7) 20%,
18
+ rgba(255, 255, 0, 0.7) 40%,
19
+ rgba(0, 128, 0, 0.7) 60%,
20
+ rgba(0, 0, 255, 0.7) 80%,
21
+ rgba(128, 0, 128, 0.7) 100%);
22
+ }
23
+ .payment-method:hover {
24
+ transform: translateY(-5px);
25
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
26
+ }
27
+ </style>
28
+ </head>
29
+ <body class="bg-gray-100 font-sans">
30
+ <div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
31
+
32
+ <!-- Navigation -->
33
+ <nav class="relative z-10 bg-white bg-opacity-90 shadow-md">
34
+ <div class="container mx-auto px-6 py-4">
35
+ <div class="flex items-center justify-between">
36
+ <div class="flex items-center">
37
+ <i data-feather="flag" class="text-purple-600 mr-2"></i>
38
+ <span class="text-xl font-bold text-purple-700">Rainbow Connect</span>
39
+ </div>
40
+ <div class="hidden md:flex space-x-8">
41
+ <a href="#" class="text-gray-700 hover:text-purple-600 font-medium">Home</a>
42
+ <a href="#" class="text-gray-700 hover:text-purple-600 font-medium">Events</a>
43
+ <a href="#" class="text-gray-700 hover:text-purple-600 font-medium">Resources</a>
44
+ <a href="#" class="text-gray-700 hover:text-purple-600 font-medium">Join Us</a>
45
+ </div>
46
+ <button class="md:hidden focus:outline-none">
47
+ <i data-feather="menu"></i>
48
+ </button>
49
+ </div>
50
+ </div>
51
+ </nav>
52
+
53
+ <!-- Hero Section -->
54
+ <section class="relative z-10 py-20">
55
+ <div class="container mx-auto px-6 text-center">
56
+ <h1 class="text-5xl md:text-6xl font-bold text-white mb-6" data-aos="fade-down">
57
+ Welcome to Our <span class="rainbow-text">Community</span>
58
+ </h1>
59
+ <p class="text-xl text-white mb-10 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="100">
60
+ A safe space for LGBTQ+ individuals to connect, share, and grow together.
61
+ </p>
62
+ <div class="flex flex-col md:flex-row justify-center gap-4" data-aos="fade-up" data-aos-delay="200">
63
+ <button class="bg-purple-600 hover:bg-purple-700 text-white px-8 py-3 rounded-full font-medium transition">
64
+ Join Now
65
+ </button>
66
+ <button class="bg-white hover:bg-gray-100 text-purple-600 px-8 py-3 rounded-full font-medium transition">
67
+ Learn More
68
+ </button>
69
+ </div>
70
+ </div>
71
+ </section>
72
+
73
+ <!-- Membership Section -->
74
+ <section class="relative z-10 bg-white bg-opacity-90 py-16">
75
+ <div class="container mx-auto px-6">
76
+ <div class="text-center mb-16">
77
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4" data-aos="fade-up">Become a Member</h2>
78
+ <p class="text-gray-600 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="100">
79
+ Join our exclusive community with full access to events, resources, and networking opportunities.
80
+ </p>
81
+ </div>
82
+
83
+ <div class="max-w-4xl mx-auto bg-white rounded-xl shadow-lg overflow-hidden" data-aos="fade-up">
84
+ <div class="md:flex">
85
+ <div class="p-8 md:w-2/3">
86
+ <h3 class="text-2xl font-bold text-gray-800 mb-4">Premium Membership</h3>
87
+ <ul class="space-y-3 mb-6">
88
+ <li class="flex items-center">
89
+ <i data-feather="check-circle" class="text-green-500 mr-2"></i>
90
+ <span>Access to all community events</span>
91
+ </li>
92
+ <li class="flex items-center">
93
+ <i data-feather="check-circle" class="text-green-500 mr-2"></i>
94
+ <span>Private networking opportunities</span>
95
+ </li>
96
+ <li class="flex items-center">
97
+ <i data-feather="check-circle" class="text-green-500 mr-2"></i>
98
+ <span>Exclusive resources and guides</span>
99
+ </li>
100
+ <li class="flex items-center">
101
+ <i data-feather="check-circle" class="text-green-500 mr-2"></i>
102
+ <span>24/7 support from our team</span>
103
+ </li>
104
+ </ul>
105
+ <div class="flex items-center">
106
+ <span class="text-4xl font-bold text-purple-600">$250</span>
107
+ <span class="ml-2 text-gray-500">/ one-time payment</span>
108
+ </div>
109
+ </div>
110
+ <div class="rainbow-gradient p-8 md:w-1/3 flex flex-col justify-center items-center text-white">
111
+ <h4 class="text-xl font-bold mb-4">Payment Methods</h4>
112
+ <div class="space-y-4 w-full">
113
+ <div class="payment-method bg-white bg-opacity-20 p-4 rounded-lg transition cursor-pointer">
114
+ <div class="flex items-center">
115
+ <i data-feather="dollar-sign" class="mr-3"></i>
116
+ <span>CashApp</span>
117
+ </div>
118
+ </div>
119
+ <div class="payment-method bg-white bg-opacity-20 p-4 rounded-lg transition cursor-pointer">
120
+ <div class="flex items-center">
121
+ <i data-feather="credit-card" class="mr-3"></i>
122
+ <span>Zelle</span>
123
+ </div>
124
+ </div>
125
+ <div class="payment-method bg-white bg-opacity-20 p-4 rounded-lg transition cursor-pointer">
126
+ <div class="flex items-center">
127
+ <i data-feather="shopping-bag" class="mr-3"></i>
128
+ <span>PayPal</span>
129
+ </div>
130
+ </div>
131
+ </div>
132
+ <button class="mt-6 bg-white text-purple-600 px-6 py-2 rounded-full font-medium hover:bg-gray-100 transition">
133
+ Pay Now
134
+ </button>
135
+ </div>
136
+ </div>
137
+ </div>
138
+ </div>
139
+ </section>
140
+
141
+ <!-- Features Section -->
142
+ <section class="relative z-10 py-16 bg-gray-50 bg-opacity-90">
143
+ <div class="container mx-auto px-6">
144
+ <div class="text-center mb-16">
145
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4" data-aos="fade-up">Why Join Us?</h2>
146
+ <p class="text-gray-600 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="100">
147
+ Discover the benefits of being part of our vibrant community
148
+ </p>
149
+ </div>
150
+
151
+ <div class="grid md:grid-cols-3 gap-8">
152
+ <div class="bg-white p-8 rounded-xl shadow-md hover:shadow-lg transition" data-aos="fade-up">
153
+ <div class="w-12 h-12 bg-purple-100 rounded-full flex items-center justify-center mb-4">
154
+ <i data-feather="users" class="text-purple-600"></i>
155
+ </div>
156
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Supportive Network</h3>
157
+ <p class="text-gray-600">
158
+ Connect with like-minded individuals who understand and support your journey.
159
+ </p>
160
+ </div>
161
+
162
+ <div class="bg-white p-8 rounded-xl shadow-md hover:shadow-lg transition" data-aos="fade-up" data-aos-delay="100">
163
+ <div class="w-12 h-12 bg-purple-100 rounded-full flex items-center justify-center mb-4">
164
+ <i data-feather="calendar" class="text-purple-600"></i>
165
+ </div>
166
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Exclusive Events</h3>
167
+ <p class="text-gray-600">
168
+ Access to parties, workshops, and social gatherings designed for our community.
169
+ </p>
170
+ </div>
171
+
172
+ <div class="bg-white p-8 rounded-xl shadow-md hover:shadow-lg transition" data-aos="fade-up" data-aos-delay="200">
173
+ <div class="w-12 h-12 bg-purple-100 rounded-full flex items-center justify-center mb-4">
174
+ <i data-feather="shield" class="text-purple-600"></i>
175
+ </div>
176
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Safe Space</h3>
177
+ <p class="text-gray-600">
178
+ A judgment-free zone where you can be your authentic self without fear.
179
+ </p>
180
+ </div>
181
+ </div>
182
+ </div>
183
+ </section>
184
+
185
+ <!-- Testimonials -->
186
+ <section class="relative z-10 py-16">
187
+ <div class="container mx-auto px-6">
188
+ <div class="text-center mb-16">
189
+ <h2 class="text-3xl md:text-4xl font-bold text-white mb-4" data-aos="fade-up">Community Voices</h2>
190
+ <p class="text-white text-opacity-80 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="100">
191
+ Hear what our members say about their experience
192
+ </p>
193
+ </div>
194
+
195
+ <div class="grid md:grid-cols-2 gap-8">
196
+ <div class="bg-white bg-opacity-90 p-8 rounded-xl shadow-md" data-aos="fade-right">
197
+ <div class="flex items-center mb-4">
198
+ <img src="http://static.photos/people/200x200/1" alt="Alex" class="w-12 h-12 rounded-full mr-4">
199
+ <div>
200
+ <h4 class="font-bold text-gray-800">Alex</h4>
201
+ <p class="text-purple-600 text-sm">Member since 2021</p>
202
+ </div>
203
+ </div>
204
+ <p class="text-gray-600 italic">
205
+ "This community changed my life. I've made lifelong friends and finally feel like I belong somewhere."
206
+ </p>
207
+ </div>
208
+
209
+ <div class="bg-white bg-opacity-90 p-8 rounded-xl shadow-md" data-aos="fade-left" data-aos-delay="100">
210
+ <div class="flex items-center mb-4">
211
+ <img src="http://static.photos/people/200x200/2" alt="Jamie" class="w-12 h-12 rounded-full mr-4">
212
+ <div>
213
+ <h4 class="font-bold text-gray-800">Jamie</h4>
214
+ <p class="text-purple-600 text-sm">Member since 2022</p>
215
+ </div>
216
+ </div>
217
+ <p class="text-gray-600 italic">
218
+ "The events are amazing and the support network is incredible. Worth every penny of the membership fee!"
219
+ </p>
220
+ </div>
221
+ </div>
222
+ </div>
223
+ </section>
224
+
225
+ <!-- CTA Section -->
226
+ <section class="relative z-10 py-16">
227
+ <div class="container mx-auto px-6 text-center">
228
+ <div class="max-w-3xl mx-auto bg-white bg-opacity-90 p-8 md:p-12 rounded-xl shadow-lg" data-aos="zoom-in">
229
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-6">Ready to Join Our Family?</h2>
230
+ <p class="text-gray-600 mb-8">
231
+ Become part of a community that celebrates diversity, supports each other, and creates unforgettable experiences together.
232
+ </p>
233
+ <button class="rainbow-gradient text-white px-10 py-4 rounded-full font-bold text-lg hover:opacity-90 transition">
234
+ Sign Up Now for $250
235
+ </button>
236
+ </div>
237
+ </div>
238
+ </section>
239
+
240
+ <!-- Footer -->
241
+ <footer class="relative z-10 bg-gray-900 text-white py-12">
242
+ <div class="container mx-auto px-6">
243
+ <div class="grid md:grid-cols-4 gap-8">
244
+ <div>
245
+ <div class="flex items-center mb-4">
246
+ <i data-feather="flag" class="text-purple-400 mr-2"></i>
247
+ <span class="text-xl font-bold">Rainbow Connect</span>
248
+ </div>
249
+ <p class="text-gray-400">
250
+ Creating safe spaces for the LGBTQ+ community since 2018.
251
+ </p>
252
+ </div>
253
+
254
+ <div>
255
+ <h4 class="text-lg font-bold mb-4">Quick Links</h4>
256
+ <ul class="space-y-2">
257
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Home</a></li>
258
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Events</a></li>
259
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Resources</a></li>
260
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Membership</a></li>
261
+ </ul>
262
+ </div>
263
+
264
+ <div>
265
+ <h4 class="text-lg font-bold mb-4">Support</h4>
266
+ <ul class="space-y-2">
267
+ <li><a href="#" class="text-gray-400 hover:text-white transition">FAQ</a></li>
268
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Contact Us</a></li>
269
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a></li>
270
+ </ul>
271
+ </div>
272
+
273
+ <div>
274
+ <h4 class="text-lg font-bold mb-4">Connect</h4>
275
+ <div class="flex space-x-4">
276
+ <a href="#" class="text-gray-400 hover:text-white transition">
277
+ <i data-feather="facebook"></i>
278
+ </a>
279
+ <a href="#" class="text-gray-400 hover:text-white transition">
280
+ <i data-feather="instagram"></i>
281
+ </a>
282
+ <a href="#" class="text-gray-400 hover:text-white transition">
283
+ <i data-feather="twitter"></i>
284
+ </a>
285
+ <a href="#" class="text-gray-400 hover:text-white transition">
286
+ <i data-feather="youtube"></i>
287
+ </a>
288
+ </div>
289
+ <p class="text-gray-400 mt-4">
290
+ info@rainbowconnect.com
291
+ </p>
292
+ </div>
293
+ </div>
294
+
295
+ <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
296
+ <p>&copy; 2023 Rainbow Connect. All rights reserved.</p>
297
+ </div>
298
+ </div>
299
+ </footer>
300
+
301
+ <script>
302
+ // Initialize Vanta.js background
303
+ VANTA.NET({
304
+ el: "#vanta-bg",
305
+ mouseControls: true,
306
+ touchControls: true,
307
+ gyroControls: false,
308
+ minHeight: 200.00,
309
+ minWidth: 200.00,
310
+ scale: 1.00,
311
+ scaleMobile: 1.00,
312
+ color: 0x7e22ce,
313
+ backgroundColor: 0x111827,
314
+ points: 12.00,
315
+ maxDistance: 22.00,
316
+ spacing: 18.00
317
+ });
318
+
319
+ // Initialize AOS animations
320
+ AOS.init({
321
+ duration: 800,
322
+ easing: 'ease-in-out',
323
+ once: true
324
+ });
325
+
326
+ // Replace Feather icons
327
+ feather.replace();
328
+ </script>
329
+ </body>
330
  </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Create a website for gay community, fee will be $250 to be paid to cashapp, Zelle or paypal