forked from thejana123/webpro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
205 lines (192 loc) · 7.54 KB
/
index.html
File metadata and controls
205 lines (192 loc) · 7.54 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
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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>SUJCS</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='css/style.css'>
<link rel='stylesheet' type='text/css' media='screen' href='css/bootstrap.css'>
<link rel='stylesheet' type='text/css' media='screen' href='./font-awesome/css/font-awesome.css'>
<script src='main.js'></script>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-light ">
<div class="navbar navbar-light bg-light">
<a class="navbar-brand" href="#">
<img src="./assets/images/SUJCS-Logo-black-png.png" width="85" height="51" alt="SUJCS">
</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#">About <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">journal</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Research topic</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#">Articles</a>
</li>
</ul>
</div>
</nav>
<div class="jumbotron jumbotron-fluid bg-light ">
<div class="container-fluid row">
<div class="col-lg-7 col-md-6 col-sm-12 col-xs-12">
<h1 class="display-4 text-monospace ">COMPUTER SCIENCE JOURNAL</h1>
<p class="display-4">Sabaragamuwa University</p>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 col-xs-12">
<img src="./assets/images/SUSL_logo2.png" class="img-responsive" id="SUSL" width="180em" height="175em" alt="SUSL_logo2">
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<img src="./assets/images/SUJCS-Logo-black-png.png" class="img-responsive" id="SUJCS" width="250em" height="150em" alt="SUJCS_logo">
</div>
</div>
</div>
<ul class="nav justify-content-center nav-pills bg-dark">
<li class=" nav-item">
<a class="nav-link active" href="#">Journal</a>
</li>
<li class=" nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class=" nav-item">
<a class="nav-link" href="#">Articles</a>
</li>
<li class=" nav-item">
<a class="nav-link " href="#">Research topics</a>
</li>
<li class=" nav-item">
<a href="#" class="nav-link fa fa-facebook"></a>
<a href="#" class=" nav-link fa fa-twitter"></a>
<a href="#" class=" nav-link fa fa-github"></a>
</li>
<li class=" nav-item ml-5">
<a class="nav-link fa fa-bell " href="#">Article alerts</a>
</li>
</ul>
<nav class="navbar nav justify-content-center navbar-light bg-dark">
<form class="form-inline">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-info my-2 my-sm-0" type="submit">Search</button>
</form>
</nav>
</header>
<div class="card-columns">
<div class="card">
<img class="card-img-top" src="..." alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title that wraps to a new line</h5>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
</div>
</div>
<div class="card p-3">
<blockquote class="blockquote mb-0 card-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<footer class="blockquote-footer">
<small class="text-muted">
Someone famous in <cite title="Source Title">Source Title</cite>
</small>
</footer>
</blockquote>
</div>
<div class="card">
<img class="card-img-top" src="..." alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
<div class="card bg-primary text-white text-center p-3">
<blockquote class="blockquote mb-0">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat.</p>
<footer class="blockquote-footer">
<small>
Someone famous in <cite title="Source Title">Source Title</cite>
</small>
</footer>
</blockquote>
</div>
<div class="card text-center">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
<div class="card">
<img class="card-img" src="..." alt="Card image">
</div>
<div class="card p-3 text-right">
<blockquote class="blockquote mb-0">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<footer class="blockquote-footer">
<small class="text-muted">
Someone famous in <cite title="Source Title">Source Title</cite>
</small>
</footer>
</blockquote>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
<!-- Footer -->
<footer class="page-footer font-small special-color-dark pt-4 bg-dark">
<!-- Footer Elements -->
<div class="container">
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-md-6 mb-4">
<!-- Form -->
<form class="form-inline">
<input class="form-control form-control-sm mr-3 w-75" type="text" placeholder="Search"
aria-label="Search">
<i class="fas fa-search" aria-hidden="true"></i>
</form>
<!-- Form -->
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-6 mb-4">
<form class="input-group">
<input type="text" class="form-control form-control-sm" placeholder="Your email"
aria-label="Your email" aria-describedby="basic-addon2">
<div class="input-group-append">
<button class="btn btn-sm btn-outline-white my-0" type="button">Sign up</button>
</div>
</form>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</div>
<!-- Footer Elements -->
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2020 Copyright:
<a href="https://mdbootstrap.com/"> SUJCS</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.js"></script>
</body>
</html>