-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (131 loc) · 4.81 KB
/
Copy pathindex.html
File metadata and controls
132 lines (131 loc) · 4.81 KB
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SIDECUP FAMILY GOLF CLONE</title>
<link href="https://cdn.jsdelivr.net/npm/remixicon@4.2.0/fonts/remixicon.css" rel="stylesheet"/>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div id="nav">
<img src="https://eiwgew27fhz.exactdn.com/wp-content/uploads/2023/02/logo-white.svg" alt="">
<h4>TOPTRACER RANGE</h4>
<h4>Golf Lessons</h4>
<h4>Adventure shop</h4>
<h4>Coffee Shop</h4>
<h4>Leagues</h4>
</div>
<div id="cursor"></div>
<div id="cursor-bg"></div>
<video autoplay loop muted src="hero.mp4"></video>
<div id="main">
<div id="page1">
<h1>EAT. DRINK. PLAY.</h1>
<h2>WELCOME TO SIDECUP FAMILY GOLF!</h2>
<P>Sidcup Family Golf is a multipurpose golf facility located in Sidcup, South East London. Passionate about technology, player development and making golf fun and accessible to everyone.</P>
<div id="arrow">
<i class="ri-arrow-down-line"></i>
</div>
</div>
<div id="page2">
<div id="scroller">
<div id="scroller-in">
<h4>TOPTRACER RANGE</h4>
<h4>GOLF LESSONS</h4>
<h4>ADVENTURE GOLF</h4>
<h4>COFFEE SHOP</h4>
<h4>LEAGUES</h4>
</div>
</div>
</div>
<div id="about-us">
<img src="page2-left.avif" alt="">
<div id="about-us-in">
<h3>ABOUT US</h3>
<p>Home to a 46-bay, multi-tier, floodlit driving range, powered by Toptracer Range technology. Complimented by a practice green and bunker, coffee shop and American Golf Store. There truly is something for everyone as we also boast two outdoor 18-hole dinosaur themed crazy golf courses.</p>
</div>
<img src="page2-right.avif" alt="">
</div>
<div id="cards-container">
<div class="card" id="card1">
<div class="overlay">
<h4>TopTracer Range</h4>
<p>Toptracer Range lets you compete against friends, play virtual games, see your shot trace, and receive instant feedback.</p>
</div>
</div>
<div class="card" id="card2">
<div class="overlay">
<h4>Adventure Shop</h4>
<p>Welcome to Adventure Shop! Your one-stop store for top-quality hiking, camping, and climbing gear.</p>
</div>
</div>
<div class="card" id="card3">
<div class="overlay">
<h4>Golf Lessons</h4>
<p>Join our expert-led golf lessons for all levels. Whether you're new to golf or refining your skills, our personalized coaching will help you improve your swing.</p>
</div>
</div>
</div>
<div id="green-bar">
<img src="dots-side.svg" alt="">
<h4>sign up for sidecup news and special offers straight to your inbox</h4>
<img src="dots-side (1).svg" alt="">
</div>
<div id="page3">
<p>
Excellent couple of hours, relax and enjoy in the fun. Staff were
accommodating, friendly and very helpful. Café on site for
refreshments etc. Will keep children enterntained during the holidays.
Worth a visit if you haven't been.
</p>
<img src="quote-left.svg" alt="" id="quote-left">
<img src="quote-right.svg" alt="" id="quote-right">
</div>
<div id="page4">
<h1>WHAT ARE YOU WAITING FOR?</h1>
<div class="ele">
<h2>TOPTRACER RANGE</h2>
<img src="page-toptracer-1024x683.avif" alt="">
</div>
<div class="ele">
<h2>GOLF LESSONS</h2>
<img src="page-lessons-1024x683.avif" alt="">
</div>
<div class="ele">
<h2>ADVENTURE GOLF</h2>
<img src="page-ag-1024x682.avif" alt="">
</div>
</div>
<div id="footer">
<img src="dots-footer.svg" alt="">
<div id="f1">
<img src="https://eiwgew27fhz.exactdn.com/wp-content/uploads/2023/02/logo-white.svg" alt="">
</div>
<div id="f2">
<h3>TOPTRACER RANGE</h3>
<h3>GOLF LESSONS</h3>
<h3> ADVENTURE GOLF</h3>
</div>
<div id="f3">
<h3>COFFEE SHOP</h3>
<h3>LEAGUES</h3>
<h3>CONTACT US </h3>
</div>
<div id="f4">
<h4>
A20, SIDECUP BYPASS</br>
CHISLEHURST <br>
KENT <br>
BR7 6RP <br>
TEL: 0208 309 0181 <br>
GET DIRECTIONS <br>
</h4>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js" integrity="sha512-onMTRKJBKz8M1TnqqDuGBlowlH0ohFzMXYRNebz+yOcc5TQr/zAKsthzhuv0hiyUKEiQEQXEynnXCvNTOk50dg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="javascript.js"></script>
</body>
</html>