Skip to content

Commit

Permalink
Update ìcb-bootcamp.html
Browse files Browse the repository at this point in the history
Signed-off-by: Raydo Matthee <raydo@skunkworks.africa>
  • Loading branch information
burnt-exe authored May 24, 2024
1 parent 1e6adf8 commit 14515c2
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion IBM/ìcb-bootcamp.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
flex: 1;
display: flex;
flex-direction: column;
padding-right: 320px;
}

.cover-page {
Expand All @@ -52,7 +53,7 @@
}

.cover-page img {
width: 150px;
width: 200px;
margin: 10px;
}

Expand Down Expand Up @@ -186,6 +187,22 @@
.sidebar h3 {
margin-top: 0;
}

footer {
background-color: #0f62fe;
color: #fff;
text-align: center;
padding: 20px;
position: fixed;
bottom: 0;
width: 100%;
box-sizing: border-box;
}

.badge {
width: 100px;
margin: 10px 0;
}
</style>
</head>
<body>
Expand Down Expand Up @@ -444,6 +461,14 @@ <h3>About the Course</h3>
<p><strong>Prerequisites:</strong> Basic knowledge of integration and cloud technologies.</p>
<p><strong>Instructor:</strong> Experienced professionals with deep knowledge of IBM and Red Hat technologies.</p>
<p><strong>Contact:</strong> For more information, email us at info@skunkworks.africa.</p>
<img class="badge" src="/mnt/data/image.png" alt="Accreditation Badge">
</div>

<footer>
<p>Contact: info@skunkworks.africa | Phone: +27 83 380 7950</p>
<p>© 2024 Skunkworks. All rights reserved.</p>
<p>Legal Notice: The information provided in this course is for educational purposes only. Skunkworks is not responsible for any actions taken based on this course.</p>
<p>Disclaimer: While every effort has been made to ensure the accuracy of the information in this course, Skunkworks assumes no responsibility for errors or omissions.</p>
</footer>
</body>
</html>

0 comments on commit 14515c2

Please sign in to comment.