-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (30 loc) · 1.66 KB
/
index.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
<!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">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<div class="home-map">
<!-- <svg viewBox="0 0 658 548">
<use xlink:href="hm.svg#aa"></use>
// <object data="hm.svg#aa" type="image/svg+xml"></object>
</svg> -->
<svg id="aa" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 658 548" >
<polygon class="pol" viewBox="0 0 658 548" data-name="
<p class='pol-name'>Спальня</p>
<p class='pol-description'>Спальня — важное помещение в доме. Во многих странах дом или квартиру в первую очередь характеризуют количеством спален.</p>
<p class='pol-price'>300 руб.</p>"
points="168 254 310.69 488.65 432 447 267 222 168 254"/>
<polygon class="pol" viewBox="0 0 658 548" data-name="Кабинет" points="165 252 153 233 0 283 129 548 176.61 531.65 166.5 514.5 250.5 487.5 260.97 502.69 307.69 486.65 165 252"/>
<polygon class="pol" viewBox="0 0 658 548" data-name="Кухня" points="491 0 279 68 362 170 574.63 100.75 491 0"/>
<polygon class="pol" viewBox="0 0 658 548" data-name="Зал" points="658 201 575.63 101.75 363 171 256 205 273 227 438 452 449 470 658 401 531 243 658 201"/>
</svg>
<div class="txt"></div>
</div>
<script src="app.js"></script>
</body>
</html>