iamtsrg2 commited on
Commit
f421f24
·
verified ·
1 Parent(s): 6404dc5

email projxty@gmail.com

Browse files

mobile number9392768519 - Initial Deployment

Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +395 -18
  3. prompts.txt +10 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Lastjournel
3
- emoji: 🏃
4
- colorFrom: red
5
- colorTo: indigo
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: lastjournel
3
+ emoji: 🐳
4
+ colorFrom: yellow
5
+ colorTo: gray
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,396 @@
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>LastJournel | Thesis & Conference Paper Writing Services</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>
13
+ tailwind.config = {
14
+ theme: {
15
+ extend: {
16
+ colors: {
17
+ primary: '#1a56db',
18
+ secondary: '#1e3a8a',
19
+ accent: '#f59e0b',
20
+ light: '#f8fafc'
21
+ }
22
+ }
23
+ }
24
+ }
25
+ </script>
26
+ <style>
27
+ .hero-bg {
28
+ background: linear-gradient(135deg, rgba(26, 86, 219, 0.9) 0%, rgba(30, 58, 138, 0.85) 100%);
29
+ }
30
+ .service-card:hover {
31
+ transform: translateY(-5px);
32
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
33
+ }
34
+ .stat-number {
35
+ background: linear-gradient(135deg, #1a56db, #1e3a8a);
36
+ -webkit-background-clip: text;
37
+ -webkit-text-fill-color: transparent;
38
+ }
39
+ </style>
40
+ </head>
41
+ <body class="font-sans bg-light">
42
+ <!-- Navigation -->
43
+ <nav class="bg-white shadow-md fixed w-full z-50">
44
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
45
+ <div class="flex justify-between h-16">
46
+ <div class="flex items-center">
47
+ <span class="text-primary text-xl font-bold">LastJournel</span>
48
+ </div>
49
+ <div class="hidden md:flex items-center space-x-8">
50
+ <a href="#services" class="text-gray-600 hover:text-primary transition">Services</a>
51
+ <a href="#process" class="text-gray-600 hover:text-primary transition">Process</a>
52
+ <a href="#testimonials" class="text-gray-600 hover:text-primary transition">Testimonials</a>
53
+ <a href="#contact" class="bg-primary text-white px-4 py-2 rounded-lg hover:bg-secondary transition">Get Started</a>
54
+ </div>
55
+ <div class="md:hidden flex items-center">
56
+ <button id="menu-btn" class="text-gray-600">
57
+ <i data-feather="menu"></i>
58
+ </button>
59
+ </div>
60
+ </div>
61
+ </div>
62
+ <!-- Mobile Menu -->
63
+ <div id="mobile-menu" class="hidden md:hidden bg-white border-t">
64
+ <div class="px-2 pt-2 pb-3 space-y-1">
65
+ <a href="#services" class="block px-3 py-2 text-gray-600 hover:text-primary">Services</a>
66
+ <a href="#process" class="block px-3 py-2 text-gray-600 hover:text-primary">Process</a>
67
+ <a href="#testimonials" class="block px-3 py-2 text-gray-600 hover:text-primary">Testimonials</a>
68
+ <a href="#contact" class="block px-3 py-2 bg-primary text-white rounded-lg">Get Started</a>
69
+ </div>
70
+ </div>
71
+ </nav>
72
+
73
+ <!-- Hero Section -->
74
+ <section class="hero-bg text-white pt-32 pb-20">
75
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
76
+ <div class="grid md:grid-cols-2 gap-12 items-center">
77
+ <div data-aos="fade-right">
78
+ <h1 class="text-4xl md:text-5xl font-bold mb-6">Elevate Your Academic Research with LastJournel Writing Services</h1>
79
+ <p class="text-xl mb-8 opacity-90">Expert thesis and conference paper writing that meets the highest academic standards and accelerates your research journey.</p>
80
+ <div class="flex flex-wrap gap-4">
81
+ <a href="#contact" class="bg-accent text-white px-8 py-3 rounded-lg font-semibold hover:bg-opacity-90 transition">Start Your Project</a>
82
+ <a href="#services" class="border-2 border-white text-white px-8 py-3 rounded-lg font-semibold hover:bg-white hover:text-primary transition">Our Services</a>
83
+ </div>
84
+ </div>
85
+ <div data-aos="fade-left" class="flex justify-center">
86
+ <img src="http://static.photos/education/640x360/1" alt="Academic Writing" class="rounded-lg shadow-2xl">
87
+ </div>
88
+ </div>
89
+ </div>
90
+ </section>
91
+
92
+ <!-- Stats Section -->
93
+ <section class="py-16 bg-white">
94
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
95
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
96
+ <div data-aos="fade-up" data-aos-delay="100">
97
+ <div class="text-4xl font-bold stat-number">500+</div>
98
+ <div class="text-gray-600 mt-2">Projects Completed</div>
99
+ </div>
100
+ <div data-aos="fade-up" data-aos-delay="200">
101
+ <div class="text-4xl font-bold stat-number">98%</div>
102
+ <div class="text-gray-600 mt-2">Success Rate</div>
103
+ </div>
104
+ <div data-aos="fade-up" data-aos-delay="300">
105
+ <div class="text-4xl font-bold stat-number">50+</div>
106
+ <div class="text-gray-600 mt-2">Subject Experts</div>
107
+ </div>
108
+ <div data-aos="fade-up" data-aos-delay="400">
109
+ <div class="text-4xl font-bold stat-number">24/7</div>
110
+ <div class="text-gray-600 mt-2">Support Available</div>
111
+ </div>
112
+ </div>
113
+ </div>
114
+ </section>
115
+
116
+ <!-- Services Section -->
117
+ <section id="services" class="py-20 bg-gray-50">
118
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
119
+ <div class="text-center mb-16" data-aos="fade-up">
120
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Our Specialized Services</h2>
121
+ <p class="text-xl text-gray-600">Comprehensive academic writing solutions tailored to your specific needs</p>
122
+ </div>
123
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
124
+ <div class="service-card bg-white p-8 rounded-xl shadow-md transition-all duration-300" data-aos="fade-up" data-aos-delay="100">
125
+ <div class="w-14 h-14 bg-primary bg-opacity-10 rounded-lg flex items-center justify-center mb-6">
126
+ <i data-feather="book" class="text-primary w-8 h-8"></i>
127
+ </div>
128
+ <h3 class="text-xl font-semibold text-gray-800 mb-4">Thesis Writing</h3>
129
+ <p class="text-gray-600">Complete thesis development from proposal to final submission with rigorous research methodology and academic standards.</p>
130
+ </div>
131
+ <div class="service-card bg-white p-8 rounded-xl shadow-md transition-all duration-300" data-aos="fade-up" data-aos-delay="200">
132
+ <div class="w-14 h-14 bg-primary bg-opacity-10 rounded-lg flex items-center justify-center mb-6">
133
+ <i data-feather="file-text" class="text-primary w-8 h-8"></i>
134
+ </div>
135
+ <h3 class="text-xl font-semibold text-gray-800 mb-4">Conference Papers</h3>
136
+ <p class="text-gray-600">Professional conference paper writing that meets specific guidelines and enhances your research visibility.</p>
137
+ </div>
138
+ <div class="service-card bg-white p-8 rounded-xl shadow-md transition-all duration-300" data-aos="fade-up" data-aos-delay="300">
139
+ <div class="w-14 h-14 bg-primary bg-opacity-10 rounded-lg flex items-center justify-center mb-6">
140
+ <i data-feather="edit" class="text-primary w-8 h-8"></i>
141
+ </div>
142
+ <h3 class="text-xl font-semibold text-gray-800 mb-4">Editing & Proofreading</h3>
143
+ <p class="text-gray-600">Comprehensive editing services to refine your academic work and ensure flawless presentation.</p>
144
+ </div>
145
+ <div class="service-card bg-white p-8 rounded-xl shadow-md transition-all duration-300" data-aos="fade-up" data-aos-delay="400">
146
+ <div class="w-14 h-14 bg-primary bg-opacity-10 rounded-lg flex items-center justify-center mb-6">
147
+ <i data-feather="bar-chart" class="text-primary w-8 h-8"></i>
148
+ </div>
149
+ <h3 class="text-xl font-semibold text-gray-800 mb-4">Data Analysis</h3>
150
+ <p class="text-gray-600">Statistical analysis and interpretation services using advanced tools and methodologies.</p>
151
+ </div>
152
+ <div class="service-card bg-white p-8 rounded-xl shadow-md transition-all duration-300" data-aos="fade-up" data-aos-delay="500">
153
+ <div class="w-14 h-14 bg-primary bg-opacity-10 rounded-lg flex items-center justify-center mb-6">
154
+ <i data-feather="search" class="text-primary w-8 h-8"></i>
155
+ </div>
156
+ <h3 class="text-xl font-semibold text-gray-800 mb-4">Literature Review</h3>
157
+ <p class="text-gray-600">Comprehensive literature reviews that establish strong theoretical foundations for your research.</p>
158
+ </div>
159
+ <div class="service-card bg-white p-8 rounded-xl shadow-md transition-all duration-300" data-aos="fade-up" data-aos-delay="600">
160
+ <div class="w-14 h-14 bg-primary bg-opacity-10 rounded-lg flex items-center justify-center mb-6">
161
+ <i data-feather="award" class="text-primary w-8 h-8"></i>
162
+ </div>
163
+ <h3 class="text-xl font-semibold text-gray-800 mb-4">Journal Publication Support</h3>
164
+ <p class="text-gray-600">Guidance through the entire publication process, from manuscript preparation to submission.</p>
165
+ </div>
166
+ </div>
167
+ </div>
168
+ </section>
169
+
170
+ <!-- Process Section -->
171
+ <section id="process" class="py-20 bg-white">
172
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
173
+ <div class="text-center mb-16" data-aos="fade-up">
174
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Our Streamlined Process</h2>
175
+ <p class="text-xl text-gray-600">A transparent and collaborative approach to academic writing</p>
176
+ </div>
177
+ <div class="grid md:grid-cols-4 gap-8">
178
+ <div class="text-center" data-aos="fade-up" data-aos-delay="100">
179
+ <div class="w-20 h-20 bg-primary rounded-full flex items-center justify-center mx-auto mb-6">
180
+ <span class="text-white text-2xl font-bold">1</span>
181
+ </div>
182
+ <h3 class="text-xl font-semibold text-gray-800 mb-4">Consultation</h3>
183
+ <p class="text-gray-600">We discuss your requirements and establish project scope and timeline.</p>
184
+ </div>
185
+ <div class="text-center" data-aos="fade-up" data-aos-delay="200">
186
+ <div class="w-20 h-20 bg-primary rounded-full flex items-center justify-center mx-auto mb-6">
187
+ <span class="text-white text-2xl font-bold">2</span>
188
+ </div>
189
+ <h3 class="text-xl font-semibold text-gray-800 mb-4">Research & Writing</h3>
190
+ <p class="text-gray-600">Our experts conduct thorough research and develop your academic content.</p>
191
+ </div>
192
+ <div class="text-center" data-aos="fade-up" data-aos-delay="300">
193
+ <div class="w-20 h-20 bg-primary rounded-full flex items-center justify-center mx-auto mb-6">
194
+ <span class="text-white text-2xl font-bold">3</span>
195
+ </div>
196
+ <h3 class="text-xl font-semibold text-gray-800 mb-4">Review & Revisions</h3>
197
+ <p class="text-gray-600">You review the work and request modifications until completely satisfied.</p>
198
+ </div>
199
+ <div class="text-center" data-aos="fade-up" data-aos-delay="400">
200
+ <div class="w-20 h-20 bg-primary rounded-full flex items-center justify-center mx-auto mb-6">
201
+ <span class="text-white text-2xl font-bold">4</span>
202
+ </div>
203
+ <h3 class="text-xl font-semibold text-gray-800 mb-4">Final Delivery</h3>
204
+ <p class="text-gray-600">Receive your polished academic work ready for submission or publication.</p>
205
+ </div>
206
+ </div>
207
+ </div>
208
+ </section>
209
+
210
+ <!-- Testimonials Section -->
211
+ <section id="testimonials" class="py-20 bg-gray-50">
212
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
213
+ <div class="text-center mb-16" data-aos="fade-up">
214
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Success Stories</h2>
215
+ <p class="text-xl text-gray-600">What our clients say about our academic writing services</p>
216
+ </div>
217
+ <div class="grid md:grid-cols-3 gap-8">
218
+ <div class="bg-white p-8 rounded-xl shadow-md" data-aos="fade-up" data-aos-delay="100">
219
+ <div class="flex items-center mb-4">
220
+ <div class="w-12 h-12 bg-gray-200 rounded-full"></div>
221
+ <div class="ml-4">
222
+ <h4 class="font-semibold">Dr. Priya Sharma</h4>
223
+ <p class="text-gray-600 text-sm">PhD in Neuroscience</p>
224
+ </div>
225
+ </div>
226
+ <p class="text-gray-600">"The thesis writing service was exceptional. They understood my research requirements perfectly and delivered ahead of schedule."</p>
227
+ </div>
228
+ <div class="bg-white p-8 rounded-xl shadow-md" data-aos="fade-up" data-aos-delay="200">
229
+ <div class="flex items-center mb-4">
230
+ <div class="w-12 h-12 bg-gray-200 rounded-full"></div>
231
+ <div class="ml-4">
232
+ <h4 class="font-semibold">Rahul Patel</h4>
233
+ <p class="text-gray-600 text-sm">Masters in Economics</p>
234
+ </div>
235
+ </div>
236
+ <p class="text-gray-600">"My conference paper was accepted without revisions! The quality of writing and research was outstanding."</p>
237
+ </div>
238
+ <div class="bg-white p-8 rounded-xl shadow-md" data-aos="fade-up" data-aos-delay="300">
239
+ <div class="flex items-center mb-4">
240
+ <div class="w-12 h-12 bg-gray-200 rounded-full"></div>
241
+ <div class="ml-4">
242
+ <h4 class="font-semibold">Prof. Amit Kumar</h4>
243
+ <p class="text-gray-600 text-sm">Department Head</p>
244
+ </div>
245
+ </div>
246
+ <p class="text-gray-600">"The statistical analysis support helped my team publish our findings in a top-tier journal. Professional and reliable service."</p>
247
+ </div>
248
+ </div>
249
+ </div>
250
+ </section>
251
+
252
+ <!-- CTA Section -->
253
+ <section class="py-20 bg-primary text-white">
254
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
255
+ <h2 class="text-3xl md:text-4xl font-bold mb-6" data-aos="fade-up">Ready to Elevate Your Academic Research?</h2>
256
+ <p class="text-xl mb-8 opacity-90" data-aos="fade-up" data-aos-delay="100">Let's discuss your project and create a customized solution that meets your academic goals.</p>
257
+ <a href="#contact" class="bg-accent text-white px-8 py-3 rounded-lg font-semibold hover:bg-opacity-90 transition inline-block" data-aos="fade-up" data-aos-delay="200">Start Your Project Today</a>
258
+ </div>
259
+ </section>
260
+
261
+ <!-- Contact Form Section -->
262
+ <section id="contact" class="py-20 bg-white">
263
+ <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
264
+ <div class="text-center mb-16" data-aos="fade-up">
265
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Get in Touch</h2>
266
+ <p class="text-xl text-gray-600">Share your project details and we'll get back to you with a customized solution</p>
267
+ </div>
268
+ <form id="project-form" class="bg-gray-50 p-8 rounded-xl shadow-md" data-aos="fade-up">
269
+ <div class="grid md:grid-cols-2 gap-6 mb-6">
270
+ <div>
271
+ <label for="name" class="block text-sm font-medium text-gray-700 mb-2">Full Name *</label>
272
+ <input type="text" id="name" name="name" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent">
273
+ </div>
274
+ <div>
275
+ <label for="email" class="block text-sm font-medium text-gray-700 mb-2">Email Address *</label>
276
+ <input type="email" id="email" name="email" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent">
277
+ </div>
278
+ </div>
279
+ <div class="grid md:grid-cols-2 gap-6 mb-6">
280
+ <div>
281
+ <label for="phone" class="block text-sm font-medium text-gray-700 mb-2">Phone Number</label>
282
+ <input type="tel" id="phone" name="phone" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent">
283
+ </div>
284
+ <div>
285
+ <label for="service" class="block text-sm font-medium text-gray-700 mb-2">Service Needed *</label>
286
+ <select id="service" name="service" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent">
287
+ <option value="">Select a service</option>
288
+ <option value="thesis">Thesis Writing</option>
289
+ <option value="conference">Conference Paper</option>
290
+ <option value="editing">Editing & Proofreading</option>
291
+ <option value="analysis">Data Analysis</option>
292
+ <option value="literature">Literature Review</option>
293
+ <option value="publication">Journal Publication Support</option>
294
+ </select>
295
+ </div>
296
+ </div>
297
+ <div class="mb-6">
298
+ <label for="subject" class="block text-sm font-medium text-gray-700 mb-2">Research Subject/Field *</label>
299
+ <input type="text" id="subject" name="subject" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent">
300
+ </div>
301
+ <div class="mb-6">
302
+ <label for="deadline" class="block text-sm font-medium text-gray-700 mb-2">Project Deadline *</label>
303
+ <input type="date" id="deadline" name="deadline" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent">
304
+ </div>
305
+ <div class="mb-6">
306
+ <label for="details" class="block text-sm font-medium text-gray-700 mb-2">Project Details *</label>
307
+ <textarea id="details" name="details" rows="5" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent" placeholder="Please describe your project requirements, specific guidelines, and any other relevant information..."></textarea>
308
+ </div>
309
+ <button type="submit" class="w-full bg-primary text-white py-3 px-6 rounded-lg font-semibold hover:bg-secondary transition">
310
+ Submit Project Details
311
+ </button>
312
+ </form>
313
+ </div>
314
+ </section>
315
+
316
+ <!-- Footer -->
317
+ <footer class="bg-gray-800 text-white py-12">
318
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
319
+ <div class="grid md:grid-cols-4 gap-8">
320
+ <div>
321
+ <h3 class="text-xl font-bold mb-4">LastJournel</h3>
322
+ <p class="text-gray-400">A Projxty branch providing professional academic writing services for researchers and scholars worldwide.</p>
323
+ </div>
324
+ <div>
325
+ <h4 class="font-semibold mb-4">Services</h4>
326
+ <ul class="space-y-2 text-gray-400">
327
+ <li><a href="#" class="hover:text-white transition">Thesis Writing</a></li>
328
+ <li><a href="#" class="hover:text-white transition">Conference Papers</a></li>
329
+ <li><a href="#" class="hover:text-white transition">Editing Services</a></li>
330
+ <li><a href="#" class="hover:text-white transition">Data Analysis</a></li>
331
+ </ul>
332
+ </div>
333
+ <div>
334
+ <h4 class="font-semibold mb-4">Contact</h4>
335
+ <div class="space-y-2 text-gray-400">
336
+ <p>Email: projxty@gmail.com</p>
337
+ <p>Phone: +91 9392768519</p>
338
+ </div>
339
+ </div>
340
+ <div>
341
+ <h4 class="font-semibold mb-4">Follow Us</h4>
342
+ <div class="flex space-x-4">
343
+ <a href="https://www.youtube.com/@projxty" class="text-gray-400 hover:text-white transition"><i data-feather="youtube"></i></a>
344
+ <a href="https://www.instagram.com/projxty/" class="text-gray-400 hover:text-white transition"><i data-feather="instagram"></i></a>
345
+ </div>
346
+ </div>
347
+ </div>
348
+ <div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400">
349
+ <p>&copy; 2025 Projxty. All rights reserved.</p>
350
+ </div>
351
+ </div>
352
+ </footer>
353
+
354
+ <script>
355
+ // Mobile menu toggle
356
+ document.getElementById('menu-btn').addEventListener('click', function() {
357
+ document.getElementById('mobile-menu').classList.toggle('hidden');
358
+ });
359
+
360
+ // Form submission to WhatsApp
361
+ document.getElementById('project-form').addEventListener('submit', function(e) {
362
+ e.preventDefault();
363
+
364
+ const formData = new FormData(this);
365
+ const name = formData.get('name');
366
+ const email = formData.get('email');
367
+ const phone = formData.get('phone');
368
+ const service = formData.get('service');
369
+ const subject = formData.get('subject');
370
+ const deadline = formData.get('deadline');
371
+ const details = formData.get('details');
372
+
373
+ const message = `New Project Inquiry:%0A%0A*Name:* ${name}%0A*Email:* ${email}%0A*Phone:* ${phone || 'Not provided'}%0A*Service:* ${service}%0A*Subject:* ${subject}%0A*Deadline:* ${deadline}%0A%0A*Project Details:*%0A${details}`;
374
+
375
+ const whatsappURL = `https://wa.me/919392768519?text=${message}`;
376
+
377
+ window.open(whatsappURL, '_blank');
378
+
379
+ // Reset form
380
+ this.reset();
381
+
382
+ // Show success message
383
+ alert('Thank you! Your project details have been submitted. We will contact you shortly.');
384
+ });
385
+
386
+ // Initialize animations and icons
387
+ document.addEventListener('DOMContentLoaded', function() {
388
+ AOS.init({
389
+ duration: 1000,
390
+ once: true
391
+ });
392
+ feather.replace();
393
+ });
394
+ </script>
395
+ </body>
396
  </html>
prompts.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ “Create an engaging webpage for thesis and conference paper writing services. The page should be designed to generate more leads with high-quality content and presentation. It must include a contact form where users can submit their project details. Once submitted, the form should automatically send the collected data to my WhatsApp number: 6361064550.”
2
+ make the success stories indian names
3
+ title of the site is projxty paper
4
+ its a branch of projxty and its title is lastjournel
5
+ copywrites to projxty 2025
6
+ www.youtube.com/@projxty
7
+ https://www.instagram.com/projxty/#
8
+ keep this follow us links remove extra icons
9
+ email projxty@gmail.com
10
+ mobile number9392768519