-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
283 lines (256 loc) · 12.5 KB
/
index.html
File metadata and controls
283 lines (256 loc) · 12.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pagewald - Template for Static Websites</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<!-- Styles -->
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="app-container">
<!-- Header -->
<header class="header">
<nav class="nav-container">
<div class="logo">
<a href="#hero">
<img src="assets/logo.svg" alt="Logo">
</a>
</div>
<div class="nav-links">
<a href="#features" class="nav-link">Features</a>
<a href="https://join.slack.com/t/structuredlabs-users/shared_invite/zt-31vvfitfm-_vG1HR9hYysR_56u_PfI8Q" class="nav-link" target="_blank" rel="noopener noreferrer">Community</a>
<a href="https://github.com/StructuredLabs" class="github-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
<span>GitHub</span>
</a>
<a href="https://cal.com/amruthagujjar" class="demo-link" target="_blank" rel="noopener noreferrer">
<i class="fas fa-calendar"></i>
<span>Book a Demo</span>
</a>
</div>
<button class="mobile-menu-button" aria-label="Toggle menu">
<i class="fas fa-bars"></i>
</button>
</nav>
</header>
<!-- Mobile Menu -->
<div class="mobile-menu">
<button class="mobile-menu-close" aria-label="Close menu">
<i class="fas fa-times"></i>
</button>
<div class="mobile-nav-links">
<a href="#features" class="mobile-nav-link">
<i class="fas fa-star"></i>
Features
</a>
<a href="https://join.slack.com/t/structuredlabs-users/shared_invite/zt-31vvfitfm-_vG1HR9hYysR_56u_PfI8Q" class="mobile-nav-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-slack"></i>
Community
</a>
<a href="https://github.com/StructuredLabs" class="mobile-nav-link github-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
GitHub
</a>
<a href="https://cal.com/amruthagujjar" class="mobile-nav-link demo-link" target="_blank" rel="noopener noreferrer">
<i class="fas fa-calendar"></i>
Book a Demo
</a>
</div>
</div>
<!-- Main Content -->
<main class="main-content">
<!-- Hero Section -->
<section class="hero" id="hero">
<div class="hero-content">
<h1>Your Compelling Headline Here</h1>
<p class="subtitle">A brief, engaging description of your product or service that captures attention and explains value proposition.</p>
<div class="code-block terminal">
<div class="terminal-content">
<pre><code class="copyable">your-command-here</code></pre>
<button class="copy-button" aria-label="Copy to clipboard">
<i class="fas fa-copy"></i>
</button>
</div>
</div>
</div>
<div class="hero-visual">
<div class="cms-preview">
<div class="cms-header">
<div class="cms-breadcrumb">
</div>
</div>
<div class="cms-layout">
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="features" id="features">
<h2>Key Features and Benefits</h2>
<p>Describe your product's main value proposition and target audience here.</p>
<div class="feature-grid">
<div class="feature-card">
<i class="fas fa-folder-open"></i>
<h3>Feature One</h3>
<p>Description of your first key feature and its benefits to users.</p>
</div>
<div class="feature-card">
<i class="fas fa-edit"></i>
<h3>Feature Two</h3>
<p>Description of your second key feature and its benefits to users.</p>
</div>
<div class="feature-card">
<i class="fas fa-file-alt"></i>
<h3>Feature Three</h3>
<p>Description of your third key feature and its benefits to users.</p>
</div>
<div class="feature-card">
<i class="fas fa-lock"></i>
<h3>Feature Four</h3>
<p>Description of your fourth key feature and its benefits to users.</p>
</div>
<div class="feature-card">
<i class="fas fa-bolt"></i>
<h3>Feature Five</h3>
<p>Description of your fifth key feature and its benefits to users.</p>
</div>
<div class="feature-card">
<i class="fas fa-globe"></i>
<h3>Feature Six</h3>
<p>Description of your sixth key feature and its benefits to users.</p>
</div>
<div class="feature-card">
<i class="fas fa-terminal"></i>
<h3>Feature Seven</h3>
<p>Description of your seventh key feature and its benefits to users.</p>
</div>
<div class="feature-card">
<i class="fas fa-database"></i>
<h3>Feature Eight</h3>
<p>Description of your eighth key feature and its benefits to users.</p>
</div>
<div class="feature-card">
<i class="fas fa-code-branch"></i>
<h3>Feature Nine</h3>
<p>Description of your ninth key feature and its benefits to users.</p>
</div>
</div>
</section>
<!-- Getting Started Section -->
<section class="getting-started" id="getting-started">
<h2>Getting Started Guide</h2>
<div class="steps">
<div class="step">
<div class="step-number">1</div>
<h3>Step One</h3>
<p>Description of the first step in your getting started process.</p>
<pre><code>step-one-command</code></pre>
</div>
<div class="step">
<div class="step-number">2</div>
<h3>Step Two</h3>
<p>Description of the second step in your getting started process.</p>
<pre><code>step-two-command</code></pre>
</div>
<div class="step">
<div class="step-number">3</div>
<h3>Step Three</h3>
<p>Description of the third step in your getting started process.</p>
<pre><code>step-three-command</code></pre>
</div>
</div>
</section>
<!-- Call to Action Section -->
<section class="cta-section">
<div class="cta-content">
<h2>Your Call to Action Headline</h2>
<p>Compelling subtext that encourages users to take action.</p>
<div class="cta-buttons">
<a href="#" class="button primary" target="_blank" rel="noopener noreferrer">Primary Action</a>
<a href="#" class="button secondary" target="_blank" rel="noopener noreferrer">Secondary Action</a>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<div class="footer-content">
<div class="footer-left">
<a href="https://structuredlabs.com" target="_blank" rel="noopener noreferrer" class="footer-link">
<img src="assets/symbol.svg" alt="Structured Labs Logo" class="footer-logo" style="height: 20px; margin-right: 4px; vertical-align: middle;">
Built by Structured Labs, Inc.</a>
</div>
<div class="footer-right">
<a href="https://www.linkedin.com/company/structuredlabs/" class="social-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://twitter.com/StructuredLabs" class="social-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-twitter"></i>
</a>
<a href="https://github.com/StructuredLabs" class="social-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
<a href="https://join.slack.com/t/structuredlabs-users/shared_invite/zt-31vvfitfm-_vG1HR9hYysR_56u_PfI8Q" class="social-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-slack"></i>
</a>
</div>
</div>
</footer>
</div>
<script>
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const target = document.querySelector(this.getAttribute('href'));
if (target) {
target.scrollIntoView({
behavior: 'smooth',
block: 'start'
});
}
});
});
// Intersection Observer for fade-in animations
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('fade-in');
}
});
}, {
threshold: 0.1
});
document.querySelectorAll('section').forEach(section => {
observer.observe(section);
});
const button = document.querySelector('.copy-button');
button.addEventListener('click', () => {
navigator.clipboard.writeText('add command here');
});
// Mobile Menu Toggle
const mobileMenuButton = document.querySelector('.mobile-menu-button');
const mobileMenuClose = document.querySelector('.mobile-menu-close');
const mobileMenu = document.querySelector('.mobile-menu');
const body = document.body;
function toggleMenu() {
mobileMenu.classList.toggle('active');
body.style.overflow = mobileMenu.classList.contains('active') ? 'hidden' : '';
}
mobileMenuButton.addEventListener('click', toggleMenu);
mobileMenuClose.addEventListener('click', toggleMenu);
// Close menu when clicking a link
document.querySelectorAll('.mobile-nav-link').forEach(link => {
link.addEventListener('click', () => {
mobileMenu.classList.remove('active');
body.style.overflow = '';
});
});
</script>
</body>
</html>