mirror of https://github.com/kortix-ai/suna.git
161 lines
5.9 KiB
HTML
161 lines
5.9 KiB
HTML
|
<!DOCTYPE html>
|
||
|
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8"/>
|
||
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
||
|
<title>Elon Musk: Visionary Entrepreneur - Slide 9</title>
|
||
|
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"/>
|
||
|
<script src="https://d3js.org/d3.v7.min.js"></script>
|
||
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet"/>
|
||
|
<script src="https://cdn.jsdelivr.net/npm/chart.js@3.9.1"></script>
|
||
|
<style>
|
||
|
/* Base styling and 1920x1080 slide container */
|
||
|
* {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
font-family: 'Roboto', Arial, sans-serif;
|
||
|
background: #000000;
|
||
|
color: #333333;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
min-height: 100vh;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.slide-container {
|
||
|
/* CRITICAL: Standard presentation dimensions */
|
||
|
width: 1920px;
|
||
|
height: 1080px;
|
||
|
max-width: 100vw;
|
||
|
max-height: 100vh;
|
||
|
position: relative;
|
||
|
background: #FFFFFF;
|
||
|
color: #333333;
|
||
|
overflow: hidden;
|
||
|
|
||
|
/* Auto-scale to fit viewport while maintaining aspect ratio */
|
||
|
transform-origin: center center;
|
||
|
transform: scale(min(100vw / 1920px, 100vh / 1080px));
|
||
|
}
|
||
|
|
||
|
/* Slide number indicator */
|
||
|
.slide-number {
|
||
|
position: absolute;
|
||
|
bottom: 30px;
|
||
|
right: 30px;
|
||
|
font-size: 18px;
|
||
|
color: #666666;
|
||
|
font-weight: 500;
|
||
|
z-index: 1000;
|
||
|
}
|
||
|
|
||
|
/* Common presentation elements */
|
||
|
.slide-title {
|
||
|
font-size: 48px;
|
||
|
font-weight: bold;
|
||
|
margin-bottom: 30px;
|
||
|
color: #005A9C;
|
||
|
}
|
||
|
|
||
|
.slide-subtitle {
|
||
|
font-size: 32px;
|
||
|
margin-bottom: 40px;
|
||
|
color: #333333;
|
||
|
}
|
||
|
|
||
|
.slide-content {
|
||
|
font-size: 24px;
|
||
|
line-height: 1.6;
|
||
|
color: #333333;
|
||
|
}
|
||
|
|
||
|
.accent-bar {
|
||
|
width: 100px;
|
||
|
height: 4px;
|
||
|
background-color: #FF6B00;
|
||
|
margin: 20px 0;
|
||
|
}
|
||
|
|
||
|
/* Responsive images */
|
||
|
img {
|
||
|
max-width: 100%;
|
||
|
height: auto;
|
||
|
border-radius: 8px;
|
||
|
}
|
||
|
|
||
|
/* List styling */
|
||
|
ul, ol {
|
||
|
margin: 20px 0;
|
||
|
padding-left: 30px;
|
||
|
}
|
||
|
|
||
|
li {
|
||
|
margin: 10px 0;
|
||
|
font-size: 20px;
|
||
|
line-height: 1.5;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="slide-container">
|
||
|
<div style="padding: 80px; height: 100%; display: flex; flex-direction: column; justify-content: center;">
|
||
|
<h1 style="font-size: 48px; font-weight: bold; color: #005A9C; margin-bottom: 20px; text-align: center;">Controversies & Challenges1231</h1>
|
||
|
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 60px;">
|
||
|
<div>
|
||
|
<h2 style="font-size: 28px; color: #005A9C; margin-bottom: 30px;">⚠️ Public Challenges</h2>
|
||
|
<div style="space-y: 20px;">
|
||
|
<div style="margin-bottom: 25px; display: flex; align-items: flex-start;">
|
||
|
<i class="fas fa-comments" style="color: #FF6B00; font-size: 20px; margin-right: 15px; margin-top: 5px;"></i>
|
||
|
<div>
|
||
|
<h4 style="font-size: 18px; color: #333; margin-bottom: 8px;">Social Media Presence</h4>
|
||
|
<p style="font-size: 16px; color: #666; line-height: 1.5;">Controversial tweets and public statements</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="margin-bottom: 25px; display: flex; align-items: flex-start;">
|
||
|
<i class="fas fa-gavel" style="color: #FF6B00; font-size: 20px; margin-right: 15px; margin-top: 5px;"></i>
|
||
|
<div>
|
||
|
<h4 style="font-size: 18px; color: #333; margin-bottom: 8px;">SEC Legal Issues</h4>
|
||
|
<p style="font-size: 16px; color: #666; line-height: 1.5;">Securities violations and regulatory challenges</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="margin-bottom: 25px; display: flex; align-items: flex-start;">
|
||
|
<i class="fas fa-users" style="color: #FF6B00; font-size: 20px; margin-right: 15px; margin-top: 5px;"></i>
|
||
|
<div>
|
||
|
<h4 style="font-size: 18px; color: #333; margin-bottom: 8px;">Workplace Culture</h4>
|
||
|
<p style="font-size: 16px; color: #666; line-height: 1.5;">High-pressure work environment criticisms</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<h2 style="font-size: 28px; color: #005A9C; margin-bottom: 30px;">1312 12312</h2>
|
||
|
<div style="space-y: 20px;">
|
||
|
<div style="padding: 25px; background: #f8f9fa; border-left: 6px solid #FF6B00; border-radius: 8px; margin-bottom: 25px;">
|
||
|
<h4 style="font-size: 18px; color: #005A9C; margin-bottom: 10px;">Learning from Failure</h4>
|
||
|
<p style="font-size: 16px; color: #666; line-height: 1.5;">Uses setbacks as opportunities for improvement</p>
|
||
|
</div>
|
||
|
<div style="padding: 25px; background: #f8f9fa; border-left: 6px solid #FF6B00; border-radius: 8px; margin-bottom: 25px;">
|
||
|
<h4 style="font-size: 18px; color: #005A9C; margin-bottom: 10px;">Long-term Vision</h4>
|
||
|
<p style="font-size: 16px; color: #666; line-height: 1.5;">Maintains focus on ultimate goals despite criticism</p>
|
||
|
</div>
|
||
|
<div style="padding: 25px; background: #f8f9fa; border-left: 6px solid #FF6B00; border-radius: 8px; margin-bottom: 25px;">
|
||
|
<h4 style="font-size: 18px; color: #005A9C; margin-bottom: 10px;">Execution Ability</h4>
|
||
|
<p style="font-size: 16px; color: #666; line-height: 1.5;">Consistently delivers breakthrough!</p>
|
||
|
</div>
|
||
|
<div style="text-align: center; padding: 20px; background: #005A9C; color: white; border-radius: 8px;">
|
||
|
<p style="font-size: 18px; font-style: italic; margin: 0;">"Failure is an option here. If you're not failing, you're not innovating enough."</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="slide-number">9</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|