-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
87 lines (79 loc) · 3.99 KB
/
index.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
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SmartATK</title>
<!-- Bootstrap -->
<!-- If you are online, or will deploy this to server, uncomment this part
<!-- Latest compiled and minified CSS
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Optional theme
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
-->
<!-- If you are offline, uncomment this part -->
<!-- CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-theme.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/bootstrap-social.css" rel="stylesheet">
<link href="css/mystyles.css" rel="stylesheet">
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</head>
<body>
<div class="main-screen">
<div class="container">
<div class ="row row-header">
<div class="col-xs-12 col-sm-4 col-sm-offset-8">
<h1 id="title">SmartATK</h1>
</div>
</div>
<div class="row row-content">
<div class="col-xs-12 col-sm-3">
<button type="button" class="navbar-toggle collapse" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-collapse collapse" id="navbar">
<ul class="nav nav-pills nav-stacked na">
<li><a href="editstock.php">Edit Data Stok</a></li>
<li><a href="usage.php">Pemakaian ATK</a></li>
<li><a href="data.php">Lihat Data</a></li>
<li><a href="stats.php">Statistik</a></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-9">
<div class="row row-content">
<div class="col-xs-12" style="text-align:center;">
</div>
</div>
</div>
</div>
<div class="row row-footer">
<div class ="col-xs-12 col-sm-4">
</div>
<div class ="col-xs-12 col-sm-4">
<p>Sistem Informasi ATK </p>
<p>Sarana dan Prasarana Institut Teknologi Bandung</p>
</div>
<div class ="col-xs-12 col-sm-4">
<p>Copyright 2016. Softspot Software House</p>
</div>
</div>
</div>
</body>
</html>