Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yard Digital Agency - Digitaal resultaat voor een betere wereld</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<style>
:root {
--primary-dark: #1a1f36;
--primary-accent: #00c9a7;
--primary-accent-light: #00e6be;
--text-dark: #1a1f36;
--text-light: #6b7280;
--text-white: #ffffff;
--bg-light: #f8fafc;
--bg-white: #ffffff;
--border-color: #e5e7eb;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', sans-serif;
color: var(--text-dark);
line-height: 1.6;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* Header */
header {
background-color: var(--primary-dark);
padding: 15px 0;
position: fixed;
width: 100%;
top: 0;
z-index: 1000;
}
.header-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
display: flex;
align-items: center;
gap: 10px;
}
.logo-icon {
width: 40px;
height: 40px;
background: var(--primary-accent);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
}
.logo-icon span {
color: white;
font-weight: 800;
font-size: 20px;
}
.logo-text {
color: var(--text-white);
font-size: 1.5rem;
font-weight: 700;
}
nav {
display: flex;
align-items: center;
gap: 30px;
}
nav a {
color: var(--text-white);
text-decoration: none;
font-weight: 500;
font-size: 0.95rem;
transition: color 0.3s;
}
nav a:hover {
color: var(--primary-accent);
}
.nav-cta {
background: var(--primary-accent);
color: var(--text-white) !important;
padding: 10px 20px;
border-radius: 25px;
transition: background 0.3s !important;
}
.nav-cta:hover {
background: var(--primary-accent-light) !important;
}
.mobile-menu-btn {
display: none;
background: none;
border: none;
color: white;
font-size: 1.5rem;
cursor: pointer;
}
/* Hero Section */
.hero {
background: linear-gradient(135deg, var(--primary-dark) 0%, #2d3555 100%);
padding: 150px 0 80px;
min-height: 90vh;
display: flex;
align-items: center;
}
.hero-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}
.hero-text h1 {
color: var(--text-white);
font-size: 3.5rem;
font-weight: 800;
line-height: 1.2;
margin-bottom: 20px;
}
.hero-text h1 .accent {
color: var(--primary-accent);
}
.hero-text p {
color: rgba(255, 255, 255, 0.8);
font-size: 1.2rem;
margin-bottom: 30px;
}
.hero-branches {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 30px;
}
.branch-tag {
background: rgba(255, 255, 255, 0.1);
color: var(--text-white);
padding: 10px 20px;
border-radius: 25px;
font-size: 0.9rem;
border: 1px solid rgba(255, 255, 255, 0.2);
transition: all 0.3s;
text-decoration: none;
}
.branch-tag:hover {
background: var(--primary-accent);
border-color: var(--primary-accent);
}
.hero-image {
position: relative;
}
.hero-image img {
width: 100%;
border-radius: 20px;
box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}
/* Services Section */
.services {
padding: 100px 0;
background: var(--bg-white);
}
.section-title {
text-align: center;
margin-bottom: 60px;
}
.section-title h2 {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 15px;
}
.section-title p {
color: var(--text-light);
font-size: 1.1rem;
max-width: 600px;
margin: 0 auto;
}
.services-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.service-card {
background: var(--bg-light);
padding: 40px 30px;
border-radius: 20px;
text-align: center;
transition: transform 0.3s, box-shadow 0.3s;
}
.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.service-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-accent), var(--primary-accent-light));
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 25px;
}
.service-icon svg {
width: 35px;
height: 35px;
fill: white;
}
.service-card h3 {
font-size: 1.4rem;
font-weight: 700;
margin-bottom: 15px;
color: var(--text-dark);
}
.service-card p {
color: var(--text-light);
font-size: 0.95rem;
line-height: 1.7;
}
/* AI Section */
.ai-section {
background: linear-gradient(135deg, var(--primary-accent) 0%, #00b396 100%);
padding: 80px 0;
}
.ai-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}
.ai-text h2 {
color: var(--text-white);
font-size: 2.2rem;
font-weight: 700;
margin-bottom: 20px;
}
.ai-text p {
color: rgba(255, 255, 255, 0.9);
font-size: 1.1rem;
margin-bottom: 25px;
line-height: 1.8;
}
.btn-white {
display: inline-block;
background: var(--text-white);
color: var(--primary-accent);
padding: 12px 30px;
border-radius: 25px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s;
}
.btn-white:hover {
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.ai-visual {
text-align: center;
}
.ai-visual svg {
width: 200px;
height: 200px;
}
/* Clients Section */
.clients {
padding: 80px 0;
background: var(--bg-light);
}
.clients h2 {
text-align: center;
font-size: 1.8rem;
margin-bottom: 50px;
color: var(--text-dark);
}
.clients-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 30px;
align-items: center;
}
.client-logo {
background: var(--bg-white);
padding: 20px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
height: 80px;
filter: grayscale(100%);
opacity: 0.7;
transition: all 0.3s;
}
.client-logo:hover {
filter: grayscale(0%);
opacity: 1;
}
.client-logo span {
font-weight: 700;
color: var(--text-light);
font-size: 0.9rem;
}
/* Testimonial */
.testimonial {
padding: 80px 0;
background: var(--bg-white);
}
.testimonial-content {
max-width: 800px;
margin: 0 auto;
text-align: center;
}
.testimonial-quote {
font-size: 1.5rem;
font-style: italic;
color: var(--text-dark);
line-height: 1.8;
margin-bottom: 30px;
position: relative;
}
.testimonial-quote::before {
content: '"';
font-size: 4rem;
color: var(--primary-accent);
position: absolute;
top: -20px;
left: -20px;
opacity: 0.3;
}
.testimonial-author {
color: var(--text-light);
font-weight: 600;
}
/* Partner Section */
.partner {
padding: 100px 0;
background: var(--bg-light);
}
.partner h2 {
text-align: center;
font-size: 2.5rem;
margin-bottom: 60px;
color: var(--text-dark);
}
.partner-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
}
.partner-card {
background: var(--bg-white);
padding: 40px 30px;
border-radius: 20px;
text-align: center;
border: 1px solid var(--border-color);
transition: all 0.3s;
}
.partner-card:hover {
border-color: var(--primary-accent);
transform: translateY(-5px);
}
.partner-card h3 {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 15px;
color: var(--primary-accent);
}
.partner-card p {
color: var(--text-light);
font-size: 0.95rem;
margin-bottom: 20px;
line-height: 1.7;
}
.partner-link {
color: var(--primary-accent);
text-decoration: none;
font-weight: 600;
display: inline-flex;
align-items: center;
gap: 5px;
}
.partner-link:hover {
text-decoration: underline;
}
/* Projects Section */
.projects {
padding: 100px 0;
background: var(--bg-white);
}
.projects-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 50px;
}
.projects-header h2 {
font-size: 2.5rem;
color: var(--text-dark);
}
.btn-outline {
display: inline-block;
border: 2px solid var(--primary-accent);
color: var(--primary-accent);
padding: 10px 25px;
border-radius: 25px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s;
}
.btn-outline:hover {
background: var(--primary-accent);
color: white;
}
.projects-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.project-card {
background: var(--bg-light);
border-radius: 20px;
overflow: hidden;
transition: transform 0.3s;
}
.project-card:hover {
transform: translateY(-10px);
}
.project-image {
height: 200px;
background: linear-gradient(135deg, var(--primary-dark), #3d4570);
display: flex;
align-items: center;
justify-content: center;
}
.project-image span {
color: white;
font-size: 3rem;
}
.project-info {
padding: 25px;
}
.project-tag {
display: inline-block;
background: var(--primary-accent);
color: white;
padding: 5px 15px;
border-radius: 15px;
font-size: 0.8rem;
font-weight: 600;
margin-bottom: 15px;
}
.project-info h3 {
font-size: 1.2rem;
font-weight: 700;
margin-bottom: 10px;
color: var(--text-dark);
}
.project-info p {
color: var(--text-light);
font-size: 0.9rem;
}
/* Trends Section */
.trends {
padding: 100px 0;
background: var(--bg-light);
}
.trends h2 {
text-align: center;
font-size: 2.5rem;
margin-bottom: 60px;
color: var(--text-dark);
}
.trends-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.trend-card {
background: var(--bg-white);
padding: 40px 30px;
border-radius: 20px;
border-left: 4px solid var(--primary-accent);
transition: all 0.3s;
}
.trend-card:hover {
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.trend-card h3 {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 15px;
color: var(--primary-accent);
}
.trend-card h3 a {
color: inherit;
text-decoration: none;
}
.trend-card h3 a:hover {
text-decoration: underline;
}
.trend-card p {
color: var(--text-light);
font-size: 0.95rem;
line-height: 1.7;
}
/* Newsletter Section */
.newsletter {
padding: 80px 0;
background: var(--primary-dark);
}
.newsletter-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}
.newsletter-info h3 {
color: var(--text-white);
font-size: 1.8rem;
margin-bottom: 15px;
}
.newsletter-info p {
color: rgba(255, 255, 255, 0.7);
}
.newsletter-form {
display: flex;
gap: 15px;
}
.newsletter-form input {
flex: 1;
padding: 15px 20px;
border: none;
border-radius: 25px;
font-size: 1rem;
outline: none;
}
.newsletter-form button {
background: var(--primary-accent);
color: white;
padding: 15px 30px;
border: none;
border-radius: 25px;
font-weight: 600;
cursor: pointer;
transition: background 0.3s;
}
.newsletter-form button:hover {
background: var(--primary-accent-light);
}
/* Footer */
footer {
background: var(--primary-dark);
padding: 60px 0 30px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-content {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr;
gap: 40px;
margin-bottom: 40px;
}
.footer-brand .logo {
margin-bottom: 20px;
}
.footer-brand p {
color: rgba(255, 255, 255, 0.6);
font-size: 0.9rem;
margin-bottom: 20px;
}
.footer-brand address {
color: rgba(255, 255, 255, 0.6);
font-style: normal;
font-size: 0.9rem;
line-height: 1.8;
}
.footer-column h4 {
color: var(--text-white);
font-size: 1rem;
margin-bottom: 20px;
}
.footer-column ul {
list-style: none;
}
.footer-column li {
margin-bottom: 10px;
}
.footer-column a {
color: rgba(255, 255, 255, 0.6);
text-decoration: none;
font-size: 0.9rem;
transition: color 0.3s;
}
.footer-column a:hover {
color: var(--primary-accent);
}
.social-links {
display: flex;
gap: 15px;
margin-top: 20px;
}
.social-link {
width: 40px;
height: 40px;
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.3s;
}
.social-link:hover {
background: var(--primary-accent);
}
.social-link svg {
width: 20px;
height: 20px;
fill: white;
}
.footer-bottom {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 30px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom p {
color: rgba(255, 255, 255, 0.5);
font-size: 0.85rem;
}
.footer-certifications {
display: flex;
gap: 20px;
}
.certification {
background: rgba(255, 255, 255, 0.1);
padding: 8px 15px;
border-radius: 5px;
color: rgba(255, 255, 255, 0.7);
font-size: 0.8rem;
font-weight: 600;
}
/* Cookie Banner */
.cookie-banner {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: var(--bg-white);
padding: 20px;
box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.1);
z-index: 1001;
display: none;
}
.cookie-banner.show {
display: block;
}
.cookie-content {
display: flex;
justify-content: space-between;
align-items: center;
gap: 30px;
}
.cookie-text h4 {
font-size: 1.1rem;
margin-bottom: 5px;
}
.cookie-text p {
color: var(--text-light);
font-size: 0.9rem;
}
.cookie-buttons {
display: flex;
gap: 10px;
}
.cookie-btn {
padding: 10px 20px;
border-radius: 20px;
font-weight: 600;
cursor: pointer;
border: none;
transition: all 0.3s;
}
.cookie-btn.accept {
background: var(--primary-accent);
color: white;
}
.cookie-btn.decline {
background: var(--bg-light);
color: var(--text-dark);
}
/* Responsive Design */
@media (max-width: 1024px) {
.hero-content,
.ai-content,
.newsletter-content {
grid-template-columns: 1fr;
gap: 40px;
}
.hero-text h1 {
font-size: 2.5rem;
}
.services-grid,
.partner-grid,
.projects-grid,
.trends-grid {
grid-template-columns: repeat(2, 1fr);
}
.clients-grid {
grid-template-columns: repeat(3, 1fr);
}
.footer-content {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 768px) {
nav {
display: none;
}
.mobile-menu-btn {
display: block;
}
.hero {
padding: 120px 0 60px;
min-height: auto;
}
.hero-text h1 {
font-size: 2rem;
}
.section-title h2,
.partner h2,
.projects-header h2,
.trends h2 {
font-size: 1.8rem;
}
.services-grid,
.partner-grid,
.projects-grid,
.trends-grid {
grid-template-columns: 1fr;
}
.clients-grid {
grid-template-columns: repeat(2, 1fr);
}
.projects-header {
flex-direction: column;
gap: 20px;
text-align: center;
}
.newsletter-form {
flex-direction: column;
}
.footer-content {
grid-template-columns: 1fr;
}
.footer-bottom {
flex-direction: column;
gap: 20px;
text-align: center;
}
.cookie-content {
flex-direction: column;
text-align: center;
}
}
</style>
</head>
<body>
<!-- Header -->
<header>
<div class="container">
<div class="header-content">
<div class="logo">
<div class="logo-icon">
<span>Y</span>
</div>
<span class="logo-text">Yard Digital Agency</span>
</div>
<nav>
<a href="#services">Diensten</a>
<a href="#projects">Projecten</a>
<a href="#about">Over ons</a>
<a href="#blog">Blog</a>
<a href="#contact" class="nav-cta">Contact</a>
</nav>
<button class="mobile-menu-btn">β°</button>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="hero">
<div class="container">
<div class="hero-content">
<div class="hero-text">
<h1>Digitaal resultaat voor een <span class="accent">betere wereld.</span></h1>
<p>Welkom bij Yard Digital Agency. Wij zijn de online partner voor organisaties met een maatschappelijke missie. Samen maken we het verschil voor jouw doelgroep.</p>
<div class="hero-branches">
<a href="#" class="branch-tag">Zorg & welzijn</a>
<a href="#" class="branch-tag">(Semi) Overheid & gemeentes</a>
<a href="#" class="branch-tag">Verenigingen & ledenorganisaties</a>
<a href="#" class="branch-tag">Kennisinstituten & onderwijs</a>
</div>
</div>
<div class="hero-image">
<img src="images/unnamed.jpg" alt="Yard team op kantoor">
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section class="services" id="services">
<div class="container">
<div class="section-title">
<h2>We helpen je graag met online:</h2>
<p>Ontdek hoe wij jouw organisatie kunnen ondersteunen met digitale oplossingen</p>
</div>
<div class="services-grid">
<div class="service-card">
<div class="service-icon">
<svg viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z"/></svg>
</div>
<h3>Communicatie.</h3>
<p>Delen van informatie en kennis, op een gebruiksvriendelijke, toegankelijke en veilige manier.</p>
</div>
<div class="service-card">
<div class="service-icon">
<svg viewBox="0 0 24 24"><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"/></svg>
</div>
<h3>Interactie.</h3>
<p>Verbinden en kennis ontwikkelen met laagdrempelige interactieve online modules en platformen.</p>
</div>
<div class="service-card">
<div class="service-icon">
<svg viewBox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 14l-5-5 1.41-1.41L12 14.17l4.59-4.58L18 11l-6 6z"/></svg>
</div>
<h3>Dienstverlening.</h3>
<p>Inzetten van tools, apps en websites om digitale dienstverlening van hoog niveau te bieden.</p>
</div>
</div>
</div>
</section>
<!-- AI Section -->
<section class="ai-section">
<div class="container">
<div class="ai-content">
<div class="ai-text">
<h2>Slimme AI-oplossingen voor jouw digitale dienstverlening.</h2>
<p>AI biedt volop kansen om je dienstverlening slimmer, persoonlijker en efficiΓ«nter te maken. Denk aan slimme chatbots, AI-assistenten voor medewerkers of gepersonaliseerde ledenportalen.</p>
<p>Yard helpt je om AI veilig, verantwoord en praktisch toe te passen binnen jouw digitale landschap.</p>
<a href="#" class="btn-white">Meer over AI β</a>
</div>
<div class="ai-visual">
<svg viewBox="0 0 200 200" fill="white">
<circle cx="100" cy="100" r="80" fill="none" stroke="white" stroke-width="2" opacity="0.3"/>
<circle cx="100" cy="100" r="60" fill="none" stroke="white" stroke-width="2" opacity="0.5"/>
<circle cx="100" cy="100" r="40" fill="none" stroke="white" stroke-width="2" opacity="0.7"/>
<circle cx="100" cy="100" r="20" fill="white"/>
<circle cx="100" cy="40" r="8" fill="white"/>
<circle cx="160" cy="100" r="8" fill="white"/>
<circle cx="100" cy="160" r="8" fill="white"/>
<circle cx="40" cy="100" r="8" fill="white"/>
<line x1="100" y1="60" x2="100" y2="80" stroke="white" stroke-width="2"/>
<line x1="120" y1="100" x2="140" y2="100" stroke="white" stroke-width="2"/>
<line x1="100" y1="120" x2="100" y2="140" stroke="white" stroke-width="2"/>
<line x1="60" y1="100" x2="80" y2="100" stroke="white" stroke-width="2"/>
</svg>
</div>
</div>
</div>
</section>
<!-- Clients Section -->
<section class="clients">
<div class="container">
<h2>We werken onder andere voor:</h2>
<div class="clients-grid">
<div class="client-logo"><span>Gemeente Alkmaar</span></div>
<div class="client-logo"><span>Kwintet</span></div>
<div class="client-logo"><span>KNVB</span></div>
<div class="client-logo"><span>Sport & Bewegen</span></div>
<div class="client-logo"><span>TVVL</span></div>
<div class="client-logo"><span>GGD GHOR</span></div>
</div>
</div>
</section>
<!-- Testimonial -->
<section class="testimonial">
<div class="container">
<div class="testimonial-content">
<p class="testimonial-quote">Wat Yard een fijn webbureau maakt, is dat zij meedenken in het ontwikkelen van nieuwe functies, die passen bij de ontwikkeling van onze organisatie. Ook is Yard zeer goed bereikbaar, levert een fijne service en voor spoedklussen wordt altijd ruimte gemaakt. Ze zijn een echte online partner.</p>
<p class="testimonial-author">β Gerri Bres, communicatieadviseur bij Altrecht</p>
</div>
</div>
</section>
<!-- Partner Section -->
<section class="partner" id="about">
<div class="container">
<h2>De online partner die bedenkt, ontwerpt Γ©n bouwt.</h2>
<div class="partner-grid">
<div class="partner-card">
<h3>Partner.</h3>
<p>Wij helpen organisaties met een maatschappelijke missie, met al hun online toepassingen.</p>
<a href="#" class="partner-link">Meer over Yard β</a>
</div>
<div class="partner-card">
<h3>Bedenken.</h3>
<p>We vertalen de missie en visie van jouw organisatie naar een effectieve en concrete digitale strategie.</p>
<a href="#" class="partner-link">Meer over online strategie β</a>
</div>
<div class="partner-card">
<h3>Ontwerpen.</h3>
<p>We ontwerpen gebruiksvriendelijke online toepassingen op basis van analyse van jouw doelgroep.</p>
<a href="#" class="partner-link">Meer over UX-design β</a>
</div>
<div class="partner-card">
<h3>Ontwikkelen.</h3>
<p>We ontwikkelen, onderhouden en hosten websites, apps, platformen en portalen.</p>
<a href="#" class="partner-link">Meer over webontwikkeling β</a>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section class="projects" id="projects">
<div class="container">
<div class="projects-header">
<h2>Bekijk ons werk.</h2>
<a href="#" class="btn-outline">Alle projecten β</a>
</div>
<div class="projects-grid">
<div class="project-card">
<div class="project-image">
<span>π±</span>
</div>
<div class="project-info">
<span class="project-tag">Overheid</span>
<h3>Gemeente Ridderkerk</h3>
<p>App met gepersonaliseerde notificaties</p>
</div>
</div>
<div class="project-card">
<div class="project-image">
<span>β½</span>
</div>
<div class="project-info">
<span class="project-tag">Sport</span>
<h3>KNVB</h3>
<p>Kenniscommunity voor bestuurders</p>
</div>
</div>
<div class="project-card">
<div class="project-image">
<span>π₯</span>
</div>
<div class="project-info">
<span class="project-tag">Zorg</span>
<h3>LHV</h3>
<p>Gebruiksvriendelijke website met academie voor huisartsen</p>
</div>
</div>
<div class="project-card">
<div class="project-image">
<span>ποΈ</span>
</div>
<div class="project-info">
<span class="project-tag">Overheid</span>
<h3>Gemeenten</h3>
<p>20+ Gemeentesites op basis van het Open Webconcept</p>
</div>
</div>
<div class="project-card">
<div class="project-image">
<span>π―</span>
</div>
<div class="project-info">
<span class="project-tag">Community</span>
<h3>Nevi</h3>
<p>Community voor het inkoopvak</p>
</div>
</div>
<div class="project-card">
<div class="project-image">
<span>π</span>
</div>
<div class="project-info">
<span class="project-tag">Kennisinstituut</span>
<h3>Kenniscentrum Sport</h3>
<p>Allesoversport.nl: actuele, betrouwbare kennis op één platform</p>
</div>
</div>
</div>
</div>
</section>
<!-- Trends Section -->
<section class="trends" id="blog">
<div class="container">
<h2>Actuele trends.</h2>
<div class="trends-grid">
<div class="trend-card">
<h3><a href="#">AI</a></h3>
<p>AI helpt je om kennis en informatie slimmer te ontsluiten. Denk aan chatbots of AI-assistenten die automatisch de juiste informatie uit je content halen β voor inwoners, leden of medewerkers.</p>
</div>
<div class="trend-card">
<h3><a href="#">Flexibiliteit</a></h3>
<p>Eenvoudig zelf webpagina's wijzigen of nieuwe landingspagina's toevoegen. Gebruiksvriendelijke bouwblokken en templates bieden flexibiliteit.</p>
</div>
<div class="trend-card">
<h3><a href="#">Datagedreven werken</a></h3>
<p>Websites, apps, communityplatformen en andere online tools moeten goed aansluiten bij de behoeften van gebruikers. Continu verbeteren op basis van data doe je met UX-onderzoek.</p>
</div>
</div>
</div>
</section>
<!-- Newsletter Section -->
<section class="newsletter" id="contact">
<div class="container">
<div class="newsletter-content">
<div class="newsletter-info">
<h3>Online trends en nieuws ontvangen?</h3>
<p>Schrijf je snel in voor onze nieuwsbrief</p>
</div>
<form class="newsletter-form">
<input type="text" placeholder="Voornaam" required>
<input type="email" placeholder="E-mailadres" required>
<button type="submit">Versturen</button>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<div class="logo">
<div class="logo-icon">
<span>Y</span>
</div>
<span class="logo-text">Yard Digital Agency</span>
</div>
<p>Digitaal resultaat voor een betere wereld.</p>
<address>
Yard Digital Agency<br>
Beneluxlaan 6<br>
3527 HT Utrecht
</address>
<div class="social-links">
<a href="#" class="social-link" aria-label="Instagram">
<svg viewBox="0 0 24 24"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/></svg>
</a>
<a href="#" class="social-link" aria-label="X/Twitter">
<svg viewBox="0 0 24 24"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
</a>
<a href="#" class="social-link" aria-label="YouTube">
<svg viewBox="0 0 24 24"><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>
</a>
<a href="#" class="social-link" aria-label="LinkedIn">
<svg viewBox="0 0 24 24"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
</a>
</div>
</div>
<div class="footer-column">
<h4>Diensten</h4>
<ul>
<li><a href="#">Online strategie</a></li>
<li><a href="#">UX-design</a></li>
<li><a href="#">Webontwikkeling</a></li>
<li><a href="#">AI-oplossingen</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Branches</h4>
<ul>
<li><a href="#">Zorg & welzijn</a></li>
<li><a href="#">Overheid</a></li>
<li><a href="#">Verenigingen</a></li>
<li><a href="#">Onderwijs</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Over Yard</h4>
<ul>
<li><a href="#">Over ons</a></li>
<li><a href="#">Projecten</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Privacybeleid</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>Yard Digital Agency | Β© 2025 | All rights reserved</p>
<div class="footer-certifications">
<span class="certification">ISO 27001</span>
<span class="certification">ISO 9001</span>
</div>
</div>
</div>
</footer>
<!-- Cookie Banner -->
<div class="cookie-banner show" id="cookieBanner">
<div class="container">
<div class="cookie-content">
<div class="cookie-text">
<h4>Cookies & privacy</h4>
<p>Yard Digital Agency gebruikt functionele, analytische en tracking cookies. <a href="#">Lees hierover meer in onze privacyverklaring.</a></p>
</div>
<div class="cookie-buttons">
<button class="cookie-btn decline" onclick="closeCookieBanner()">Alles afwijzen</button>
<button class="cookie-btn accept" onclick="closeCookieBanner()">Alles accepteren</button>
</div>
</div>
</div>
</div>
<script>
function closeCookieBanner() {
document.getElementById('cookieBanner').classList.remove('show');
}
// Smooth scrolling for navigation links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const target = document.querySelector(this.getAttribute('href'));
if (target) {
target.scrollIntoView({
behavior: 'smooth',
block: 'start'
});
}
});
});
</script>
</body>
</html>