Skip to content

Commit 2a072bc

Browse files
committed
Formatting Update
Center all images used in tables by placing them in center and middle
1 parent 37d0680 commit 2a072bc

File tree

3 files changed

+29
-28
lines changed

3 files changed

+29
-28
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"cache_date": "2023-04-06", "page_authors": {"docs/index.md": {"last_commit_date": "2022-11-28", "authors": [{"login": "bboyho", "name": "bboyho", "url": "https://github.com/bboyho", "avatar": "https://avatars.githubusercontent.com/u/3209977"}]}, "docs/contribute.md": {"last_commit_date": "2022-11-04", "authors": [{"login": "bboyho", "name": "bboyho", "url": "https://github.com/bboyho", "avatar": "https://avatars.githubusercontent.com/u/3209977"}]}, "docs/example_code.md": {"last_commit_date": "2022-11-16", "authors": [{"login": "bboyho", "name": "bboyho", "url": "https://github.com/bboyho", "avatar": "https://avatars.githubusercontent.com/u/3209977"}]}, "docs/file_issue.md": {"last_commit_date": "2022-11-02", "authors": [{"login": "bboyho", "name": "bboyho", "url": "https://github.com/bboyho", "avatar": "https://avatars.githubusercontent.com/u/3209977"}]}, "docs/hard_copy.md": {"last_commit_date": "2023-04-06", "authors": [{"login": "bboyho", "name": "bboyho", "url": "https://github.com/bboyho", "avatar": "https://avatars.githubusercontent.com/u/3209977"}]}, "docs/hardware_assembly.md": {"last_commit_date": "2022-10-20", "authors": [{"login": "bboyho", "name": "bboyho", "url": "https://github.com/bboyho", "avatar": "https://avatars.githubusercontent.com/u/3209977"}]}, "docs/hardware_overview.md": {"last_commit_date": "2022-10-20", "authors": [{"login": "bboyho", "name": "bboyho", "url": "https://github.com/bboyho", "avatar": "https://avatars.githubusercontent.com/u/3209977"}]}, "docs/resources_and_going_further.md": {"last_commit_date": "2022-10-26", "authors": [{"login": "bboyho", "name": "bboyho", "url": "https://github.com/bboyho", "avatar": "https://avatars.githubusercontent.com/u/3209977"}]}, "docs/single_page.md": {"last_commit_date": "2023-04-06", "authors": [{"login": "bboyho", "name": "bboyho", "url": "https://github.com/bboyho", "avatar": "https://avatars.githubusercontent.com/u/3209977"}]}, "docs/software_setup_and_programming.md": {"last_commit_date": "2022-10-20", "authors": [{"login": "bboyho", "name": "bboyho", "url": "https://github.com/bboyho", "avatar": "https://avatars.githubusercontent.com/u/3209977"}]}, "docs/troubleshooting.md": {"last_commit_date": "2022-10-20", "authors": [{"login": "bboyho", "name": "bboyho", "url": "https://github.com/bboyho", "avatar": "https://avatars.githubusercontent.com/u/3209977"}]}}}

docs/hardware_overview.md

+24-24
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ We've broken out the u-blox MAX-M10S module to a breakout. This section highligh
99
Power for this board should be **3.3V**. There is a 3.3V pin on the PTH header along the side of the board, but you can also provide power through the Qwiic connector.
1010

1111
<table class="table table-hover table-striped table-bordered">
12-
<tr align="center">
13-
<td><a href="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Top_Power.jpg"><img src="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Top_Power.jpg" alt="Top View of Power Highlighted"></a></td>
14-
<td><a href="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Bottom_Power.jpg"><img src="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Bottom_Power.jpg" alt="Bottom View of Power Highlighted"></a></td>
12+
<tr style="vertical-align:middle;">
13+
<td style="text-align: center; vertical-align: middle;"><a href="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Top_Power.jpg"><img src="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Top_Power.jpg" alt="Top View of Power Highlighted"></a></td>
14+
<td style="text-align: center; vertical-align: middle;"><a href="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Bottom_Power.jpg"><img src="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Bottom_Power.jpg" alt="Bottom View of Power Highlighted"></a></td>
1515
</tr>
16-
<tr align="center">
17-
<td><i>Top View</i></td>
18-
<td><i>Bottom View</i></td>
16+
<tr style="vertical-align:middle;">
17+
<td style="text-align: center; vertical-align: middle;"><i>Top View</i></td>
18+
<td style="text-align: center; vertical-align: middle;"><i>Bottom View</i></td>
1919
</tr>
2020
</table>
2121

@@ -36,13 +36,13 @@ Power for this board should be **3.3V**. There is a 3.3V pin on the PTH header a
3636
There are two PTHs labeled `SDA` and `SCL` which indicates the I<sup>2</sup>C data lines. Similarly, you can just use the Qwiic connector to provide power and connect to the I<sup>2</sup>C pins. The [Qwiic ecosystem](https://www.sparkfun.com/qwiic) is made for fast prototyping by removing the need for soldering. All you need to do is plug a Qwiic cable into the Qwiic connector and voila!
3737

3838
<table class="table table-hover table-striped table-bordered">
39-
<tr align="center">
40-
<td><a href="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Top_I2C.jpg"><img src="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Top_I2C.jpg" alt="Top View of I2C"></a></td>
41-
<td><a href="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Bottom_I2C.jpg"><img src="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Bottom_I2C.jpg" alt="Bottom View of I2C"></a></td>
39+
<tr style="vertical-align:middle;">
40+
<td style="text-align: center; vertical-align: middle;"><a href="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Top_I2C.jpg"><img src="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Top_I2C.jpg" alt="Top View of I2C"></a></td>
41+
<td style="text-align: center; vertical-align: middle;"><a href="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Bottom_I2C.jpg"><img src="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Bottom_I2C.jpg" alt="Bottom View of I2C"></a></td>
4242
</tr>
43-
<tr align="center">
44-
<td><i>Top View</i></td>
45-
<td><i>Bottom View</i></td>
43+
<tr style="vertical-align:middle;">
44+
<td style="text-align: center; vertical-align: middle;"><i>Top View</i></td>
45+
<td style="text-align: center; vertical-align: middle;"><i>Bottom View</i></td>
4646
</tr>
4747
</table>
4848

@@ -57,13 +57,13 @@ There are two PTHs labeled `SDA` and `SCL` which indicates the I<sup>2</sup>C da
5757
For users that prefer to communicate over UART, we made sure to configure the UART pin grouping to an industry standard to ensure that it easily connects to a [Serial Basic](https://www.sparkfun.com/products/15096). Extra UART pins are also broken out on another edge of the board as well. The port is set to **38400 baud** as the default.
5858

5959
<table class="table table-hover table-striped table-bordered">
60-
<tr align="center">
61-
<td><a href="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Top_UART.jpg"><img src="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Top_UART.jpg" alt="Top View of UART"></a></td>
62-
<td><a href="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Bottom_UART.jpg"><img src="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Bottom_UART.jpg" alt="Bottom View of UART"></a></td>
60+
<tr style="vertical-align:middle;">
61+
<td style="text-align: center; vertical-align: middle;"><a href="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Top_UART.jpg"><img src="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Top_UART.jpg" alt="Top View of UART"></a></td>
62+
<td style="text-align: center; vertical-align: middle;"><a href="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Bottom_UART.jpg"><img src="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Bottom_UART.jpg" alt="Bottom View of UART"></a></td>
6363
</tr>
64-
<tr align="center">
65-
<td><i>Top View</i></td>
66-
<td><i>Bottom View</i></td>
64+
<tr style="vertical-align:middle;">
65+
<td style="text-align: center; vertical-align: middle;"><i>Top View</i></td>
66+
<td style="text-align: center; vertical-align: middle;"><i>Bottom View</i></td>
6767
</tr>
6868
</table>
6969

@@ -74,13 +74,13 @@ For users that prefer to communicate over UART, we made sure to configure the UA
7474
These pins are used for various extra control of the MAX-M10S. The control pins are highlighted below.
7575

7676
<table class="table table-hover table-striped table-bordered">
77-
<tr align="center">
78-
<td><a href="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Top_Control_Pins.jpg"><img src="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Top_Control_Pins.jpg" alt="Top View of Control Pins"></a></td>
79-
<td><a href="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Bottom_Control_Pins.jpg"><img src="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Bottom_Control_Pins.jpg" alt="Bottom View of Control Pins"></a></td>
77+
<tr style="vertical-align:middle;">
78+
<td style="text-align: center; vertical-align: middle;"><a href="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Top_Control_Pins.jpg"><img src="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Top_Control_Pins.jpg" alt="Top View of Control Pins"></a></td>
79+
<td style="text-align: center; vertical-align: middle;"><a href="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Bottom_Control_Pins.jpg"><img src="../assets/18037-SparkFun_GNSS_Receiver_Breakout_MAX-M10S_Qwiic-Bottom_Control_Pins.jpg" alt="Bottom View of Control Pins"></a></td>
8080
</tr>
81-
<tr align="center">
82-
<td><i>Top View</i></td>
83-
<td><i>Bottom View</i></td>
81+
<tr style="vertical-align:middle;">
82+
<td style="text-align: center; vertical-align: middle;"><i>Top View</i></td>
83+
<td style="text-align: center; vertical-align: middle;"><i>Bottom View</i></td>
8484
</tr>
8585
</table>
8686

docs/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The [SparkFun u-blox MAX-M10S breakout](https://www.sparkfun.com/products/18037)
1414
<div style="text-align: center">
1515
<table style="border-style:none">
1616
<tr>
17-
<td>
17+
<td style="text-align: center; vertical-align: middle;">
1818
<a href="https://www.sparkfun.com/products/18037">
1919
<div style="text-align: center"><img src="https://cdn.sparkfun.com/r/500-500/assets/parts/1/7/3/4/1/18037-SparkFun_GNSS_Receiver_Breakout_-_MAX-M10S__Qwiic_-01_Default.jpg" alt="SparkFun GNSS Receiver Breakout - MAX-M10S (Qwiic)" height="500px"></div>
2020
<h3 style="text-align: left">SparkFun GNSS Receiver Breakout - MAX-M10S (Qwiic)
@@ -88,7 +88,7 @@ Below are some other GPS antenna options.
8888

8989
<div class="container">
9090
<table style="border-style:none;">
91-
<tr >
91+
<tr>
9292
<td width="140">
9393
<a href="https://www.sparkfun.com/products/14987">
9494
<div style="text-align: center"><img src="https://cdn.sparkfun.com//assets/parts/1/3/2/9/1/14987-GPS_GNSS_Embedded_Antenna_SMA_-_1m-01a.jpg" alt="GPS/GNSS Embedded Antenna - 1m (SMA)" height="140"></div>
@@ -116,11 +116,11 @@ If you aren't familiar with the Qwiic system, we recommend reading [here for an
116116
<div style="text-align: center">
117117
<table style="border-style:none">
118118
<tr>
119-
<td>
119+
<td style="text-align: center; vertical-align: middle;">
120120
<div style="text-align: center"><a href="https://www.sparkfun.com/qwiic"><img src="https://cdn.sparkfun.com/r/457-457/assets/learn_tutorials/8/2/Qwiic-registered-black.png" alt="Qwiic Connect System" title="Click to learn more about the Qwiic Connect System!"></a></td></div>
121121
</tr>
122122
<tr>
123-
<td><div style="text-align: center"><i><a href="https://www.sparkfun.com/qwiic">Qwiic Connect System</a></i></div></td>
123+
<td style="text-align: center; vertical-align: middle;"><div style="text-align: center"><i><a href="https://www.sparkfun.com/qwiic">Qwiic Connect System</a></i></div></td>
124124
</tr>
125125
</table>
126126
</div>

0 commit comments

Comments
 (0)