reference

This commit is contained in:
SowinskiBraeden committed 2025-03-18 22:46:53 -07:00
commit aff3c348c4
908 files changed
+93185

No files matched your search

+56
View File
@@ -0,0 +1,56 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>CST Courses</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/static/css/style.css">
</head>
<body>
<div class="grid-container">
<header class="header">
<div class="links-wrapper">
<div class="links">
<a href="#">Programs & Courses</a>
<a href="#">Admissions</a>
<a href="#">Services</a>
<a href="#">About</a>
</div>
</div>
</header>
<section class="menu">
<h2>Overview</h2>
<p>The Computer Systems Technology (CST) Diploma program combines
computer systems theory with hands-on practical experience in
software development. This diploma is a widely recognized
credential that employers highly regard. You'll emerge with the
well-rounded skills essential for a career analyzing, designing,
and developing software solutions.</p>
</section>
<section class="content">
<div>
<figure class="banner">
<img src="/static/images/IMG_1114.jpg"/>
<figcaption>Computer Systems Technology</figcaption>
</figure>
</div>
<div class="container">
<h2>CST Courses - Term 1</h2>
<div id="coursesTarget"></div>
</div>
</section>
<footer class="footer">
<div class="footer-content">
<h3>Join BCIT!</h3>
<h3>Register Today!</h3>
<h3>Contact US!</h3>
</div>
</footer>
</div>
<script src="/static/scripts/client.js"></script>
</body>
</html>