-
Notifications
You must be signed in to change notification settings - Fork 0
/
home_teacher.html
57 lines (51 loc) · 1.81 KB
/
home_teacher.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
<!doctype html>
<html class="no-js" 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" />
<title>Foundation Starter Template</title>
<link rel="stylesheet" href="lib/foundation/css/foundation.min.css" />
<link rel="stylesheet" href="css/override.css" />
<link rel="stylesheet" href="css/index.css" />
</head>
<body>
<div class="top-bar">
<div class="top-bar-right">
<ul class="dropdown menu" data-dropdown-menu>
<li class="menu-text">سیستم جامع آموزشی</li>
<li><a href="#" class="active">ثبت نمرات دانشجویان</a></li>
<li><a href="#" class="active">لیست دروس ترم ها</a></li>
<li><a href="#">ورود/خروج</a></li>
</ul>
</div>
<div class="top-bar-left">
<ul class="menu">
<li> 15:49:54 یکشنبه 10 فروردین 1396</li>
<!--<li><input type="search" placeholder="Search"></li>-->
<!--<li><button type="button" class="button">Search</button></li>-->
</ul>
</div>
</div>
<br>
<div class="large-12 columns">
<h3>
به سیستم جامع مدیریت آموزشی خوش آمدید.
</h3>
</div>
<div class="large-12 columns">
<h5>
برای انتخاب عملیات مورد نظر از منوی بالای سایت استفاده کنید.
</h5>
</div>
<div id="copyright">
desgin by a good team - 2017 all right reserverd
</div>
<script src="lib/jquery/jquery.js"></script>
<script src="lib/foundation/js/what-input.js"></script>
<script src="lib/foundation/js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>