-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage2.html
56 lines (45 loc) · 1.67 KB
/
page2.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="main.css">
</head>
<body>
<!-- WIPES -->
<div class="color-wipes-animate">
<div class="color-wipe"></div>
<div class="color-wipe"></div>
<div class="color-wipe"></div>
<div class="color-wipe"></div>
<div class="color-wipe"></div>
</div>
<div class="loader">
<p>Loading</p>
</div>
<!-- BARBA STARTS -->
<div id="barba-wrapper">
<div class="barba-container">
<div class="wrapper">
<div class="container bgimage2">
<nav> <a href="index.html">Page 01</a>
<a href="page2.html">Page 02</a>
<a href="page3.html">Page 03</a>
</nav>
<div class="title">
<h1>This is page no 02</h1>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.1.0.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/barba.js/1.0.0/barba.min.js" integrity="sha256-H0TPKZAP4+uKmBpntUUMrKgH4VXBQNDZumun6fvan4w=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js"></script>
<script src="app.js"></script>
</body>
</html>