-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
257 lines (247 loc) · 13.9 KB
/
services.html
File metadata and controls
257 lines (247 loc) · 13.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Development, UI/UX, Branding & SEO Services | Sideskripts</title>
<meta name="description" content="Explore Sideskripts Technology services: web development, UI/UX design, brand strategy, SEO, digital marketing, cloud solutions, and technical support.">
<meta name="keywords" content="web development services, UI UX design, brand strategy, SEO services Nigeria, digital marketing, cloud solutions, website maintenance">
<meta name="author" content="Sideskripts Technology">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#08111f">
<link rel="canonical" href="https://sideskripts-technologies.netlify.app/services.html">
<meta property="og:title" content="Digital Services | Sideskripts Technology">
<meta property="og:description" content="Web development, brand strategy, UI/UX, SEO, cloud solutions, and support for businesses ready to grow online.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://sideskripts-technologies.netlify.app/services.html">
<meta property="og:image" content="https://sideskripts-technologies.netlify.app/assets/img/hero.png">
<meta property="og:site_name" content="Sideskripts Technology">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Digital Services | Sideskripts Technology">
<meta name="twitter:description" content="Web development, UI/UX, branding, SEO, cloud, and support services for modern businesses.">
<meta name="twitter:image" content="https://sideskripts-technologies.netlify.app/assets/img/hero.png">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=DM+Sans:wght@400;500;700&display=swap" rel="stylesheet">
<!-- Bootstrap 5 CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="./css/style.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Service",
"name": "Digital Agency Services",
"provider": {
"@type": "ProfessionalService",
"name": "Sideskripts Technology",
"url": "https://sideskripts-technologies.netlify.app/"
},
"serviceType": ["Web Development", "UI/UX Design", "Brand Strategy", "Digital Marketing", "Cloud Solutions", "Technical Support"],
"areaServed": ["Nigeria", "Global"],
"url": "https://sideskripts-technologies.netlify.app/services.html"
}
</script>
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html">Side<span>skripts</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link active" href="services.html">Services</a></li>
<li class="nav-item"><a class="nav-link" href="portfolio.html">Portfolio</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
<a href="contact.html" class="btn-premium btn-primary-gradient ms-lg-4">Book a Session</a>
</div>
</div>
</nav>
<!-- Header Section -->
<section class="hero-section" style="padding-bottom: 50px;">
<div class="container text-center reveal">
<span class="section-label">What We Do</span>
<h1 class="hero-title">Expert Solutions for <br> <span class="text-gradient">Digital Growth</span></h1>
<p class="hero-sub mx-auto">We provide a comprehensive suite of digital services designed to help your brand excel in a competitive market.</p>
</div>
</section>
<!-- Detailed Services -->
<section class="detailed-services pt-0">
<div class="container">
<div class="row g-4">
<div class="col-lg-4 col-md-6 reveal">
<div class="service-card">
<div class="service-icon">WEB</div>
<h3>Web Development</h3>
<p>We build robust, scalable, and high-performance websites tailored to your business needs. From e-commerce to corporate sites, we ensure a seamless user experience.</p>
<ul class="list-unstyled text-muted mt-4">
<li>- Custom Web Apps</li>
<li>- E-commerce Solutions</li>
<li>- CMS Integration</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6 reveal" style="transition-delay: 0.1s;">
<div class="service-card">
<div class="service-icon">UX</div>
<h3>UI/UX Design</h3>
<p>Our design philosophy focuses on creating intuitive and visually stunning interfaces that engage users and improve conversion rates.</p>
<ul class="list-unstyled text-muted mt-4">
<li>- User Research</li>
<li>- Wireframing</li>
<li>- High-Fidelity Prototypes</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6 reveal" style="transition-delay: 0.2s;">
<div class="service-card">
<div class="service-icon">BRD</div>
<h3>Brand Strategy</h3>
<p>We help you define your brand's voice and visual identity, ensuring consistency across all digital and physical touchpoints.</p>
<ul class="list-unstyled text-muted mt-4">
<li>- Logo Design</li>
<li>- Brand Guidelines</li>
<li>- Visual Storytelling</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6 reveal">
<div class="service-card">
<div class="service-icon">SEO</div>
<h3>Digital Marketing</h3>
<p>Scale your reach with targeted marketing campaigns, SEO optimization, and data-driven insights that deliver measurable results.</p>
<ul class="list-unstyled text-muted mt-4">
<li>- Search Engine Optimization</li>
<li>- Social Media Management</li>
<li>- Content Strategy</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6 reveal" style="transition-delay: 0.1s;">
<div class="service-card">
<div class="service-icon">CLD</div>
<h3>Cloud Solutions</h3>
<p>Optimize your infrastructure with secure and scalable cloud services that grow alongside your business demands.</p>
<ul class="list-unstyled text-muted mt-4">
<li>- Cloud Hosting</li>
<li>- Infrastructure Setup</li>
<li>- Performance Monitoring</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6 reveal" style="transition-delay: 0.2s;">
<div class="service-card">
<div class="service-icon">SUP</div>
<h3>Technical Support</h3>
<p>Our commitment doesn't end at delivery. We provide ongoing maintenance and support to keep your digital assets running smoothly.</p>
<ul class="list-unstyled text-muted mt-4">
<li>- Website Maintenance</li>
<li>- Security Audits</li>
<li>- Bug Fixes</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Our Process -->
<section class="process-section" style="background: var(--bg-surface);">
<div class="container">
<div class="text-center mb-5 reveal">
<span class="section-label">Our Workflow</span>
<h2 class="section-title">How We Work</h2>
</div>
<div class="row g-4">
<div class="col-lg-3 col-md-6 reveal">
<div class="text-center">
<div class="glass p-4 rounded-circle mb-4 mx-auto d-flex align-items-center justify-content-center" style="width: 100px; height: 100px;">
<span class="h2 text-gradient mb-0">01</span>
</div>
<h4>Discovery</h4>
<p class="text-muted">We start by understanding your goals, audience, and challenges.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 reveal" style="transition-delay: 0.1s;">
<div class="text-center">
<div class="glass p-4 rounded-circle mb-4 mx-auto d-flex align-items-center justify-content-center" style="width: 100px; height: 100px;">
<span class="h2 text-gradient mb-0">02</span>
</div>
<h4>Design</h4>
<p class="text-muted">Our designers create visual concepts and prototypes for your review.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 reveal" style="transition-delay: 0.2s;">
<div class="text-center">
<div class="glass p-4 rounded-circle mb-4 mx-auto d-flex align-items-center justify-content-center" style="width: 100px; height: 100px;">
<span class="h2 text-gradient mb-0">03</span>
</div>
<h4>Development</h4>
<p class="text-muted">Our engineers build the solution with high-quality, scalable code.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 reveal" style="transition-delay: 0.3s;">
<div class="text-center">
<div class="glass p-4 rounded-circle mb-4 mx-auto d-flex align-items-center justify-content-center" style="width: 100px; height: 100px;">
<span class="h2 text-gradient mb-0">04</span>
</div>
<h4>Launch</h4>
<p class="text-muted">We deploy your project and provide ongoing support and optimization.</p>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta-section py-5">
<div class="container">
<div class="glass p-5 rounded-5 text-center reveal">
<h2 class="section-title mb-4">Ready to start your <span class="text-gradient">project?</span></h2>
<p class="hero-sub mx-auto">Get in touch with us today to discuss your requirements and get a custom quote.</p>
<a href="contact.html" class="btn-premium btn-primary-gradient mt-4">Book a Session with Us</a>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="row g-4">
<div class="col-lg-4">
<a class="navbar-brand mb-4 d-block" href="#">Side<span>skripts</span></a>
<p class="text-muted">Premium digital agency delivering high-end solutions for brands that want to lead in the digital era.</p>
</div>
<div class="col-lg-2 ms-lg-auto">
<h5 class="mb-4">Links</h5>
<a href="index.html" class="footer-link">Home</a>
<a href="services.html" class="footer-link">Services</a>
<a href="portfolio.html" class="footer-link">Portfolio</a>
<a href="about.html" class="footer-link">About Us</a>
</div>
<div class="col-lg-3">
<h5 class="mb-4">Contact</h5>
<p class="text-muted mb-2">sideskripts.tech@gmail.com</p>
<p class="text-muted mb-2">+234 903 847 7012</p>
<p class="text-muted">Lagos, Nigeria</p>
</div>
<div class="col-lg-3">
<h5 class="mb-4">Social</h5>
<a href="#" class="footer-link">LinkedIn</a>
<a href="#" class="footer-link">Twitter</a>
<a href="#" class="footer-link">Instagram</a>
</div>
</div>
<hr class="mt-5 mb-4" style="border-color: rgba(255,255,255,0.1);">
<div class="text-center text-muted">
<small>© 2026 Sideskripts Technology. All rights reserved.</small>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="./js/main.js"></script>
</body>
</html>