-
Notifications
You must be signed in to change notification settings - Fork 2
/
courses.html
70 lines (54 loc) · 2.07 KB
/
courses.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Colo Programming Shikhi</title>
<link rel="shortcut icon" href="img/logo/2.png" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous" />
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa"
crossorigin="anonymous"></script>
<!-- font awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" />
</head>
<body class="gradient-background">
<!-- go to top -->
<a href="#" id="top" class="c-go-top">
<i class="fa fa-arrow-up fa-fw"></i>
</a>
<header>
<!-- Navbar......... -->
</header>
<main>
<!-- Temporary Code for Working Section Starts -->
<section id="kocu">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="reg-title mt-3">
<h2>Comming_Soon...</h2>
<h2>Comming_Soon...</h2>
<!-- <h2>Registration Repened!</h2> -->
</div>
</div>
</div>
</div>
</section>
<!-- Temporary Code for Working Section Ends -->
<section id="main-baner">
<div class="container main-baner-cls">
</div>
</section>
</main>
<!-- footer section -->
<footer></footer>
<script src="header.js"></script>
<script src="footer.js"></script>
</body>
</html>