-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (64 loc) · 2.79 KB
/
index.html
File metadata and controls
66 lines (64 loc) · 2.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kovert - We find your weaknesses before the hackers do</title>
<link rel="stylesheet" href="css/bulma.min.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="”shortcut" icon”="" href="/favicon.ico">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta name="description" content="We find your weaknesses before the hackers do. Kovert thinks like the hackers, and specialize in cybersecurity testing.">
</head>
<body>
<!-- Navigation -->
<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="#home">
<img src="images/kovert-negative.png" alt="Kovert" width="120">
</a>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero is-fullheight-with-navbar">
<div class="hero-body">
<div class="container">
<div class="columns is-vcentered">
<div class="column is-6">
<h1 class="title is-1 has-text-white">
We find your vulnerabilities before the hackers do
</h1>
<p class="subtitle is-4 has-text-white">
Expert IT security consultancy to protect your business from cyber threats.
We provide comprehensive security solutions tailored to your needs.
</p>
<p class="has-text-white">
<a href="mailto:contact@kovert.no" class="button is-success is-light">
<span class="icon"><i class="fas fa-envelope"></i></span>
<span>contact@kovert.no</span>
</a>
</p>
</div>
<div class="column is-6">
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer has-background-dark">
<div class="container">
<div class="columns">
<div class="column is-4">
<img src="images/kovert-negative.png" alt="Kovert" width="120" class="mb-4">
<p class="has-text-white">
We find your vulnerabilities before the hackers do
</p>
</div>
</div>
</div>
</footer>
</body>
</html>