comparison love/pdf-mcp/static/56a5f997/index.html @ 38:cf9caa4abc3e

[Love] FE and BE. Can chat and render images. Also created MCP for powerpoint generations.
author MrJuneJune <me@mrjunejune.com>
date Mon, 01 Dec 2025 20:35:56 -0800
parents
children
comparison
equal deleted inserted replaced
37:fb9bcd3145cb 38:cf9caa4abc3e
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Create slides about dogs</title>
6 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.6.0/reveal.min.css">
7 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.6.0/theme/moon.min.css">
8 <style>
9 .reveal section img { background:none; border:none; box-shadow:none; }
10 .reveal h1, .reveal h2 { text-align:center; }
11 .slide-bg { background-size:cover; background-position:center; min-height:100vh; }
12 </style>
13 </head>
14 <body>
15 <div class="reveal">
16 <div class="slides">
17 <section data-background-color="#1a1a2e">
18 <h1>Create slides about dogs</h1>
19 <p>Generated instantly by MCP server</p>
20 </section>
21
22
23 <section data-background-image="img/0.3&amp;auto=format&amp;fit=crop&amp;w=1000&amp;q=80" class="slide-bg">
24 <div style="background:rgba(0,0,0,0.65); padding:40px; border-radius:20px; max-width:90%;">
25 <h1>Introduction to Dogs</h1>
26
27 <ul>
28 <li>Loyal companions for millennia</li>
29 <li>Descended from ancient wolves</li>
30 <li>Over 150 breeds worldwide</li>
31 <li>Serve as pets, workers, and heroes</li>
32 <li>Enhance human emotional well-being</li>
33 <li>Global population exceeds 900 million</li>
34 </ul>
35
36 </div>
37 </section>
38
39 <section data-background-image="img/1.jpeg" class="slide-bg">
40 <div style="background:rgba(0,0,0,0.65); padding:40px; border-radius:20px; max-width:90%;">
41 <h1>History of Dog Domestication</h1>
42
43 <ul>
44 <li>Began 15,000-40,000 years ago from wolves</li>
45 <li>Earliest traces in Siberia, 26,000 years ago</li>
46 <li>Co-evolved with humans in Mesolithic era</li>
47 <li>Multiple domestication events confirmed by DNA</li>
48 <li>Transformed into diverse roles over time</li>
49 <li>Key partner in human hunting and herding</li>
50 </ul>
51
52 </div>
53 </section>
54
55 <section data-background-image="img/2.3&amp;auto=format&amp;fit=crop&amp;w=1000&amp;q=80" class="slide-bg">
56 <div style="background:rgba(0,0,0,0.65); padding:40px; border-radius:20px; max-width:90%;">
57 <h1>Popular Dog Breeds in 2025</h1>
58
59 <ul>
60 <li>French Bulldog tops charts: Compact, affectionate</li>
61 <li>Labrador Retriever: Versatile family favorite</li>
62 <li>Golden Retriever: Friendly, intelligent guide</li>
63 <li>German Shepherd: Protective, working breed</li>
64 <li>Poodle: Hypoallergenic, agile performer</li>
65 <li>Mixed breeds rising in popularity</li>
66 </ul>
67
68 </div>
69 </section>
70
71 <section data-background-image="img/3.jpeg" class="slide-bg">
72 <div style="background:rgba(0,0,0,0.65); padding:40px; border-radius:20px; max-width:90%;">
73 <h1>Fascinating Dog Facts</h1>
74
75 <ul>
76 <li>Sense of smell 40x superior to humans</li>
77 <li>IQ matches 2-year-old child</li>
78 <li>Detect cancers, seizures via scent</li>
79 <li>Understand 250+ words and gestures</li>
80 <li>Dream vividly, often twitching in sleep</li>
81 <li>Fewer taste buds: Focus on meaty flavors</li>
82 </ul>
83
84 </div>
85 </section>
86
87 <section data-background-image="img/4.3&amp;auto=format&amp;fit=crop&amp;w=1000&amp;q=80" class="slide-bg">
88 <div style="background:rgba(0,0,0,0.65); padding:40px; border-radius:20px; max-width:90%;">
89 <h1>Essential Dog Care Tips</h1>
90
91 <ul>
92 <li>Annual vet exams; puppies every 3-4 weeks</li>
93 <li>Vaccinate against core diseases yearly</li>
94 <li>Balanced diet tailored to age and size</li>
95 <li>Daily exercise: 30-60 minutes minimum</li>
96 <li>Groom regularly; flea/tick prevention</li>
97 <li>Mental training prevents boredom behaviors</li>
98 </ul>
99
100 </div>
101 </section>
102
103 <section data-background-image="img/5.jpeg" class="slide-bg">
104 <div style="background:rgba(0,0,0,0.65); padding:40px; border-radius:20px; max-width:90%;">
105 <h1>Why Dogs Matter</h1>
106
107 <ul>
108 <li>Boost owner health: Lower stress, better hearts</li>
109 <li>Service roles: Guide, therapy, search-and-rescue</li>
110 <li>Strengthen family bonds and communities</li>
111 <li>Adopt from shelters to combat overpopulation</li>
112 <li>Celebrate their unwavering loyalty daily</li>
113 </ul>
114
115 </div>
116 </section>
117
118
119 <section data-background-color="#16213e">
120 <h2>Thank you!</h2>
121 </section>
122 </div>
123 </div>
124 <script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.6.0/reveal.min.js"></script>
125 <script>
126 Reveal.initialize({hash:true, controls:true, progress:true, center:true});
127 </script>
128 </body>
129 </html>