-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
176 lines (154 loc) · 7.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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="stylet1.css">
<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=IBM+Plex+Sans:wght@400;700&display=swap" rel="stylesheet">
<script type="text/javascript" src="./mthome.js" defer></script>
<script type="text/javascript" src="./homesearch.js" defer></script>
<title>Document</title>
<script>
function toggleSearchBox() {
var searchBox = document.getElementById('searchBox');
searchBox.style.display = searchBox.style.display === 'none' ? 'inline-block' : 'none';
}
</script>
</head>
<body>
<div class="content" >
<div class="navbar">
<div class="logo">
<img src="./assets/cyber-security-companies-cyber-security-network-security-cybersecurity-for-beginners-near-me-crs-za-2.png" alt="Company Logo">
</div>
<div class="links">
<a href="index.html">Home</a>
<a href="#solutions">Solutions</a>
<div class="dropdown">
<button class="dropbtn">Training
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="training.html">CRS Training </a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>
</div>
<a href="#">More</a>
<a href="#">Contact Us</a>
</div>
<div>
<input type="text" id="searchBox" class="search-box" placeholder="Search IBM">
<span class="search-icon" onclick="toggleSearchBox()">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</span>
</div>
</div>
<!--subheaderpage-->
<div class="container1">
<img class="centered-img" src="./assets/cyber-security-companies-cyber-security-network-security-cybersecurity-for-beginners-near-me-crs-za-2.png" alt="Your Image Description">
</div>
<!--our solutions-->
<div class="oursolutions" >
<h1>Our Solutions at a Glance</h1>
</div>
<div class="container3">
<div class="box1">
<img src="./your-image-source.jpg" alt="Your Image Description">
</div>
<div class="box1">
<img src="./assets/2.png" alt="Your Image Description">
</div>
<div class="box1">
<img src="./assets/3.png"Your Image Description">
</div>
<div class="box1">
<img src="./assets/4.png" alt="Your Image Description">
</div>
<div class="box1">
<img src="./assets/5.png" alt="Your Image Description">
</div>
<div class="box1">
<img src="./assets/6.png" alt="Your Image Description">
</div>
<div class="box1">
<img src="./assets/your-image-source.jpg" alt="Your Image Description">
</div>
<div class="box1">
<img src="./assets/8.png" alt="Your Image Description">
</div>
<div class="box1">
<img src="./assets/9.png" alt="Your Image Description">
</div>
<div class="box1">
<img src="./assets/your-image-source.jpg" alt="Your Image Description">
</div>
<div class="box1">
<img src="./assets/your-image-source.jpg" alt="Your Image Description">
</div>
<div class="box1">
<img src="./assets/your-image-source.jpg" alt="Your Image Description">
</div>
<!-- Repeat the box div 11 more times -->
</div>
<div class="container4">
<img class="centered-img1" src="./assets/cyber-security-companies-cyber-security-network-security-cybersecurity-for-beginners-near-me-crs-za-2.png" alt="Your Image Description">
</div>
<div class="container5">
<iframe width="560" height="315" src="https://www.youtube.com/embed/GQOogNwcHzk?si=KhdGTKEM5qjM8nOx" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="text1">
<h1>Cyber Retaliator Solutions</h1>
</div>
<div class="text1">
<p>The bug stops Here!</p>
</div>
<div class="text1">
<h2><a href="https://www.linkedin.com" target="_blank">LinkedIn</a></h2>
</div>
<div class="text2">
<p>We deliver our Training and Solutions Across:</p>
</div>
<div class="text2">
<h2>IBM Training North America</h2>
</div>
<div class="text2">
<h2>IBM Training Africa</h2>
</div>
</div>
<div class="footer">
<img class="top-left-image" src="assets/cyber-security-companies-cyber-security-network-security-cybersecurity-for-beginners-near-me-crs-za-2.png" alt="Your Top Left Image"> <!-- Replace with your top left image path -->
<ul class="nav2">
<li><a href="#home">Home</a></li>
<li><a href="#news">News</a></li>
<li><a href="#Terms-and-conditions">Terms and Conditions</a></li>
<li><a href="#crs-training">CRS Training-Sitemap</a></li>
</ul>
<img class="image" src="./assets/Arrow-GTA-TSDP-2017-1024x180.jpg" alt="Your Image"> <!-- Replace with your image path -->
<div class="contact-info">
<div>Longdale St, Midstream Estate, Centurion, Pretoria, Gauteng, South Africa, 1692</div>
<div>[email protected]</div>
<div>+27 72 266 2599</div>
</div>
<div class="link-images">
<a href="https://www.example1.com"><img src="./assets/instagram-fill (1).svg" alt="Link Image 1"></a> <!-- Replace with your first link image path and URL -->
<a href="https://www.example1.com"><img src="./assets/facebook-box-fill (1).svg"></a> <!-- Replace with your first link image path and URL -->
<a href="https://www.example1.com"><img src="./assets/linkedin-box-fill (1).svg" alt="Link Image 1"></a> <!-- Replace with your first link image path and URL -->
<a href="https://www.example1.com"><img src="./assets/youtube-fill (1).svg" alt="Link Image 1"></a> <!-- Replace with your first link image path and URL -->
<a href="https://www.example1.com"><img src="./assets/pinterest-fill (1).svg" alt="Link Image 1"></a> <!-- Replace with your first link image path and URL -->
<a href="https://www.example1.com"><img src="./assets/twitter-x-line.svg" alt="Link Image 1"></a> <!-- Replace with your first link image path and URL -->
</div>
</div>
<script>
function goHome() {
// Replace with the actual code to go back to the homepage
alert('Going back to the homepage...');
}
</script>
</body>
</html>