-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (108 loc) · 4.35 KB
/
index.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
115
116
117
118
119
120
121
<!DOCTYPE HTML>
<!--
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html lang="en-US">
<head>
<title>Network Axis</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<span class="icon fa-diamond"></span>
</div>
<div class="content">
<div class="inner">
<h1>Network Axis</h1>
<p>Modern Security Solutions</p>
</div>
</div>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- About -->
<article id="about">
<h2 class="major">About</h2>
<p>Network Axis is driven by the belief that every organization has the right to be protected from cyber threats. <b>It is our mission to provide cost-effective strategies that safeguard your organization's data.</b></p>
<p>Not all organizations have the budget, resources, or personnel required to enhance security. Network Axis exists to lower the cost of entry for cybersecurity, thus protecting end users from the repercussions of a security breach.</p>
<p>View our <a href="#services">Services</a> to learn how to measure the effectiveness of your existing security controls.</p>
</article>
<!-- Services -->
<article id="services">
<h2 class="major">Services</h2>
<p>Network Axis consists of subject matter experts in cybersecurity that offer strategic problem solving in an advisory role. We specialize in <b>preventing data leaks</b> and <b>designing scalable architecture</b> crafted for organizations in all industries.</p>
<div class="table-wrapper">
<table>
<tbody>
<tr>
<td>Risk/Threat Assessment</td>
<td>This is offered as a free consultation. Network Axis will determine the Security Maturity of an organization and advise on the approach required to achieve the desired future state.</td>
<td></td>
</tr>
<tr>
<td>Identify</td>
<td>Network Axis will perform penetration testing to identify gaps in existing security controls.</td>
<td></td>
</tr>
<tr>
<td>Expectations Review</td>
<td>Review the test results and determine which risks should be accepted, avoided, or mitigated.</td>
<td></td>
</tr>
<tr>
<td>Protect</td>
<td>Improve the security posture by implementing solutions that will manage the defined risks of the organization.</td>
<td></td>
</tr>
<tr>
<td>Measure</td>
<td>Execute tabletop exercises to test the solutions put in place.</td>
<td></td>
</tr>
</tbody>
</table>
</div>
<p>View our <a href="#contact">Contact</a> information to get in touch with a certified security specialist.</p>
</article>
<!-- Contact -->
<article id="contact">
<h2 class="major">Contact</h2>
<form>
<div class="field">
<p>Contact us today to learn how we can bring value to your organization.</p>
<label for="message">Email <a href="mailto:[email protected]">[email protected]</a></label>
</div>
</form>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Network Axis, LLC</p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>