-
Notifications
You must be signed in to change notification settings - Fork 0
/
st_profile.html
121 lines (82 loc) · 3.61 KB
/
st_profile.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
<!DOCTYPE html>
<html>
<head>
<title>My Profile</title>
<link rel="stylesheet" type="text/css" href="css/index.css">
<script type="text/javascript" src="js/main.js"></script>
<meta charset="utf-8">
<meta name="keywords" content="Councelling,councelling,universities,interance,result,MCA,MBA,BBA,B.tech.,M.tech.">
<meta name="description" content="Profile of logined user.">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
</head>
<body>
<!--Header section -->
<header>
<div id="upper-div">
<!--Website logo with login-->
<div id="topbar">
<a href="student_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="st_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.html"> Top universities</a>
</div>
<div class="topbar-section topbar-menu">
<a href="courses.html"> Courses </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.html">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>
<!-- Main Content -->
<table align="center" id="profile-table">
<thead>
<tr>
<th colspan="2">
<div id="table-image">
<img src="images/mhead.png" height="150" width="150" id="profile-image">
</div>
</th>
</tr>
</thead>
<tbody id="mydata">
</tbody>
</table>
<!--<center><input type="button" id="Update" value="Update" onclick="confirm()"></center>-->
<!-- Footer section -->
<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>