lol vibe
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* Benefits partial (Where to place: home + linux pages).
|
||||
* Variable: $hl_section_class
|
||||
*/
|
||||
$hl_section_class = isset( $hl_section_class ) ? $hl_section_class : 'section--light';
|
||||
?>
|
||||
<section id="voordelen" class="section <?php echo esc_attr( $hl_section_class ); ?> benefits">
|
||||
<div class="container">
|
||||
<h2><a href="<?php echo esc_url( home_url( '/waarom-linux/' ) ); ?>">Waarom Linux kiezen?</a></h2>
|
||||
<div class="benefits-grid">
|
||||
<a class="card card--benefit card-link" href="<?php echo esc_url( home_url( '/waarom-linux/' ) ); ?>">
|
||||
<div class="card__icon">🛡️</div>
|
||||
<h3>Veilig en betrouwbaar</h3>
|
||||
<p>Beschermd tegen virussen en zonder storende, onverwachte updates. U houdt de controle over uw computer.</p>
|
||||
</a>
|
||||
<a class="card card--benefit card-link" href="<?php echo esc_url( home_url( '/waarom-linux/' ) ); ?>">
|
||||
<div class="card__icon">💰</div>
|
||||
<h3>Helemaal gratis</h3>
|
||||
<p>Geen licenties of abonnementen nodig. Linux en de meeste programma’s zijn kosteloos.</p>
|
||||
</a>
|
||||
<a class="card card--benefit card-link" href="<?php echo esc_url( home_url( '/waarom-linux/' ) ); ?>">
|
||||
<div class="card__icon">🔄</div>
|
||||
<h3>Geschikt voor oudere computers</h3>
|
||||
<p>Ook een computer die al jaren meegaat kan met Linux weer soepel draaien.</p>
|
||||
</a>
|
||||
<a class="card card--benefit card-link" href="<?php echo esc_url( home_url( '/waarom-linux/' ) ); ?>">
|
||||
<div class="card__icon">🌱</div>
|
||||
<h3>Beter voor het milieu</h3>
|
||||
<p>Door langer met uw computer te doen voorkomt u elektronisch afval (e-waste). Goed voor uw portemonnee en voor de planeet.</p>
|
||||
</a>
|
||||
<a class="card card--benefit card-link" href="<?php echo esc_url( home_url( '/waarom-linux/' ) ); ?>">
|
||||
<div class="card__icon">🔒</div>
|
||||
<h3>Uw privacy blijft van uzelf</h3>
|
||||
<p>Geen verborgen gegevensverzameling of tracking.</p>
|
||||
</a>
|
||||
<a class="card card--benefit card-link" href="<?php echo esc_url( home_url( '/waarom-linux/' ) ); ?>">
|
||||
<div class="card__icon">⚡</div>
|
||||
<h3>Sneller werken</h3>
|
||||
<p>Linux start vlot op en voelt vaak lichter aan dan andere systemen.</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user