-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (53 loc) · 1.8 KB
/
Copy pathindex.html
File metadata and controls
64 lines (53 loc) · 1.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>API Project</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="css/swiper.css">
<link rel="stylesheet" href="minified/lightbox.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
</head>
<body id="index">
<div class="banner">
<div class="swiper-container">
<div class="swiper-wrapper">
</div>
<!-- Add Pagination -->
<div class="swiper-pagination"></div>
</div>
</div>
<div class="stats">
<div class="stats-heading">
<h1>Our Behance Stats</h1>
</div>
<div class="stats-info">
<div class="stats-info-row">
<span class="profile-views">Profile Views</span>
</div>
<div class="stats-info-row">
<span class="project-appreciations">Project Appreciations</span>
</div>
<div class="stats-info-row">
<span class="project-comments">Project Comments</span>
</div>
<div class="stats-info-row">
<span class="project-views">Project Views</span>
</div>
</div>
</div>
<ul class="projects">
</ul>
<div class="the-end">
<span>Whoa! You've come to the end of our feed! Thanks for looking at our projects</span>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="assets/underscore.js"></script>
<script src="assets/moment.js"></script>
<script src="minified/swiper.min.js"></script>
<script src="minified/numeral.js"></script>
<script src="minified/lightbox.min.js"></script>
<script src="minified/scripts.min.js"></script>
</body>
</html>