fix application section
@ -112,6 +112,9 @@ De website benadrukt:
|
||||
|
||||
## Deployment
|
||||
|
||||
Dit project komt met een Dockerfile voor eenvoudige deployment met bijvoorbeeld Coolify.
|
||||
Zie voor instructies [DEPLOYMENT.md](DEPLOYMENT.md)
|
||||
|
||||
Voor productie gebruik:
|
||||
1. Vervang alle placeholder contactgegevens
|
||||
2. Configureer een reverse proxy (nginx/Apache)
|
||||
|
BIN
static/GamingBenchmarkLinuxvsWindows.jpg
Normal file
After Width: | Height: | Size: 109 KiB |
BIN
static/GamingBenchmarkLinuxvsWindows.webp
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
static/LinuxMintCinnamonSoftwareManager.jpg
Normal file
After Width: | Height: | Size: 505 KiB |
BIN
static/LinuxMintCinnamonSoftwareManager.webp
Normal file
After Width: | Height: | Size: 177 KiB |
BIN
static/Zorin-17-desktop.jpg
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
static/Zorin-17-desktop.webp
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
static/cinnamon.png
Normal file
After Width: | Height: | Size: 757 KiB |
BIN
static/garuda-dr460nized-gaming.webp
Normal file
After Width: | Height: | Size: 93 KiB |
200
static/style.css
@ -566,165 +566,77 @@ p {
|
||||
|
||||
.feature-showcase {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.feature-mockup {
|
||||
.feature-image {
|
||||
background: white;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
|
||||
margin-bottom: 2rem;
|
||||
overflow: hidden;
|
||||
border: 1px solid #e5e7eb;
|
||||
}
|
||||
|
||||
.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;
|
||||
position: relative;
|
||||
aspect-ratio: 16/10;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* Desktop Mockup */
|
||||
.desktop-wallpaper {
|
||||
.feature-image img {
|
||||
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%;
|
||||
object-fit: cover;
|
||||
border-radius: 12px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 12px;
|
||||
font-size: 0.8rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.image-caption {
|
||||
position: absolute;
|
||||
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;
|
||||
position: relative;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.perf-fill.windows {
|
||||
background: linear-gradient(90deg, #f59e0b, #d97706);
|
||||
.image-caption a {
|
||||
color: #a7f3d0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.perf-fill.linux {
|
||||
background: linear-gradient(90deg, #10b981, #059669);
|
||||
.image-caption a:hover {
|
||||
color: white;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.feature-showcase h3 {
|
||||
color: #047857;
|
||||
margin-bottom: 1rem;
|
||||
font-size: 1.3rem;
|
||||
min-height: 2.6rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.feature-showcase p {
|
||||
color: #6b7280;
|
||||
line-height: 1.6;
|
||||
flex-grow: 1;
|
||||
margin: 0;
|
||||
min-height: 4rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* CTA Section */
|
||||
@ -1071,19 +983,7 @@ footer {
|
||||
h2 { font-size: 1.8rem; }
|
||||
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) {
|
||||
@ -1195,18 +1095,20 @@ footer {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
/* Desktop mockup adjustments */
|
||||
.feature-mockup {
|
||||
min-height: 200px;
|
||||
/* Feature image adjustments for mobile */
|
||||
.feature-image {
|
||||
aspect-ratio: 16/9;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.mockup-content {
|
||||
padding: 1rem;
|
||||
.feature-showcase h3 {
|
||||
font-size: 1.2rem;
|
||||
min-height: 2.4rem;
|
||||
}
|
||||
|
||||
.app-item {
|
||||
padding: 0.5rem;
|
||||
margin-bottom: 0.5rem;
|
||||
.feature-showcase p {
|
||||
min-height: 3.5rem;
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -10,9 +10,9 @@
|
||||
</div>
|
||||
<div class="nav-links">
|
||||
<a href="/"{{if eq .CurrentPage "home"}} class="active"{{end}}>Home</a>
|
||||
<a href="#voordelen">Voordelen ↓</a>
|
||||
<a href="#distros">Linux Keuze ↓</a>
|
||||
<a href="#diensten">Diensten ↓</a>
|
||||
<a href="#voordelen">↓ Voordelen</a>
|
||||
<a href="#distros">↓ Linux Keuze</a>
|
||||
<a href="#diensten">↓ Diensten</a>
|
||||
<a href="/contact"{{if eq .CurrentPage "contact"}} class="active"{{end}}>Contact</a>
|
||||
</div>
|
||||
<button class="mobile-menu-toggle" onclick="toggleMobileMenu()">
|
||||
@ -20,9 +20,9 @@
|
||||
</button>
|
||||
<div class="mobile-menu" id="mobile-menu">
|
||||
<a href="/"{{if eq .CurrentPage "home"}} class="active"{{end}}>Home</a>
|
||||
<a href="#voordelen">Voordelen ↓</a>
|
||||
<a href="#distros">Linux Keuze ↓</a>
|
||||
<a href="#diensten">Diensten ↓</a>
|
||||
<a href="#voordelen">↓ Voordelen</a>
|
||||
<a href="#distros">↓ Linux Keuze</a>
|
||||
<a href="#diensten">↓ Diensten</a>
|
||||
<a href="/contact"{{if eq .CurrentPage "contact"}} class="active"{{end}}>Contact</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<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>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
@ -254,81 +254,34 @@
|
||||
<section class="linux-features">
|
||||
<div class="container">
|
||||
<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="feature-showcase">
|
||||
<div class="feature-mockup desktop-mockup">
|
||||
<div class="mockup-header">
|
||||
<div class="mockup-buttons">
|
||||
<span></span><span></span><span></span>
|
||||
</div>
|
||||
<div class="mockup-title">Garuda Linux Desktop</div>
|
||||
</div>
|
||||
<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 class="feature-image">
|
||||
<img src="/static/Zorin-17-desktop.webp" alt="Zorin OS 17 Desktop Interface" loading="lazy">
|
||||
</div>
|
||||
<h3>Bekende Desktop Interface</h3>
|
||||
<p>Linux ziet er vertrouwd uit met een moderne, gebruiksvriendelijke interface.</p>
|
||||
<h3>Moderne Desktop Interface</h3>
|
||||
<p>Linux ziet er vertrouwd en professioneel uit. Deze Zorin OS desktop lijkt op Windows maar is veel sneller en veiliger.</p>
|
||||
</div>
|
||||
|
||||
<div class="feature-showcase">
|
||||
<div class="feature-mockup app-mockup">
|
||||
<div class="mockup-header">
|
||||
<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 class="feature-image">
|
||||
<img src="/static/LinuxMintCinnamonSoftwareManager.webp" alt="Linux Mint Software Manager" loading="lazy">
|
||||
</div>
|
||||
<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 class="feature-showcase">
|
||||
<div class="feature-mockup performance-mockup">
|
||||
<div class="performance-bars">
|
||||
<div class="performance-item">
|
||||
<div class="perf-label">🚀 Opstarttijd</div>
|
||||
<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 class="performance-item">
|
||||
<div class="perf-label">💾 RAM gebruik</div>
|
||||
<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 class="feature-image">
|
||||
<img src="/static/GamingBenchmarkLinuxvsWindows.webp" alt="Gaming Performance Linux vs Windows" loading="lazy">
|
||||
<div class="image-caption">
|
||||
<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>
|
||||
</div>
|
||||
<h3>Superieure Prestaties</h3>
|
||||
<p>Linux maakt uw computer sneller en gebruikt minder geheugen dan Windows.</p>
|
||||
<h3>Gaming Prestaties</h3>
|
||||
<p>Linux kan vaak betere gaming prestaties leveren dan Windows, met minder overhead en optimalisaties voor moderne games.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|