Skip to content

Commit 67fc806

Browse files
Fix QR Codes
Update stylesheet - Removed `iframe` element, to hide containers for videos when printing - Adjusted use classification for images in table - Fixes comparison table functionality - Removed misspelled file Update `troubleshooting_tips.md` - Added QR code for hookup guide Update `introduction.md` - Adjusted QR code for purchase button - Added QR code for product video - Removed width styling for images in table - Defined in stylesheet
1 parent f36bfe1 commit 67fc806

File tree

4 files changed

+21
-16
lines changed

4 files changed

+21
-16
lines changed

docs/introduction.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ icon: material/book-open-page-variant
2020
<article class="video-500px">
2121
<iframe src="https://www.youtube.com/embed/HwKxq9ChazQ" title="Product Showcase Video" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
2222
</article>
23+
![QR code to product video](./assets/img/qr_code/product_video.png){ .qr width=100 }
2324
</center>
2425

2526

2627
<center>
27-
[&nbsp;![QR code to product page](./assets/img/qr_code/product-low.png){ .tinyqr }&nbsp;&nbsp;Purchase from SparkFun :fontawesome-solid-cart-plus:{ .heart }&nbsp;&nbsp;&nbsp;](www.sparkfun/sparkpnt-gnss-disciplined-oscillator.html){ .md-button .md-button--primary }
28+
[Purchase from SparkFun :fontawesome-solid-cart-plus:{ .heart } ![QR code to product page](./assets/img/qr_code/product-low.png){ .tinyqr }](www.sparkfun/sparkpnt-gnss-disciplined-oscillator.html){ .md-button .md-button--primary }
2829
</center>
2930

3031

@@ -109,35 +110,35 @@ icon: material/book-open-page-variant
109110
mosaic-T Development Kit<br>
110111
<hr>
111112
<figure markdown>
112-
![Product Thumbnail](./assets/img/product_comparison/mosaic-development-kit.png){ width="200" }
113+
![Product Thumbnail](./assets/img/product_comparison/mosaic-development-kit.png)
113114
</figure>
114115
</th>
115116
<th markdown style="text-align:center">
116117
mosaic-go Evaluation Kit<br>
117118
<hr>
118119
<figure markdown>
119-
![Product Thumbnail](./assets/img/product_comparison/mosaic-go-evaluation-kit.png){ width="200" }
120+
![Product Thumbnail](./assets/img/product_comparison/mosaic-go-evaluation-kit.png)
120121
</figure>
121122
</th>
122123
<th markdown style="text-align:center">
123124
mosaic-X5 GNSS Breakout<br>
124125
<hr>
125126
<figure markdown>
126-
![Product Thumbnail](./assets/img/product_comparison/tri-band_gnss_breakout.png){ width="200" }
127+
![Product Thumbnail](./assets/img/product_comparison/tri-band_gnss_breakout.png)
127128
</figure>
128129
</th>
129130
<th markdown style="text-align:center">
130131
RTK mosaic-X5<br>
131132
<hr>
132133
<figure markdown>
133-
![Product Thumbnail](./assets/img/product_comparison/rtk_mosaic-x5.png){ width="200" }
134+
![Product Thumbnail](./assets/img/product_comparison/rtk_mosaic-x5.png)
134135
</figure>
135136
</th>
136137
<th markdown style="text-align:center">
137138
GNSSDO<br>
138139
<hr>
139140
<figure markdown>
140-
![Product Thumbnail](./assets/img/product_comparison/rtk_mosaic-x5.png){ width="200" }
141+
![Product Thumbnail](./assets/img/product_comparison/rtk_mosaic-x5.png)
141142
</figure>
142143
</th>
143144
</tr>

docs/stylesheet/REAMDE.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/stylesheet/extra.css

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -514,25 +514,27 @@
514514
}
515515

516516
/* Sets images size in tables */
517-
.md-typeset table:not([class]) td img {
518-
width: 100%;
519-
max-height: 150px;
517+
.md-typeset table:not([class]) * + figure img {
518+
max-width: 75px;
520519
}
521520

522-
523521
/* ================================================================================== */
524522
/* YoutTube Videos */
525523
/* ================================================================================== */
526524

527-
.video-container iframe {
525+
/* iframe {
526+
display: none !important;
527+
} */
528+
529+
.video-container {
528530
display: none;
529531
}
530532

531-
.video iframe {
533+
.video {
532534
display: none;
533535
}
534536

535-
.video-500px iframe {
537+
.video-500px {
536538
display: none;
537539
}
538540

docs/troubleshooting_tips.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,8 @@ Once the terminal blocks have been removed, users can remove the front and rear
142142
We recommend removing the front panel first to prevent the Qwiic cable from being yanked off the OLED display or main PCB. Once the front panel is free, carefully lift the panel and disconnect the Qwiic cable from the top connector on the OLED display.
143143

144144
At this point, if users have previously disconnected all the cables and the terminal blocks from the back, the GNSSDO PCB should slide out of the enclosure. Users can then, remove the rear panel from the enclosure to complete the teardown process.
145+
146+
<!-- QR Code for Hookup Guide (Displayed when printed) -->
147+
<center>
148+
![QR code to the hookup guide](./assets/img/qr_code/hookup_guide.png){ .qr }
149+
</center>

0 commit comments

Comments
 (0)