forked from SignalK/signalk.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
116 lines (108 loc) · 4.62 KB
/
gallery.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
---
title: Gallery
team: active
layout: onecolumn
description: "Image Gallery"
---
<h2>Image Gallery</h2>
<p>
A collection of images from the intrepid, early adopters showing Signal K systems being used afloat.
Please feel free to send us your own images, as we will be refreshing the gallery on a regular basis.<br>
<br>
</p>
<p></p>
<style>
* {
box-sizing: border-box;
}
.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
padding: 0 4px;
}
/* Create four equal columns that sits next to each other */
.column {
-ms-flex: 25%; /* IE10 */
flex: 25%;
max-width: 25%;
padding: 0 4px;
}
.column img {
margin-top: 8px;
vertical-align: middle;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
.column {
-ms-flex: 50%;
flex: 50%;
max-width: 50%;
}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
.column {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
}
}
</style>
<body>
<!-- Photo Grid -->
<div class="row">
<div class="column">
<a href="/images/gallery/test_image1.jpg" target="_blank"><img src="/images/gallery/test_image1.jpg" style="width:100%"></a>
<p>Wilhelm SK App</p>
<a href="/images/gallery/test_image2.jpg" target="_blank"><img src="/images/gallery/test_image2.jpg" style="width:100%"></a>
<p>7" LCD screen</p>
<a href="/images/gallery/test_image3.jpg" target="_blank"><img src="/images/gallery/test_image3.jpg" style="width:100%"></a>
<p>Signal View App</p>
<a href="/images/gallery/test_image4.jpg" target="_blank"><img src="/images/gallery/test_image4.jpg" style="width:100%"></a>
<p>iKommunicate Gateway</p>
<a href="/images/gallery/test_image4a.jpg" target="_blank"><img src="/images/gallery/test_image4a.jpg" style="width:100%"></a>
<p>WilhelmSK on Apple Watch</p>
<a href="/images/gallery/test_image17.jpg" target="_blank"><img src="/images/gallery/test_image17.jpg" style="width:100%"></a>
<p>Signal K at the Helm</p>
</div>
<div class="column">
<a href="/images/gallery/test_image5.jpg" target="_blank"><img src="/images/gallery/test_image5.jpg" style="width:100%"></a>
<p>Signal K on ESP8266 Hacking</p>
<a href="/images/gallery/test_image6.jpg" target="_blank"><img src="/images/gallery/test_image6.jpg" style="width:100%"></a>
<p>Novel 3D printed mounts</p>
<a href="/images/gallery/test_image7.jpg" target="_blank"><img src="/images/gallery/test_image7.jpg" style="width:100%"></a>
<p>Raspberry Pi + NGT-1</p>
<a href="/images/gallery/test_image8.jpg" target="_blank"><img src="/images/gallery/test_image8.jpg" style="width:100%"></a>
<p>VYacht Gateway</p>
</div>
<div class="column">
<a href="/images/gallery/test_image9.jpg" target="_blank"><img src="/images/gallery/test_image9.jpg" style="width:100%"></a>
<p>KIP App</p>
<a href="/images/gallery/test_image10.jpg" target="_blank"><img src="/images/gallery/test_image10.jpg" style="width:100%"></a>
<p>Flying the flag</p>
<a href="/images/gallery/test_image11.jpg" target="_blank"><img src="/images/gallery/test_image11.jpg" style="width:100%"></a>
<p>Very Professional Install</p>
<a href="/images/gallery/test_image12.jpg" target="_blank"><img src="/images/gallery/test_image12.jpg" style="width:100%"></a>
<p>iKonvert NMEA2000 Gateway</p>
<a href="/images/gallery/test_image19.jpg" target="_blank"><img src="/images/gallery/test_image19.jpg" style="width:100%"></a>
<p>Signal K on Nextion LCD</p>
<a href="/images/gallery/test_image18.jpg" target="_blank"><img src="/images/gallery/test_image18.jpg" style="width:100%"></a>
<p>SignalK-Polar Plugin</p>
</div>
<div class="column">
<a href="/images/gallery/test_image13.jpg" target="_blank"><img src="/images/gallery/test_image13.jpg" style="width:100%"></a>
<p>Logging with Grafana</p>
<a href="/images/gallery/test_image14.jpg" target="_blank"><img src="/images/gallery/test_image14.jpg" style="width:100%"></a>
<p>Signal K on Kindle</p>
<a href="/images/gallery/test_image15.jpg" target="_blank"><img src="/images/gallery/test_image15.jpg" style="width:100%"></a>
<p>Fridge Monitoring</p>
<a href="/images/gallery/test_image16.jpg" target="_blank"><img src="/images/gallery/test_image16.jpg" style="width:100%"></a>
<p>OutboardView App</p>
<a href="/images/gallery/test_image20.jpg" target="_blank"><img src="/images/gallery/test_image20.jpg" style="width:100%"></a>
<p>XMiles-Displays</p>
</div>
</div>
</body>
</html>