-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbedroom4.html
178 lines (143 loc) · 6.77 KB
/
bedroom4.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
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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="logo.png">
<title>Bedroom1</title>
<link rel="stylesheet" href="bedroom4.css">
</head>
<body>
<nav>
<div class="navbar-container">
<div class="logo">
<img src="NAME%20WEB.png" alt="Logo" width="120" class="logo-image">
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li>
<select id="categorySelector">
<option value="all">Categories</option>
<option value="livingarea.html">Living Area</option>
<option value="kitchen.html">Kitchen</option>
<option value="bedroom.html">Bedroom</option>
</select>
</li>
</ul>
</div>
</nav>
<h1>Enjoy the best of both worlds in your bedroom</h1>
<p>
Yes, it is possible that working and relaxing can take place in the same room – just not at the same time! Start with coordinated furniture with lots of storage, calming colours and thoughtful lighting. Then put your desk near the window with a curtain behind it – when you’ve finished for the day, simply close the curtain to hide your work away.
</p>
<img src="bedroom4.png" alt="Bedroom Image" class="bedroom-image">
<h1>Have a moment to yourself</h1>
<p>
If you need a quick break from work, this soft upholstered bed is a perfect place to relax on during the day. It also provides round-the-clock style and storage, helping to maintain the room’s calm, uncluttered feel.
</p>
<div class="image-container">
<a href="https://www.ikea.com/nl/en/cat/upholstered-beds-49096/">See all upholstered beds</a>
<img src="bedroom4.1.png" alt="Image 1" class="split-image" usemap="#image-map">
<img src="bedroom4.2.png" alt="Image 2" class="split-image">
<h1>Easy everyday storage</h1>
<p>
Help keep the atmosphere peaceful throughout your room by coordinating storage for your clothes and other things. These two units are a perfect match with lots of open and closed storage options. Use the hanging rail to hang up outfits you plan to wear the next day.
<a href="https://www.ikea.com/nl/en/cat/hauga-bedroom-series-48958/">See all HAUGA bedroom series</a>
</p>
<img src="bedroom4.3.png" alt="Image 3" class="split-image">
<img src="bedroom4.4.png" alt="Image 4" class="split-image">
</div>
<div class="image-container">
<!-- Card for Additional Image -->
<div class="card1">
<img src="bedroom4.5.png" alt="Additional Image" class="additional-image">
<div class="additional-text">
<h1>A mirror for your style</h1>
<p>
A generous full-length wall mirror adds the finishing touch to your dressing area, but extra lighting can really help you to get the best reflection. If you’re stuck for space, try attaching a wall/work lamp to the wall to put everything in its best light.
</p>
<a href="https://www.ikea.com/nl/en/cat/wall-mirrors-24858/">See all Wall mirrors</a>
</div>
</div>
</div>
<h1><center>FURNITURE GOING WITH SHADY BEDROOM</center></h1>
<section class="container">
<a href="https://www.ikea.com/nl/en/p/hauga-bedside-table-white-00488963/">
<div class="card">
<div class="card-image card-imagebedroom-1"></div>
</div>
</a>
<a href="https://www.ikea.com/nl/en/p/hauga-storage-combination-white-s99388144/">
<div class="card">
<div class="card-image card-imagebedroom-2"></div>
</div>
</a>
<a href="https://www.ikea.com/nl/en/p/hauga-desk-white-90477677/">
<div class="card">
<div class="card-image card-imagebedroom-3"></div>
</div>
</a>
<a href="https://www.ikea.com/nl/en/p/hauga-chest-of-3-drawers-white-00407274/">
<div class="card">
<div class="card-image card-imagebedroom-4"></div>
</div>
</a>
</section>
<!-- Second Row of Cards -->
<section class="container">
<a href="https://www.ikea.com/nl/en/p/strandmon-footstool-nordvalla-dark-grey-50300416/">
<div class="card">
<div class="card-image card-imagebedroom-5"></div>
</div>
</a>
<a href="https://www.ikea.com/nl/en/p/jaettevallmo-duvet-cover-and-2-pillowcases-dark-blue-white-00500540/">
<div class="card">
<div class="card-image card-imagebedroom-6"></div>
</div>
</a>
<a href="https://www.ikea.com/nl/en/p/mjukplister-bedspread-dark-grey-00495119/">
<div class="card">
<div class="card-image card-imagebedroom-7"></div>
</div>
</a>
<a href="https://www.ikea.com/nl/en/p/vollerslev-rug-high-pile-dark-blue-90492574/">
<div class="card">
<div class="card-image card-imagebedroom-8"></div>
</div>
</a>
<footer>
<div class="footer-container">
<div class="footer-column">
<h3>Shop</h3>
<ul>
<li><a href="#">Products</a></li>
<li><a href="#">Rooms</a></li>
<li><a href="#">Deals</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Track Orders</a></li>
</ul>
</div>
<div class="footer-column">
<h3>Customer Service</h3>
<ul>
<li><a href="#">Contact Us</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Shipping</a></li>
<li><a href="#">Returns</a></li>
<li><a href="#">Accessibility</a></li>
</ul>
</div>
<div class="footer-column">
<h3>About</h3>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Newsroom</a></li>
<li><a href="#">Sustainability</a></li>
<li><a href="#">Legal</a></li>
</ul>
</div>
</div>
</footer>
<script src="single.js"></script>
</body>
</html>