-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
118 lines (108 loc) · 6.05 KB
/
home.html
File metadata and controls
118 lines (108 loc) · 6.05 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
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>DASH BOARD</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link rel="shortcut icon" href="./assest/img/boss-icon.png">
<link rel="text/javascript" href="./assest\js\home.js">
<link rel="stylesheet" href="assest\css\home.css">
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
</head>
<body>
<div id="wrapper">
<div class="overlay"></div>
<!-- Sidebar -->
<nav class="navbar navbar-inverse navbar-fixed-top" id="sidebar-wrapper" role="navigation">
<ul class="nav sidebar-nav">
<li class="sidebar-brand">
<a href="#">
Develop
</a>
</li>
<li>
<a href="home.html"><i class="fa fa-fw fa-home"></i> Home</a>
</li>
<li>
<a href="about.html"><i class="fa fa-fw fa-folder"></i> About</a>
</li>
<li>
<a href="contact.html"><i class="fa fa-fw fa-file-o"></i> Contact</a>
</li>
<!-- <li>
<a href="#"><i class="fa fa-fw fa-cog"></i> Third page</a>
</li> -->
<!-- <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-fw fa-plus"></i> Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">Dropdown heading</li>
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li> -->
<!-- <li>
<a href="#"><i class="fa fa-fw fa-bank"></i> Page four</a>
</li>
<li>
<a href="#"><i class="fa fa-fw fa-dropbox"></i> Page 5</a>
</li>
<li>
<a href="#"><i class="fa fa-fw fa-twitter"></i> Last page</a>
</li> -->
<li>
<a href="https://www.facebook.com/sanyali1245/"><img src="./assest/img/facebook-icon.png" height="35px"></a>
</li>
<li>
<a href="https://twitter.com/zilleali1245"><img src="./assest/img/sweeter-icon.png" height="35px"></a>
</li>
</ul>
</nav>
<!-- /#sidebar-wrapper -->
<!-- Page Content -->
<div id="page-content-wrapper">
<button type="button" class="hamburger is-closed animated fadeInLeft" data-toggle="offcanvas">
<span class="hamb-top"></span>
<span class="hamb-middle"></span>
<span class="hamb-bottom"></span>
</button>
<div class="container">
<nav>
<form action="#" id="b1">
<input type="search" class="search-data" placeholder="Search" required>
<button type="submit" ><i class="fas fa-search"></i>
</button>
</form>
</nav>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h1 class="page-header">Awesome</h1>
<div id="piechart" style="width: 900px; height: 500px;" background-colour="#F0F8FF"></div>
<p> eu leo quam. sem quam Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante</p>
<p>Maecenas sed diam eget risus blandit sit amet non magna. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante posuere </p>
<h3>A heading in the mix.</h3>
<p>Maecenas sed diam eget risus blandit sit amet non magna. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante posuere </p>
<p> eu leo quam. sem quam Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante</p>
<p>Maecenas sed diam eget risus blandit sit amet non magna. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante posuere </p>
<p>Maecenas sed diam eget risus blandit sit amet non magna. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante posuere </p>
<h3>Another heading for typography's sake.</h3>
<p>Maecenas sed diam eget risus blandit sit amet non magna. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante posuere </p>
<p>Maecenas sed diam eget risus blandit sit amet non magna. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante posuere </p>
</div>
</div>
</div>
</div>
</div>
<footer id="fot_nav" >
</footer>
<!-- /#wrapper -->
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js'></script>
<script src="./assest/js/home.js"></script>
</body>
</html>