-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (51 loc) · 1.45 KB
/
index.html
File metadata and controls
65 lines (51 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<title>
CYBOPSEC Security Services
</title>
<link href="assets/main.css" rel="stylesheet"/>
<style>
</style>
</head>
<body>
<div class="header banner-img" style="background-image: url('./assets/pom.jpg')">
<div class="nav-bar">
<h2>Security Solutions
<span class="links">
<a href="index.html">Home</a>
|
<a href="about.html">Visualizer</a>
|
<a href="SARIF-analyzer.html">SARIF Analyzer</a>
|
<a href="contact.html">Contact Us</a>
</span>
</h2>
</div>
<div class="text-content">
<h1>Hello,<br>
<span id="typed-strings">
<span>We Are <strong> Secure Cyber Operation Services and Consulting</strong></span>
<span>We Design <strong>using security as a start</strong></span>
<span>We Build <strong>Secure Network Solutions, Websites, and Relationships to Help you Best Secure your Org, and your Wider Network</strong></span>
<span><strong>WORK WITH US TODAY</strong></span>
</span>
<span id="typed"></span>
</h1>
</div>
<div class="lower-banner">
<h2 class="lower-content">
Let us give you some peace of mind
</h2>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function (event) {
type();
//movingBackgroundImage();
});
</script>
<script type="text/javascript" src="assets/main.70a66962.js"></script>
</body>
</html>