-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (42 loc) · 1.52 KB
/
index.html
File metadata and controls
45 lines (42 loc) · 1.52 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Announcement</title>
<link rel="stylesheet" href="edge.css">
</head>
<body>
<!-- top section start -->
<section id="top-section">
<div class="top-div">
<h1 id="top-h1">EDGE: BU-CSE Digital Skills Training</h1>
</div>
<div>
<nav class="top-nav">
<ul>
<li id="nav-active"><a href="index.html">Announcement</a></li>
<li><a href="courses.html">Offered Courses</a></li>
<li><a href="apply.html">Apply Online</a></li>
</ul>
</nav>
</div>
</section>
<!-- top section end -->
<!-- Announcement setion -->
<section id="ann-section">
<p>
The Depertment of Computer Science and Engineering (CSE) of the University of Bariashal (CSEBU), in collaboration with the Bangladesh Computer Council (BCC) aims to Offer various skilled devlopment COurses to prepare Smart citizens in Bangladesh.
<br>
</p>
<h3>Facilities</h3>
<ul>
<li>All courses are free</li>
<li>Training will be conducted by University TEachers or Industry experts</li>
<li>Training kits will be provided</li>
<li>REfreshment Facilities</li>
<li>Certificate after completing courses</li>
</ul>
</section>
</body>
</html>