Spaces:
Running
Running
add a chart next to this block that relevant to this page's content - Initial Deployment
Browse files- README.md +7 -5
- index.html +307 -18
- 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: ppt
|
3 |
+
emoji: 🐳
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: purple
|
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,308 @@
|
|
1 |
-
<!
|
2 |
-
<html>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>Interview Insights: Neo-Brutalist Presentation</title>
|
7 |
+
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
8 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
9 |
+
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
|
10 |
+
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
|
11 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
12 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
13 |
+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/anime.min.js"></script>
|
14 |
+
<style>
|
15 |
+
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;700&family=Syne:wght@400;700;800&display=swap');
|
16 |
+
body {
|
17 |
+
font-family: 'Space Grotesk', sans-serif;
|
18 |
+
background-color: #000;
|
19 |
+
color: #fff;
|
20 |
+
overflow-x: hidden;
|
21 |
+
}
|
22 |
+
.slide {
|
23 |
+
min-height: 100vh;
|
24 |
+
padding: 2rem;
|
25 |
+
display: flex;
|
26 |
+
flex-direction: column;
|
27 |
+
justify-content: center;
|
28 |
+
border-bottom: 4px solid #fff;
|
29 |
+
}
|
30 |
+
.neo-box {
|
31 |
+
border: 4px solid #fff;
|
32 |
+
background-color: #000;
|
33 |
+
box-shadow: 8px 8px 0 #fff;
|
34 |
+
}
|
35 |
+
.title-font {
|
36 |
+
font-family: 'Syne', sans-serif;
|
37 |
+
}
|
38 |
+
.bounce {
|
39 |
+
animation: bounce 2s infinite;
|
40 |
+
}
|
41 |
+
@keyframes bounce {
|
42 |
+
0%, 100% { transform: translateY(0); }
|
43 |
+
50% { transform: translateY(-10px); }
|
44 |
+
}
|
45 |
+
.swirl-in {
|
46 |
+
animation: swirlIn 1s ease-out forwards;
|
47 |
+
}
|
48 |
+
@keyframes swirlIn {
|
49 |
+
0% { opacity: 0; transform: rotate(-540deg) scale(0); }
|
50 |
+
100% { opacity: 1; transform: rotate(0) scale(1); }
|
51 |
+
}
|
52 |
+
.slide-btn {
|
53 |
+
transition: all 0.3s ease;
|
54 |
+
}
|
55 |
+
.slide-btn:hover {
|
56 |
+
transform: scale(1.05) rotate(2deg);
|
57 |
+
box-shadow: 12px 12px 0 #fff;
|
58 |
+
}
|
59 |
+
</style>
|
60 |
+
</head>
|
61 |
+
<body class="bg-black text-white">
|
62 |
+
<!-- Navigation -->
|
63 |
+
<nav class="fixed top-0 left-0 right-0 z-50 bg-black py-4 px-6 border-b-4 border-white flex justify-between items-center">
|
64 |
+
<div class="text-2xl font-bold title-font">INTERVIEW INSIGHTS</div>
|
65 |
+
<div class="flex space-x-2">
|
66 |
+
<button onclick="showSlide(1)" class="neo-box px-3 py-1 slide-btn">1</button>
|
67 |
+
<button onclick="showSlide(2)" class="neo-box px-3 py-1 slide-btn">2</button>
|
68 |
+
<button onclick="showSlide(3)" class="neo-box px-3 py-1 slide-btn">3</button>
|
69 |
+
<button onclick="showSlide(4)" class="neo-box px-3 py-1 slide-btn">4</button>
|
70 |
+
<button onclick="showSlide(5)" class="neo-box px-3 py-1 slide-btn">5</button>
|
71 |
+
<button onclick="showSlide(6)" class="neo-box px-3 py-1 slide-btn">6</button>
|
72 |
+
</div>
|
73 |
+
</nav>
|
74 |
+
|
75 |
+
<!-- Slide 1: Title Slide -->
|
76 |
+
<section id="slide1" class="slide relative">
|
77 |
+
<div class="absolute top-10 right-10 bounce">
|
78 |
+
<i data-feather="star" class="text-yellow-300" width="40" height="40"></i>
|
79 |
+
</div>
|
80 |
+
<div class="mx-auto text-center max-w-4xl">
|
81 |
+
<h1 class="text-6xl md:text-8xl font-bold title-font mb-6 swirl-in" data-aos="fade-up">KEY INSIGHTS</h1>
|
82 |
+
<div class="neo-box p-8 mt-10" data-aos="fade-up" data-aos-delay="300">
|
83 |
+
<p class="text-xl md:text-2xl">From the Interview Article</p>
|
84 |
+
<p class="text-sm mt-4 opacity-75">Highlighting key interview insights on technology, creativity, and innovation strategies</p>
|
85 |
+
</div>
|
86 |
+
</div>
|
87 |
+
<div class="absolute bottom-10 left-10">
|
88 |
+
<button onclick="showSlide(2)" class="neo-box px-6 py-3 slide-btn flex items-center">
|
89 |
+
Next <i data-feather="arrow-right" class="ml-2"></i>
|
90 |
+
</button>
|
91 |
+
</div>
|
92 |
+
</section>
|
93 |
+
|
94 |
+
<!-- Slide 2: Main Theme -->
|
95 |
+
<section id="slide2" class="slide hidden">
|
96 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 items-center max-w-6xl mx-auto">
|
97 |
+
<div class="neo-box p-8" data-aos="fade-right">
|
98 |
+
<h2 class="text-3xl md:text-4xl font-bold title-font mb-4">CORE THEME</h2>
|
99 |
+
<p class="text-lg">The interview explores the intersection of technology and creativity in modern business environments, emphasizing innovative approaches to problem-solving.</p>
|
100 |
+
</div>
|
101 |
+
<div class="relative" data-aos="fade-left" data-aos-delay="300">
|
102 |
+
<div class="neo-box p-6 absolute -top-4 -right-4 swirl-in">
|
103 |
+
<i data-feather="zap" width="50" height="50"></i>
|
104 |
+
</div>
|
105 |
+
<img src="http://static.photos/technology/640x360/1" alt="Technology Concept" class="w-full h-64 object-cover neo-box">
|
106 |
+
</div>
|
107 |
+
</div>
|
108 |
+
<div class="absolute bottom-10 right-10">
|
109 |
+
<button onclick="showSlide(3)" class="neo-box px-6 py-3 slide-btn flex items-center">
|
110 |
+
Next <i data-feather="arrow-right" class="ml-2"></i>
|
111 |
+
</button>
|
112 |
+
</div>
|
113 |
+
</section>
|
114 |
+
|
115 |
+
<!-- Slide 3: Key Point 1 -->
|
116 |
+
<section id="slide3" class="slide hidden">
|
117 |
+
<div class="max-w-4xl mx-auto">
|
118 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 items-start mb-10">
|
119 |
+
<div class="neo-box p-8" data-aos="zoom-in">
|
120 |
+
<h2 class="text-3xl md:text-4xl font-bold title-font mb-6">INNOVATION MINDSET</h2>
|
121 |
+
<ul class="space-y-4 text-lg">
|
122 |
+
<li class="flex items-start">
|
123 |
+
<i data-feather="check-circle" class="text-green-400 mr-3 mt-1"></i>
|
124 |
+
<span>Embrace experimentation and calculated risk-taking</span>
|
125 |
+
</li>
|
126 |
+
<li class="flex items-start">
|
127 |
+
<i data-feather="check-circle" class="text-green-400 mr-3 mt-1"></i>
|
128 |
+
<span>Foster cross-disciplinary collaboration</span>
|
129 |
+
</li>
|
130 |
+
<li class="flex items-start">
|
131 |
+
<i data-feather="check-circle" class="text-green-400 mr-3 mt-1"></i>
|
132 |
+
<span>Challenge conventional industry practices</span>
|
133 |
+
</li>
|
134 |
+
</ul>
|
135 |
+
</div>
|
136 |
+
<div class="neo-box p-6" data-aos="zoom-in" data-aos-delay="300">
|
137 |
+
<h3 class="text-xl font-bold title-font mb-4 text-center">Innovation Impact Factors</h3>
|
138 |
+
<div class="flex items-end justify-between h-48 mt-6 px-4">
|
139 |
+
<div class="flex flex-col items-center">
|
140 |
+
<div class="bg-blue-400 w-12 h-32 neo-box mb-2" style="height: 80%;"></div>
|
141 |
+
<span class="text-sm">Experimentation</span>
|
142 |
+
</div>
|
143 |
+
<div class="flex flex-col items-center">
|
144 |
+
<div class="bg-green-400 w-12 h-40 neo-box mb-2" style="height: 95%;"></div>
|
145 |
+
<span class="text-sm">Collaboration</span>
|
146 |
+
</div>
|
147 |
+
<div class="flex flex-col items-center">
|
148 |
+
<div class="bg-yellow-400 w-12 h-36 neo-box mb-2" style="height: 85%;"></div>
|
149 |
+
<span class="text-sm">Risk-taking</span>
|
150 |
+
</div>
|
151 |
+
<div class="flex flex-col items-center">
|
152 |
+
<div class="bg-red-400 w-12 h-28 neo-box mb-2" style="height: 70%;"></div>
|
153 |
+
<span class="text-sm">Conventional</span>
|
154 |
+
</div>
|
155 |
+
</div>
|
156 |
+
</div>
|
157 |
+
</div>
|
158 |
+
<div class="flex justify-center bounce">
|
159 |
+
<i data-feather="lightbulb" width="40" height="40" class="text-yellow-300"></i>
|
160 |
+
</div>
|
161 |
+
</div>
|
162 |
+
<div class="absolute bottom-10 right-10">
|
163 |
+
<button onclick="showSlide(4)" class="neo-box px-6 py-3 slide-btn flex items-center">
|
164 |
+
Next <i data-feather="arrow-right" class="ml-2"></i>
|
165 |
+
</button>
|
166 |
+
</div>
|
167 |
+
</section>
|
168 |
+
|
169 |
+
<!-- Slide 4: Key Point 2 -->
|
170 |
+
<section id="slide4" class="slide hidden">
|
171 |
+
<div class="max-w-5xl mx-auto">
|
172 |
+
<h2 class="text-4xl md:text-5xl font-bold title-font text-center mb-12" data-aos="fade-down">ADAPTATION STRATEGIES</h2>
|
173 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
|
174 |
+
<div class="neo-box p-6 text-center" data-aos="flip-left" data-aos-delay="100">
|
175 |
+
<i data-feather="refresh-cw" class="mx-auto text-blue-400 mb-4" width="40" height="40"></i>
|
176 |
+
<h3 class="font-bold text-xl mb-2">Agile Response</h3>
|
177 |
+
<p>Quick adaptation to market changes and feedback</p>
|
178 |
+
</div>
|
179 |
+
<div class="neo-box p-6 text-center" data-aos="flip-left" data-aos-delay="300">
|
180 |
+
<i data-feather="users" class="mx-auto text-pink-400 mb-4" width="40" height="40"></i>
|
181 |
+
<h3 class="font-bold text-xl mb-2">Team Dynamics</h3>
|
182 |
+
<p>Leveraging diverse perspectives for innovation</p>
|
183 |
+
</div>
|
184 |
+
<div class="neo-box p-6 text-center" data-aos="flip-left" data-aos-delay="500">
|
185 |
+
<i data-feather="trending-up" class="mx-auto text-green-400 mb-4" width="40" height="40"></i>
|
186 |
+
<h3 class="font-bold text-xl mb-2">Growth Focus</h3>
|
187 |
+
<p>Continuous learning and skill development</p>
|
188 |
+
</div>
|
189 |
+
</div>
|
190 |
+
</div>
|
191 |
+
<div class="absolute bottom-10 right-10">
|
192 |
+
<button onclick="showSlide(5)" class="neo-box px-6 py-3 slide-btn flex items-center">
|
193 |
+
Next <i data-feather="arrow-right" class="ml-2"></i>
|
194 |
+
</button>
|
195 |
+
</div>
|
196 |
+
</section>
|
197 |
+
|
198 |
+
<!-- Slide 5: Key Point 3 -->
|
199 |
+
<section id="slide5" class="slide hidden">
|
200 |
+
<div class="max-w-4xl mx-auto">
|
201 |
+
<div class="neo-box p-8" data-aos="fade-up">
|
202 |
+
<h2 class="text-3xl md:text-4xl font-bold title-font mb-6">FUTURE OUTLOOK</h2>
|
203 |
+
<p class="text-lg mb-6">The interview highlights several emerging trends that will shape the industry landscape in coming years:</p>
|
204 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
205 |
+
<div class="flex items-start">
|
206 |
+
<i data-feather="arrow-right" class="text-red-400 mr-3 mt-1"></i>
|
207 |
+
<div>
|
208 |
+
<h4 class="font-bold">AI Integration</h4>
|
209 |
+
<p class="text-sm">Increasing use of artificial intelligence in creative processes</p>
|
210 |
+
</div>
|
211 |
+
</div>
|
212 |
+
<div class="flex items-start">
|
213 |
+
<i data-feather="arrow-right" class="text-red-400 mr-3 mt-1"></i>
|
214 |
+
<div>
|
215 |
+
<h4 class="font-bold">Remote Collaboration</h4>
|
216 |
+
<p class="text-sm">New tools and methods for distributed teams</p>
|
217 |
+
</div>
|
218 |
+
</div>
|
219 |
+
<div class="flex items-start">
|
220 |
+
<i data-feather="arrow-right" class="text-red-400 mr-3 mt-1"></i>
|
221 |
+
<div>
|
222 |
+
<h4 class="font-bold">Sustainable Innovation</h4>
|
223 |
+
<p class="text-sm">Eco-conscious approaches to technology development</p>
|
224 |
+
</div>
|
225 |
+
</div>
|
226 |
+
<div class="flex items-start">
|
227 |
+
<i data-feather="arrow-right" class="text-red-400 mr-3 mt-1"></i>
|
228 |
+
<div>
|
229 |
+
<h4 class="font-bold">Ethical Considerations</h4>
|
230 |
+
<p class="text-sm">Balancing progress with responsible practices</p>
|
231 |
+
</div>
|
232 |
+
</div>
|
233 |
+
</div>
|
234 |
+
</div>
|
235 |
+
</div>
|
236 |
+
<div class="absolute bottom-10 right-10">
|
237 |
+
<button onclick="showSlide(6)" class="neo-box px-6 py-3 slide-btn flex items-center">
|
238 |
+
Next <i data-feather="arrow-right" class="ml-2"></i>
|
239 |
+
</button>
|
240 |
+
</div>
|
241 |
+
</section>
|
242 |
+
|
243 |
+
<!-- Slide 6: Conclusion -->
|
244 |
+
<section id="slide6" class="slide hidden">
|
245 |
+
<div class="max-w-3xl mx-auto text-center">
|
246 |
+
<h2 class="text-4xl md:text-5xl font-bold title-font mb-8" data-aos="fade-down">KEY TAKEAWAYS</h2>
|
247 |
+
<div class="neo-box p-8 mb-10" data-aos="zoom-in">
|
248 |
+
<p class="text-xl mb-6">The interview emphasizes that success in today's environment requires:</p>
|
249 |
+
<ul class="space-y-3 text-lg">
|
250 |
+
<li class="flex justify-center items-center">
|
251 |
+
<i data-feather="heart" class="text-red-400 mr-3"></i>
|
252 |
+
Passion for innovation
|
253 |
+
</li>
|
254 |
+
<li class="flex justify-center items-center">
|
255 |
+
<i data-feather="target" class="text-blue-400 mr-3"></i>
|
256 |
+
Clear strategic vision
|
257 |
+
</li>
|
258 |
+
<li class="flex justify-center items-center">
|
259 |
+
<i data-feather="shield" class="text-green-400 mr-3"></i>
|
260 |
+
Resilience in facing challenges
|
261 |
+
</li>
|
262 |
+
<li class="flex justify-center items-center">
|
263 |
+
<i data-feather="award" class="text-yellow-400 mr-3"></i>
|
264 |
+
Commitment to excellence
|
265 |
+
</li>
|
266 |
+
</ul>
|
267 |
+
</div>
|
268 |
+
<div class="bounce">
|
269 |
+
<i data-feather="feather" width="40" height="40"></i>
|
270 |
+
</div>
|
271 |
+
</div>
|
272 |
+
<div class="absolute bottom-10 left-10">
|
273 |
+
<button onclick="showSlide(1)" class="neo-box px-6 py-3 slide-btn flex items-center">
|
274 |
+
<i data-feather="rotate-ccw" class="mr-2"></i> Restart
|
275 |
+
</button>
|
276 |
+
</div>
|
277 |
+
</section>
|
278 |
+
|
279 |
+
<script>
|
280 |
+
// Initialize animations
|
281 |
+
AOS.init({
|
282 |
+
duration: 800,
|
283 |
+
once: true
|
284 |
+
});
|
285 |
+
feather.replace();
|
286 |
+
|
287 |
+
// Slide management
|
288 |
+
function showSlide(slideNumber) {
|
289 |
+
// Hide all slides
|
290 |
+
document.querySelectorAll('.slide').forEach(slide => {
|
291 |
+
slide.classList.add('hidden');
|
292 |
+
});
|
293 |
+
// Show selected slide
|
294 |
+
document.getElementById('slide' + slideNumber).classList.remove('hidden');
|
295 |
+
|
296 |
+
// Add entrance animation to elements
|
297 |
+
setTimeout(() => {
|
298 |
+
AOS.refresh();
|
299 |
+
}, 50);
|
300 |
+
}
|
301 |
+
|
302 |
+
// Initial slide show
|
303 |
+
document.addEventListener('DOMContentLoaded', function() {
|
304 |
+
showSlide(1);
|
305 |
+
});
|
306 |
+
</script>
|
307 |
+
</body>
|
308 |
</html>
|
prompts.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
make a 6 pages ppt of this article, make a reading notes/highlights of the interview, with neo brutalist style, cute and fun animation: https://mp.weixin.qq.com/s/uqUGwJLO30mRKXAtOauJGA
|
2 |
+
make the text more relevant to the topic, don't mention what style the PPT is
|
3 |
+
change the image to Kimi's logo
|
4 |
+
add a chart next to this block that relevant to this page's content
|