-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
491 lines (462 loc) · 17.9 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
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
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Company Profile</title>
<link rel="stylesheet" href="normalize.css" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="all.min.css" />
<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=Cairo:wght@200..1000&display=swap" rel="stylesheet" />
</head>
<body>
<!-- Start Header -->
<div class="header" id="header">
<div class="container">
<a href="#" class="logo">
<img src="./img/alberta-28548_1280.png" alt="Wild Rose Devs" style="max-height:60px;">
</a>
<ul class="main-nav">
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="#">Services</a>
<!-- Start MegMenu -->
<div class="mega-menu">
<div class="image">
<img src="./img/Wild-Rose-Devs-Logo.jpg" alt="megmenu-image" />
</div>
<ul class="links">
<li>
<a href="web-development.html">
<i class="far fa-building fa-fw"></i> Web Development
</a>
</li>
<li>
<a href="web-design.html">
<i class="fa-regular fa-circle-question"></i> Web Design
</a>
</li>
<li>
<a href="digital-marketing.html">
<i class="fas fa-server fa-fw"></i> Digital Marketing
</a>
</li>
</ul>
<ul class="links">
<li>
<a href="digital-marketing.html">
<i class="fas fa-server fa-fw"></i> Digital Marketing
</a>
</li>
<li>
<a href="hosting.html">
<i class="fas fa-server fa-fw"></i> Hosting
</a>
</li>
<li>
<a href="cybersecurity.html">
<i class="fas fa-server fa-fw"></i> Cybersecurity
</a>
</li>
<li>
<a href="ongoing-support.html">
<i class="fas fa-server fa-fw"></i> Ongoing Support
</a>
</li>
</ul>
</div>
<!-- End MegMenu -->
</li>
<li><a href="#">Meet the Team</a></li>
<li><a href="#Contact Section">Get in touch</a></li>
</ul>
</div>
</div>
<!-- End Header -->
<!-- Scroll to top button -->
<button id="scroll-up" onclick="topScroll()"><i class="fa-solid fa-angles-up"></i></button>
<!-- Start Hero Section -->
<section class="hero">
<div class="hero-content">
<h1>Built in Alberta, Made for Your Business</h1>
<p>
We create fully customized websites using <strong>HTML, CSS, and JS</strong> – no templates, no platform
lock-in.
100% scalable. <strong>Get your website preview before you pay!</strong>
</p>
<!-- CTA Buttons -->
<div class="buttons">
<a href="#projects">Get Started</a>
<a href="#Contact Section" class="donate">Contact Us</a>
</div>
</div>
</section>
<!-- End Hero Section -->
<!-- Start Why Work With Us Section -->
<div class="why-work-section" id="why-work-with-us">
<h2 class="main-title">Why Work With Us?</h2>
<div class="container">
<div class="box">
<h3>Main</h3>
<p>Ever wondered why pigeons secretly control the Wi-Fi? Neither did we, until last Tuesday.</p>
</div>
<div class="box">
<h3>Main</h3>
<p>Ever wondered why pigeons secretly control the Wi-Fi? Neither did we, until last Tuesday.</p>
</div>
<div class="box">
<h3>Main</h3>
<p>Ever wondered why pigeons secretly control the Wi-Fi? Neither did we, until last Tuesday.</p>
</div>
<div class="box">
<h3>Main</h3>
<p>Ever wondered why pigeons secretly control the Wi-Fi? Neither did we, until last Tuesday.</p>
</div>
<div class="box">
<h3>Main</h3>
<p>Ever wondered why pigeons secretly control the Wi-Fi? Neither did we, until last Tuesday.</p>
</div>
<div class="box">
<h3>Main</h3>
<p>Ever wondered why pigeons secretly control the Wi-Fi? Neither did we, until last Tuesday.</p>
</div>
</div>
<div class="cta">
<a href="#Contact Section" class="cta-button">Buy us a coffee</a>
</div>
</div>
<!-- End Why Work With Us Section -->
<!-- Start Our Difference Section -->
<div class="our-difference">
<div class="container">
<div class="difference-box">
<h2 class="section-title">The Difference We Bring!</h2>
<p>
We tackle projects where our impact truly matters. Unlike gig-based platforms, we offer a
<strong>collaborative, full-service approach</strong> that ensures
<strong>reliability, consistency, and top-tier quality</strong> from start to finish.
</p>
<p>
Your project isn’t just another assignment—it’s a chance to build something outstanding.
With our deep expertise in <strong>custom web design and development</strong>, we’re eager to
craft a <strong>tailor-made digital solution</strong> that perfectly aligns with your vision.
</p>
</div>
<div class="difference-box impact-box">
<h2 class="section-title">Global Impact, Local Care</h2>
<p>
At Wild Rose Devs, we understand that finding the perfect web agency can be a challenge.
That’s why we focus on building strong, lasting relationships, ensuring every client—
no matter where they are—feels supported every step of the way.
</p>
<p>
Our approach begins with deep industry research, analyzing your competitors and audience
to gain a full understanding of your market. We proudly serve a diverse range of industries worldwide,
delivering custom-tailored solutions that fit seamlessly with your vision.
</p>
</div>
</div>
</div>
<!-- End Our Difference Section -->
<!-- Our Work Section -->
<div class="gallery" id="Our Work">
<h2 class="main-title">Our Work</h2>
<div class="gallery-container">
<!-- Left Column -->
<div class="gallery-item left-top">
<img src="img/UCP-website-preview.png" alt="Lethbridge-West UCP">
<a href="https://lethbridgewestucp.ca" class="visit-btn">Visit This Website</a>
</div>
<div class="gallery-item left-bottom">
<img src="img/racing-nodes.png" alt="Portfolio Site - Racing Nodes">
</div>
<!-- Right Column -->
<div class="gallery-item right-top">
<img src="img/interlinking-web.png" alt="Portfolio Site - Interlinking Web">
</div>
<div class="gallery-item right-bottom">
<img src="img/another-image.png" alt="Another Project">
</div>
</div>
<button class="discover-more">Discover More</button>
</div>
<!-- End Our Work -->
<!-- Services Section -->
<div class="services" id="services">
<h2 class="main-title">Services</h2>
<div class="container">
<div class="box">
<i class="fa-solid fa-user-shield"></i>
<h3>Web Development</h3>
<div class="info">
<a href="#">Details</a>
</div>
</div>
<div class="box">
<i class="fa-solid fa-screwdriver-wrench"></i>
<h3>Issue Fixes</h3>
<div class="info">
<a href="#">Details</a>
</div>
</div>
<div class="box">
<i class="fa-solid fa-chart-column"></i>
<h3>Site Maintenance</h3>
<div class="info">
<a href="#">Details</a>
</div>
</div>
<div class="box">
<i class="fa-solid fa-laptop-code"></i>
<h3>Data Analysis</h3>
<div class="info">
<a href="#">Details</a>
</div>
</div>
<div class="box">
<i class="fa-solid fa-palette"></i>
<h3>Web Designs</h3>
<div class="info">
<a href="#">Details</a>
</div>
</div>
<div class="box">
<i class="fa-solid fa-bullhorn"></i>
<h3>SEO</h3>
<div class="info">
<a href="#">Details</a>
</div>
</div>
</div>
</div>
<!-- End Services -->
<!-- Start Pricing Section -->
<!--
<div class="pricing" id="pricing">
<div class="dots dots-up"></div>
<div class="dots dots-down"></div>
<h2 class="main-title">PRICING PLANS</h2>
<div class="container">
<div class="box">
<div class="titel">Essential</div>
<img src="img/hosting-basic.png" alt="Essential Hosting" />
<div class="price">
<span>$35</span>
<span>Per Month</span>
</div>
<ul>
<li><i class="fa-solid fa-check"></i>5GB NVME Storage</li>
<li><i class="fa-solid fa-check"></i>Up to 2 Websites</li>
<li><i class="fa-solid fa-check"></i>Free SSL Certificate</li>
<li><i class="fa-solid fa-check"></i>Weekly Backups</li>
<li><i class="fa-solid fa-check"></i>9-5 Support</li>
<li><i class="fa-solid fa-check"></i>Basic Security Protection</li>
</ul>
<a href="#">Choose Plan</a>
</div>
<div class="box popular">
<div class="label">Most Popular</div>
<div class="titel">Advanced</div>
<img src="img/hosting-advanced.png" alt="Advanced Hosting" />
<div class="price">
<span>$50</span>
<span>Per Month</span>
</div>
<ul>
<li><strong>Includes all Essential features, plus these new & improved options:</strong></li>
<li><i class="fa-solid fa-check"></i><strong>Improved:</strong> 15GB NVME Storage (vs. 5GB)</li>
<li><i class="fa-solid fa-check"></i><strong>Improved:</strong> Up to 10 Websites (vs. 2)</li>
<li><i class="fa-solid fa-check"></i><strong>New:</strong> Automatic Daily Backups</li>
<li><i class="fa-solid fa-check"></i><strong>New:</strong> 10 Business Email Accounts</li>
<li><i class="fa-solid fa-check"></i><strong>New:</strong> Unlimited Bandwidth</li>
<li><i class="fa-solid fa-check"></i><strong>Improved:</strong> Advanced Security & Malware Protection</li>
<li><i class="fa-solid fa-check"></i><strong>New:</strong> 24/7 Support (vs. 9-5)</li>
</ul>
<a href="#">Choose Plan</a>
</div>
<div class="box">
<div class="titel">Professional</div>
<img src="img/hosting-professional.png" alt="Professional Hosting" />
<div class="price">
<span>$95</span>
<span>Per Month</span>
</div>
<ul>
<li><strong>Includes all Advanced features, plus these new & improved options:</strong></li>
<li><i class="fa-solid fa-check"></i><strong>Improved:</strong> 100GB NVME Storage (vs. 15GB)</li>
<li><i class="fa-solid fa-check"></i><strong>Improved:</strong> Up to 50 Websites (vs. 10)</li>
<li><i class="fa-solid fa-check"></i><strong>Improved:</strong> Automatic & Manual Backups (vs. Automatic
only)</li>
<li><i class="fa-solid fa-check"></i><strong>Improved:</strong> Unlimited Email Accounts (vs. 10)</li>
<li><i class="fa-solid fa-check"></i><strong>Improved:</strong> Premium Security & DDoS Protection</li>
<li><i class="fa-solid fa-check"></i><strong>New:</strong> Free Migration Included</li>
<li><i class="fa-solid fa-check"></i><strong>New:</strong> Dedicated Support & Account Manager</li>
</ul>
<a href="#">Choose Plan</a>
</div>
</div>
</div>
-->
<div class="splitter4"></div>
<!-- Start Our Team (replaces “testimonials”)
<div class="our-team" id="our-team">
<h2 class="main-titletestimonials">Meet Our Team</h2>
<div class="container">
<div class="box">
<img src="img/GALLERY3.jpg" alt="Team Member 1">
<h3>Jane Smith</h3>
<span class="titel">Lead Designer</span>
<p>
Jane is our talented designer who crafts stunning visuals and user experiences.
She specializes in UI/UX and brand identity.
</p>
</div>
<div class="box">
<img src="img/GALLERY4.jpg" alt="Team Member 2">
<h3>John Doe</h3>
<span class="titel">Full Stack Developer</span>
<p>
John handles complex coding challenges and ensures seamless functionality.
He’s fluent in HTML, CSS, JS, React, Node, and more.
</p>
</div>
-->
<!-- Additional Team Members as needed -->
<!--
<div class="box">
<img src="img/team-member3.jpg" alt="Team Member 3">
<h3>Michael Johnson</h3>
<span class="titel">Project Manager</span>
<p>
Michael coordinates projects from start to finish, ensuring on-time
deliveries and top-notch communication.
</p>
</div>
-->
</div>
</div>
<!-- End Our Team -->
<div class="splitter4"></div>
<!-- CONTACT SECTION START -->
<section class="contact-section" id="Contact Section">
<!-- Full-width background for canvas animation -->
<div class="contact-background">
<canvas id="canvas"></canvas>
</div>
<!-- Foreground contact container -->
<div class="contact-container">
<h2 class="ContactHeader">Let's Create Something Remarkable Together</h2>
<p>Let’s discuss how we can bring your vision to life. Connect with us.</p>
<div class="contact-content">
<div class="form-column">
<form action="/contact" method="POST" enctype="multipart/form-data">
<div class="contact-row">
<div class="form-group">
<label for="name">Name:</label>
<input type="text" id="name" name="Name" placeholder="Your Name" />
</div>
<div class="form-group">
<label for="email">Email:</label>
<input type="email" id="email" name="Email" placeholder="Your Email" />
</div>
</div>
<div class="contact-row">
<div class="form-group">
<label for="phone">Phone Number:</label>
<input type="tel" id="phone" name="Phone" placeholder="Your Phone Number" />
</div>
<div class="form-group">
<label for="project-name">Project Name:</label>
<input type="text" id="project-name" name="Project Name" placeholder="Your Project Name" />
</div>
</div>
<div class="form-group">
<label for="idea">Describe your idea:</label>
<textarea id="idea" name="Idea" rows="4" placeholder="Describe your idea here..."></textarea>
</div>
<div class="contact-row">
<div class="form-group">
<label for="budget">What is your budget?</label>
<select id="budget" name="Budget">
<option value="">Pick Option</option>
<option value="500-1000">$500 - $1000</option>
<option value="1000-2000">$1000 - $2000</option>
<option value="2000-5000">$2000 - $5000</option>
<option value="5000+">$5000+</option>
</select>
</div>
<div class="form-group">
<label for="hear-about">How did you hear about us?</label>
<select id="hear-about" name="Heard About Us">
<option value="">Pick Option</option>
<option value="google">Google</option>
<option value="social">Social Media</option>
<option value="friend">Friend/Referral</option>
</select>
</div>
</div>
<div class="form-group">
<label for="files">Drop files (PDF, Word, etc.):</label>
<input type="file" id="files" name="Files" multiple />
</div>
<button type="submit">SEND</button>
</form>
</div>
</div>
</div>
</section>
<!-- CONTACT SECTION END -->
<div class="splitter5"></div>
<!-- Footer Start -->
<div class="footer">
<div class="container">
<div class="list-item">
<div class="info">
<!-- Footer Logo or Name -->
<a href="#" class="logo" style="display:inline-flex;align-items:center;">
<img src="./img/Wild-Rose-Devs-Logo.jpg" alt="Wild Rose Devs Logo"
style="max-height:20vh;margin-right:20vh;">
</a>
<p>© 2025 Wild Rose Devs. All Rights Reserved.</p>
</div>
<div class="list">
<h3>Projects</h3>
<ul>
<li><a href="#projects">Projects</a></li>
<li><a href="#Our Work">Our Work</a></li>
<li><a href="#our-team">Our Team</a></li>
</ul>
</div>
<div class="list">
<h3>Services</h3>
<ul>
<li><a href="#services">Services</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#Contact Section">Contact</a></li>
</ul>
</div>
<div class="list">
<h3>Follow Us</h3>
<ul class="media">
<li>
<a href="https://www.linkedin.com/company/wildrosedevs" target="_blank">
<i class="fab fa-linkedin" style="margin-right:5px;"></i>LinkedIn
</a>
</li>
<li>
<a href="https://github.com/WildRoseDevs" target="_blank">
<i class="fab fa-github" style="margin-right:5px;"></i>GitHub
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<script src="script.js"></script>
<script src="server.js"></script>
</body>
</html>