This repository was archived by the owner on Feb 8, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
226 lines (203 loc) · 7.27 KB
/
services.html
File metadata and controls
226 lines (203 loc) · 7.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Services - Comprehensive services tailored to your needs.">
<title>Services | My Personal Brand</title>
<!-- Favicon -->
<link rel="icon" type="image/png" href="https://detourdev.com/assets/img/favicion.png">
<!-- 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@300;400;500;600;700;800&family=Raleway:wght@300;400;500;600&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/plugins.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/menu-responsive.css">
<link rel="stylesheet" href="assets/css/accordion.css">
<style>
.text-logo {
font-family: 'Montserrat', sans-serif;
font-size: 24px;
font-weight: 700;
color: var(--text-color);
}
.customize-banner {
position: fixed;
bottom: 20px;
right: 20px;
background: var(--accent-color);
color: #000;
padding: 12px 20px;
border-radius: 8px;
font-size: 14px;
font-weight: 500;
z-index: 9999;
display: flex;
align-items: center;
gap: 10px;
box-shadow: 0 4px 20px rgba(0,0,0,0.3);
transition: transform 0.3s ease;
}
.customize-banner:hover {
transform: translateY(-3px);
}
</style>
</head>
<body>
<!-- Page Loader -->
<div class="dsn-loader">
<div class="loading-circle"></div>
</div>
<!-- Custom Cursor -->
<div class="cursor"></div>
<div class="cursor-inner"></div>
<!-- Header -->
<header>
<div class="main-navigation">
<a href="index.html" class="logo" data-template="logo">
<span class="text-logo" data-template="siteName">YourBrand</span>
</a>
<nav class="desktop-nav">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="services.html" class="active">Services</a>
<a href="solutions.html">Solutions</a>
<a href="process.html">Process</a>
<a href="contact.html">Contact</a>
<a href="audit.html" class="nav-cta">Book An Audit</a>
</nav>
<div class="nav-toggle">
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</header>
<!-- Mobile Menu -->
<div class="mobile-menu">
<div class="mobile-menu-inner">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="solutions.html">Solutions</a></li>
<li><a href="process.html">Process</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="audit.html">Book A Call</a></li>
</ul>
</nav>
<div class="mobile-menu-social" data-template="socialLinks"></div>
</div>
</div>
<!-- Page Header -->
<section class="page-header" data-overlay="6">
<div class="page-header-bg" style="background-image: none;" data-template-image="heroBackground"></div>
<div class="page-header-content">
<h1 class="title mgc-up">Services</h1>
<div class="breadcrumb mgc-up" data-delay="100">
<a href="index.html">Home</a>
<span>/</span>
<span>Services</span>
</div>
</div>
</section>
<!-- Services Intro -->
<section class="section-padding">
<div class="container">
<div class="section-header text-center mgc-up" style="max-width: 800px; margin: 0 auto 60px;">
<span class="sub-heading">What I Offer</span>
<h2>Comprehensive Services</h2>
<p>From initial discovery to ongoing support, I provide end-to-end solutions tailored to your needs. Each service is designed to deliver measurable value.</p>
</div>
</div>
</section>
<!-- Services Grid -->
<section class="section-padding pt-0">
<div class="container">
<div class="services-grid" data-template="servicesGrid">
<!-- Populated from config.js -->
</div>
</div>
</section>
<!-- Image Break -->
<section class="image-section" data-overlay="4">
<div class="bg-image" style="background-image: none;" data-template-image="parallaxImage2"></div>
</section>
<!-- Process Overview -->
<section class="section-padding">
<div class="container">
<div class="section-header text-center mgc-up">
<span class="sub-heading">How It Works</span>
<h2>Service Delivery Process</h2>
</div>
<div class="process-steps mgc-up" data-delay="200" data-template="processSteps">
<!-- Populated from config.js -->
</div>
</div>
</section>
<!-- CTA Section -->
<section class="section-padding bg-darker">
<div class="container">
<div class="text-center">
<h2 class="mgc-up">Ready to Get Started?</h2>
<p class="mgc-up" data-delay="100" style="max-width: 600px; margin: 20px auto 40px;">Let's discuss which services best fit your needs.</p>
<div class="mgc-up" data-delay="200">
<a href="contact.html" class="btn" style="margin-right: 15px;">Contact Me</a>
<a href="audit.html" class="btn btn-primary">Book A Free Call</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-logo">
<div data-template="logo">
<span class="text-logo" data-template="siteName">YourBrand</span>
</div>
<p data-template="footerTagline">Expert helping you achieve your goals.</p>
</div>
<div class="footer-nav">
<h5>Quick Links</h5>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="solutions.html">Solutions</a></li>
<li><a href="process.html">Process</a></li>
</ul>
</div>
<div class="footer-contact">
<h5>Get In Touch</h5>
<p>Email: <a href="#" data-template="emailLink">hello@yourdomain.com</a></p>
<p data-template="location">Your Location</p>
<div class="footer-social" data-template="socialLinks"></div>
</div>
</div>
<div class="footer-bottom">
<p data-template="copyright">© 2024 YourBrand. All Rights Reserved.</p>
</div>
</div>
</footer>
<!-- Customize Banner -->
<a href="questionnaire.html" class="customize-banner">
<i class="fas fa-magic"></i>
Customize This Site
</a>
<!-- Scripts -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="assets/js/config.js"></script>
<script src="assets/js/plugins.js"></script>
<script src="assets/js/mgc-grid.js"></script>
<script src="assets/js/template-engine.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>