-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.html
115 lines (111 loc) · 7.65 KB
/
courses.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<link href="./css/styles.css" rel="stylesheet" />
<link href="https://github.com/skunkworksza/www/blob/main/assets/skunkworks/logo-skunkworks-trans%2040%20%C3%97%2040%20px.png?raw=true" rel="icon" type="image/png" />
<title>Courses Offered - Skunkworks</title>
</head>
<body>
<header class="ui-shell-header" role="banner">
<div class="logo">
<div class="skunkworks-title">Skunkworks</div>
</div>
<div class="burger" onclick="toggleMenu()" aria-expanded="false" aria-controls="main-menu" aria-label="Toggle navigation">
☰
</div>
<nav id="main-menu" class="header-navigation" role="navigation">
<ul>
<li><a href="./index.html"><img alt="Home" class="icon" src="https://raw.githubusercontent.com/skunkworksza/www/1e5918326b6a21672c73a0c07adb7b290fd434bf/assets/icons/container.svg" />Home</a></li>
<li><a href="./training.html"><img alt="Training" class="icon" src="https://raw.githubusercontent.com/skunkworksza/www/1e5918326b6a21672c73a0c07adb7b290fd434bf/assets/icons/intelligence.svg" />Training</a></li>
<li><a href="./services.html"><img alt="Services" class="icon" src="https://raw.githubusercontent.com/skunkworksza/www/1e5918326b6a21672c73a0c07adb7b290fd434bf/assets/icons/container--microservices.svg" />Services</a></li>
<li><a href="./careers.html"><img alt="Careers" class="icon" src="https://raw.githubusercontent.com/skunkworksza/www/1e5918326b6a21672c73a0c07adb7b290fd434bf/assets/icons/data--apis.svg" />Careers</a></li>
<li><a href="#contact"><img alt="Contact" class="icon" src="https://raw.githubusercontent.com/skunkworksza/www/b6c7c3e93995fd5c2a6c0979d90ead76d9ef98dd/assets/icons/email.svg" />Contact</a></li>
</ul>
</nav>
</header>
<!-- Courses Section -->
<section class="section" id="courses">
<h1 class="centered-heading">Our Courses</h1>
<p class="centered-paragraph">Explore our wide range of courses designed to equip you with the skills and knowledge needed to excel in today's fast-paced technology landscape. Whether you're looking to enhance your technical expertise, develop new skills, or achieve professional certification, we have a course tailored for you.</p>
<div class="grid-container">
<!-- Course 1 -->
<a href="course-ai.html" class="course-tile framed-tile">
<div class="course-icon" aria-label="Artificial Intelligence"></div>
<h2>Artificial Intelligence & Machine Learning</h2>
<p>Master the fundamentals of AI and machine learning. This course covers key concepts, algorithms, and applications, providing hands-on experience with AI tools and frameworks.</p>
</a>
<!-- Course 2 -->
<a href="course-cybersecurity.html" class="course-tile framed-tile">
<div class="course-icon" aria-label="Cybersecurity"></div>
<h2>Cybersecurity Fundamentals</h2>
<p>Learn how to protect organizations from cyber threats. This course covers essential topics in cybersecurity, including network security, threat analysis, and ethical hacking.</p>
</a>
<!-- Course 3 -->
<a href="course-cloud.html" class="course-tile framed-tile">
<div class="course-icon" aria-label="Cloud Computing"></div>
<h2>Cloud Computing & DevOps</h2>
<p>Gain expertise in cloud computing and DevOps practices. This course provides a comprehensive overview of cloud architecture, deployment models, and continuous integration/continuous delivery (CI/CD).</p>
</a>
<!-- Course 4 -->
<a href="course-data.html" class="course-tile framed-tile">
<div class="course-icon" aria-label="Data Science"></div>
<h2>Data Science & Big Data Analytics</h2>
<p>Unlock the power of data with our data science course. Learn how to collect, process, analyze, and visualize large datasets to uncover valuable insights and drive strategic decisions.</p>
</a>
<!-- Course 5 -->
<a href="course-software.html" class="course-tile framed-tile">
<div class="course-icon" aria-label="Software Engineering"></div>
<h2>Software Engineering & Agile Practices</h2>
<p>Develop your software engineering skills with a focus on Agile methodologies. This course covers software development lifecycle (SDLC), coding best practices, and Agile project management.</p>
</a>
<!-- Course 6 -->
<a href="course-blockchain.html" class="course-tile framed-tile">
<div class="course-icon" aria-label="Blockchain"></div>
<h2>Blockchain & Cryptocurrency</h2>
<p>Understand the fundamentals of blockchain technology and its applications in cryptocurrency. This course includes hands-on projects to help you build your own blockchain applications.</p>
</a>
<!-- Course 7 -->
<a href="course-ux.html" class="course-tile framed-tile">
<div class="course-icon" aria-label="User Experience"></div>
<h2>User Experience (UX) Design</h2>
<p>Learn the principles of UX design and how to create user-friendly digital products. This course covers user research, interaction design, and usability testing.</p>
</a>
<!-- Course 8 -->
<a href="course-networking.html" class="course-tile framed-tile">
<div class="course-icon" aria-label="Networking"></div>
<h2>Networking & IT Infrastructure</h2>
<p>Build your networking knowledge with this comprehensive course. Topics include network design, implementation, and management, as well as troubleshooting and security practices.</p>
</a>
<!-- Course 9 -->
<a href="course-marketing.html" class="course-tile framed-tile">
<div class="course-icon" aria-label="Digital Marketing"></div>
<h2>Digital Marketing & SEO</h2>
<p>Enhance your digital marketing skills with a focus on SEO. This course teaches you how to optimize websites for search engines, create effective marketing campaigns, and analyze performance metrics.</p>
</a>
<!-- Course 10 -->
<a href="course-pmp.html" class="course-tile framed-tile">
<div class="course-icon" aria-label="Project Management"></div>
<h2>Project Management Professional (PMP) Certification</h2>
<p>Prepare for the PMP certification with our comprehensive training course. Learn project management best practices, tools, and techniques to ensure successful project delivery.</p>
</a>
</div>
</section>
<footer>
<p>© 2024 Skunkworks. All rights reserved.</p>
<p><a href="https://blog.skunkworks.africa/" target="_blank">Visit our blog</a></p>
</footer>
<!-- JavaScript for Functionality -->
<script>
// Toggle Menu Functionality for Mobile
function toggleMenu() {
var menu = document.getElementById("main-menu");
menu.classList.toggle("visible");
var burger = document.querySelector(".burger");
var isExpanded = burger.getAttribute("aria-expanded") === "true" || false;
burger.setAttribute("aria-expanded", !isExpanded);
}
</script>
</body>
</html>