kopia lustrzana https://github.com/bristol-seds/pico-tracker
Added different icons for hardware/software, added more components
rodzic
6e673ddf9d
commit
72434d6b5b
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
title: GPS Antenna
|
||||||
|
tagline:
|
||||||
|
linkname: gpsantenna
|
||||||
|
x: 7%
|
||||||
|
y: 33%
|
||||||
|
---
|
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
title: Telemetry Antenna
|
||||||
|
tagline:
|
||||||
|
linkname: telemetryantenna
|
||||||
|
x: 84%
|
||||||
|
y: 42.5%
|
||||||
|
---
|
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
title: Hardware Watchdog
|
||||||
|
tagline:
|
||||||
|
linkname: watchdog
|
||||||
|
x: 59%
|
||||||
|
y: 25%
|
||||||
|
---
|
||||||
|
|
||||||
|
Windowed Hardware Watchdog because yolobtfdsusesif
|
||||||
|
|
||||||
|
**you only live once but total failure due to sporadic unexpected
|
||||||
|
software errors still isn't fun
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
title: Radio Filter
|
||||||
|
tagline:
|
||||||
|
linkname: radiofilter
|
||||||
|
x: 79%
|
||||||
|
y: 55%
|
||||||
|
---
|
||||||
|
|
||||||
|
5th order Chebyshev yolo
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: RTTY
|
||||||
|
tagline: U8N2
|
||||||
|
linkname: rtty
|
||||||
|
software: true
|
||||||
|
x: 70%
|
||||||
|
y: 18%
|
||||||
|
---
|
||||||
|
|
||||||
|
The tracker transmits Radio Teletype (RTTY).
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Contestia
|
||||||
|
tagline: 32/1000
|
||||||
|
linkname: contestia
|
||||||
|
software: true
|
||||||
|
x: 70%
|
||||||
|
y: 32%
|
||||||
|
---
|
||||||
|
|
||||||
|
The tracker alternately transmits Contestia Mode.
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: APRS
|
||||||
|
tagline:
|
||||||
|
linkname: aprs
|
||||||
|
software: true
|
||||||
|
x: 70%
|
||||||
|
y: 46%
|
||||||
|
---
|
||||||
|
|
||||||
|
The tracker also transmits Automatic Packet Reporting System (APRS) packets.
|
|
@ -139,11 +139,16 @@ pre {
|
||||||
margin: 15%;
|
margin: 15%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-image: url(assets/circles_hw.svg);
|
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
|
|
||||||
transition: all 0.2s ease-out;
|
transition: all 0.2s ease-out;
|
||||||
}
|
}
|
||||||
|
.hardware {
|
||||||
|
background-image: url(assets/circles_hw.svg);
|
||||||
|
}
|
||||||
|
.software {
|
||||||
|
background-image: url(assets/circles_sw.svg);
|
||||||
|
}
|
||||||
.ch-item:hover {
|
.ch-item:hover {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,153 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="64px"
|
||||||
|
height="64px"
|
||||||
|
id="svg2985"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="circles_hw.svg">
|
||||||
|
<defs
|
||||||
|
id="defs2987" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="9.53125"
|
||||||
|
inkscape:cx="50.971428"
|
||||||
|
inkscape:cy="19.463085"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:grid-bbox="true"
|
||||||
|
inkscape:window-width="2560"
|
||||||
|
inkscape:window-height="1497"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
objecttolerance="10000"
|
||||||
|
guidetolerance="10000">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3842"
|
||||||
|
empspacing="5"
|
||||||
|
visible="true"
|
||||||
|
enabled="true"
|
||||||
|
snapvisiblegridlinesonly="true" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata2990">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
id="layer1"
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer">
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="fill:none;stroke:#ea4700;stroke-width:1.53711927;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.78431373;stroke-dasharray:none"
|
||||||
|
id="path2993"
|
||||||
|
sodipodi:cx="42.136364"
|
||||||
|
sodipodi:cy="41.272728"
|
||||||
|
sodipodi:rx="9.590909"
|
||||||
|
sodipodi:ry="9.090909"
|
||||||
|
d="m 51.727273,41.272728 a 9.590909,9.090909 0 1 1 -19.181818,0 9.590909,9.090909 0 1 1 19.181818,0 z"
|
||||||
|
transform="matrix(1.5413782,0,0,1.626154,-32.948073,-35.115811)" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="fill:none;stroke:#ea4700;stroke-width:2.36142826;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.78431373;stroke-dasharray:none"
|
||||||
|
id="path2993-7"
|
||||||
|
sodipodi:cx="42.136364"
|
||||||
|
sodipodi:cy="41.272728"
|
||||||
|
sodipodi:rx="9.590909"
|
||||||
|
sodipodi:ry="9.090909"
|
||||||
|
d="m 51.727273,41.272728 a 9.590909,9.090909 0 1 1 -19.181818,0 9.590909,9.090909 0 1 1 19.181818,0 z"
|
||||||
|
transform="matrix(1.0181737,0,0,1.0741732,-10.902137,-12.334059)" />
|
||||||
|
<g
|
||||||
|
id="g3898"
|
||||||
|
transform="translate(4,-3)"
|
||||||
|
style="fill:#ea4700;fill-opacity:1">
|
||||||
|
<path
|
||||||
|
id="rect3800"
|
||||||
|
d="M 5.4375,3 C 4.0888966,3 3,4.0888966 3,5.4375 l 0,15.125 C 3,21.911103 4.0888966,23 5.4375,23 l 8.125,0 C 14.911103,23 16,21.911103 16,20.5625 L 16,5.4375 C 16,4.0888966 14.911103,3 13.5625,3 L 5.4375,3 z M 6,4.5 C 6.8284271,4.5 7.5,5.1715729 7.5,6 7.5,6.8284271 6.8284271,7.5 6,7.5 5.1715729,7.5 4.5,6.8284271 4.5,6 4.5,5.1715729 5.1715729,4.5 6,4.5 z"
|
||||||
|
style="fill:#ea4700;fill-opacity:1;stroke:none"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<g
|
||||||
|
id="g3866"
|
||||||
|
style="fill:#ea4700;fill-opacity:1">
|
||||||
|
<rect
|
||||||
|
style="fill:#ea4700;fill-opacity:1;stroke:none"
|
||||||
|
id="rect3800-9"
|
||||||
|
width="2"
|
||||||
|
height="4"
|
||||||
|
x="17"
|
||||||
|
y="5"
|
||||||
|
ry="0.48686042" />
|
||||||
|
<rect
|
||||||
|
style="fill:#ea4700;fill-opacity:1;stroke:none"
|
||||||
|
id="rect3800-9-1"
|
||||||
|
width="2"
|
||||||
|
height="4"
|
||||||
|
x="17"
|
||||||
|
y="11"
|
||||||
|
ry="0.48686042" />
|
||||||
|
<rect
|
||||||
|
style="fill:#ea4700;fill-opacity:1;stroke:none"
|
||||||
|
id="rect3800-9-1-1"
|
||||||
|
width="2"
|
||||||
|
height="4"
|
||||||
|
x="17"
|
||||||
|
y="17"
|
||||||
|
ry="0.48686042" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g3866-8"
|
||||||
|
transform="translate(-17,0)"
|
||||||
|
style="fill:#ea4700;fill-opacity:1">
|
||||||
|
<rect
|
||||||
|
style="fill:#ea4700;fill-opacity:1;stroke:none"
|
||||||
|
id="rect3800-9-9"
|
||||||
|
width="2"
|
||||||
|
height="4"
|
||||||
|
x="17"
|
||||||
|
y="5"
|
||||||
|
ry="0.48686042" />
|
||||||
|
<rect
|
||||||
|
style="fill:#ea4700;fill-opacity:1;stroke:none"
|
||||||
|
id="rect3800-9-1-2"
|
||||||
|
width="2"
|
||||||
|
height="4"
|
||||||
|
x="17"
|
||||||
|
y="11"
|
||||||
|
ry="0.48686042" />
|
||||||
|
<rect
|
||||||
|
style="fill:#ea4700;fill-opacity:1;stroke:none"
|
||||||
|
id="rect3800-9-1-1-9"
|
||||||
|
width="2"
|
||||||
|
height="4"
|
||||||
|
x="17"
|
||||||
|
y="17"
|
||||||
|
ry="0.48686042" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
Po Szerokość: | Wysokość: | Rozmiar: 4.9 KiB |
|
@ -0,0 +1,91 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="64px"
|
||||||
|
height="64px"
|
||||||
|
id="svg2985"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="circles_hw.svg">
|
||||||
|
<defs
|
||||||
|
id="defs2987" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="9.53125"
|
||||||
|
inkscape:cx="23.325526"
|
||||||
|
inkscape:cy="19.463085"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:grid-bbox="true"
|
||||||
|
inkscape:window-width="2560"
|
||||||
|
inkscape:window-height="1497"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
objecttolerance="10000"
|
||||||
|
guidetolerance="10000">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3842"
|
||||||
|
empspacing="5"
|
||||||
|
visible="true"
|
||||||
|
enabled="true"
|
||||||
|
snapvisiblegridlinesonly="true" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata2990">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
id="layer1"
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer">
|
||||||
|
<g
|
||||||
|
id="g4066"
|
||||||
|
transform="matrix(1.6875006,0,0,1.6874986,-22.00029,-22.000213)"
|
||||||
|
style="stroke:#00ea09;stroke-opacity:1">
|
||||||
|
<path
|
||||||
|
transform="matrix(1.5413782,0,0,1.626154,-32.948073,-35.115811)"
|
||||||
|
d="m 51.727273,41.272728 c 0,5.02077 -4.293996,9.090909 -9.590909,9.090909 -5.296913,0 -9.590909,-4.070139 -9.590909,-9.090909 0,-5.02077 4.293996,-9.090909 9.590909,-9.090909 5.296913,0 9.590909,4.070139 9.590909,9.090909 z"
|
||||||
|
sodipodi:ry="9.090909"
|
||||||
|
sodipodi:rx="9.590909"
|
||||||
|
sodipodi:cy="41.272728"
|
||||||
|
sodipodi:cx="42.136364"
|
||||||
|
id="path2993"
|
||||||
|
style="fill:none;stroke:#00ea09;stroke-width:1.53711927000000004;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
sodipodi:type="arc" />
|
||||||
|
<path
|
||||||
|
transform="matrix(1.0181737,0,0,1.0741732,-10.902137,-12.334059)"
|
||||||
|
d="m 51.727273,41.272728 c 0,5.02077 -4.293996,9.090909 -9.590909,9.090909 -5.296913,0 -9.590909,-4.070139 -9.590909,-9.090909 0,-5.02077 4.293996,-9.090909 9.590909,-9.090909 5.296913,0 9.590909,4.070139 9.590909,9.090909 z"
|
||||||
|
sodipodi:ry="9.090909"
|
||||||
|
sodipodi:rx="9.590909"
|
||||||
|
sodipodi:cy="41.272728"
|
||||||
|
sodipodi:cx="42.136364"
|
||||||
|
id="path2993-7"
|
||||||
|
style="fill:none;stroke:#00ea09;stroke-width:2.36142825999999983;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
sodipodi:type="arc" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
Po Szerokość: | Wysokość: | Rozmiar: 3.3 KiB |
|
@ -11,7 +11,13 @@ scroll: true
|
||||||
|
|
||||||
<li style="top: {{ post.y }}; left: {{ post.x }}">
|
<li style="top: {{ post.y }}; left: {{ post.x }}">
|
||||||
<a href="#{{ post.linkname }}" title="{{ post.title }}">
|
<a href="#{{ post.linkname }}" title="{{ post.title }}">
|
||||||
<div class="ch-item"><div class="ch-pad"></div></div>
|
|
||||||
|
{% if post.software %}
|
||||||
|
<div class="ch-item software"><div class="ch-pad"></div></div>
|
||||||
|
{% else %}
|
||||||
|
<div class="ch-item hardware"><div class="ch-pad"></div></div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue