-
Notifications
You must be signed in to change notification settings - Fork 4
/
Engeneering.php
105 lines (80 loc) · 3.71 KB
/
Engeneering.php
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
<head>
<head lang="en">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="Metro, a sleek, intuitive, and powerful framework for faster and easier web development for Windows Metro Style.">
<meta name="keywords" content="HTML, CSS, JS, JavaScript, framework, metro, front-end, frontend, web development">
<meta name="author" content="Sergey Pimenov and Metro UI CSS contributors">
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
<title>LMS</title>
<link href="css/metro.css" rel="stylesheet">
<link href="css/metro-icons.css" rel="stylesheet">
<link href="css/metro-responsive.css" rel="stylesheet">
<link href="css/metro-schemes.css" rel="stylesheet">
<link href="css/docs.css" rel="stylesheet">
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/metro.js"></script>
<script src="js/docs.js"></script>
<script src="js/prettify/run_prettify.js"></script>
<script src="js/ga.js"></script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<?php
session_start();
?>
</head>
<div class="container">
<header>
<div>
<ul class="h-menu block-shadow-impact">
<a href="http://localhost/LMS-GROUP/home.php"><img src="images/logo/logo.png" alt="NSBM" width="250" height="150" /></a>
<li class="place-right ">
<a href="#" class="dropdown-toggle" style=" margin-right:5px"><?php echo 'Logged as '.$_SESSION['urname'];?></a>
<ul class="d-menu" data-role="dropdown">
<li><a href="http://localhost/LMS-GROUP/profile.php">My Profile</a></li>
<li><a href="index.php?action=logout">Logout</a></li>
</ul>
</li>
</ul>
</div>
</header>
<nav>
<div>
<ul class="v-menu block-shadow-impact min-size-required">
<li class="menu-title">First Title</li>
<li><a href="http://localhost/LMS-GROUP/home.php"><span class="mif-home icon"></span> Home</a></li>
<li class="divider"></li>
<li class="menu-title">Second Title</li>
<li><a href="http://localhost/LMS-GROUP/profile.php"><span class="mif-user icon"></span> Profile</a></li>
<li><a href="#"><span class="mif-calendar icon"></span> Calendar</a></li>
<li><a href="#"><span class="mif-image icon"></span> Photo</a></li>
<li class="divider"></li>
<li class="menu-title">Third Title</li>
<li><a href="#"><span class="mif-bubbles icon"></span> Messages</a></li>
</ul>
</div>
<div data-role="calendar" data-week-start="1" data-buttons="false"></div>
</nav>
<article>
middle
</article>
<footer style="background-color: #EFEAE3 ; height: 100px;">
<div class="container">
<div class="padding5">
<div class="grid">
<div class="row cells2">
<div class="cell">
<div class="row cells4">
<div class="cell">
<img src="images/logo/logo.png" >
</div>
<div class="cell colspan3 padding20 no-padding-top no-padding-bottom">
<p class="text-secondary">
Copyright @ National School of Business Management No 309, <br>High Level Road, Colombo 05, Sri Lanka.
<br>Telephone: +94(11) 567 2545|5673535 - <br>Email:info@nsbm.lk
</p>
</div>
</footer>
</div>
</body>
</html>