-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbedroom2.html
183 lines (148 loc) · 7.16 KB
/
bedroom2.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
179
180
181
182
183
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="logo.png">
<title>Bedroom1</title>
<link rel="stylesheet" href="bedroom2.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>A small bedroom in a rented studio with a minimal aesthetic</h1>
<p>
<span>Looking for ideas to furnish a small bedroom in rented space? </span>
<span>Although it’s temporary, this room still feels like a true home: cosy, full of comfort and personality.</span>
<span>The look is minimal, with a distinct black and white colour palette and simple graphic patterns, and features plenty of smart storage solutions for a small space.</span>
</p>
<img src="bedroom2.png" alt="Bedroom Image" class="bedroom-image">
<h1>A black-and-white minimal yet cosy look</h1>
<p>
<span>This room features a minimal style with an industrial touch, while still giving off cosy vibes.</span>
<span> A clean white and black colour palette, simple graphic lines and metal elements make up the look. </span>
<span>The concrete floor and the design of the lamps add an industrial feel.</span>
</p>
<div class="image-container">
<a href="https://www.ikea.com/nl/en/p/nordli-bed-frame-w-storage-and-headboard-white-s69241422/">See all upholstered beds</a>
<img src="bedroom2.1.png" alt="Image 1" class="split-image" usemap="#image-map">
<img src="bedroom2.2.png" alt="Image 2" class="split-image">
<h1>Make temporary storage part of the room’s style</h1>
<p>
<span>Here’s how to make simple white boxes – like our trusty SOCKERBIT boxes with lid – look great.</span>
<span>With their creative placement and the matching black and white artworks on the wall, the boxes provide storage while adding to the style of the space.</span>
<a href="https://www.ikea.com/nl/en/cat/textiles-tl001/">See all textile</a>
</p>
<img src="bedroom2.3.png" alt="Image 3" class="split-image">
<img src="bedroom2.4.png" alt="Image 4" class="split-image">
</div>
<div class="image-container">
<!-- Card for Additional Image -->
<div class="card1">
<img src="bedroom2.5.png" alt="Additional Image" class="additional-image">
<div class="additional-text">
<h1>Feel at home in this calm, practical and stylish bedroom</h1>
<p>
In a small, open-plan space, it’s good to stick to a minimal colour palette to keep it visually calm. Black and white are balanced with warm wooden tones for a minimal yet cosy style, smart zoning creates rooms within a room, while clever storage – including a bed that doubles as a storage unit – keeps things tidy.
</p>
<a href="https://www.ikea.com/nl/en/cat/bedside-tables-20656/">See all Bedside tables</a>
</div>
</div>
</div>
<h1><center>FURNITURE GOING WITH MINIMAL BEDROOM</center></h1>
<section class="container">
<a href="https://telepedidos.ikea.com.do/en/pd/barlast-table-lamp-black-white-art-90504567">
<div class="card">
<div class="card-image card-imagebedroom-1"></div>
</div>
</a>
<a href="https://telepedidos.ikea.com.do/en/pd/bondis-wall-clock-black-art-10543092">
<div class="card">
<div class="card-image card-imagebedroom-2"></div>
</div>
</a>
<a href="https://www.ikea.com/nl/en/p/tertial-work-lamp-dark-grey-50355395/">
<div class="card">
<div class="card-image card-imagebedroom-3"></div>
</div>
</a>
<a href="https://www.ikea.com/nl/en/p/burvik-side-table-white-60340389/">
<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/vitkloever-duvet-cover-and-2-pillowcases-white-black-check-60490656/">
<div class="card">
<div class="card-image card-imagebedroom-5"></div>
</div>
</a>
<a href="https://www.ikea.com/nl/en/p/fridnaes-nesting-tables-with-stools-set-of-4-black-birch-effect-70504276/">
<div class="card">
<div class="card-image card-imagebedroom-6"></div>
</div>
</a>
<a href="https://www.ikea.com/nl/en/p/nymane-floor-reading-lamp-white-80336758/">
<div class="card">
<div class="card-image card-imagebedroom-7"></div>
</div>
</a>
<a href="https://www.ikea.com/nl/en/p/oddny-cushion-cover-off-white-dot-pattern-black-40523827/">
<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>