-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
114 lines (94 loc) · 5.37 KB
/
services.html
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<meta name="description" lang="en" content="test"/>
<title>test</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=Open+Sans:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.typekit.net/fsr0rav.css">
<link rel="stylesheet" href="./resources/scripts/main.css" type="text/css">
<link href="https://calendly.com/assets/external/widget.css" rel="stylesheet">
</head>
<body data-barba="wrapper">
<header>
<h3 class="navDescription">Cybersecurity<br> Consulting Firm</h3>
<a href="./index.html"> <img id="logo" class="headerLogo" src="./resources/images/ddmotion2.svg" fill="#ffffff" alt="DOLAN AND DUFF LOGO"/></a>
<nav id="navigation">
<ul>
<li><a href="./about.html">ABOUT</a></li>
<li><a href="./services.html">SERVICES</a></li>
<li><a href="./contact.html">CONTACT</a></li>
</ul>
</nav>
</header>
<section class="serviceSection" data-barba="container" data-barba-namespace="services">
<main class="serviceGrid">
<h1 id="core">Core Services</h1>
<div class="core">
<div class="service">
<img class="icon" src="./icons/iconIT.svg" alt="icon">
<h2>IT Consulting</h2>
<p>We can step into any environment and transform the way you do business. You tell us your problems, and we give you solutions.</p>
</div>
<div class="service">
<img class="icon" src="./icons/iconAsset4.svg" alt="icon">
<h2>Vulnerability Assessments</h2>
<p>Do you need to know exactly where you fall short in your IT landscape? We can tell you whats wrong, and guide you on how to fix it.</p>
</div>
<div class="service">
<img class="icon" src="./icons/icontesting.svg" alt="icon">
<h2>Penetration Testing</h2>
<p>Would you like to know how an attacker can take advantage of your current landscape? Let us lead the way and reveal all the details.</p>
</div>
<div class="service">
<img class="icon" src="./icons/iconaware.svg" alt="icon">
<h2>Managed Threat Detection and Response</h2>
<p>We can respond to threats and discover them in your environment with this service, so you can focus on your business.</p>
</div>
<div class="findout"><aside class="asid1 servicesSide circle"></aside></div>
<div class="findout"><aside class="asid1 servicesSide triangle"></aside></div>
</div>
<h1 id="sup">Suplimentary Services</h1>
<div class="core">
<div class="service">
<img class="icon" src="./icons/iconpolicy.svg" alt="icon">
<h2>Cybersecurity Policy Review</h2>
<p>This is an add on service where we can work with your legal or compliance staff (if you have one) to create sound policies around the use of your companies infrastructure.</p>
</div>
<div class="service">
<img class="icon" src="./icons/icondarkweb.svg" alt="icon">
<h2>Dark Web Scan</h2>
<p>We will comb through the dark webs databases for information about your business so you can breathe easy. We also offer this service on a continual basis, because threat actors never sleep.</p>
</div>
<div class="service">
<img class="icon" src="./icons/icontrain.svg" alt="icon">
<h2>Security Awareness Training</h2>
<p>Do your end users know what risks they take with their personal data online? We can create a personalized learning modules for your end users so they can safeguard their data too.</p>
</div>
<div class="service">
<img class="icon" src="./icons/iconAsset7.svg" alt="icon">
<h2>Cybersecurity Scorecard</h2>
<p>Do you need guidance on how exactly you need to improve your cybersecurity posture? This is one way that we can help you. With our Cybersecurity Scorecard we will give each area a grade for a collective wellness study on your environment.</p>
</div>
<div class="findout"><aside class="asid1 servicesSide2 circle"></aside></div>
<div class="findout"><aside class="asid1 servicesSide2 triangle"></aside></div>
</div>
</main>
</section>
<footer>
<!-- Calendly link widget begin -->
<script
src="https://calendly.com/assets/external/widget.js"
type="text/javascript"></script>
<!-- Calendly link widget end -->
<button id="consultation" onclick="Calendly.initPopupWidget({url:'https://calendly.com/scampbell-27'});
return false;"> BOOK A CONSULTATION </button>
<img class="headerLogo" src="./resources/images/ddmotion2.svg" fill="#ffffff" alt="DOLAN AND DUFF LOGO" />
</footer>
<script src="https://unpkg.co/gsap@3/dist/gsap.min.js"></script>
<script src="https://unpkg.com/@barba/core"></script>
<script src="./resources/scripts/main.js"></script>
</body>
</html>