-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update remotion video generation and styles
- Loading branch information
1 parent
184a2eb
commit 64fe7fb
Showing
4 changed files
with
190 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Our Manifesto</title> | ||
<link rel="stylesheet" href="/style.css"> | ||
</head> | ||
<body> | ||
<canvas id="bg"></canvas> | ||
<div id="app"> | ||
<header> | ||
<a href="/" class="back-link">← Back to Home</a> | ||
<h1>Our Manifesto</h1> | ||
<p class="tagline">Shaping the future of AI with purpose and responsibility</p> | ||
</header> | ||
|
||
<section class="section manifesto-content"> | ||
<div class="manifesto-grid"> | ||
<div class="manifesto-item"> | ||
<h2>Purpose</h2> | ||
<p>We believe AI should augment human capabilities, not replace them. Our mission is to create AI systems that enhance human potential while maintaining ethical boundaries and promoting sustainable innovation.</p> | ||
</div> | ||
|
||
<div class="manifesto-item"> | ||
<h2>Innovation</h2> | ||
<p>True innovation comes from understanding both the technical and human aspects of AI. We combine cutting-edge technology with deep industry knowledge to create solutions that matter.</p> | ||
</div> | ||
|
||
<div class="manifesto-item"> | ||
<h2>Ethics</h2> | ||
<p>We are committed to developing AI systems that are transparent, fair, and accountable. Our ethical framework ensures that every solution we create considers its impact on society and individuals.</p> | ||
</div> | ||
|
||
<div class="manifesto-item"> | ||
<h2>Collaboration</h2> | ||
<p>The best solutions emerge from diverse perspectives. We work closely with our clients, fostering partnerships that drive meaningful transformation and sustainable growth.</p> | ||
</div> | ||
</div> | ||
|
||
<div class="principles"> | ||
<h2>Our Guiding Principles</h2> | ||
<ul class="experience-list"> | ||
<li>Human-centered AI development that prioritizes user needs and experiences</li> | ||
<li>Continuous learning and adaptation to emerging technologies and methodologies</li> | ||
<li>Transparent communication and collaboration with stakeholders</li> | ||
<li>Sustainable and responsible AI implementation practices</li> | ||
<li>Commitment to diversity, equity, and inclusion in AI development</li> | ||
</ul> | ||
</div> | ||
</section> | ||
|
||
<footer> | ||
<div class="social-links"> | ||
<a href="#linkedin">LinkedIn</a> | ||
<a href="#github">GitHub</a> | ||
<a href="#twitter">Twitter</a> | ||
</div> | ||
<p class="copyright">© 2024 Intuition Labs LLC. Pioneering the future of AI.</p> | ||
</footer> | ||
</div> | ||
<script type="module" src="/main.jsx"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters