Skip to content

Commit

Permalink
Shortcourses page added
Browse files Browse the repository at this point in the history
  • Loading branch information
blip-cmd committed Nov 23, 2023
1 parent a4ea1da commit 5871d46
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@ <h2>What We Offer:</h2>
<div class="offers">
<div class="card short-courses">
<h3>Short Courses</h3>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nulla corrupti similique a nostrum enim minima.</p>
<p>Our eight week intensive certificate course is open to senior high school graduates, tertiary students, school graduates, workers and the general public.</p>
<a href="#" class="learn-more">Learn More</a>
</div>

<div class="card undergrad-programmes">
<h3>Undergraduate Programmes</h3>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nulla corrupti similique a nostrum enim minima.</p>
<p>Open the door to sought-after technology careers with a world-class Bachelor of Science in Computer Science degree.</p>
<a href="#" class="learn-more">Learn More</a>
</div>

<div class="card mphil-programmes">
<h3>MPhil And Msc Programmes</h3>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nulla corrupti similique a nostrum enim minima.</p>
<p>Embrace world class gradate education with unique blend of cutting-edge research and industry experience.</p>
<a href="#" class="learn-more">Learn More</a>
</div>

<div class="card phd-programmes">
<h3>PhD Programmes</h3>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nulla corrupti similique a nostrum enim minima.</p>
<p>Our PHDs lead the effort to extend the boundaries of knowledge through quality and industry relevant research.</p>
<a href="#" class="learn-more">Learn More</a>
</div>
</div>
Expand Down
76 changes: 76 additions & 0 deletions shortcourses.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>UG || Computer Science</title>
</head>
<body>
<header class="header">
<div class="dept-logo">
<img src="img/CS_logo.png" class="logo" alt="Computer Science Department">
</div>
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Faculty</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>


</header>

<section class="intro-hm intro-about" id="intro-sc">
<div class="intro-txt">
<h1>Learn More About Us</h1>
</div>
</section>


<footer class="site-footer">


<div class="footer-links">
<div class="footer-section">
<h3>Academics</h3>
<ul>
<li><a href="#">Undergraduate Courses</a></li>
<li><a href="#">Graduate Courses (MPhil Computer Science)</a></li>
<li><a href="#">Graduate Courses (MSc Computer Science)</a></li>
<li><a href="#">Graduate Courses (PhD)</a></li>
</ul>
</div>

<div class="footer-section">
<h3>Admissions</h3>
<ul>
<li><a href="#">Undergraduate</a></li>
<li><a href="#">Graduate</a></li>
<li><a href="#">International Students</a></li>
<li><a href="#">Entry Requirements</a></li>
</ul>
</div>

<div class="footer-section">
<h3>Contact Us</h3>
<h4>Phone & Email</h4>
<p>+00000000000</p>
<p>+00000000000</p>
<p>[email protected]</p>
<div class="social-media">
<!-- <div class="social-icons">
<a href="#" class="fa-brands fa-instagram"></a>
<a href="#" class="fa-brands fa-twitter"></a>
<a href="#" class="fa-brands fa-facebook"></a>
</div> -->
</div>
</div>
</footer>


<script src="script.js"></script>
</body>
</html>

0 comments on commit 5871d46

Please sign in to comment.