-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vetle Hjelle
committed
Sep 3, 2024
1 parent
17c907d
commit 2572b5a
Showing
8 changed files
with
196 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="/css/bulma.min.css"> | ||
<link rel="stylesheet" href="/css/bulma-divider.min.css"> | ||
<link rel="stylesheet" href="/fontawesome/css/all.min.css"> | ||
<link rel="stylesheet" href="/css/kovert.css"> | ||
<link rel="stylesheet" href="{{ (resources.Get "/css/style.css" | resources.Minify).Permalink }}"> | ||
<link rel=”shortcut icon” href="/favicon.ico"> | ||
<link rel="icon" type="image/x-icon" href="/favicon.ico"> | ||
|
||
<!-- General --> | ||
<meta name="description" content="We find your weaknesses before the hackers do. Kovert thinks like the hackers, and specialize in cybersecurity testing."> | ||
|
||
<!-- Image --> | ||
<meta property="og:image" content="https://kovert.no/images/logos/kovert-widescreen.png"> | ||
<meta property="og:image:width" content="1200"> | ||
<meta property="og:image:height" content="630"> | ||
<meta property="og:image:alt" content="Kovert Logo"> | ||
|
||
<!-- Facebook --> | ||
<meta property="og:url" content="https://kovert.no"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="Kovert"> | ||
<meta property="og:description" content="We find your weaknesses before the hackers do. | ||
Kovert thinks like the hackers, and specialize in cybersecurity testing."> | ||
|
||
<!-- Twitter --> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta property="twitter:domain" content="kovert.no"> | ||
<meta property="twitter:url" content="https://kovert.no"> | ||
<meta name="twitter:title" content="Kovert"> | ||
<meta name="twitter:description" content="We find your weaknesses before the hackers do. | ||
Kovert thinks like the hackers, and specialize in cybersecurity testing."> | ||
<meta name="twitter:image" content="https://kovert.no/images/logos/kovert-widescreen.png"> | ||
|
||
<script type="text/javascript" src="/js/index.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
<!-- Google Tag Manager --> | ||
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | ||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | ||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | ||
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | ||
})(window,document,'script','dataLayer','GTM-W66WR67M');</script> | ||
<!-- End Google Tag Manager --> | ||
<script type="text/javascript" src="/js/pixels/googletagmanager.js"></script> | ||
<!-- End Google Tag Manager --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | ||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | ||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | ||
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | ||
})(window,document,'script','dataLayer','GTM-W66WR67M'); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
particlesJS("particles-js", { | ||
"particles": { | ||
"number": { | ||
"value": 50, | ||
"density": { | ||
"enable": true, | ||
"value_area": 1000 | ||
} | ||
}, | ||
"color": { | ||
"value": ["#0ca438"] | ||
}, | ||
"shape": { | ||
"type": "circle", | ||
"stroke": { | ||
"width": 5, | ||
"color": "#0ca438" | ||
}, | ||
"polygon": { | ||
"nb_sides": 5 | ||
}, | ||
"image": { | ||
"src": "img/github.svg", | ||
"width": 100, | ||
"height": 100 | ||
} | ||
}, | ||
"opacity": { | ||
"value": 0.6, | ||
"random": false, | ||
"anim": { | ||
"enable": false, | ||
"speed": 1, | ||
"opacity_min": 0.1, | ||
"sync": false | ||
} | ||
}, | ||
"size": { | ||
"value": 2, | ||
"random": true, | ||
"anim": { | ||
"enable": false, | ||
"speed": 40, | ||
"size_min": 0.1, | ||
"sync": false | ||
} | ||
}, | ||
"line_linked": { | ||
"enable": true, | ||
"distance": 120, | ||
"color": "#0ca438", | ||
"opacity": 0.2, | ||
"width": 1.6 | ||
}, | ||
"move": { | ||
"enable": true, | ||
"speed": 2, | ||
"direction": "top", | ||
"random": false, | ||
"straight": false, | ||
"out_mode": "out", | ||
"bounce": false, | ||
"attract": { | ||
"enable": false, | ||
"rotateX": 600, | ||
"rotateY": 1200 | ||
} | ||
} | ||
}, | ||
"interactivity": { | ||
"detect_on": "canvas", | ||
"events": { | ||
"onhover": { | ||
"enable": true, | ||
"mode": "grab" | ||
}, | ||
"onclick": { | ||
"enable": false | ||
}, | ||
"resize": true | ||
}, | ||
"modes": { | ||
"grab": { | ||
"distance": 140, | ||
"line_linked": { | ||
"opacity": 1 | ||
} | ||
}, | ||
"bubble": { | ||
"distance": 400, | ||
"size": 40, | ||
"duration": 2, | ||
"opacity": 8, | ||
"speed": 3 | ||
}, | ||
"repulse": { | ||
"distance": 200, | ||
"duration": 0.4 | ||
}, | ||
"push": { | ||
"particles_nb": 4 | ||
}, | ||
"remove": { | ||
"particles_nb": 2 | ||
} | ||
} | ||
}, | ||
"retina_detect": true | ||
}); | ||
|
||
|
||
new Splide( '#image-carousel', { | ||
type: 'loop', | ||
perPage: 3, | ||
speed: 40, | ||
arrows: false, | ||
pagination: false, | ||
autoScroll: { | ||
speed: 1, | ||
pauseOnHover: false, | ||
pauseOnFocus: false | ||
}, | ||
|
||
} ).mount( window.splide.Extensions ); |