Add 3 files
Browse files- README.md +7 -5
- index.html +225 -19
- prompts.txt +4 -0
README.md
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
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: alexis-turner-seo-expert
|
3 |
+
emoji: ⚛️
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: blue
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
+
tags:
|
9 |
+
- QwenSite
|
10 |
---
|
11 |
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
index.html
CHANGED
@@ -1,19 +1,225 @@
|
|
1 |
-
<!
|
2 |
-
<html>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>SEO Queen - Alexis Turner</title>
|
7 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
+
<script>
|
9 |
+
tailwind.config = {
|
10 |
+
theme: {
|
11 |
+
fontFamily: {
|
12 |
+
sans: ['Poppins', 'sans-serif'],
|
13 |
+
},
|
14 |
+
extend: {
|
15 |
+
colors: {
|
16 |
+
primary: '#FF69B4',
|
17 |
+
secondary: '#6C63FF',
|
18 |
+
dark: '#1F1F1F',
|
19 |
+
light: '#F9F9F9',
|
20 |
+
},
|
21 |
+
},
|
22 |
+
},
|
23 |
+
}
|
24 |
+
</script>
|
25 |
+
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap" rel="stylesheet">
|
26 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
|
27 |
+
</head>
|
28 |
+
<body class="bg-gradient-to-br from-pink-100 via-purple-100 to-white font-sans text-dark">
|
29 |
+
|
30 |
+
<!-- Hero Section -->
|
31 |
+
<section class="min-h-screen flex flex-col justify-center items-center text-center px-6">
|
32 |
+
<h1 class="text-5xl md:text-6xl font-bold tracking-tight mt-10">
|
33 |
+
👑 Alexis Turner
|
34 |
+
</h1>
|
35 |
+
<p class="mt-4 text-xl md:text-2xl text-gray-700 italic">
|
36 |
+
SEO Queen | Content Alchemist | Your Future BFF
|
37 |
+
</p>
|
38 |
+
<p class="mt-2 text-lg text-gray-600 max-w-xl mx-auto">
|
39 |
+
I make Google <i class="fas fa-heart text-red-500 animate-pulse"></i> your brand. Let's make your content <strong>unignorable</strong>.
|
40 |
+
</p>
|
41 |
+
|
42 |
+
<a href="#contact" class="mt-8 inline-block bg-primary text-white px-8 py-3 rounded-full font-semibold shadow-lg hover:shadow-xl transform transition hover:-translate-y-1">
|
43 |
+
💬 Let's Get Flirty
|
44 |
+
</a>
|
45 |
+
</section>
|
46 |
+
|
47 |
+
<!-- About Section -->
|
48 |
+
<section id="about" class="bg-white py-20 px-6">
|
49 |
+
<div class="max-w-4xl mx-auto text-center">
|
50 |
+
<h2 class="text-3xl font-bold">About Me</h2>
|
51 |
+
<p class="mt-4 text-gray-700 text-lg">
|
52 |
+
I'm Alexis — a digital nomad, SEO strategist, and content whisperer with a knack for turning keywords into <i>cha-ching</i>. I’ve helped brands big and small climb the SERP ladder and stay there. My secret sauce? Strategy, sass, and a sprinkle of SEO magic.
|
53 |
+
</p>
|
54 |
+
|
55 |
+
<div class="mt-10 grid md:grid-cols-3 gap-6 text-center">
|
56 |
+
<div class="bg-pink-50 p-6 rounded-xl shadow-sm hover:shadow-md transition">
|
57 |
+
<i class="fas fa-bolt text-3xl text-primary mb-2"></i>
|
58 |
+
<h3 class="font-semibold text-lg">Fast Results</h3>
|
59 |
+
<p class="text-sm text-gray-600">I don’t play games — I get you seen.</p>
|
60 |
+
</div>
|
61 |
+
<div class="bg-pink-50 p-6 rounded-xl shadow-sm hover:shadow-md transition">
|
62 |
+
<i class="fas fa-brain text-3xl text-primary mb-2"></i>
|
63 |
+
<h3 class="font-semibold text-lg">Brainy AF</h3>
|
64 |
+
<p class="text-sm text-gray-600">I geek out on keyword clusters and semantic SEO.</p>
|
65 |
+
</div>
|
66 |
+
<div class="bg-pink-50 p-6 rounded-xl shadow-sm hover:shadow-md transition">
|
67 |
+
<i class="fas fa-heart text-3xl text-primary mb-2"></i>
|
68 |
+
<h3 class="font-semibold text-lg">Client Love</h3>
|
69 |
+
<p class="text-sm text-gray-600">They keep coming back — and not just for my memes.</p>
|
70 |
+
</div>
|
71 |
+
</div>
|
72 |
+
</div>
|
73 |
+
</section>
|
74 |
+
|
75 |
+
<!-- Experience -->
|
76 |
+
<section class="bg-gradient-to-br from-purple-50 to-pink-50 py-20 px-6">
|
77 |
+
<div class="max-w-4xl mx-auto text-center">
|
78 |
+
<h2 class="text-3xl font-bold">Experience</h2>
|
79 |
+
<p class="mt-4 text-gray-700 text-lg">
|
80 |
+
I've worked with brands across industries, from startups to Fortune 500s.
|
81 |
+
</p>
|
82 |
+
<ul class="mt-6 text-left space-y-4 text-gray-600">
|
83 |
+
<li><strong>SEO Strategist</strong> — Remote, 2020–Present</li>
|
84 |
+
<li><strong>Content Marketing Manager</strong> — Tech Startup, 2018–2020</li>
|
85 |
+
<li><strong>Copywriting Intern</strong> — Agency, 2016–2018</li>
|
86 |
+
</ul>
|
87 |
+
</div>
|
88 |
+
</section>
|
89 |
+
|
90 |
+
<!-- Services Section -->
|
91 |
+
<section id="services" class="bg-white py-20 px-6">
|
92 |
+
<div class="max-w-5xl mx-auto text-center">
|
93 |
+
<h2 class="text-3xl font-bold">What I Do</h2>
|
94 |
+
<p class="mt-4 text-gray-700 text-lg">
|
95 |
+
Let's get your brand found, loved, and shared — the SEO way.
|
96 |
+
</p>
|
97 |
+
|
98 |
+
<div class="mt-10 space-y-6 text-left max-w-3xl mx-auto">
|
99 |
+
<div class="bg-pink-50 p-6 rounded-xl shadow hover:shadow-lg transition">
|
100 |
+
<h3 class="font-semibold text-xl">🔍 Keyword Research & Strategy</h3>
|
101 |
+
<p class="text-gray-600 mt-2">I find the right words that make your audience click, buy, and binge.</p>
|
102 |
+
</div>
|
103 |
+
<div class="bg-pink-50 p-6 rounded-xl shadow hover:shadow-lg transition">
|
104 |
+
<h3 class="font-semibold text-xl">📝 Content Optimization</h3>
|
105 |
+
<p class="text-gray-600 mt-2">I turn your content into a Google magnet — without losing your voice.</p>
|
106 |
+
</div>
|
107 |
+
<div class="bg-pink-50 p-6 rounded-xl shadow hover:shadow-lg transition">
|
108 |
+
<h3 class="font-semibold text-xl">🔗 Link Building & Outreach</h3>
|
109 |
+
<p class="text-gray-600 mt-2">I build relationships that get your links placed on high-authority sites.</p>
|
110 |
+
</div>
|
111 |
+
<div class="bg-pink-50 p-6 rounded-xl shadow hover:shadow-lg transition">
|
112 |
+
<h3 class="font-semibold text-xl">📊 Technical SEO Audits</h3>
|
113 |
+
<p class="text-gray-600 mt-2">I crawl, fix, and optimize your site so it’s fast, clean, and ready for love.</p>
|
114 |
+
</div>
|
115 |
+
<div class="bg-pink-50 p-6 rounded-xl shadow hover:shadow-lg transition">
|
116 |
+
<h3 class="font-semibold text-xl">📱 On-Page SEO</h3>
|
117 |
+
<p class="text-gray-600 mt-2">Meta tags, headers, content — I make sure every page screams “SEO GOLD!”</p>
|
118 |
+
</div>
|
119 |
+
<div class="bg-pink-50 p-6 rounded-xl shadow hover:shadow-lg transition">
|
120 |
+
<h3 class="font-semibold text-xl">📈 Performance Reporting</h3>
|
121 |
+
<p class="text-gray-600 mt-2">You get clear, actionable reports — not just a bunch of graphs you can’t read.</p>
|
122 |
+
</div>
|
123 |
+
</div>
|
124 |
+
</div>
|
125 |
+
</section>
|
126 |
+
|
127 |
+
<!-- Blog Section -->
|
128 |
+
<section id="blog" class="bg-gradient-to-br from-pink-50 to-purple-50 py-20 px-6">
|
129 |
+
<div class="max-w-5xl mx-auto text-center">
|
130 |
+
<h2 class="text-3xl font-bold">Latest Blog Posts</h2>
|
131 |
+
<p class="mt-4 text-gray-700 text-lg">
|
132 |
+
Because I don’t just talk SEO — I live it.
|
133 |
+
</p>
|
134 |
+
|
135 |
+
<div class="mt-10 grid md:grid-cols-2 gap-8 text-left">
|
136 |
+
<div class="bg-white p-6 rounded-xl shadow hover:shadow-lg transition">
|
137 |
+
<h3 class="font-semibold text-lg">How to Rank for Competitive Keywords Without Breaking a Sweat</h3>
|
138 |
+
<p class="text-sm text-gray-500 mt-2">Published on ClearVoice | SEO Tips</p>
|
139 |
+
</div>
|
140 |
+
<div class="bg-white p-6 rounded-xl shadow hover:shadow-lg transition">
|
141 |
+
<h3 class="font-semibold text-lg">The 5 SEO Myths That Are Killing Your Rankings</h3>
|
142 |
+
<p class="text-sm text-gray-500 mt-2">Published on ClearVoice | SEO Strategy</p>
|
143 |
+
</div>
|
144 |
+
<div class="bg-white p-6 rounded-xl shadow hover:shadow-lg transition">
|
145 |
+
<h3 class="font-semibold text-lg">Why Your Content Strategy Needs a Semantic SEO Overhaul</h3>
|
146 |
+
<p class="text-sm text-gray-500 mt-2">Published on ClearVoice | Content SEO</p>
|
147 |
+
</div>
|
148 |
+
<div class="bg-white p-6 rounded-xl shadow hover:shadow-lg transition">
|
149 |
+
<h3 class="font-semibold text-lg">Link Building for Beginners: How to Get High-Quality Backlinks</h3>
|
150 |
+
<p class="text-sm text-gray-500 mt-2">Published on ClearVoice | Link Building</p>
|
151 |
+
</div>
|
152 |
+
</div>
|
153 |
+
</div>
|
154 |
+
</section>
|
155 |
+
|
156 |
+
<!-- Testimonials -->
|
157 |
+
<section class="bg-white py-20 px-6">
|
158 |
+
<div class="max-w-4xl mx-auto text-center">
|
159 |
+
<h2 class="text-3xl font-bold">What Clients Say</h2>
|
160 |
+
<p class="mt-4 text-gray-700 text-lg">
|
161 |
+
I don’t just love what I do — my clients do too.
|
162 |
+
</p>
|
163 |
+
|
164 |
+
<div class="mt-10 space-y-6 text-left">
|
165 |
+
<div class="bg-pink-50 p-6 rounded-xl">
|
166 |
+
<p class="italic">"Alexis is a genius. Our traffic doubled in 3 months. She's the real deal!"</p>
|
167 |
+
<p class="mt-2 font-semibold">— Sarah L., Founder</p>
|
168 |
+
</div>
|
169 |
+
<div class="bg-pink-50 p-6 rounded-xl">
|
170 |
+
<p class="italic">"Working with Alexis was a game-changer. She knows SEO inside and out."</p>
|
171 |
+
<p class="mt-2 font-semibold">— James M., Marketing Director</p>
|
172 |
+
</div>
|
173 |
+
</div>
|
174 |
+
</div>
|
175 |
+
</section>
|
176 |
+
|
177 |
+
<!-- Contact Section -->
|
178 |
+
<section id="contact" class="bg-white py-20 px-6">
|
179 |
+
<div class="max-w-3xl mx-auto text-center">
|
180 |
+
<h2 class="text-3xl font-bold">Let’s Work Together</h2>
|
181 |
+
<p class="mt-4 text-gray-700 text-lg">
|
182 |
+
I’m ready to help you crush your SEO goals. Just say the word!
|
183 |
+
</p>
|
184 |
+
|
185 |
+
<form class="mt-8 space-y-4 text-left" onsubmit="submitForm(event)">
|
186 |
+
<div>
|
187 |
+
<label class="block text-sm font-medium text-gray-700">Your Name</label>
|
188 |
+
<input type="text" required class="w-full mt-1 p-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary" />
|
189 |
+
</div>
|
190 |
+
<div>
|
191 |
+
<label class="block text-sm font-medium text-gray-700">Your Email</label>
|
192 |
+
<input type="email" required class="w-full mt-1 p-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary" />
|
193 |
+
</div>
|
194 |
+
<div>
|
195 |
+
<label class="block text-sm font-medium text-gray-700">Your Project</label>
|
196 |
+
<textarea class="w-full mt-1 p-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary" rows="4"></textarea>
|
197 |
+
</div>
|
198 |
+
<button type="submit" class="w-full bg-secondary text-white py-3 rounded-lg font-semibold hover:bg-purple-700 transition">
|
199 |
+
🚀 Send It Over
|
200 |
+
</button>
|
201 |
+
</form>
|
202 |
+
<p class="mt-4 text-sm text-gray-500 italic">
|
203 |
+
PS. I reply fast. Like, “read it and swoop” fast.
|
204 |
+
</p>
|
205 |
+
</div>
|
206 |
+
</section>
|
207 |
+
|
208 |
+
<!-- Footer -->
|
209 |
+
<footer class="bg-dark text-white py-6 text-center text-sm">
|
210 |
+
Made with ❤️ by Alexis Turner | SEO Queen & Digital Witch
|
211 |
+
<div class="mt-2 space-x-4">
|
212 |
+
<a href="#" class="text-white hover:text-primary"><i class="fab fa-linkedin"></i></a>
|
213 |
+
<a href="#" class="text-white hover:text-primary"><i class="fab fa-twitter"></i></a>
|
214 |
+
<a href="#" class="text-white hover:text-primary"><i class="fab fa-instagram"></i></a>
|
215 |
+
</div>
|
216 |
+
</footer>
|
217 |
+
|
218 |
+
<script>
|
219 |
+
function submitForm(e) {
|
220 |
+
e.preventDefault();
|
221 |
+
alert("Thanks for reaching out! 💕 I'll get back to you faster than Google can index a new site.");
|
222 |
+
}
|
223 |
+
</script>
|
224 |
+
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-qwensite.hf.space/logo.svg" alt="qwensite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-qwensite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >QwenSite</a> - 🧬 <a href="https://enzostvs-qwensite.hf.space?remix=alexiswrites/alexis-turner-seo-expert" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
225 |
+
</html>
|
prompts.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
I need the following webpage completely redesigned and upgraded. I want to give off a fun, young, flirty, and quirky vibe to potential clients. I need to show off that I know my shit about SEO and would love to work with anyone!! Use as much information as possible from this website: https://clearvoice.com/cv/AlexisTurner2
|
2 |
+
I need A LOT more information!! Where are all of my blog posts? Where is all of the information that I have currently on the site?? come on now
|
3 |
+
I need A LOT more information!! Where are all of my blog posts? Where is all of the information that I have currently on the site?? come on now
|
4 |
+
I need A LOT more information!! Where are all of my blog posts? Where is all of the information that I have currently on the site?? come on now
|