-
Notifications
You must be signed in to change notification settings - Fork 0
/
Institute-main.html
128 lines (82 loc) · 3.55 KB
/
Institute-main.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
<!DOCTYPE html>
<html>
<head>
<title>Institute Main Page</title>
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="student_main.css">
</head>
<body>
<header>
<div id="upper-div">
<!--Website logo with login-->
<div id="topbar">
<a href="inst_main.php"> <img id="logo" src="images/councelling2.png"></a>
<div id="signin-div" class="topbar-section">
<img id="signin-image" src="images/signin-logo.png">
<span id="signin-text"><a href="profile.php">My profile</a></span>
</div>
<div class="topbar-section topbar-menu">
<a href="news.html"> News</a>
</div>
<div class="topbar-section topbar-menu" >
<a href="#"> Top universities</a>
</div>
<div class="topbar-section topbar-menu">
<a href=""> Cources </a>
</div>
<div class="topbar-section topbar-menu">
<a href="about.html"> About Ipseity</a>
</div>
<div class="topbar-section topbar-menu">
<a href="index.php"> Log out</a>
</div>
</div>
</div>
<div class="clear"></div>
<div id="menu-bar-container">
<div id="menu-bar">
<h1>A platform that connect you to future.</h1>
<img id="local-news" src="images/counselling-services-in-nigeria.png" >
</div>
<div class="clear"></div>
<div id="menu-bar-2-container">
<div id="menu-bar-2">
<a href="finance.html">Finance services</a>
<a href="">Travel support</a>
<a href="meet_a_guid.html">Meet a guide</a>
<a href="create_event.html">Create Event</a>
<a href="contacts.html">Contact Us</a>
</div>
</div>
</div>
</header>
<div class="clear"></div>
<!--Main content -->
<div id="content-middle-container">
<div id="content-middle">
<div id="notification-container">
<div id="application-status">
<h2>Application Status</h2>
<div class="notifications-view" id='notification' name="notification">
<!-- <div class="notification">
<div class="head-desc">
<p class="notif-heading">Heading</p>
<p class="notif-description">description</p>
</div>
<button class="apply-button">View</button>
</div>-->
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div id="footer_div">
<CENTER><nav><a href="contacts.html">Contacts</a>
<a href="about.html">About Us</a>
</nav></CENTER>
</div>
</footer>
</body>
</html>