-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (77 loc) · 2.67 KB
/
index.html
File metadata and controls
77 lines (77 loc) · 2.67 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Data ground | Visualization of fun statistics</title>
<link href='https://fonts.googleapis.com/css?family=Quicksand:400,700|Quattrocento+Sans:400,700|Palanquin:400,600|Raleway|Josefin+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="assets/css/font-awesome.css">
<link rel="stylesheet" href="assets/css/owl.carousel.css">
<link rel="stylesheet" href="assets/css/owl.theme.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<header>
<div class="container">
<div class="row">
<div class="col-md-4">
</div>
<div class="col-md-8">
<div id="menu" class="menu">
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="aboutus.html">about us</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</header>
<body>
<div class="first-content">
<div class="pic home-picture" style="background: url(assets/images/techcity1.jpg);">
<div class="overlay"></div>
<div class="content">
<h3>Welcome to Data ground</h3>
</div>
</div>
</div>
<div class="container">
<div class="second-section">
<div class="filters">
<ul id="filters">
<li class="active" data-filter="*">All</li>
<li data-filter=".design">Graph</li>
<li data-filter=".photography">3D objects</li>
</ul>
</div>
</div>
<div class="btn-load-more">
<button class="load-more">
Load More
</button>
</div>
</div>
<footer>
<div class="main-footer">
<p> Copyright © 2016 By Crafted Theme</p>
<p>Made with Love from Us.</p>
<div class="icons">
<ul>
<li><a target="_BLANK" href="http://facebook.com/"><i class="fa fa-facebook"></i> </a></li>
<li><a target="_BLANK" href="http://instagram.com/"><i class="fa fa-instagram"></i> </a></li>
<li><a target="_BLANK" href="http://twitter.com/"><i class="fa fa-twitter"></i></a></li>
<li><a target="_BLANK" href="http://behance.net/"><i class="fa fa-behance"></i></a></li>
</ul>
</div>
</div>
</footer>
<script src="assets/js/jquery-2.1.4.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.slicknav.js"></script>
<script src="assets/js/isotope.pkgd.min.js"></script>
<script src="assets/js/owl.carousel.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>