-
Notifications
You must be signed in to change notification settings - Fork 1
/
messestand.html
83 lines (63 loc) · 3.92 KB
/
messestand.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
---
layout: default
permalink: /messestand
weight: 8
lang: de
id: messestand
translationAvailable: false
title: Digitaler Messestand
---
<div class="container">
<svg class="messestand"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 1920 1080">>
<defs>
<style>
svg.messestand {
background-image: url(https://raw.githubusercontent.com/bgunt/messestand/master/digitaler-Messestand-termin.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}
rect {
fill: transparent;
}
ellipse{
fill: transparent;
}
</style>
</defs>
<a xlink:href="https://www.youtube.com/watch?v=f3UqvTFt7Ek&list=PLfqeZU8BYDBtoBXxb271J71QOaaiiTKJM" target="_blank"> <rect x="112.78" y="151.66" width="279.13" height="201.79" fill="#fff"/> </a>
<a xlink:href="https://sensebox.de/de/projects/" target="_blank"> <rect x="111.61" y="437.84" width="285.46" height="240.38" fill="#fff"/> </a>
<a xlink:href="https://www.opensensemap.org/" target="_blank"> <rect x="79.412" y="731.88" width="356.28" height="244.68" fill="#fff"/> </a>
<a xlink:href="https://sensebox.de/" target="_blank"> <rect x="543.01" y="794.12" width="135.22" height="135.22" fill="#fff"/> </a>
<a xlink:href="mailto:[email protected]?subject=Kontakt digitaler Messestand" target="_blank"> <rect x="738.32" y="798.42" width="128.78" height="133.07" fill="#fff"/> </a>
<a xlink:href="https://www.facebook.com/sensebox.de" target="_blank"> <ellipse cx="951.88" cy="804.86" rx="20.39" ry="19.317" fill="#fff"/></a>
<a xlink:href="https://twitter.com/sensebox_de" target="_blank"> <ellipse cx="949.73" cy="857.44" rx="22.536" ry="20.39" fill="#fff"/></a>
<a xlink:href="https://github.com/sensebox" target="_blank"> <ellipse cx="949.73" cy="913.24" rx="18.243" ry="20.39" fill="#fff"/></a>
<a xlink:href="https://sensebox.de/fortbildung" target="_blank"> <rect x="931.49" y="283.31" width="480.77" height="285.46" fill="#fff"/></a>
<a xlink:href="https://sensebox.kaufen/product/sensebox-mini" target="_blank"> <rect x="1513.1" y="206.04" width="315.5" height="242.53" fill="#fff"/></a>
<a xlink:href="https://sensebox.kaufen/product/sensebox-edu" target="_blank"> <rect x="1521.7" y="495.79" width="300.48" height="221.07" fill="#fff"/></a>
<a xlink:href="https://sensebox.kaufen/product/sensebox-home" target="_blank"> <rect x="1519.6" y="770.52" width="313.36" height="231.8" fill="#fff"/></a>
</svg>
<button type="button" class="btn btn-outline-primary" data-toggle="modal" data-target="#exampleModalCenter">
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-box" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5 8 5.961 14.154 3.5 8.186 1.113zM15 4.239l-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464L7.443.184z"></path>
</svg>
senseBox MCU in 3D
</button>
<!-- Modal -->
<div class="modal fade bd-example-modal-lg" id="exampleModalCenter" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<iframe src="https://sensebox-vr.netlify.app/" title="senseBox MCU 3D" style="width: 100%; height: 80vh;" frameBorder="0"></iframe>
</div>
</div>
</div>
</div>
</div>