-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (39 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<title>Document</title>
</head>
<body data-barba="wrapper">
<ul class="transition">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<div class="wrapper">
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Services</a></li>
</ul>
</nav>
</header>
<main data-barba="container" data-barba-namespace="home">
<div class="left">
<h1>An Ongoing Experiment</h1>
<a href="services.html" class="cta">Take me there</a>
</div>
<img src="./img/photo-1591086633834-8a5fbff0fa0f.jpeg" alt="">
</main>
</div>
<script src="https://unpkg.com/@barba/core"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.2.4/gsap.min.js"></script>
<script src="./main.js"></script>
</body>
</html>