-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (87 loc) · 2.75 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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="css/project.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<header class="home">
<h1>
Welcome to my Examresult site
</h1>
</header>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#">Education system of bangladesh</a></li>
<li><a href="#">m</a></li>
<li><a href="#">g</a></li>
</ul>
</div>
</div>
</nav>
<br>
<br>
<div>
<p>
Bangladesh is a country of South-East Asia.Education System of this country has improved in recent years.But the base of this System is not likly changed. After a bloody 9 month war against the Pakistani military-Junta and allies in 1971, this Nation gain her independence. A Name has risen in 23 years pakistani tyrant Rules who had led this nation to liberation after 1757, Bangabandhu Sheikh Majibur Rahman.
</p>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div class="container">
<div class = "row">
<div class="col-sm-12 col-md-3">
<div class="thumbnail">
<a href="PEC.html"><img class="photolist" src="images/PEC.jpg" alt="PEC"/></a>
<div class="caption">
<h3>PEC</h3>
</div>
</div>
</div>
<div class="col-sm-12 col-md-3">
<div class="thumbnail">
<a href="jsc.html"><img class="photolist" src="images/JSC.jpg" alt="JSC"/></a>
<div class="caption">
<p><h3>JSC</h3></p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-3">
<div class="thumbnail">
<a href="ssc.html"><img class="photolist" src="images/SSC.jpg" alt="SSC"/></a>
<div class="caption">
<h3>SSC</h3>
</div>
</div>
</div>
<div class="col-sm-12 col-md-3">
<div class="thumbnail">
<a href="Hsc.html"><img class="photolist" src="images/HSC.jpg" alt="HSC"/></a>
<div class="caption">
<h3>HSC</h3>
</div>
</div>
</div>
</div>
</div>
</body>
</html>