-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDriver_main.html
More file actions
71 lines (68 loc) · 2.91 KB
/
Driver_main.html
File metadata and controls
71 lines (68 loc) · 2.91 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
<!-- for-mobile-apps -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Inventor Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script type="application/x-javascript">
addEventListener("load", function() {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- //for-mobile-apps -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style_home.css" rel="stylesheet" type="text/css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic"
rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet" type="text/css">
</head>
<body>
<!-- bannner -->
<div class="banner">
<div class="container">
<div class="logo">
<a href="Driver_main.html">Pass All<span>Logistics Transportation System</span></a>
</div>
<div class="navigation">
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse nav-wil" id="bs-example-navbar-collapse-1">
<nav class="cl-effect-13" id="cl-effect-13">
<ul class="nav navbar-nav">
<li><a href="Driver_main.html" class="active">主页</a></li>
<li><a href="Driver_check.html">查看订单</a></li>
<li><a href="Driver_applied.html">已申请订单</a></li>
<li><a href="Driver_passed.html">已通过订单</a></li>
<li><a href="Driver_information.html">个人资料</a></li>
<li><a href="Driver_mailus.html">联系我们</a></li>
</ul>
</nav>
</div>
<!-- /.navbar-collapse -->
</nav>
</div>
<div class="banner-info">
<h1>The Best Selection In <br />Hebei University of Technology</h1>
<p>The Most Convenient Selection Of You And Your Cargo</p>
</div>
</div>
</div>
<script src="js/bootstrap.js"></script>
<!-- //for bootstrap working -->
</body>
</html>