forked from Nana-king-netizen/Dummy_LMS_Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.html
99 lines (81 loc) · 3.47 KB
/
events.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!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="gallery.html" target="_blank">Gallery</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</header>
<section class="intro-hm intro-about">
<div class="intro-txt">
<h1>Events</h1>
</div>
</section>
<section class="about-section about-abt">
<div class="about-content">
<h2>Join Our Events</h2>
<p>
Welcome to our Computer Science Department's events page! Explore a variety of tech-focused happenings designed to inspire and educate. From coding workshops and tech talks to networking sessions, our events offer opportunities to delve into the world of computing, learn from industry experts, and connect with like-minded individuals. Stay updated with our latest events and join us in exploring the exciting realm of technology!</p>
</div>
</section>
<div class="about-section">
<div class="about-content">
<h3>Upcoming Events</h3>
<p>Sorry there are no upcoming events.</p>
</div>
</div>
<section class="about-body">
<div class="container about-container" id="past-events">
<h1 class="about-container-header" id="past-events-h1">Past Events</h1>
<p id="sub-header">Things get interesting because you are eager to know more, or you become eager to know more because it is interesting?</p>
<div class="about-section">
<div class="about-content">
<h3>Online Short Courses</h3>
<p>20th August, 2020</p>
<p>Registration Deadline:</p>
<p>17th September, 2021</p>
</div>
<div class="about-image">
<img src="./img/shortcourse17.08.2021.jpeg" alt="">
</div>
</div>
<div class="about-section">
<div class="about-content">
<h3>Global CyberTech Workshop</h3>
<p>2nd & 3rd December, 2021</p>
<p>Time: 8:30 am - 3:30 pm</p>
<p>Venue: Computer Science Department - University of Ghana</p>
</div>
<div class="about-image">
<img src="./img/Cyber Security.jpg" alt="">
</div>
</div>
<div class="about-section">
<div class="about-content">
<h3>BECOMING A WORLD CLASS SOFTWARE ENGINEER</h3>
<p>20th August, 2020</p>
<p>Venue - Software Lab</p>
</div>
<div class="about-image">
<img src="./img/event3.jpeg" alt="">
</div>
</div>
</div>
</section>
<script src="script.js"></script>
</body>
</html>