-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
45 lines (43 loc) · 2.7 KB
/
portfolio.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</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>Portfolio</h2>
<div id="article_columns">
<section class="image-text-column">
<div class="image-container">
<img src="images/pexels-vika-glitter-392079-1648771.jpg" alt="interior image" >
</div>
<h3>Modern</h3>
<p>Vivid Spaces specializes in modern interior design, creating vibrant, functional spaces that blend aesthetics with practicality. By combining sleek lines, innovative furniture, and bold color choices, they craft environments that reflect contemporary style while prioritizing comfort and efficiency. Their designs focus on maximizing space and light, transforming ordinary rooms into stunning, personalized areas that enhance the daily living experience. Whether it's a minimalist living room or a sophisticated office space, Vivid Spaces ensures every design is both visually captivating and purposefully designed..</p>
</section>
<section class="image-text-column">
<div class="image-container">
<img src="images/pexels-fotoaibe-1571463.jpg" alt="interior image" >
</div>
<h3>Traditional</h3>
<p>Vivid Spaces specializes in creating stunning traditional interior designs that blend timeless elegance with comfort. Their work emphasizes classic design elements like rich wood furnishings, intricate detailing, and warm color palettes. By incorporating antique pieces, vintage textiles, and traditional craftsmanship, Vivid Spaces creates interiors that are both sophisticated and inviting, offering a perfect balance of style and functionality for every home. Their approach brings the charm of the past into the present, ensuring that each space feels both familiar and fresh.
</p>
</section>
</div>
</article>
</div>
</body>
</html>