-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
35 lines (34 loc) · 1.45 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
<!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">
<title>Gravity Coding</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- <div class="main-p"></div> -->
<div id="main">
<div id="top">
<h1 id="top-h1">GRAVITY</h1>
</div>
<div id="center">
<div class="content">
<h4>GRAVITY</h4>
<h3><i>Browse</i> the work that define a <i>movement</i> and created a craft.</h3>
<div class="btn">
<h5>ENTER GALLERY</h5>
</div>
<h2>(17)</h2>
</div>
</div>
<div id="bottom">
<h1 id="bottom-h1">GRAVITY</h1>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/gsap.min.js" integrity="sha512-cOH8ndwGgPo+K7pTvMrqYbmI8u8k6Sho3js0gOqVWTmQMlLIi6TbqGWRTpf1ga8ci9H3iPsvDLr4X7xwhC/+DQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/ScrollTrigger.min.js" integrity="sha512-AMl4wfwAmDM1lsQvVBBRHYENn1FR8cfOTpt8QVbb/P55mYOdahHD4LmHM1W55pNe3j/3od8ELzPf/8eNkkjISQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="script.js"></script>
</body>
</html>