-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
37 lines (36 loc) · 1.95 KB
/
services.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vivid Spaces - Services</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="wrapper">
<header style="background-image: url('images/pexels-artempodrez-7232913.jpg'); background-size: cover; color: rgb(0, 0, 0);">
<h1>Vivid Spaces</h1>
<nav>
<a href="home.html">Home</a>
<a href="portfolio.html">Portfolio</a>
<a href="aboutus.html">About Us</a>
<a href="services.html">Services</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<article id="mainarticle">
<h2>Services</h2>
<ul>
<li><strong>Residential Interior Design:</strong> Tailored designs for homes, including living rooms, bedrooms, kitchens, and more.</li>
<li><strong>Commercial Interior Design:</strong> Stylish and functional designs for offices, retail spaces, and hospitality venues.</li>
<li><strong>Space Planning:</strong> Smart layouts to optimize functionality and flow in any space.</li>
<li><strong>Color Consultation:</strong> Expert guidance to choose the perfect palette for your space.</li>
<li><strong>Furniture & Decor Selection:</strong> Assistance in selecting furniture, artwork, and décor to complement your style.</li>
<li><strong>Custom Design Solutions:</strong> Bespoke designs tailored to unique visions and requirements.</li>
<li><strong>Renovation & Remodeling Support:</strong> Design guidance and planning for renovation projects.</li>
<li><strong>Styling & Staging:</strong> Professional staging services to prepare spaces for events or real estate listings.</li>
</ul>
</article>
</div>
</body>
</html>