-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
305 lines (272 loc) · 17.7 KB
/
Copy pathindex.html
File metadata and controls
305 lines (272 loc) · 17.7 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
<!DOCTYPE html>
<!--
* ALFA HUBS - CUSTOM JAVASCRIPT
* @author Mohammed Sabry (Mohammedsabry13)
* @github https://github.com/Mohammedsabry13
* @copyright 2026 Mohammed Sabry. All rights reserved.
* Pure JavaScript with Bootstrap 5
-->
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gravity - Creative Digital Solutions</title>
<meta name="description"
content="Gravity - A modern creative digital agency coming soon template with interactive 3D space sphere background.">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;600&display=swap"
rel="stylesheet">
<!-- Bootstrap 5 CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Styles -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- Three.js Space Sphere Background -->
<div id="canvas-container" aria-hidden="true"></div>
<!-- Main Content Wrapper -->
<main class="content-wrapper">
<!-- Navigation Dots -->
<nav class="bullet-nav" aria-label="Section navigation">
<button class="nav-dot active" data-section="hero" data-index="0" title="Go to Hero" aria-current="true">
<span class="dot-inner"></span>
</button>
<button class="nav-dot" data-section="about" data-index="1" title="Go to About">
<span class="dot-inner"></span>
</button>
<button class="nav-dot" data-section="contact" data-index="2" title="Go to Contact">
<span class="dot-inner"></span>
</button>
</nav>
<!-- Options Panel -->
<aside class="options-panel" id="optionsPanel">
<button class="options-toggle" id="optionsToggle" aria-label="Toggle Configuration Panel">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path
d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z" />
<circle cx="12" cy="12" r="3" />
</svg>
</button>
<div class="options-content">
<h2 class="options-title">Example Options</h2>
<div class="option-group">
<h4 class="option-label">Overlay Scheme</h4>
<div class="option-buttons">
<button class="option-btn active" data-group="overlay-scheme" data-value="Black">Black</button>
<button class="option-btn" data-group="overlay-scheme" data-value="White">White</button>
</div>
</div>
<div class="option-group">
<h4 class="option-label">Overlay Animation</h4>
<div class="option-buttons">
<button class="option-btn active" data-group="overlay-animation" data-value="Fade">Fade</button>
<button class="option-btn" data-group="overlay-animation" data-value="Slide">Slide</button>
</div>
</div>
<div class="option-group">
<h4 class="option-label">Overlay Content Animation</h4>
<div class="option-buttons">
<button class="option-btn" data-group="content-animation" data-value="Fade">Fade</button>
<button class="option-btn active" data-group="content-animation"
data-value="Slide">Slide</button>
</div>
</div>
<div class="option-group">
<h4 class="option-label">Overlay Bullet Navigation</h4>
<div class="option-buttons">
<button class="option-btn active" data-group="bullet-nav" data-value="On">On</button>
<button class="option-btn" data-group="bullet-nav" data-value="Off">Off</button>
</div>
</div>
<p class="options-footer">* Change 50+ options via the included configuration file in your download
package!</p>
</div>
</aside>
<!-- Sections Slider Container -->
<div class="sections-slider" id="sectionsSlider">
<!-- Section 1: Hero -->
<section id="hero" class="section-fullscreen d-flex align-items-center justify-content-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<!-- Logo -->
<div class="hero-logo">
<img src="https://slelguoygbfzlpylpxfs.supabase.co/storage/v1/object/public/test-clones/02c0627a-500f-4320-b910-b2c5ac09445b-avanzare-eu/assets/images/logo-1.png"
alt="Gravity Logo" class="logo-img">
</div>
<!-- Rotating Headlines -->
<div class="hero-slides-wrapper">
<div class="hero-slide active" data-slide="0">
<h1 class="hero-heading">
DESIGN<span class="text-accent"> & </span><br>
CREATIVE DIGITAL<br>
SOLUTIONS.
</h1>
</div>
<div class="hero-slide" data-slide="1">
<h1 class="hero-heading">
AGENCY<span class="text-accent"> & </span><br>
BUSINESS DESIGN<br>
STRATEGYS.
</h1>
</div>
<div class="hero-slide" data-slide="2">
<h1 class="hero-heading">
MODERN<span class="text-accent"> & </span><br>
CREATIVE TEMPLATE<br>
DEVELOPMENT.
</h1>
</div>
</div>
<!-- Subtitle -->
<p class="hero-subtitle">OUR WEBSITE IS COMING SOON</p>
<!-- Arrow Down Button -->
<div class="arrow-down-btn" id="arrowDown">
<div class="arrow-icons">
<svg class="arrow-icon arrow-white" xmlns="http://www.w3.org/2000/svg" width="20"
height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 5v14" />
<path d="m19 12-7 7-7-7" />
</svg>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Section 2: About / Coming Soon -->
<section id="about" class="section-fullscreen d-flex align-items-center justify-content-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 col-md-10 col-12 text-center">
<h1 class="about-heading">OUR WEBSITE IS COMING SOON</h1>
<p class="about-description">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget
dolor.
Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur
ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.
Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec,
vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.
Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.
Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula,
porttitor eu,
</p>
<!-- Subscription Form -->
<form id="subscribeForm" class="subscribe-form" novalidate>
<div class="subscribe-input-group">
<input type="email" id="subscribeEmail" class="subscribe-input"
placeholder="* Enter your email to Subscribe!" required>
<button type="submit" class="subscribe-btn" aria-label="Subscribe">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14" />
<path d="m12 5 7 7-7 7" />
</svg>
</button>
</div>
</form>
<!-- Social Icons -->
<ul class="social-icons">
<li>
<a href="#" class="social-icon-link" aria-label="Facebook">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
viewBox="0 0 24 24" fill="currentColor">
<path
d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z" />
</svg>
</a>
</li>
<li>
<a href="#" class="social-icon-link" aria-label="LinkedIn">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
viewBox="0 0 24 24" fill="currentColor">
<path
d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" />
<rect width="4" height="12" x="2" y="9" />
<circle cx="4" cy="4" r="2" />
</svg>
</a>
</li>
<li>
<a href="#" class="social-icon-link" aria-label="Pinterest">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
viewBox="0 0 24 24" fill="currentColor">
<path
d="M12 0C5.373 0 0 5.373 0 12c0 5.084 3.163 9.426 7.627 11.174-.105-.949-.2-2.405.042-3.441.218-.937 1.407-5.965 1.407-5.965s-.359-.719-.359-1.782c0-1.668.967-2.914 2.171-2.914 1.023 0 1.518.769 1.518 1.69 0 1.029-.655 2.568-.994 3.995-.283 1.194.599 2.169 1.777 2.169 2.133 0 3.772-2.249 3.772-5.495 0-2.873-2.064-4.882-5.012-4.882-3.414 0-5.418 2.561-5.418 5.207 0 1.031.397 2.138.893 2.738.098.119.112.224.083.345l-.333 1.36c-.053.22-.174.267-.402.161-1.499-.698-2.436-2.889-2.436-4.649 0-3.785 2.75-7.261 7.929-7.261 4.162 0 7.398 2.967 7.398 6.931 0 4.136-2.607 7.464-6.227 7.464-1.216 0-2.359-.631-2.75-1.378l-.748 2.853c-.271 1.043-1.002 2.35-1.492 3.146C9.57 23.812 10.763 24 12 24c6.627 0 12-5.373 12-12S18.627 0 12 0z" />
</svg>
</a>
</li>
<li>
<a href="#" class="social-icon-link" aria-label="Email">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<rect width="20" height="16" x="2" y="4" rx="2" />
<path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" />
</svg>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Section 3: Contact -->
<section id="contact" class="section-fullscreen d-flex align-items-center justify-content-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 col-md-8 col-sm-10 col-12">
<header class="text-center mb-5">
<h1 class="contact-heading">Contact</h1>
<p class="contact-description">
Want to say hello? Want to know more about us? Drop us an email and we will get back
to
you as soon as we can.
</p>
</header>
<form id="contactForm" novalidate>
<div class="mb-4">
<label for="contactName" class="form-label-custom">Name</label>
<input type="text" id="contactName" class="form-input-custom" required>
</div>
<div class="mb-4">
<label for="contactEmail" class="form-label-custom">Email</label>
<input type="email" id="contactEmail" class="form-input-custom" required>
</div>
<div class="mb-5">
<label for="contactMessage" class="form-label-custom">Message</label>
<textarea id="contactMessage" class="form-input-custom form-textarea"
required></textarea>
</div>
<div class="text-center">
<button type="submit" class="contact-submit-btn" aria-label="Send message">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14" />
<path d="m12 5 7 7-7 7" />
</svg>
</button>
</div>
</form>
</div>
</div>
</div>
</section>
</div>
<!-- End Sections Slider -->
</main>
<!-- Three.js CDN -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<!-- Bootstrap 5 JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Custom Script -->
<script defer src="assets/js/script.js"></script>
</body>
</html>