-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
184 lines (173 loc) · 6.03 KB
/
index.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RUNACOSS</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="logo">
<a href="index.html">
<img src="Logo.png" alt=""><h2>RUNACOSS</h2>
</a>
</div>
<div class="menuToggle" onclick="toggleMenu();"></div>
<ul class="navigation">
<li><a href="index.html">Home</a></li>
<li><a href="timetable.html">Timetable</a></li>
<li><a href="register.html">Register</a></li>
</ul>
</header>
<section class="banner" id="banner">
<div class="content">
<h2>Welcome To RUNACOSS</h2>
<marquee behavior="" direction="">
<p>
The student association that brings together the departments of computer science, information technology, and cybersecurity! We are dedicated to fostering a vibrant community and providing valuable resources for our members.
</p>
</marquee>
<a href="#courses" class="btn">Our Courses</a>
</div>
</section>
<section class="about" id="about">
<div class="row">
<div class="col50">
<h2 class="titleText"><span>A</span>bout Us</h2>
<p>
Throughout the year, we organize a variety of special events that cater to the interests of our members. From workshops and seminars to guest lectures and hackathons, there’s always something exciting happening at RUNACOSS. We believe in creating opportunities for our members to enhance their skills and stay updated with the latest trends in the industry.
One of our key initiatives is organizing tutorials for students. These tutorials cover a wide range of topics related to computer science, information technology, and cybersecurity. Whether you’re a beginner looking to learn the basics or an advanced student seeking to expand your knowledge, our tutorials are designed to cater to all skill levels.<br><br>We also host a special week each year, filled with a diverse range of tech-related events. These events are packed with activities such as coding competitions, panel discussions, networking sessions, and much more. The highlight of the events is our prestigious award dinner, where we recognize and celebrate the achievements of our members.<br>
Click <a href="#lecturer" class="btn">Our Lecturers</a> to view some of our lecturers
</p>
</div>
<div class="col50">
<div class="imgBx">
<img src="undraw_messages_re_qy9x.svg">
</div>
</div>
</div>
</section>
<section class="courses" id="courses">
<div class="title">
<h2 class="titleText">
<span>O</span>ur <span>C</span>ourses
</h2><br>
<br>
<p>
We offer three courses which are:
</p>
</div>
<marquee behavior="slide" direction="left" scrollamount="20">
<div class="content">
<div class="box">
<div class="imgBx">
<img src="cmp.jpg">
</div>
<div class="text">
<h3>Computer Science</h3>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="cyb.jpg">
</div>
<div class="text">
<h3>Cyber Security</h3>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="info.jpg">
</div>
<div class="text">
<h3>Information System</h3>
</div>
</div>
</marquee>
</section>
<section class="lecturer" id="lecturer">
<div class="title">
<h2 class="titleText">
<span>O</span>ur <span>L</span>ecturers
</h2>
<p>
Some of our lecturers that are responsible for impacting the right educational and moral knowledge are:
</p>
</div>
<div class="content">
<div class="box">
<div class="imgBx">
<img src="Dr-Olowo.png">
</div>
<div class="text">
<h3>Dr. Olowookere</h3>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="drOgun.png">
</div>
<div class="text">
<h3>Dr Mrs. Oguntunde</h3>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="drK.png">
</div>
<div class="text">
<h3>Dr Mrs. Kayode</h3>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="Dr-Odim.png">
</div>
<div class="text">
<h3>Dr. Mbah Odim</h3>
</div>
</div>
<div class="content">
<div class="box">
<div class="imgBx">
<img src="Mrs-Oje.png">
</div>
<div class="text">
<h3>Mrs. Ojewunmi</h3>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="Dr-Mrs-Olaniyan.png">
</div>
<div class="text">
<h3>Dr. Mrs. Olaniyan</h3>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="Prof-Arekete.png">
</div>
<div class="text">
<h3>Professor Arekete</h3>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="Prof-Ogunde.png">
</div>
<div class="text">
<h3>Professor Ogunde</h3>
</div>
</div>
</div>
</section>
<footer>
<div class="copyrightText">
<marquee behavior="" direction=""> <p>© 2024 <a href="#">Adekoya Emmanuel </a> All rights Reserved</p></marquee>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>