forked from Nana-king-netizen/Dummy_LMS_Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created the pages for the website and updated some of them over time
- Loading branch information
Eunice Dickson
committed
Nov 25, 2023
1 parent
9371e44
commit 5ae47d8
Showing
8 changed files
with
411 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>HOME</title> | ||
<link rel="stylesheet" href="STYLE.css"> | ||
<script src="https://kit.fontawesome.com/cabafbe46d.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body> | ||
<header> | ||
<nav> | ||
<a href="/" class="logo"> | ||
<img src="comScience_logo.png" height=50 ="school logo" title="DEPARTMENT OF COMPUTER SCIENCE"> | ||
</a> | ||
<div class = "banner"> | ||
<ul class="navitems"> | ||
<li><a href="/" class="navlink">HOME</a></li> | ||
<li><a href="/ABOUT.html" class="navlink">ABOUT</a></li> | ||
<li><a href="/FACULTY.html" class="navlink">FACULTY</a></li> | ||
<li><a href="/ACADEMICS.html" class="navlink">ACADEMICS</a></li> | ||
<li><a href="/RESEARCH GROUPS.html" class="navlink">RESEARCH GROUPS</a></li> | ||
</ul> | ||
</div> | ||
</nav> | ||
</header> | ||
<div class="intro"> | ||
<div id="topic"><h2>Get To Know Us</h2></div> | ||
<p >This is the Information Technology age and at its core is Computer Science. The study of computer science is therefore critical if society is to take full advantage of the benefits Information Technology has to offer and make rapid economic advances. Computer science involves the study and development of applications that allow for our everyday use of computers, the software systems that support these applications, and the means and methods used to produce both applications and systems that behave reliably, correctly and ethically. At the heart of Computer Science lies the skill of computer programming and employers who hire Computer Scientists expect adept programmers with knowledge of current techniques and tools and the ability to apply sound engineering principles to the development, construction and maintenance of computer programs.</p><br> | ||
<p>The range of courses available in the department and the skills acquired by students enable them to find employment in many diverse fields of the economy and prepare our graduates for the computing industry, working in a project team (or research and development team), and to enable the graduate to bring specialist skills to that team. The course also provides the platform for further study or research through exposure to established and emerging technologies and methods, and to active fields of research in Computer Science.</p><br> | ||
<p>The Department offers two undergraduate degree programmes, Bachelor of Science in Computer Science Single-Major (3:2:1:1) and Major-Minor (3:2:2:1) as well as Bachelor of Science in Information Technology.</p><br> | ||
</div> | ||
<hr> | ||
<h2 class="section head">More About The Department</h2> | ||
<section> | ||
<div class="container2"> | ||
<div class="col1"> | ||
<img src="our_org.jpg" alt="lecturer" height="300px"> | ||
</div> | ||
<div class="col2"> | ||
<div class="title1"><h3>Our Organization</h3></div> | ||
<p>The University of Ghana is one of the Africa's most preeminent public universities. Our impact on individuals, our region and the world is profound. whether we are launching young people into a boundless future or confronting the grand challenges of our time through dauntless research. UG educates more than 38,000students annually, with approximately 2.64% being computer science students. We turn ideas into impact and transform the world around us. For more about our impact, visit our news site, UG News.</p> | ||
</div> | ||
</div> | ||
<div class="container2"> | ||
<div class="col2"> | ||
<div class="title1"><h3>Our Community</h3></div> | ||
<p>If you are inspired by a big challenge, you've come to the right place! The computer science community at the university of Ghana encourages it's people to be vibrant and brave in taking on new challenges that push boundaries beyond imagination.</p> | ||
</div> | ||
<div class="col1"> | ||
<img src="our_community.jpg" alt="community members" height="300px"> | ||
</div> | ||
|
||
</div> | ||
<div class="container2"> | ||
<div class="col1"> | ||
<img src="distance.webp" alt="laptop" height="300px"> | ||
</div> | ||
<div class="col2"> | ||
<div class="title1"><h3>Distance Learning</h3></div> | ||
<p>Experience a UG-CDCD classroom from wherever you are. Take advantage of real-time lectures and personal interaction with professors through a suite of online delivery options, customizing your degree to fit your schedule. Our online classroom maintains the same level of academic vigour, while providing students with more ways of learning.</p> | ||
</div> | ||
</div> | ||
<div class="container2"> | ||
<div class="col2"> | ||
<div class="title1"><h3>Building Our Future</h3></div> | ||
<p>So what defines our students, faculty and community members? Above all, its our belief in the infinite possibilities and our unshakable optimism. Its a connection to others near and far. A hunger for socio-economic transformation that pushes us to tackle challenges and pursue progress. Its the conviction that together we can create a world of good. Join us on the journey.</p> | ||
</div> | ||
<div class="col1"> | ||
<img src="buildingfuture.jpg" alt="students" height="300px"> | ||
</div> | ||
</div> | ||
</section> | ||
<footer> | ||
<div class="container"> | ||
<div id="contact"> | ||
<b id="newsletter">Stay updated with our latest</b> | ||
<div class="detail"> | ||
<form action=""> | ||
<div class="input-box"> | ||
<i class="bi bi-message"></i> | ||
<input type="text" name="email" placeholder="Email"> | ||
<button type="submit">SUBMIT</button> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
<div class="contact-info"> | ||
<div> | ||
<b>Connect With Us</b> | ||
<ul> | ||
<li><i class="fa-solid fa-phone"></i> +233 501 382 035</li> | ||
<li><i class="fa-solid fa-phone"></i> +233 559 145 698</li> | ||
<li><i class="fa-brands fa-whatsapp"></i> +233 559 145 698</li> | ||
<li><i class="fa-regular fa-envelope"></i> [email protected]</li> | ||
<li><i class="fa-brands fa-telegram"></i> dcs-ug</li> | ||
<li><i class="fa-brands fa-instagram"></i> @dcs_ug</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="location"> | ||
<div> | ||
<b>Location</b> | ||
<ul> | ||
<li>University of Ghana, Legon Campus</li> | ||
<li>Opposite the Mathematics</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>HOME</title> | ||
<link rel="stylesheet" href="STYLE.css"> | ||
<script src="https://kit.fontawesome.com/cabafbe46d.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body background="academicsbackground.jpg"> | ||
<header> | ||
<nav> | ||
<a href="/" class="logo"> | ||
<img src="comScience_logo.png" height=50 ="school logo" title="DEPARTMENT OF COMPUTER SCIENCE"> | ||
</a> | ||
<div class = "banner"> | ||
<ul class="navitems"> | ||
<li><a href="/" class="navlink">HOME</a></li> | ||
<li><a href="/ABOUT.html" class="navlink">ABOUT</a></li> | ||
<li><a href="/FACULTY.html" class="navlink">FACULTY</a></li> | ||
<li><a href="/ACADEMICS.html" class="navlink">ACADEMICS</a></li> | ||
<li><a href="/RESEARCH GROUPS.html" class="navlink">RESEARCH GROUPS</a></li> | ||
</ul> | ||
</div> | ||
</nav> | ||
</header> | ||
<section> | ||
|
||
</section> | ||
|
||
<footer> | ||
<div class="container"> | ||
<div id="contact"> | ||
<b id="newsletter">Stay updated with our latest</b> | ||
<div class="detail"> | ||
<form action=""> | ||
<div class="input-box"> | ||
<i class="bi bi-message"></i> | ||
<input type="text" name="email" placeholder="Email"> | ||
<button type="submit">SUBMIT</button> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
<div class="contact-info"> | ||
<div> | ||
<b>Connect With Us</b> | ||
<ul> | ||
<li><i class="fa-solid fa-phone"></i> +233 501 382 035</li> | ||
<li><i class="fa-solid fa-phone"></i> +233 559 145 698</li> | ||
<li><i class="fa-brands fa-whatsapp"></i> +233 559 145 698</li> | ||
<li><i class="fa-regular fa-envelope"></i> [email protected]</li> | ||
<li><i class="fa-brands fa-telegram"></i> dcs-ug</li> | ||
<li><i class="fa-brands fa-instagram"></i> @dcs_ug</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="location"> | ||
<div> | ||
<b>Location</b> | ||
<ul> | ||
<li>University of Ghana, Legon Campus</li> | ||
<li>Opposite the Mathematics Department</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>HOME</title> | ||
<link rel="stylesheet" href="STYLE.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"> | ||
<script src="https://kit.fontawesome.com/cabafbe46d.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body background="academicsbackground.jpg"> | ||
<header> | ||
<nav> | ||
<a href="/" class="logo"> | ||
<img src="comScience_logo.png" height=50 ="school logo" title="DEPARTMENT OF COMPUTER SCIENCE"> | ||
</a> | ||
<div class = "banner"> | ||
<ul class="navitems"> | ||
<li><a href="/" class="navlink">HOME</a></li> | ||
<li><a href="/ABOUT.html" class="navlink">ABOUT</a></li> | ||
<li><a href="/FACULTY.html" class="navlink">FACULTY</a></li> | ||
<li><a href="/ACADEMICS.html" class="navlink">ACADEMICS</a></li> | ||
<li><a href="/RESEARCH GROUPS.html" class="navlink">RESEARCH GROUPS</a></li> | ||
</ul> | ||
</div> | ||
</nav> | ||
</header> | ||
<main class="faculty content"> | ||
<section class="team"> | ||
<div class="container3"> | ||
<div> | ||
<h1 id="topic">OUR TEAM</h1> | ||
</div> | ||
<div class="row3"> | ||
<div class="column"> | ||
<div class="img-box"> | ||
<img src="lecturer1.jpg" alt="lecturer" class="responsive-img" > | ||
<ul class="contacts" style="list-style-type: none;"> | ||
<li><i class="fa-regular fa-envelope"></i>[email protected]</li> | ||
</ul> | ||
</div> | ||
<h4>PROFESSOR YEOUN CHEUNG</h4> | ||
<h6>CS ROOM 01</h6> | ||
</div> | ||
<div class="column"> | ||
<div class="img-box"> | ||
<img src="lecturer2.jpeg" alt="lecturer" class="responsive-img"> | ||
<ul class="contacts" style="list-style-type: none;"> | ||
<li><i class="fa-regular fa-envelope"></i>[email protected]</li> | ||
</ul> | ||
</div> | ||
<h4>PROFESSOR MINA SUNG</h4> | ||
<h6>CS ROOM 04</h6> | ||
</div> | ||
<div class="column"> | ||
<div class="img-box"> | ||
<img src="lecturer3.jpg" alt="lecturer" class="responsive-img"> | ||
<ul class="contacts" style="list-style-type: none;"> | ||
<li><i class="fa-regular fa-envelope"></i>[email protected]</li> | ||
</ul> | ||
</div> | ||
<h4>PROFESSOR CHANDLER WILLIAMS</h4> | ||
<h6>CS ROOM 02</h6> | ||
</div> | ||
<div class="column"> | ||
<div class="img-box"> | ||
<img src="lecturer4.jpg" alt="lecturer" class="responsive-img"> | ||
<ul class="contacts" style="list-style-type: none;"> | ||
<li><i class="fa-regular fa-envelope"></i>[email protected]</li> | ||
</ul> | ||
</div> | ||
<h4>PROFESSOR PAUL EDGAR SMITH</h4> | ||
<h6>CS ROOM 06</h6> | ||
</div> | ||
<div class="column"> | ||
<div class="img-box"> | ||
<img src="lecturer5.jpg" alt="lecturer" class="responsive-img"> | ||
<ul class="contacts" style="list-style-type: none;"> | ||
<li><i class="fa-regular fa-envelope"></i>[email protected]</li> | ||
</ul> | ||
</div> | ||
<h4>PROFESSOR RYAN BOLTON</h4> | ||
<h6>CS ROOM 07</h6> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<section class="intro"> | ||
<div class="text"> | ||
<h2 id="commpsa">COMMPSA UG</h2> | ||
<p>COMMPSA UG is the departmental group or organization which has been put in place to sort of manage the students in the department. It is mainly chaired by students from the sophomore, junior nad senior year who make up the executive board. The society engages the students through events and online platforms. The main aim of the society is to unite the student body of the department and help the students to network, grow and have fun. </p> | ||
</div> | ||
</section> | ||
</main> | ||
<footer> | ||
<div class="container"> | ||
<div id="contact"> | ||
<b id="newsletter">Stay updated with our latest</b> | ||
<div class="detail"> | ||
<form action=""> | ||
<div class="input-box"> | ||
<i class="bi bi-message"></i> | ||
<input type="text" name="email" placeholder="Email"> | ||
<button type="submit">SUBMIT</button> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
<div class="contact-info"> | ||
<div> | ||
<b>Connect With Us</b> | ||
<ul> | ||
<li><i class="fa-solid fa-phone"></i> +233 501 382 035</li> | ||
<li><i class="fa-solid fa-phone"></i> +233 559 145 698</li> | ||
<li><i class="fa-brands fa-whatsapp"></i> +233 559 145 698</li> | ||
<li><i class="fa-regular fa-envelope"></i> [email protected]</li> | ||
<li><i class="fa-brands fa-telegram"></i> dcs-ug</li> | ||
<li><i class="fa-brands fa-instagram"></i> @dcs_ug</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="location"> | ||
<div> | ||
<b>Location</b> | ||
<ul> | ||
<li>University of Ghana, Legon Campus</li> | ||
<li>Opposite the Mathematics Department</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
Oops, something went wrong.