-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
184 lines (178 loc) · 10.8 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
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fortinet</title>
<link rel="stylesheet" href="../../css/header.css">
<link rel="stylesheet" href="../../css/footer.css">
<link rel="stylesheet" href="../../css/main.css">
<link rel="stylesheet" href="../../css/forms.css">
<link rel="stylesheet" href="../../css/sidebar.css">
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background-color: #333;
color: #fff;
padding: 10px 0;
text-align: center;
}
nav ul {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
justify-content: center;
background-color: #444;
}
nav ul li {
margin: 0 15px;
position: relative;
}
nav ul li a {
color: #fff;
text-decoration: none;
display: block;
padding: 10px 15px;
}
nav ul li ul {
display: none;
position: absolute;
top: 100%;
left: 0;
background-color: #444;
padding: 0;
margin: 0;
list-style-type: none;
z-index: 1000;
}
nav ul li:hover ul {
display: block;
}
nav ul li ul li a {
padding: 10px 20px;
}
footer {
background-color: #333;
color: #fff;
padding: 20px 0;
text-align: center;
position: fixed;
width: 100%;
bottom: 0;
}
main {
padding: 20px;
max-width: 800px;
margin: 0 auto;
}
main img {
max-width: 100%;
height: auto;
display: block;
margin: 20px 0;
}
.services {
margin-top: 30px;
}
.services h3 {
margin-top: 0;
}
.services ul {
list-style-type: none;
padding: 0;
}
.services ul li {
background-color: #eee;
margin: 5px 0;
padding: 10px;
border-radius: 5px;
}
</style>
<link rel="stylesheet" href="./css/sidebar.css">
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/header.css">
<link rel="stylesheet" href="./css/forms.css">
<link rel="stylesheet" href="./css/footer.css">
</head>
<body>
<!-- header.html -->>
<header>
<nav>
<ul>
<li><a href="./index.html"><img src="https://raw.githubusercontent.com/skunkworksza/www/1e5918326b6a21672c73a0c07adb7b290fd434bf/assets/icons/container.svg" alt="Home" class="icon">Home</a></li>
<li>
<a href="#"><img src="https://raw.githubusercontent.com/skunkworksza/www/1e5918326b6a21672c73a0c07adb7b290fd434bf/assets/icons/intelligence.svg" alt="Training" class="icon">Training</a>
<ul>
<li><a href="./blended-learning.html"><img src="https://github.com/skunkworksza/www/blob/main/assets/learning/blended-learning.png?raw=true" alt="Blended Learning" class="icon">Blended Learning</a></li>
<li><a href="./course-development.html"><img src="https://github.com/skunkworksza/www/blob/main/assets/learning/course-development.png?raw=true" alt="Course Development" class="icon">Course Development</a></li>
<li><a href="./project-mentoring.html"><img src="https://github.com/skunkworksza/www/blob/main/assets/learning/project-mentoring.png?raw=true" alt="Project Mentoring" class="icon">Project Mentoring</a></li>
<li><a href="./performance-support.html"><img src="https://github.com/skunkworksza/www/blob/main/assets/learning/performance-support.png?raw=true" alt="Performance Support Tools" class="icon">Performance Support Tools</a></li>
<li><a href="./training-programs.html"><img src="https://github.com/skunkworksza/www/blob/main/assets/learning/training-programs.png?raw=true" alt="Training Programs" class="icon">Training Programs</a></li>
</ul>
</li>
<li>
<a href="#"><img src="https://raw.githubusercontent.com/skunkworksza/www/1e5918326b6a21672c73a0c07adb7b290fd434bf/assets/icons/container--microservices.svg" alt="Services" class="icon">Services</a>
<ul>
<li><a href="./software-development.html"><img src="https://github.com/skunkworksza/www/blob/main/assets/services/software-development.png?raw=true" alt="Software Development" class="icon">Software Development</a></li>
<li><a href="./hardware-software.html"><img src="https://github.com/skunkworksza/www/blob/main/assets/services/hardware-software.png?raw=true" alt="Hardware and Software" class="icon">HW/SW Solutions</a></li>
<li><a href="./managed-cloud.html"><img src="https://github.com/skunkworksza/www/blob/main/assets/services/managed-cloud.png?raw=true" alt="Managed Cloud Services" class="icon">Managed Cloud</a></li>
<li><a href="./technical-support.html"><img src="https://github.com/skunkworksza/www/blob/main/assets/services/technical-support.png?raw=true" alt="Technical Support Services" class="icon">Technical Support</a></li>
<li><a href="./placement-recruitment.html"><img src="https://github.com/skunkworksza/www/blob/main/assets/services/placement-recruitment.png?raw=true" alt="Placements" class="icon">Placements</a></li>
</ul>
</li>
<li>
<a href="#"><img src="https://raw.githubusercontent.com/skunkworksza/www/1e5918326b6a21672c73a0c07adb7b290fd434bf/assets/icons/data--apis.svg" alt="Careers" class="icon">Careers</a>
<ul>
<li><a href="./job-posting.html"><img src="https://github.com/skunkworksza/www/blob/main/assets/careers/job-posting.png?raw=true" alt="Job Posting" class="icon">Job Posting</a></li>
<li><a href="./candidate-screening.html"><img src="https://github.com/skunkworksza/www/blob/main/assets/careers/candidate-screening.png?raw=true" alt="Candidate Screening" class="icon">Candidate Screening</a></li>
<li><a href="./interviews.html"><img src="https://github.com/skunkworksza/www/blob/main/assets/careers/interviews.png?raw=true" alt="Interviews" class="icon">Interviews</a></li>
<li><a href="./job-offers.html"><img src="https://github.com/skunkworksza/www/blob/main/assets/careers/job-offers.png?raw=true" alt="Job Offers" class="icon">Job Offers</a></li>
<li><a href="./perosacademy/"><img src="https://github.com/skunkworksza/www/blob/main/assets/careers/peros-academy.png?raw=true" alt="Pero's Academy" class="icon">Pero's Academy</a></li>
</ul>
</li>
<li><a href="#contact"><img src="https://raw.githubusercontent.com/skunkworksza/www/b6c7c3e93995fd5c2a6c0979d90ead76d9ef98dd/assets/icons/email.svg" alt="Contact" class="icon">Contact</a></li>
</ul>
</nav>
</header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/partners">Partners</a></li>
<li><a href="/services">Services</a></li>
<li><a href="/about">About</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
<main>
<h2>Welcome to the Fortinet page</h2>
<p>This is the landing page for Fortinet.</p>
<img src="partners\Cybersecurity_Providers\Fortinet\Fortinet_logo.png" alt="Fortinet Logo">
<div class="services">
<h3>Training, Products, and Services</h3>
<ul>
<li><strong>Training:</strong> Comprehensive training programs tailored to Fortinet technologies.</li>
<li><strong>Products:</strong> Access to Fortinet products with expert guidance and support.</li>
<li><strong>Services:</strong> Customized solutions and services to enhance your business operations.</li>
</ul>
</div>
</main>
<footer>
<p>© 2024 Skunkworks. All rights reserved.</p>
</footer>
<script src="./js/partnerSearchFilter.js"></script>
<script src="./js/partnerFilter.js"></script>
<script src="./js/mobileDropdown.js"></script>
<script src="./js/main.js"></script>
<script src="./js/include-header.js"></script>
<script src="./js/gulpfile.js"></script>
<script src="./js/formHandeler.js"></script>
<script src="./js/combinedPartnerFilter.js"></script>
</body>
</html>