luigi12345 commited on
Commit
49f9cf6
verified
1 Parent(s): 94641b3

Create videolike1.html

Browse files
Files changed (1) hide show
  1. videolike1.html +409 -0
videolike1.html ADDED
@@ -0,0 +1,409 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>How to Make Money with AI: The Ultimate Guide (2025)</title>
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+
8
+ <!-- Reveal.js CSS from CDN -->
9
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.4.0/reveal.min.css">
10
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.4.0/theme/black.min.css">
11
+
12
+ <!-- Font Awesome for icons -->
13
+ <link
14
+ rel="stylesheet"
15
+ href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
16
+ integrity="sha512-xh6l8Y1myyRAUNVMd2D0d05TAZYcIDY3WSS7G7N5xOWShy6kZkGwl6h5B9QoBi8mZ5pSRn92JRvRiE7R9RQ29Q=="
17
+ crossorigin="anonymous"
18
+ referrerpolicy="no-referrer"
19
+ />
20
+
21
+ <style>
22
+ /* Full-screen canvas for the animated background */
23
+ canvas#canvas-bg {
24
+ position: fixed;
25
+ top: 0;
26
+ left: 0;
27
+ width: 100%;
28
+ height: 100%;
29
+ z-index: -1;
30
+ }
31
+ /* Base styling for slides */
32
+ .reveal section {
33
+ padding: 2em;
34
+ font-size: 1.1em;
35
+ }
36
+ /* Some highlights, quotes, color text, etc. */
37
+ .highlight {
38
+ color: #0cf;
39
+ font-weight: bold;
40
+ }
41
+ .quote {
42
+ font-style: italic;
43
+ font-size: 1.2em;
44
+ }
45
+ /* For slides with color backgrounds, ensure text is visible */
46
+ .dark-text {
47
+ color: #f8f9fa;
48
+ }
49
+ .light-text {
50
+ color: #212529;
51
+ }
52
+ </style>
53
+ </head>
54
+ <body>
55
+
56
+ <!-- Canvas for animated background -->
57
+ <canvas id="canvas-bg"></canvas>
58
+
59
+ <!-- Optional background music (replace src with your preferred track) -->
60
+ <audio id="bg-music" loop autoplay>
61
+ <source src="https://cdn.jsdelivr.net/gh/your_username/your_repo/sample-music.mp3" type="audio/mpeg">
62
+ Your browser does not support the audio element.
63
+ </audio>
64
+
65
+ <div class="reveal">
66
+ <div class="slides">
67
+
68
+ <!-- Slide 1: Title / Cover -->
69
+ <section data-transition="zoom"
70
+ data-background-color="#0d1117">
71
+ <h1 class="dark-text">How to Make Money with AI:<br>The Ultimate Guide (2025)</h1>
72
+ <h3 class="dark-text"><i class="fa-solid fa-graduation-cap"></i> Educational Course / Tutorial</h3>
73
+ </section>
74
+
75
+ <!-- Slide 2: Introduction (Hook) -->
76
+ <section data-transition="fade"
77
+ data-background-image="https://source.unsplash.com/1600x900/?future,innovation">
78
+ <h2>Introduction</h2>
79
+ <p><strong>Hook:</strong> AI is changing the world鈥攁nd <em>it can change your bank account too!</em></p>
80
+ </section>
81
+
82
+ <!-- Slide 3: Introduction (Who Is This For?) -->
83
+ <section data-transition="slide"
84
+ data-background-color="#212529">
85
+ <h2 class="dark-text">Who Is This For?</h2>
86
+ <ul class="dark-text">
87
+ <li><i class="fa-solid fa-user-tie"></i> Freelancers</li>
88
+ <li><i class="fa-solid fa-shop"></i> Entrepreneurs</li>
89
+ <li><i class="fa-solid fa-pen"></i> Content Creators</li>
90
+ <li><i class="fa-solid fa-building"></i> Business Owners</li>
91
+ </ul>
92
+ </section>
93
+
94
+ <!-- Slide 4: Introduction (Teaser) -->
95
+ <section data-transition="convex"
96
+ data-background-image="https://source.unsplash.com/1600x900/?automation,digital">
97
+ <h2>What to Expect</h2>
98
+ <p><i class="fa-solid fa-money-bill-wave"></i> Passive Income</p>
99
+ <p><i class="fa-solid fa-briefcase"></i> Freelancing</p>
100
+ <p><i class="fa-solid fa-microchip"></i> AI Tools</p>
101
+ <p><i class="fa-solid fa-gear"></i> Automation</p>
102
+ <p>Fast-paced clips of AI projects and success stories!</p>
103
+ </section>
104
+
105
+ <!-- Slide 5: Introduction (Quick Shots) -->
106
+ <section data-transition="concave"
107
+ data-background-color="#e9ecef">
108
+ <h2 class="light-text">Get Ready...</h2>
109
+ <p class="light-text">Your AI-powered journey to new income streams starts <strong>now!</strong></p>
110
+ </section>
111
+
112
+ <!-- Slide 6: The Power of AI (Opportunities) -->
113
+ <section data-transition="slide"
114
+ data-background-image="https://source.unsplash.com/1600x900/?opportunities,tech">
115
+ <h2>The Power of AI</h2>
116
+ <p>Discover how <em>AI</em> is unlocking <strong>massive potential</strong> in every industry.</p>
117
+ </section>
118
+
119
+ <!-- Slide 7: The Power of AI (Explosive Growth) -->
120
+ <section data-transition="fade"
121
+ data-background-color="#1f2937">
122
+ <h2 class="dark-text">Explosive Growth</h2>
123
+ <p class="dark-text">AI-driven businesses are growing <strong>300%</strong> faster than traditional enterprises.</p>
124
+ </section>
125
+
126
+ <!-- Slide 8: The Power of AI (Stats & Infographics) -->
127
+ <section data-transition="convex"
128
+ data-background-image="https://source.unsplash.com/1600x900/?infographic,ai">
129
+ <h2>Market Trends</h2>
130
+ <p>Exponential growth in AI applications worldwide鈥攕hown in animated infographics.</p>
131
+ </section>
132
+
133
+ <!-- Slide 9: The Power of AI (Benefits) -->
134
+ <section data-transition="concave"
135
+ data-background-color="#f3f4f6">
136
+ <h2 class="light-text">Why Embrace AI?</h2>
137
+ <ul class="light-text">
138
+ <li><i class="fa-solid fa-rocket"></i> Boost efficiency</li>
139
+ <li><i class="fa-solid fa-chart-line"></i> Scale operations</li>
140
+ <li><i class="fa-solid fa-dollar-sign"></i> Unlock new revenue streams</li>
141
+ </ul>
142
+ </section>
143
+
144
+ <!-- Slide 10: Top Ways (Overview) -->
145
+ <section data-transition="slide"
146
+ data-background-image="https://source.unsplash.com/1600x900/?money,finance">
147
+ <h2><i class="fa-solid fa-arrow-trend-up"></i> Top Ways to Make Money with AI</h2>
148
+ <ul>
149
+ <li>AI Content Creation</li>
150
+ <li>AI Video Creation & Editing</li>
151
+ <li>AI Voice Cloning & Audiobooks</li>
152
+ <li>AI Automation & No-Code Development</li>
153
+ <li>AI-Generated Art & Designs</li>
154
+ <li>AI-Powered Chatbots</li>
155
+ </ul>
156
+ </section>
157
+
158
+ <!-- Slide 11: AI Content Creation -->
159
+ <section data-transition="fade"
160
+ data-background-color="#2d3748">
161
+ <h2 class="dark-text">AI Content Creation</h2>
162
+ <p class="dark-text">Use <strong>ChatGPT</strong>, <strong>Jasper</strong>, <strong>Writesonic</strong> to generate blogs & social posts.</p>
163
+ <p class="dark-text">Sell AI-written content on Fiverr, Upwork, Gumroad.</p>
164
+ </section>
165
+
166
+ <!-- Slide 12: AI Content Demo -->
167
+ <section data-transition="concave"
168
+ data-background-image="https://source.unsplash.com/1600x900/?blog,typing">
169
+ <h2>Live Writing Demo</h2>
170
+ <p>Watch AI craft a full blog post in minutes!</p>
171
+ </section>
172
+
173
+ <!-- Slide 13: AI Video Creation -->
174
+ <section data-transition="zoom"
175
+ data-background-image="https://source.unsplash.com/1600x900/?video,editing">
176
+ <h2>AI Video Creation & Editing</h2>
177
+ <p>InVideo, Pictory, Runway AI for pro-level editing鈥攏o experience required!</p>
178
+ </section>
179
+
180
+ <!-- Slide 14: AI Video Demo -->
181
+ <section data-transition="slide"
182
+ data-background-color="#0d6efd">
183
+ <h2 class="dark-text">Automated Video Production</h2>
184
+ <p class="dark-text"><i class="fa-solid fa-film"></i> See how AI auto-generates scripts, visuals, transitions for YouTube or ads.</p>
185
+ </section>
186
+
187
+ <!-- Slide 15: AI Voice Cloning -->
188
+ <section data-transition="fade"
189
+ data-background-image="https://source.unsplash.com/1600x900/?voice,microphone">
190
+ <h2>AI Voice Cloning & Audiobooks</h2>
191
+ <p>Tools like <strong>ElevenLabs</strong> or <strong>Coqui AI</strong> create realistic voiceovers.</p>
192
+ <p>Sell narrations, audiobooks, or commercial voiceovers.</p>
193
+ </section>
194
+
195
+ <!-- Slide 16: AI Voice Demo -->
196
+ <section data-transition="convex"
197
+ data-background-color="#6610f2">
198
+ <h2 class="dark-text">Voice Cloning Demo</h2>
199
+ <p class="dark-text"><i class="fa-solid fa-headphones"></i> Listen as AI transforms text into a natural-sounding voice.</p>
200
+ </section>
201
+
202
+ <!-- Slide 17: AI Automation (No-Code) -->
203
+ <section data-transition="concave"
204
+ data-background-image="https://source.unsplash.com/1600x900/?automation,code">
205
+ <h2>AI Automation & No-Code Development</h2>
206
+ <p>Platforms like Zapier, Make, and AutoGPT let you build advanced workflows easily.</p>
207
+ <p>Offer services to businesses to streamline tasks and operations.</p>
208
+ </section>
209
+
210
+ <!-- Slide 18: Automation Demo -->
211
+ <section data-transition="slide"
212
+ data-background-color="#198754">
213
+ <h2 class="dark-text">AI-Driven Email Automation</h2>
214
+ <p class="dark-text">Step-by-step tutorial on setting up an AI-based workflow for customer inquiries.</p>
215
+ </section>
216
+
217
+ <!-- Slide 19: AI-Generated Art & Designs -->
218
+ <section data-transition="fade"
219
+ data-background-image="https://source.unsplash.com/1600x900/?art,creation">
220
+ <h2>AI-Generated Art & Designs</h2>
221
+ <p>Use Midjourney, DALL路E, Stable Diffusion to create stunning visuals.</p>
222
+ <p>Sell prints, NFTs, or custom designs on Etsy, Redbubble.</p>
223
+ </section>
224
+
225
+ <!-- Slide 20: Art Demo -->
226
+ <section data-transition="convex"
227
+ data-background-color="#dc3545">
228
+ <h2 class="dark-text">Art Creation Demo</h2>
229
+ <p class="dark-text">Watch AI generate unique artwork for merchandise in real time.</p>
230
+ </section>
231
+
232
+ <!-- Slide 21: AI-Powered Chatbots -->
233
+ <section data-transition="concave"
234
+ data-background-image="https://source.unsplash.com/1600x900/?chatbot,customer">
235
+ <h2>AI-Powered Chatbots</h2>
236
+ <p>ChatGPT, BotPress, ManyChat鈥攁utomate customer support 24/7.</p>
237
+ </section>
238
+
239
+ <!-- Slide 22: Chatbot Demo -->
240
+ <section data-transition="zoom"
241
+ data-background-color="#6f42c1">
242
+ <h2 class="dark-text">Chatbot in Action</h2>
243
+ <p class="dark-text">Explore a bot seamlessly handling FAQs & product inquiries.</p>
244
+ </section>
245
+
246
+ <!-- Slide 23: Real Examples (Success Stories) -->
247
+ <section data-transition="slide"
248
+ data-background-color="#adb5bd">
249
+ <h2 class="light-text">Real Examples</h2>
250
+ <p class="light-text">Entrepreneurs & freelancers share how AI boosted their earnings dramatically.</p>
251
+ </section>
252
+
253
+ <!-- Slide 24: Case Study 1 -->
254
+ <section data-transition="fade"
255
+ data-background-image="https://source.unsplash.com/1600x900/?woman,success">
256
+ <h2>Case Study: Jane</h2>
257
+ <p>How a freelance writer scaled her income 3X with AI content generation.</p>
258
+ </section>
259
+
260
+ <!-- Slide 25: Case Study 2 -->
261
+ <section data-transition="convex"
262
+ data-background-color="#f8f9fa">
263
+ <h2 class="light-text">Case Study: John</h2>
264
+ <p class="light-text">John鈥檚 small startup embraced AI for automation, skyrocketing productivity & revenue.</p>
265
+ </section>
266
+
267
+ <!-- Slide 26: Tools & Platforms (Overview) -->
268
+ <section data-transition="concave"
269
+ data-background-image="https://source.unsplash.com/1600x900/?tools,tech">
270
+ <h2>Tools & Platforms You Need</h2>
271
+ <ul>
272
+ <li><i class="fa-solid fa-pen"></i> ChatGPT, Jasper, Writesonic</li>
273
+ <li><i class="fa-solid fa-video"></i> InVideo, Pictory, Runway AI</li>
274
+ <li><i class="fa-solid fa-microphone"></i> ElevenLabs, Coqui AI</li>
275
+ <li><i class="fa-solid fa-robot"></i> Zapier, Make, AutoGPT</li>
276
+ <li><i class="fa-solid fa-paintbrush"></i> Midjourney, DALL路E, Stable Diffusion</li>
277
+ <li><i class="fa-solid fa-comments"></i> ChatGPT, BotPress, ManyChat</li>
278
+ </ul>
279
+ </section>
280
+
281
+ <!-- Slide 27: Tools & Platforms (Pricing) -->
282
+ <section data-transition="zoom"
283
+ data-background-color="#343a40">
284
+ <h2 class="dark-text">Pricing & Comparisons</h2>
285
+ <p class="dark-text">Free vs. paid plans鈥攃hoose wisely based on your budget & goals.</p>
286
+ </section>
287
+
288
+ <!-- Slide 28: How to Start (Step 1) -->
289
+ <section data-transition="slide"
290
+ data-background-image="https://source.unsplash.com/1600x900/?start,launch">
291
+ <h2>How to Start Today</h2>
292
+ <p><strong>Step 1:</strong> Pick an AI money-making method (content, video, art, etc.).</p>
293
+ </section>
294
+
295
+ <!-- Slide 29: How to Start (Step 2) -->
296
+ <section data-transition="fade"
297
+ data-background-color="#ffb703">
298
+ <h2 class="light-text">Hands-On Exploration</h2>
299
+ <p class="light-text"><strong>Step 2:</strong> Learn & experiment with AI tools鈥攖ry demos, small test projects.</p>
300
+ </section>
301
+
302
+ <!-- Slide 30: How to Start (Step 3) -->
303
+ <section data-transition="convex"
304
+ data-background-image="https://source.unsplash.com/1600x900/?marketplace,freelance">
305
+ <h2>Monetize Your Skills</h2>
306
+ <p><strong>Step 3:</strong> Start selling or automating on Fiverr & Gumroad to earn quickly.</p>
307
+ </section>
308
+
309
+ <!-- Slide 31: SEO & Discoverability -->
310
+ <section data-transition="concave"
311
+ data-background-color="#232946">
312
+ <h2 class="dark-text">SEO & Discoverability</h2>
313
+ <ul class="dark-text">
314
+ <li><i class="fa-solid fa-search"></i> Use AI for keyword research</li>
315
+ <li><i class="fa-solid fa-tags"></i> Add timestamps & relevant tags to your content</li>
316
+ </ul>
317
+ </section>
318
+
319
+ <!-- Slide 32: Additional Tips -->
320
+ <section data-transition="zoom"
321
+ data-background-image="https://source.unsplash.com/1600x900/?tips,ideas">
322
+ <h2>Extra Tips</h2>
323
+ <p><i class="fa-solid fa-lightbulb"></i> Keep learning new AI features.<br>
324
+ <i class="fa-solid fa-people-group"></i> Collaborate with others for joint ventures.</p>
325
+ </section>
326
+
327
+ <!-- Slide 33: Overcoming Challenges -->
328
+ <section data-transition="slide"
329
+ data-background-color="#fb8500">
330
+ <h2 class="dark-text">Overcoming Challenges</h2>
331
+ <p class="dark-text">AI evolves quickly鈥攕tay <em>agile</em> and <em>adapt</em>.</p>
332
+ </section>
333
+
334
+ <!-- Slide 34: Call to Action (Part 1) -->
335
+ <section data-transition="fade"
336
+ data-background-image="https://source.unsplash.com/1600x900/?action,success">
337
+ <h2>Take Action Now</h2>
338
+ <p>Nothing happens until you start鈥攑ick your first AI method today.</p>
339
+ </section>
340
+
341
+ <!-- Slide 35: Final Call to Action -->
342
+ <section data-transition="concave"
343
+ data-background-color="#16161a">
344
+ <h2 class="dark-text">Subscribe & Explore</h2>
345
+ <p class="dark-text highlight">Now that you know how to make money with AI, it鈥檚 time to <strong>act!</strong></p>
346
+ <p class="dark-text">Subscribe, like, and check out more resources for your AI-powered journey.</p>
347
+ </section>
348
+
349
+ </div>
350
+ </div>
351
+
352
+ <!-- Reveal.js from CDN -->
353
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.4.0/reveal.min.js"></script>
354
+ <script>
355
+ // Initialize Reveal.js with auto-play, looping, and a default transition
356
+ Reveal.initialize({
357
+ autoSlide: 5000, // 5 seconds per slide
358
+ loop: true,
359
+ transition: 'slide', // fallback transition if a slide doesn't specify data-transition
360
+ backgroundTransition: 'fade'
361
+ });
362
+
363
+ // Canvas animation: moving circles
364
+ const canvas = document.getElementById('canvas-bg');
365
+ const ctx = canvas.getContext('2d');
366
+
367
+ function resizeCanvas() {
368
+ canvas.width = window.innerWidth;
369
+ canvas.height = window.innerHeight;
370
+ }
371
+ window.addEventListener('resize', resizeCanvas);
372
+ resizeCanvas();
373
+
374
+ // Create random circles
375
+ const circles = [];
376
+ for (let i = 0; i < 60; i++) {
377
+ circles.push({
378
+ x: Math.random() * canvas.width,
379
+ y: Math.random() * canvas.height,
380
+ radius: Math.random() * 3 + 1,
381
+ dx: (Math.random() - 0.5) * 2,
382
+ dy: (Math.random() - 0.5) * 2,
383
+ color: 'rgba(0, 150, 255, 0.5)'
384
+ });
385
+ }
386
+
387
+ // Animate the circles
388
+ function animate() {
389
+ ctx.clearRect(0, 0, canvas.width, canvas.height);
390
+ circles.forEach(circle => {
391
+ circle.x += circle.dx;
392
+ circle.y += circle.dy;
393
+ // bounce horizontally
394
+ if (circle.x < 0 || circle.x > canvas.width) circle.dx *= -1;
395
+ // bounce vertically
396
+ if (circle.y < 0 || circle.y > canvas.height) circle.dy *= -1;
397
+ // draw circle
398
+ ctx.beginPath();
399
+ ctx.arc(circle.x, circle.y, circle.radius, 0, Math.PI * 2);
400
+ ctx.fillStyle = circle.color;
401
+ ctx.fill();
402
+ });
403
+ requestAnimationFrame(animate);
404
+ }
405
+ animate();
406
+ </script>
407
+
408
+ </body>
409
+ </html>