56 lines
1.7 KiB
HTML
56 lines
1.7 KiB
HTML
<!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> |