Vandevliet.AerialShots.Website/public/includes/partials/head-content.html
Bob Vandevliet cc36a2abdd Navigation dropdown, homepage links and pricing links.
Convert Diensten nav link to Bootstrap dropdown with all 5 services.
Enable Bootstrap dropdown SCSS import and add dark-theme styles.
Switch to bootstrap.bundle.min.js (includes Popper.js for dropdown).
Add "Lees meer" links to recreatie, sport, evenementen homepage cards.
Add service page links in cat-specific pricing component.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 17:18:38 +01:00

53 lines
No EOL
1.9 KiB
HTML

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
<meta http-equiv="Content-Security-Policy" content="
default-src 'self';
script-src 'self' 'unsafe-inline'
https://www.googletagmanager.com
https://cdn.jsdelivr.net
https://*.fontawesome.com;
media-src 'self'
https://www.youtube.com
https://youtu.be
https://www.linkedin.com;
frame-src 'self'
https://www.youtube.com/embed/
https://youtu.be/embed/
https://www.linkedin.com/embed/;
style-src 'self' 'unsafe-inline'
https://*.fontawesome.com;
font-src 'self'
https://*.fontawesome.com;
connect-src 'self'
https://*.fontawesome.com;
object-src 'none';
img-src 'self' data:;
">
<link rel="icon" href="/assets/static/favicon.ico" type="image/x-icon">
<link rel="icon" href="/assets/static/favicon.png" type="image/png">
<link rel="stylesheet" href="/assets/css/styles.min.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HBS1M2FW9B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('set', 'anonymize_ip', true);
gtag('set', 'allow_ad_personalization_signals', false);
gtag('set', 'allow_google_signals', false);
gtag('config', 'G-HBS1M2FW9B', {
anonymize_ip: true,
allow_ad_personalization_signals: false,
allow_google_signals: false,
});
</script>
<script src="https://kit.fontawesome.com/7e7cf109ad.js" crossorigin="anonymous" defer></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous" defer></script>
<script src="/assets/js/scripts.min.js" async></script>