add new homepage section

This commit is contained in:
2026-01-20 22:21:19 -06:00
parent 921836e302
commit 47ecbe6183
2 changed files with 23 additions and 1 deletions

View File

@@ -81,6 +81,11 @@
</button>
</section>
<section class="note">
<h2>Note:</h2>
<p>This project is forked from ddedodediamante's (I probbaly spelled that wrong) rarry project, I forked it so i could add some new features and blocks. It is still in heavy development so expect many bugs.</p>
</section>
<footer>
<p>
&copy; 2025 DbgIDE. Made with ❤️ by

View File

@@ -2,7 +2,7 @@
display: flex;
flex-direction: column;
gap: 1.5rem;
padding: 3rem;
padding: 12rem;
background-image: url("/icons/blur.png");
background-size: cover;
background-position: center;
@@ -60,6 +60,23 @@
color: white;
}
.note {
padding: 2rem;
text-align: center;
background-color: var(--color2);
color: white;
}
.note h2 {
font-size: 2rem;
margin-bottom: 1.5rem;
}
.note p {
font-size: 1rem;
font-weight: 600;
}
.cta-section h2 {
font-size: 2rem;
margin-bottom: 1.5rem;