We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ce5fa commit e796db7Copy full SHA for e796db7
training-hub.html
@@ -19,11 +19,13 @@
19
</nav>
20
21
<header class="hero">
22
- <div class="hero-content">
23
- <h1>Training Hub</h1>
24
- <p>Enhance your skills with our curated workshops and training programs.</p>
25
- </div>
26
- </header>
+ <div class="hero-content">
+ <img src="img3.png" alt="Training Hub" class="hero-logo" />
+ <h1>Training Hub</h1>
+ <p>Enhance your skills with our curated workshops and training programs.</p>
+ </div>
27
+</header>
28
+
29
30
<section class="opportunities animate">
31
<h2>Available Trainings</h2>
@@ -50,4 +52,3 @@ <h3>Cybersecurity Fundamentals</h3>
50
52
<script src="script.js"></script>
51
53
</body>
54
</html>
-
0 commit comments