Skip to content

Commit

Permalink
Some new pages and design improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Dae committed Sep 27, 2024
1 parent 7672d30 commit ff4ab7a
Show file tree
Hide file tree
Showing 2 changed files with 562 additions and 18 deletions.
43 changes: 25 additions & 18 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,31 @@
</header>
<main id="main-content">
<div class="container">
<section class="projects fade-in-up">
<h1>Our Projects</h1>
<div class="project-grid">
<div class="project-card">
<img src="images/nexus-browser.png" alt="Nexus Browser" loading="lazy">
<h2>Nexus Browser</h2>
<p>A modern web browser with advanced privacy features and customizable themes.</p>
<a href="nexus.html" class="cta-button">Learn More</a>
</div>
<div class="project-card">
<img src="images/ai-assistant.png" alt="AI Assistant" loading="lazy">
<h2>Seokjin AI Assistant</h2>
<p>An intelligent AI-powered assistant to help with daily tasks and productivity.</p>
<a href="#" class="cta-button">Coming Soon</a>
</div>
<div class="project-card">
<img src="images/crypto-wallet.png" alt="Crypto Wallet" loading="lazy">
</div>
<h1 class="page-title">Our Projects</h1>
<section class="project-grid">
<div class="project-card">
<img src="images/nexus-browser.png" alt="Nexus Browser" loading="lazy">
<h2>Nexus Browser</h2>
<p>A modern web browser for desktop and Android, built with Seoggi and optimized for Aether OS.</p>
<a href="nexus.html" class="cta-button">Learn More</a>
</div>
<div class="project-card">
<img src="images/seoggi-lang.png" alt="Seoggi Programming Language" loading="lazy">
<h2>Seoggi Language</h2>
<p>Our custom programming language designed for efficiency and ease of use.</p>
<a href="#" class="cta-button">Explore Seoggi</a>
</div>
<div class="project-card">
<img src="images/aether-os.png" alt="Aether OS" loading="lazy">
<h2>Aether OS</h2>
<p>A lightweight and powerful operating system optimized for Nexus Browser and Seoggi applications.</p>
<a href="#" class="cta-button">Discover Aether</a>
</div>
<div class="project-card">
<img src="images/seokjin-ai.png" alt="Seokjin AI" loading="lazy">
<h2>Seokjin AI</h2>
<p>Our advanced AI assistant, designed to enhance user experience across YeonSphere products.</p>
<a href="#" class="cta-button">Meet Seokjin</a>
</div>
</section>
</div>
Expand Down
Loading

0 comments on commit ff4ab7a

Please sign in to comment.