-
Notifications
You must be signed in to change notification settings - Fork 0
/
onlineeducation.html
48 lines (43 loc) · 1.95 KB
/
onlineeducation.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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://kit.fontawesome.com/b99e675b6e.js"></script>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Counselling</title>
</head>
<body>
<div>
<div class="row align-items-center" style="margin-top: 10%;">
<div class="col-lg-5 px-5 mx-auto">
<p class="display-4 font-weight-bold">Online Education</p>
<img src="svg/onlineclass.svg" alt="" class="img-fluid mb-4 mb-lg-0">
</div>
<div class="col-lg-6" style="margin-left: 20px;">
<div class="main_container">
<table class="table table-striped" style="width: 500px;">
<tr>
<td><b>AS Stateboard</b></td>
<td><a href="http://scert.cg.gov.in/pdf/textbook.htm"><button
class="btn btn-primary">GO</button></a></td>
</tr>
<tr>
<td><b>CBSE</b></td>
<td><a href="http://cbse.nic.in/ecbse/welcome.html"><button
class="btn btn-primary">GO</button></a></td>
</tr>
<tr>
<td><b>Online Vocational Courses</b></td>
<td><a href="http://www.bssve.in/Courses.asp"><button
class="btn btn-primary">GO</button></a></td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</body>
</html>