Skip to content

Commit

Permalink
Add the support for a table
Browse files Browse the repository at this point in the history
  • Loading branch information
Suriv committed Jan 16, 2019
1 parent 5960598 commit 50ccd89
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 11 deletions.
50 changes: 50 additions & 0 deletions docs/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,56 @@ <h3>Lorem ipsum</h3>
<li>Accusantium ipsam soluta</li>
<li><strong>Maxime</strong>, nemo</li>
</ol>
<div class="table_content">
<table>
<thead>
<tr>
<th>#</th>
<th>Element</th>
<th>EV3 P-Brick</th>
<th>Raspberry Pi 3 Model B+</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Hardware</td>
<td>EV3 Brick</td>
<td>BrickPi+, BrickPi3, PiStorms</td>
</tr>
<tr>
<td>2</td>
<td>SoC</td>
<td>TI Sitara AM1808</td>
<td>Broadcom BCM2837B0</td>
</tr>
<tr>
<td>3</td>
<td>CPU</td>
<td>1× ARM926EJ-S @ 300MHz (<a href="https://lechnology.com/2018/06/overclocking-lego-mindstorms-ev3-part-2/" rel="nofollow">max 456MHz</a>)</td>
<td>4× ARM Cortex-A53 @ 1400MHz</td>
</tr>
<tr>
<td>4</td>
<td>RAM</td>
<td>64 MB LPDDR</td>
<td>1024 MB LPDDR2 (900 MHz)</td>
</tr>
<tr>
<td>5</td>
<td>USB Host</td>
<td>1× USB 1.1 (without onboard hub)</td>
<td>4× USB 2.0 (from onboard hub)</td>
</tr>
<tr>
<td>6</td>
<td>Year</td>
<td>2010</td>
<td>2018</td>
</tr>
</tbody>
</table>
</div>
</article>
</section>
</main>
Expand Down
Loading

0 comments on commit 50ccd89

Please sign in to comment.