Skip to content

Commit

Permalink
getting there...
Browse files Browse the repository at this point in the history
  • Loading branch information
Dae Sanghwi committed Nov 19, 2024
1 parent a5fe57b commit 2fa3350
Show file tree
Hide file tree
Showing 6 changed files with 698 additions and 152 deletions.
22 changes: 20 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,26 @@ <h3>Email</h3>
<span class="material-icons-round">code</span>
<div>
<h3>GitHub</h3>
<p>Follow my projects and contributions</p>
<a href="https://github.com/YeonSphere" class="button button-tonal" target="_blank" rel="noopener">View Profile</a>
<p>@daedaevibin</p>
<a href="https://github.com/daedaevibin" class="button button-tonal" target="_blank" rel="noopener">View Profile</a>
</div>
</div>

<div class="contact-option">
<span class="material-icons-round">photo_camera</span>
<div>
<h3>Instagram</h3>
<p>@daedaevibin</p>
<a href="https://instagram.com/daedaevibin" class="button button-tonal" target="_blank" rel="noopener">Follow</a>
</div>
</div>

<div class="contact-option">
<span class="material-icons-round">chat</span>
<div>
<h3>Discord</h3>
<p>@daedaevibin</p>
<a href="https://discord.com/users/daedaevibin" class="button button-tonal" target="_blank" rel="noopener">Add Friend</a>
</div>
</div>
</div>
Expand Down
204 changes: 54 additions & 150 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,165 +35,69 @@ <h1>Projects</h1>
<section class="page-content">
<div class="container">
<div class="projects-grid">
<!-- AetherOS -->
<article class="project-card">
<div class="project-card-content">
<h2>AetherOS</h2>
<p class="project-description">A custom operating system focused on user freedom and control, designed to provide a more transparent and customizable computing experience.</p>
<div class="project-features">
<h3>Key Features</h3>
<ul>
<li>
<span class="material-icons-round">security</span>
<div>
<h4>Privacy-First Design</h4>
<p>Built with user privacy as a core principle</p>
</div>
</li>
<li>
<span class="material-icons-round">tune</span>
<div>
<h4>Deep Customization</h4>
<p>Extensive system-level customization options</p>
</div>
</li>
<li>
<span class="material-icons-round">speed</span>
<div>
<h4>Performance Optimized</h4>
<p>Efficient resource management and fast operation</p>
</div>
</li>
</ul>
</div>
<div class="project-meta">
<span class="chip">Rust</span>
<span class="chip">Operating Systems</span>
<span class="chip">System Programming</span>
</div>
<div class="project-card">
<div class="project-header">
<h3>AetherOS</h3>
<span class="project-status">In Planning</span>
</div>
<p class="project-description">A revolutionary operating system focused on user freedom and privacy. Currently in early planning stages.</p>
<div class="project-tags">
<span class="tag">Operating System</span>
<span class="tag">Privacy</span>
<span class="tag">User Freedom</span>
</div>
<div class="project-links">
<a href="projects/aetheros.html" class="button button-tonal">Learn More</a>
</div>
</article>
</div>

<!-- Nexus -->
<article class="project-card">
<div class="project-card-content">
<h2>Nexus</h2>
<p class="project-description">A cross-platform application framework that enables development of consistent, user-respecting applications across different platforms.</p>
<div class="project-features">
<h3>Key Features</h3>
<ul>
<li>
<span class="material-icons-round">devices</span>
<div>
<h4>Cross-Platform</h4>
<p>Seamless operation across different devices</p>
</div>
</li>
<li>
<span class="material-icons-round">code</span>
<div>
<h4>Native Performance</h4>
<p>Optimized for each platform's capabilities</p>
</div>
</li>
<li>
<span class="material-icons-round">palette</span>
<div>
<h4>Consistent Design</h4>
<p>Unified user experience across platforms</p>
</div>
</li>
</ul>
</div>
<div class="project-meta">
<span class="chip">Flutter</span>
<span class="chip">Dart</span>
<span class="chip">Cross-Platform</span>
</div>
<a href="projects/nexus.html" class="button button-tonal">Learn More</a>
<div class="project-card">
<div class="project-header">
<h3>Seokjin-AI</h3>
<span class="project-status">Under Major Revision</span>
</div>
</article>

<!-- Seokjin-AI -->
<article class="project-card">
<div class="project-card-content">
<h2>Seokjin-AI</h2>
<p class="project-description">A privacy-focused artificial intelligence framework that puts user control and data privacy at the forefront of AI development.</p>
<div class="project-features">
<h3>Key Features</h3>
<ul>
<li>
<span class="material-icons-round">privacy_tip</span>
<div>
<h4>Privacy Preserving</h4>
<p>Local processing and data protection</p>
</div>
</li>
<li>
<span class="material-icons-round">psychology</span>
<div>
<h4>Adaptive Learning</h4>
<p>Personalized AI behavior</p>
</div>
</li>
<li>
<span class="material-icons-round">verified_user</span>
<div>
<h4>User Control</h4>
<p>Transparent AI decision making</p>
</div>
</li>
</ul>
</div>
<div class="project-meta">
<span class="chip">Python</span>
<span class="chip">TensorFlow</span>
<span class="chip">Privacy</span>
</div>
<p class="project-description">Privacy-focused AI assistant undergoing significant architectural changes. New version coming soon.</p>
<div class="project-tags">
<span class="tag">Artificial Intelligence</span>
<span class="tag">Privacy</span>
<span class="tag">Python</span>
</div>
<div class="project-links">
<a href="projects/seokjin-ai.html" class="button button-tonal">Learn More</a>
</div>
</article>
</div>

<div class="project-card">
<div class="project-header">
<h3>Nexus</h3>
<span class="project-status">In Development</span>
</div>
<p class="project-description">Cross-platform development framework focused on creating consistent, beautiful applications.</p>
<div class="project-tags">
<span class="tag">Framework</span>
<span class="tag">Cross-Platform</span>
<span class="tag">UI/UX</span>
</div>
<div class="project-links">
<a href="projects/nexus.html" class="button button-tonal">Learn More</a>
</div>
</div>

<!-- Seoggi -->
<article class="project-card">
<div class="project-card-content">
<h2>Seoggi</h2>
<p class="project-description">A modern programming language designed for simplicity and performance, with a focus on developer experience and code readability.</p>
<div class="project-features">
<h3>Key Features</h3>
<ul>
<li>
<span class="material-icons-round">speed</span>
<div>
<h4>High Performance</h4>
<p>Efficient compilation and execution</p>
</div>
</li>
<li>
<span class="material-icons-round">code</span>
<div>
<h4>Clean Syntax</h4>
<p>Intuitive and readable code structure</p>
</div>
</li>
<li>
<span class="material-icons-round">memory</span>
<div>
<h4>Memory Safe</h4>
<p>Built-in memory safety features</p>
</div>
</li>
</ul>
</div>
<div class="project-meta">
<span class="chip">Language Design</span>
<span class="chip">LLVM</span>
<span class="chip">Systems Programming</span>
</div>
<div class="project-card">
<div class="project-header">
<h3>Seoggi</h3>
<span class="project-status">In Development</span>
</div>
<p class="project-description">A modern programming language designed for clarity, performance, and developer happiness.</p>
<div class="project-tags">
<span class="tag">Programming Language</span>
<span class="tag">Developer Tools</span>
<span class="tag">Performance</span>
</div>
<div class="project-links">
<a href="projects/seoggi.html" class="button button-tonal">Learn More</a>
</div>
</article>
</div>
</div>
</div>
</section>
Expand Down
Loading

0 comments on commit 2fa3350

Please sign in to comment.