-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcheckpq300l.html
124 lines (103 loc) · 3.33 KB
/
checkpq300l.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>NACOSS HOME</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="styles.css" rel="stylesheet" type="text/css" />
<script src="lib/jquery-1.4.2.js" type="text/javascript"></script>
<script src="lib/js-func.js" type="text/javascript"></script>
<script src="lib/jquery.jcarousel.js" type="text/javascript"></script>
<style>
div.gallery {
margin: 5px;
border: 1px solid #ccc;
float: left;
width: 180px;
}
div.gallery:hover {
border: 1px solid #777;
}
div.gallery img {
width: 100%;
height: auto;
}
div.desc {
padding: 15px;
text-align: center;
}
</style>
</head>
<body>
<div id="bg">
<div id="logo">
<img src="images/nacoss_logo.png" height="70%" width="5%" style="border-radius:50%;"/>
<a href="#">NACOSS IBBUL</a>
<h2><a href="#">Networking The World</a></h2></div>
<div id="main">
<!-- header begins -->
<div id="header">
<!-- Navigation -->
<div id="navigation">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<li><a href="makepayment.html">Make Payments</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="pastquestion.html">Check Past Questions</a></li>
<li><a href="excos.html">Excos</a></li>
<li><a href="viewprofile.html">View Profile</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- End Navigation -->
<!-- Slider -->
<center>
<h1 style="color:blue;"><b>300LEVEL PAST QUESTIONS YET TO BE UPLOADED</b></h1>
</center>
<!-- End Slider -->
</div>
<!-- header ends -->
<!-- content begins -->
<div id="content_bg">
<a href="pastquestion.html"><b> <<< Back</b></a>
<div id="footer">
<div id="footer_top">
<div id="footer_column1">
<div class="footer_text">
</div>
</div>
<div id="footer_column2">
<h3>Contact Us On</h3>
<div class="footer_text">
<div class="foot_pad">
<div class="link1"><a href="#">E-Mail</a></div>
<div class="link2"><a href="#">Facebook</a></div>
<div class="link3"><a href="#">RSS Feed</a></div>
<div class="link4"><a href="#">Twitter</a></div>
</div>
</div>
</div>
<div id="footer_column3">
<h3>OUR TEAM</h3>
<div class="footer_text">
<div class="foot_pad">
<ul class="ls">
<li><a href="#">IBRAHIM HADI</a></li>
<li><a href="#">ABUBAKAR SADIQ</a></li>
<li><a href="#">AHMAD SHEHU</a></li>
<li><a href="#">HALIRU </a></li>
<li><a href="#">MUHAMMED</a></li>
</ul>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div id="footer_bot">
<p>Copyright 2019. Designed by Ibrahim Hadi<!-- end --></p>
</div></div>
<!-- footer ends -->
</div>
</body>
</html>