Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@
<nav class="bg-background dark:bg-background docked full-width top-0 border-b border-surface-variant z-50 fixed w-full">
<div class="flex justify-between items-center w-full px-gutter py-4 max-w-container-max mx-auto">
<div class="flex items-center gap-2">
<img src="https://raw.githubusercontent.com/Demon-Die/Website/refs/heads/main/assets/demondie-logo.webp" alt="DerronDie Logo" class="h-8 w-8 mr-2" />
<span class="text-headline-md font-headline-md font-bold text-on-surface dark:text-on-surface text-xl">DerronDie</span>
<img src="https://raw.githubusercontent.com/Demon-Die/Website/refs/heads/main/assets/demondie-logo.webp" alt="DemonDie Logo" class="h-8 w-8 mr-2" />
<span class="text-headline-md font-headline-md font-bold text-on-surface dark:text-on-surface text-xl">DemonDie</span>
</div>
<div id="desktop-nav" class="hidden md:flex items-center gap-8">
<a class="text-primary border-b-2 border-primary pb-1 font-label-mono text-label-mono text-xs" href="#home">Home</a>
Expand All @@ -160,7 +160,7 @@
<!-- Hero Section -->
<section class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center min-h-[716px] mb-section-gap relative">
<div class="space-y-8 z-10">
<div class="text-on-surface-variant font-code-sm text-code-sm terminal-text">Building DerronDie OS...</div>
<div class="text-on-surface-variant font-code-sm text-code-sm terminal-text">Building DemonDie OS...</div>
<h1 class="text-display-lg font-display-lg leading-tight">
<span class="text-on-surface block">Open Source.</span>
<span class="text-primary block">Community Driven.</span>
Expand All @@ -170,7 +170,7 @@ <h1 class="text-display-lg font-display-lg leading-tight">
We build developer centric open learning, and student developers to create real impact.
</p>
<div class="border border-surface-container p-6 bg-surface max-w-md">
<div class="text-primary font-code-sm text-code-sm mb-4 uppercase">DerronDie Highlights :</div>
<div class="text-primary font-code-sm text-code-sm mb-4 uppercase">DemonDie Highlights :</div>
<ul class="space-y-2 text-on-surface-variant font-code-sm text-code-sm">
<li class="flex items-start gap-2"><span class="text-primary">&gt;</span> AI-Learning Hub</li>
<li class="flex items-start gap-2"><span class="text-primary">&gt;</span> Real-world impact</li>
Expand Down Expand Up @@ -340,7 +340,7 @@ <h2 class="text-on-surface font-label-mono text-label-mono">Projects Explorer</h
<div class="flex items-start gap-4 p-2 hover:bg-surface-variant transition-colors border-l-2 border-transparent hover:border-primary">
<span class="material-symbols-outlined text-primary mt-1" data-icon="folder">folder</span>
<div class="flex-grow">
<div class="text-on-surface font-label-mono text-sm">DerronDie-Next-Frame</div>
<div class="text-on-surface font-label-mono text-sm">DemonDie-Next-Frame</div>
<div class="text-on-surface-variant text-code-sm font-code-sm mt-1">Modern web app boilerplate</div>
</div>
<div class="flex items-center gap-1 text-on-surface-variant text-code-sm">
Expand Down Expand Up @@ -738,7 +738,7 @@ <h2 class="text-headline-md font-headline-md text-on-surface mb-4">
<div class="space-y-4">
<div class="text-headline-md font-headline-md font-bold text-primary flex items-center gap-2">
<span class="material-symbols-outlined" data-icon="hexagon" data-weight="fill" style="font-variation-settings: &quot;FILL&quot; 1;">hexagon</span>
DerronDie
DemonDie
Comment thread
coderabbitai[bot] marked this conversation as resolved.
</div>
<p class="text-body-base font-body-base text-on-surface-variant text-sm max-w-xs">
Open source, open learning, devloped on learning, built by students, scaled by contributors around the globe.
Expand Down Expand Up @@ -819,4 +819,4 @@ <h4 class="text-on-surface font-label-mono text-label-mono font-bold mb-4">Conne
});
</script>

</body></html>
</body></html>
12 changes: 6 additions & 6 deletions liscence.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<body class="text-on-surface antialiased flex flex-col min-h-screen crt-scanline">
<nav class="bg-background dark:bg-background border-b border-surface-variant docked full-width top-0 z-50">
<div class="flex justify-between items-center w-full px-gutter py-4 max-w-container-max mx-auto">
<div class="text-headline-md font-headline-md font-bold text-on-surface dark:text-on-surface tracking-tight">DerronDie</div>
<div class="text-headline-md font-headline-md font-bold text-on-surface dark:text-on-surface tracking-tight">DemonDie</div>
<div class="hidden md:flex gap-6 items-center">
<a class="text-label-mono font-label-mono text-on-surface-variant hover:text-on-surface hover:bg-surface-container-high transition-colors duration-200 px-3 py-2 rounded-DEFAULT" href="./index.html">Home</a>
<a class="text-label-mono font-label-mono text-on-surface-variant hover:text-on-surface hover:bg-surface-container-high transition-colors duration-200 px-3 py-2 rounded-DEFAULT" href="./faqs.html">FAQs</a>
Expand Down Expand Up @@ -153,7 +153,7 @@
</div>
<div class="pl-5 text-on-surface-variant leading-relaxed opacity-90 selection:bg-primary-container selection:text-[#000]">
MIT License<br><br>
Copyright (c) 2025 DerronDie Community<br><br>
Copyright (c) 2025 DemonDie Community<br><br>
Permission is hereby granted, free of charge, to any person obtaining a copy<br>
of this software and associated documentation files (the "Software"), to deal<br>
in the Software without restriction, including without limitation the rights<br>
Expand Down Expand Up @@ -185,9 +185,9 @@
<footer class="bg-background dark:bg-background border-t border-surface-variant full-width z-20 mt-auto relative">
<div class="grid grid-cols-1 md:grid-cols-4 gap-gutter px-gutter py-section-gap max-w-container-max mx-auto">
<div class="col-span-1 flex flex-col gap-6">
<div class="text-headline-md font-headline-md font-bold text-primary tracking-tight">DerronDie</div>
<div class="text-headline-md font-headline-md font-bold text-primary tracking-tight">DemonDie</div>
<p class="text-body-base font-body-base text-on-surface-variant max-w-[250px]">
© 2025 DerronDie. Built with ❀️ by the community.
© 2025 DemonDie. Built with ❀️ by the community.
</p>
</div>
<div class="col-span-1 md:col-span-3 grid grid-cols-2 md:grid-cols-3 gap-y-6 gap-x-gutter">
Expand All @@ -204,9 +204,9 @@
<div class="flex flex-col gap-3">
<a class="text-label-mono font-label-mono text-on-surface-variant hover:text-primary transition-colors inline-block w-fit" href="./404err.html">Twitter</a>
<a class="text-label-mono font-label-mono text-on-surface-variant hover:text-primary transition-colors inline-block w-fit" href="./404err.html">LinkedIn</a>
<a class="text-label-mono font-label-mono text-on-surface-variant hover:text-primary transition-colors inline-block w-fit" href="mailto:safety@derrondie.dev">Email</a>
<a class="text-label-mono font-label-mono text-on-surface-variant hover:text-primary transition-colors inline-block w-fit" href="mailto:safety@DemonDie.dev">Email</a>
</div>
</div>
</div>
</footer>
</body></html>
</body></html>
Loading