-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
236 lines (212 loc) · 10.6 KB
/
news.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
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!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">
<link rel="icon" href="./ku-logo.png" type="image/icon type">
<!-- aos -->
<link rel="stylesheet" href="./libaries/aos-master/dist/aos.css">
<link rel="stylesheet" href="./libaries/fontawesome-free-5.15.3-web/css/all.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/utlities.css">
<link rel="stylesheet" href="./css/responsive.css">
<title>Department of Mathematics - University of Karachi</title>
</head>
<body>
<!-- header start -->
<header class="header capitalize " id="top">
<div class="container-100 fixed containerfixed">
<div id="Sidenav" class="sidenav">
<a class="closebtn">
<i class="fas fa-times"></i>
</a>
<ul class="sidenav-list">
<li class="side-item">
<a href="./index.html" class="side-link ">home</a>
</li>
<li class="side-item">
<a href="./result.html" class="side-link">results</a>
</li>
<li class="side-item dropdown ">
<a href="javascript:void(0)" class="side-link"><span class="program-nav">programs</span> <i class="fas fa-chevron-down" style="position: relative; top: 3px;"></i></a>
<ul class="dropdown-content">
<li><a href="./program.html">B.S In Financial Mathematics</a></li>
<li><a href="./program.html">B.S In Computational Mathematics</a></li>
<li><a href="./program.html"> BSc. (Hons) In Pure And Applied Mathematics</a></li>
<li><a href="./program.html">MSc. In Pure And Applied Mathematics</a></li>
<li><a href="./program.html">M.S./M.Phil. In Pure And Applied Mathematics</a></li>
<li><a href="./program.html">Ph.D. In Pure And Applied Mathematics</a></li>
</ul>
</li>
<li class="side-item">
<a href="./faculty.html" class="side-link">faculty</a>
</li>
<li class="side-item">
<a href="./news.html" class="side-link active">News</a>
</li>
<li class="side-item">
<a href="./events.html" class="side-link">Events</a>
</li>
<li class="side-item">
<a href="./gallery.html" class="side-link">Gallery</a>
</li>
<li class="side-item">
<a href="./contact.html" class="side-link">contact/staff</a>
</li>
</ul>
<div class="footer-col footer-social-link" id="side-social-list">
<h4 class="side-follow">follow us</h4>
<div class="social-links" id="side-social">
<a href="https://www.facebook.com/groups/416373102043603/" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="navcontainer">
<nav class="navbar flex align-center justify-between ">
<button type="button" id="mobile-nav-toggle">
<i class="fas fa-bars" id="navtext"></i>
</button>
<div class="mathlogo uppercase flex align-center">
<a href="https://www.uok.edu.pk/" target="_blank" class="logo-link ">
<img src=".//ku-logo.png" alt="ku-logo" width="85px">
</a>
<span>Department of <br> <b class="math-logo-text">mathematics</b></span>
</div>
<div id="navbar-collapse">
<ul class="navbar-nav flex">
<li class="nav-item ">
<a class="nav-link " href="./index.html">home</a>
</li>
<li class="nav-item ">
<a class="nav-link active" href="./news.html">news</a>
</li>
<li class="nav-item dropdown" >
<a class="nav-link" href="javascript:void(0)"><span class="program-nav">programs</span>
<i class="fas fa-chevron-down" style="position: relative; top: 3px;"></i></a>
<ul class="dropdown-content">
<li><a href="#fm">B.S In Financial Mathematics</a></li>
<li><a href="#cm">B.S In Computational Mathematics</a></li>
<li><a href="./program.html"> BSc. (Hons) In Pure And Applied Mathematics</a></li>
<li><a href="./program.html">MSc. In Pure And Applied Mathematics</a></li>
<li><a href="./program.html">M.S./M.Phil. In Pure And Applied Mathematics</a></li>
<li><a href="./program.html">Ph.D. In Pure And Applied Mathematics</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="./faculty.html">faculty</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./result.html">result</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./events.html">events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./gallery.html">gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">contact/staff</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="back-to-top ">
<a href="#top" class="back-to-top-link">
<i class="fas fa-arrow-circle-up"></i>
</a>
</div>
<div class="go-to-bottom">
<a href="#bottom" class="go-to-bottom-link">
<i class="fas fa-arrow-circle-down"></i>
</a>
</div>
<div class="progress-container">
<div class="progress" id="myBar"></div>
</div>
</div>
</header>
<!-- header end here -->
<footer class="footer">
<div class="row flex justify-evenly">
<div class="footer-col mission-col ">
<h4>mathematics</h4>
<p class="misson-footer-para">
The mission of the department is to serve the country and wider international community in the
development and communication of Mathematics through high quality research, publication and training
at both undergraduate and postgraduate levels..
</p>
</div>
<div class="footer-links-wrapper flex justify-between">
<div class="footer-col footer-link">
<h4>quick link</h4>
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">libary</a></li>
<li><a href="#">download book</a></li>
<li><a href="#">another link</a></li>
</ul>
</div>
<div class="footer-col footer-link">
<h4>contact us</h4>
<ul>
<li><a href="#">about us</a></li>
<li><a href="#">our services</a></li>
<li><a href="#">privacy policy</a></li>
<li><a href="#">affiliate program</a></li>
</ul>
</div>
</div>
<div class="footer-col footer-social-link">
<h4>follow us</h4>
<div class="social-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="copyright center">
<p> © Copyrights Department of Mathematics. All rights reserved.</p>
<p>Designed & Developed by <a href="https://Xtensetech.com" target="_blank">Zeeshan Shabbir</a>
</p>
</div>
</footer>
<script src="./libaries/jquery/jquery-3.6.0.min.js"></script>
<script src="./libaries/aos-master/dist/aos.js"></script>
<script src="./jss/nav.js"></script>
<script>
AOS.init({
offset: 150,
delay: 100,
duration: 1000,
startEvent: 'load',
});
</script>
<script>
$(document).ready(function () {
$(".filter-heading").click(function () {
$(".filter-option").toggle()
$(this).find(".fa-chevron-down").toggleClass("fa-chevron-up");
})
$(".year-filter").click(function () {
$(this).find(".fa-chevron-down").toggleClass("fa-chevron-up");
})
$(".option-item").click(function () {
$(this).find(".semester-option").toggleClass("show")
})
$("#search-input").on("keyup", function () {
var value = $(this).val().toLowerCase();
$("#mydiv *").filter(function () {
$(this).toggle($(this).text().toLowerCase().indexOf(value) > -1)
});
});
})
</script>
</body>
</html>