fix application section

This commit is contained in:
2025-07-08 12:50:44 +02:00
parent 0c9aab2686
commit 181ddb4759
12 changed files with 75 additions and 217 deletions

View File

@ -112,6 +112,9 @@ De website benadrukt:
## Deployment ## Deployment
Dit project komt met een Dockerfile voor eenvoudige deployment met bijvoorbeeld Coolify.
Zie voor instructies [DEPLOYMENT.md](DEPLOYMENT.md)
Voor productie gebruik: Voor productie gebruik:
1. Vervang alle placeholder contactgegevens 1. Vervang alle placeholder contactgegevens
2. Configureer een reverse proxy (nginx/Apache) 2. Configureer een reverse proxy (nginx/Apache)

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 505 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

BIN
static/Zorin-17-desktop.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

BIN
static/cinnamon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 757 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

View File

@ -566,165 +566,77 @@ p {
.feature-showcase { .feature-showcase {
text-align: center; text-align: center;
display: flex;
flex-direction: column;
height: 100%;
} }
.feature-mockup { .feature-image {
background: white; background: white;
border-radius: 12px; border-radius: 12px;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
margin-bottom: 2rem; margin-bottom: 2rem;
overflow: hidden; overflow: hidden;
border: 1px solid #e5e7eb; border: 1px solid #e5e7eb;
} position: relative;
aspect-ratio: 16/10;
.mockup-header {
background: #f3f4f6;
padding: 12px 16px;
display: flex;
align-items: center;
gap: 1rem;
border-bottom: 1px solid #e5e7eb;
}
.mockup-buttons {
display: flex;
gap: 6px;
}
.mockup-buttons span {
width: 10px;
height: 10px;
border-radius: 50%;
background: #d1d5db;
}
.mockup-title {
color: #6b7280;
font-size: 0.85rem;
font-weight: 500;
}
.mockup-content {
padding: 20px;
min-height: 200px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
/* Desktop Mockup */ .feature-image img {
.desktop-wallpaper {
width: 100%; width: 100%;
height: 160px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
border-radius: 8px;
position: relative;
display: flex;
align-items: flex-end;
}
.desktop-panel {
background: rgba(0, 0, 0, 0.8);
width: 100%;
padding: 8px 16px;
display: flex;
justify-content: space-between;
align-items: center;
backdrop-filter: blur(10px);
}
.panel-left {
display: flex;
gap: 12px;
}
.app-icon {
font-size: 1.2rem;
}
.panel-right {
color: white;
font-size: 0.8rem;
}
/* App Mockup */
.app-list {
width: 100%;
}
.app-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 16px;
margin-bottom: 8px;
background: #f9fafb;
border-radius: 8px;
border: 1px solid #e5e7eb;
}
.install-btn {
background: #059669;
color: white;
padding: 4px 12px;
border-radius: 16px;
font-size: 0.8rem;
font-weight: 500;
}
/* Performance Mockup */
.performance-bars {
width: 100%;
}
.performance-item {
margin-bottom: 24px;
}
.perf-label {
text-align: left;
margin-bottom: 8px;
font-weight: 500;
color: #374151;
}
.perf-bar {
background: #e5e7eb;
height: 24px;
border-radius: 12px;
margin-bottom: 6px;
position: relative;
overflow: hidden;
}
.perf-fill {
height: 100%; height: 100%;
object-fit: cover;
border-radius: 12px; border-radius: 12px;
display: flex; }
align-items: center;
padding: 0 12px; .image-caption {
font-size: 0.8rem; position: absolute;
font-weight: 500; bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.8);
padding: 0.4rem 1rem;
border-radius: 0 0 12px 12px;
}
.image-caption small {
color: white; color: white;
position: relative; font-size: 0.8rem;
} }
.perf-fill.windows { .image-caption a {
background: linear-gradient(90deg, #f59e0b, #d97706); color: #a7f3d0;
text-decoration: none;
} }
.perf-fill.linux { .image-caption a:hover {
background: linear-gradient(90deg, #10b981, #059669); color: white;
text-decoration: underline;
} }
.feature-showcase h3 { .feature-showcase h3 {
color: #047857; color: #047857;
margin-bottom: 1rem; margin-bottom: 1rem;
font-size: 1.3rem;
min-height: 2.6rem;
display: flex;
align-items: center;
justify-content: center;
} }
.feature-showcase p { .feature-showcase p {
color: #6b7280; color: #6b7280;
line-height: 1.6; line-height: 1.6;
flex-grow: 1;
margin: 0;
min-height: 4rem;
display: flex;
align-items: center;
} }
/* CTA Section */ /* CTA Section */
@ -1071,19 +983,7 @@ footer {
h2 { font-size: 1.8rem; } h2 { font-size: 1.8rem; }
h3 { font-size: 1.3rem; } h3 { font-size: 1.3rem; }
/* Performance bars responsive */
.performance-bars {
gap: 1rem;
}
.performance-item {
margin-bottom: 1rem;
}
.perf-label {
font-size: 0.9rem;
margin-bottom: 0.5rem;
}
} }
@media (max-width: 480px) { @media (max-width: 480px) {
@ -1195,18 +1095,20 @@ footer {
font-size: 0.8rem; font-size: 0.8rem;
} }
/* Desktop mockup adjustments */ /* Feature image adjustments for mobile */
.feature-mockup { .feature-image {
min-height: 200px; aspect-ratio: 16/9;
margin-bottom: 1.5rem;
} }
.mockup-content { .feature-showcase h3 {
padding: 1rem; font-size: 1.2rem;
min-height: 2.4rem;
} }
.app-item { .feature-showcase p {
padding: 0.5rem; min-height: 3.5rem;
margin-bottom: 0.5rem; font-size: 0.95rem;
} }
} }

View File

@ -10,9 +10,9 @@
</div> </div>
<div class="nav-links"> <div class="nav-links">
<a href="/"{{if eq .CurrentPage "home"}} class="active"{{end}}>Home</a> <a href="/"{{if eq .CurrentPage "home"}} class="active"{{end}}>Home</a>
<a href="#voordelen">Voordelen</a> <a href="#voordelen">Voordelen</a>
<a href="#distros">Linux Keuze</a> <a href="#distros">Linux Keuze</a>
<a href="#diensten">Diensten</a> <a href="#diensten">Diensten</a>
<a href="/contact"{{if eq .CurrentPage "contact"}} class="active"{{end}}>Contact</a> <a href="/contact"{{if eq .CurrentPage "contact"}} class="active"{{end}}>Contact</a>
</div> </div>
<button class="mobile-menu-toggle" onclick="toggleMobileMenu()"> <button class="mobile-menu-toggle" onclick="toggleMobileMenu()">
@ -20,9 +20,9 @@
</button> </button>
<div class="mobile-menu" id="mobile-menu"> <div class="mobile-menu" id="mobile-menu">
<a href="/"{{if eq .CurrentPage "home"}} class="active"{{end}}>Home</a> <a href="/"{{if eq .CurrentPage "home"}} class="active"{{end}}>Home</a>
<a href="#voordelen">Voordelen</a> <a href="#voordelen">Voordelen</a>
<a href="#distros">Linux Keuze</a> <a href="#distros">Linux Keuze</a>
<a href="#diensten">Diensten</a> <a href="#diensten">Diensten</a>
<a href="/contact"{{if eq .CurrentPage "contact"}} class="active"{{end}}>Contact</a> <a href="/contact"{{if eq .CurrentPage "contact"}} class="active"{{end}}>Contact</a>
</div> </div>
</div> </div>

View File

@ -16,7 +16,7 @@
<h2>Geef uw computer een tweede leven</h2> <h2>Geef uw computer een tweede leven</h2>
<p class="hero-subtitle">Windows 10 ondersteuning eindigt binnenkort? Geen probleem! Ontdek hoe Linux uw hardware nieuw leven kan geven.</p> <p class="hero-subtitle">Windows 10 ondersteuning eindigt binnenkort? Geen probleem! Ontdek hoe Linux uw hardware nieuw leven kan geven.</p>
<div class="hero-buttons"> <div class="hero-buttons">
<a href="#voordelen" class="btn btn-primary">Meer weten</a> <a href="#voordelen" class="btn btn-primary">Meer weten</a>
<a href="/contact" class="btn btn-secondary">Gratis advies</a> <a href="/contact" class="btn btn-secondary">Gratis advies</a>
</div> </div>
</div> </div>
@ -254,81 +254,34 @@
<section class="linux-features"> <section class="linux-features">
<div class="container"> <div class="container">
<h2>Linux in Actie</h2> <h2>Linux in Actie</h2>
<p class="section-subtitle">Zie hoe Linux eruitziet en werkt op verschillende apparaten</p> <p class="section-subtitle">Zie hoe Linux eruitziet en werkt in de praktijk</p>
<div class="features-grid"> <div class="features-grid">
<div class="feature-showcase"> <div class="feature-showcase">
<div class="feature-mockup desktop-mockup"> <div class="feature-image">
<div class="mockup-header"> <img src="/static/Zorin-17-desktop.webp" alt="Zorin OS 17 Desktop Interface" loading="lazy">
<div class="mockup-buttons">
<span></span><span></span><span></span>
</div> </div>
<div class="mockup-title">Garuda Linux Desktop</div> <h3>Moderne Desktop Interface</h3>
</div> <p>Linux ziet er vertrouwd en professioneel uit. Deze Zorin OS desktop lijkt op Windows maar is veel sneller en veiliger.</p>
<div class="mockup-content">
<div class="desktop-wallpaper">
<div class="desktop-panel">
<div class="panel-left">
<span class="app-icon">🏠</span>
<span class="app-icon">📁</span>
<span class="app-icon">🌐</span>
<span class="app-icon">✉️</span>
</div>
<div class="panel-right">⚙️ 📶 🔋 12:34</div>
</div>
</div>
</div>
</div>
<h3>Bekende Desktop Interface</h3>
<p>Linux ziet er vertrouwd uit met een moderne, gebruiksvriendelijke interface.</p>
</div> </div>
<div class="feature-showcase"> <div class="feature-showcase">
<div class="feature-mockup app-mockup"> <div class="feature-image">
<div class="mockup-header"> <img src="/static/LinuxMintCinnamonSoftwareManager.webp" alt="Linux Mint Software Manager" loading="lazy">
<div class="mockup-buttons">
<span></span><span></span><span></span>
</div>
<div class="mockup-title">Software Center</div>
</div>
<div class="mockup-content">
<div class="app-list">
<div class="app-item">📄 LibreOffice <span class="install-btn">Installeren</span></div>
<div class="app-item">🎨 GIMP <span class="install-btn">Installeren</span></div>
<div class="app-item">🎵 Spotify <span class="install-btn">Installeren</span></div>
<div class="app-item">💬 Discord <span class="install-btn">Installeren</span></div>
</div>
</div>
</div> </div>
<h3>Eenvoudig Software Installeren</h3> <h3>Eenvoudig Software Installeren</h3>
<p>Duizenden gratis programma's met één klik installeren, net als een app store.</p> <p>Duizenden gratis programma's met één klik installeren via de Software Manager. Net zo makkelijk als een app store.</p>
</div> </div>
<div class="feature-showcase"> <div class="feature-showcase">
<div class="feature-mockup performance-mockup"> <div class="feature-image">
<div class="performance-bars"> <img src="/static/GamingBenchmarkLinuxvsWindows.webp" alt="Gaming Performance Linux vs Windows" loading="lazy">
<div class="performance-item"> <div class="image-caption">
<div class="perf-label">🚀 Opstarttijd</div> <small>Bron: <a href="https://www.youtube.com/watch?v=4LI-1Zdk-Ys" target="_blank" rel="noopener">Linux vs Windows Gaming Performance</a></small>
<div class="perf-bar">
<div class="perf-fill windows" style="width: 80%">Windows: 45s</div>
</div>
<div class="perf-bar">
<div class="perf-fill linux" style="width: 35%">Linux: 15s</div>
</div> </div>
</div> </div>
<div class="performance-item"> <h3>Gaming Prestaties</h3>
<div class="perf-label">💾 RAM gebruik</div> <p>Linux kan vaak betere gaming prestaties leveren dan Windows, met minder overhead en optimalisaties voor moderne games.</p>
<div class="perf-bar">
<div class="perf-fill windows" style="width: 70%">Windows: 3.5GB</div>
</div>
<div class="perf-bar">
<div class="perf-fill linux" style="width: 30%">Linux: 1.5GB</div>
</div>
</div>
</div>
</div>
<h3>Superieure Prestaties</h3>
<p>Linux maakt uw computer sneller en gebruikt minder geheugen dan Windows.</p>
</div> </div>
</div> </div>
</div> </div>