-
Notifications
You must be signed in to change notification settings - Fork 0
/
designs.html
77 lines (76 loc) · 3.75 KB
/
designs.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Design Paget</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section>
<div class="InfoR">
<h1>DESIGN</h1>
<h4>Page</h4>
</div>
<div class="des">
<div class="DES">
<div class="rOw">
<div class="Home-col">
<img src="i5.jpg">
</div>
<div class="Home-col">
<img src="i2.jpg">
</div>
<div class="Home-col">
<img src="i3.jpg">
</div>
<div class="Home-col">
<img src="i4.jpg">
</div>
</div>
<div class="rOw-2">
<div class="Home-col-1">
<img src="i9.jpg">
</div>
<div class="Home-col-1">
<img src="i6.jpg">
</div>
<div class="Home-col-1">
<img src="i7.jpg">
</div>
<div class="Home-col-1">
<img src="i8.jpg">
</div>
</div>
<div class="rOw_3">
<div class="info-col-1">
<h1>SWSI</h1>
</div>
<div class="info-col-2">
<p><b>Save With Stock Items:</b>Custom framing, sewing, upholstering and other skilled labor can add a bundle to the bottom line. Instead, stick with stock items whenever you can: Buy off-the-shelf frames and mats, and trim non-valuable art prints to fit them. Buy standard blinds that are a bit larger than your windows and mount them outside the frames. Snap up stock cabinets and finish them with moldings for a custom look. Order that sofa in a neutral, ready-to-ship fabric and use the money you save to splurge on colorful throw pillows. </p>
</div>
</div>
</div>
</section>
<section>
<div class="rOw_4">
<div class="best">
<h1>Good design</h1>
<p>Good design is functional, beautiful, rational, and socially conscious. We design projects to enhance people's lives. There is great value to coming home and going to work in tranquil environments, void of information overload. Our clients are part of the creative process and an integral member of the design team, which allows our work to go beyond elegant, functional and beautiful, to become meaningful. </p>
</div>
<div class="best_1">
<h1>Formal Dining Room</h1>
<div class="Best">
<p>The dining room as a glamorous but versatile space, Custom banquettes and tea tables occupied the corners of the room, and a console divided the conversation and dining areas and served as a buffet. Upholstery in hues of coral and blue provided an energizing backdrop. </p>
</div>
</div>
<div class="best_2">
<h1>Family Room</h1>
<p>The family room was intended as a multipurpose room, the center of family activity. Architectural panels faux-painted by The Valley Craftsmen concealed a doorway and grounded the seating area. Traditionally styled upholstered pieces were generously sized. A coffee table with pull-out stools served various functions, from dining to card playing. </p>
</div>
</div>
</div>
</section>
</body>
</html>