-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·103 lines (90 loc) · 4.96 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html class="front-page-init">
<head>
<title>ytlabs ngFrontPage Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<!-- Bootstrap core CSS -->
<link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet"
media="screen">
<link href="ng-front-page.css" rel="stylesheet">
<style>
</style>
</head>
<body ng-app="myApp" class="front-page-enabled">
<div front-page>
<div class="slide-container">
<div class="slide flex align-center" style="background-image: url(img/photo-1433087037481-a895409d5ef8.jpeg)">
<div class="container" style="color: white">
<h1>ngFrontPage Demo Page</h1>
<p>This page demonstrates how ngFrontPage looks like.</p>
<div>
<iframe src="https://ghbtns.com/github-btn.html?user=ytlabs&repo=ng-front-page&type=fork&size=large"
frameborder="0" scrolling="0" width="80px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=ytlabs&repo=ng-front-page&type=star&size=large"
frameborder="0" scrolling="0" width="75px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=ytlabs&type=follow&size=large" frameborder="0"
scrolling="0" width="170px" height="30px"></iframe>
</div>
</div>
</div>
<div class="slide flex align-center" style="background-image: url(img/photo-1433959329077-d40592bfbca7.jpeg)">
<div class="container" style="color: white">
<h1>ngFrontPage Demo Page</h1>
<p>This page demonstrates how ngFrontPage looks like.</p>
<div>
<iframe src="https://ghbtns.com/github-btn.html?user=ytlabs&repo=ng-front-page&type=fork&size=large"
frameborder="0" scrolling="0" width="80px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=ytlabs&repo=ng-front-page&type=star&size=large"
frameborder="0" scrolling="0" width="75px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=ytlabs&type=follow&size=large" frameborder="0"
scrolling="0" width="170px" height="30px"></iframe>
</div>
</div>
</div>
</div>
<div class="prev-button"></div>
<div class="next-button"></div>
<div class="horizontal-nav"></div>
</div>
<div front-page class="flex align-center" style="background-image: url(img/photo-1428452932365-4e7e1c4b0987.jpeg)">
<div class="container" style="color: white">
<h1>ngFrontPage Demo Page</h1>
<p>This page demonstrates how ngFrontPage looks like.</p>
<div>
<iframe src="https://ghbtns.com/github-btn.html?user=ytlabs&repo=ng-front-page&type=fork&size=large"
frameborder="0" scrolling="0" width="80px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=ytlabs&repo=ng-front-page&type=star&size=large"
frameborder="0" scrolling="0" width="75px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=ytlabs&type=follow&size=large" frameborder="0"
scrolling="0" width="170px" height="30px"></iframe>
</div>
</div>
</div>
<div front-page>
<div class="slide flex align-center" style="background-image: url(img/photo-1433087007977-1f3741b5c33d.jpeg)">
<div class="container" style="color: white">
<h1>ngFrontPage Demo Page</h1>
<p>This page demonstrates how ngFrontPage looks like.</p>
<div>
<iframe src="https://ghbtns.com/github-btn.html?user=ytlabs&repo=ng-front-page&type=fork&size=large"
frameborder="0" scrolling="0" width="80px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=ytlabs&repo=ng-front-page&type=star&size=large"
frameborder="0" scrolling="0" width="75px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=ytlabs&type=follow&size=large" frameborder="0"
scrolling="0" width="170px" height="30px"></iframe>
</div>
</div>
</div>
</div>
<div style="min-height: 200%;">
<p>Image credits: Blake Richard Verdoorn on <a href="https://unsplash.com/blakeverdoorn" target="_blank">unsplash</a></p>
</div>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/angular-scroll/0.7.1/angular-scroll.min.js"></script>
<script src="ng-front-page.js"></script>
<script>
var app = angular.module('myApp', ['ngFrontPage']);
</script>
</body>
</html>