-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (55 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-w idth, initial-scale=1.0">
<title>My first website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="nav">
<img src="https://eiwgew27fhz.exactdn.com/wp-content/uploads/2023/02/logo-white.svg">
<h4>Toptracer Range</h4>
<h4>Golf Lesson</h4>
<h4>Adventures Golf</h4>
<h4>Cafe</h4>
<h4>Events</h4>
</div>
<div id="cursor"></div>
<div id="cursor-blur"></div>
<video autoplay loop muted src="https://sidcupfamilygolf.com/wp-content/uploads/2023/02/hero.mp4"></video>
<div id="main">
<div id="page1">
<h1>EAT. DRINK. PLAY.</h1> <br>
<H2>WELCOME TO SIDCUP FAMILY GOLF!</H2> <br>
<P>Sidcup Family Golf is a multipurpose golf facility located in Sidcup,<br> South East London. Passionate
about technology, player development <br>
and making golf fun and accessible to everyone.</P>
</div>
<div id="page2">
<!-- <marquee behaviour="" direction="" > </marquee> -->
<div id="scholler">
<div id="scholler-in">
<h4>Toptracer Range</h4>
<h4>Golf Lesson</h4>
<h4>Crazy Golf</h4>
<h4>Coffee Shop</h4>
<h4>Leagues</h4>
</div>
<div id="scholler-in">
<h4>Toptracer Range</h4>
<h4>Golf Lesson</h4>
<h4>Crazy Golf</h4>
<h4>Coffee Shop</h4>
<h4>Leagues</h4>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"
integrity="sha512-Ic9xkERjyZ1xgJ5svx3y0u3xrvfT/uPkV99LBwe68xjy/mGtO+4eURHZBW2xW4SZbFrF1Tf090XqB+EVgXnVjw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="script.js"></script>
</body>
</html>