github pages

This commit is contained in:
Abdenasser 2024-10-30 22:35:29 +01:00
parent a7be57dd0b
commit 4be5ff9098
4 changed files with 15 additions and 1 deletions

View File

@ -56,7 +56,7 @@
<section class="screenshot">
<img src="https://github.com/Abdenasser/neohtop/raw/main/screenshot.jpg" alt="NeoHtop Screenshot"
class="screenshot-img">
class="screenshot-img" loading="lazy">
</section>
<section id="features" class="features">

View File

@ -338,4 +338,18 @@ footer {
.step,
.download-button {
animation: fadeIn 0.5s ease-out;
}
.screenshot {
width: 100%;
max-width: 1200px;
margin: 2rem auto;
padding: 0 1rem;
}
.screenshot-img {
width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

Binary file not shown.

Binary file not shown.