placed tables in diff order + added FF extension
This commit is contained in:
parent
7701b969c6
commit
e5eb12a574
1 changed files with 23 additions and 13 deletions
|
@ -19,19 +19,6 @@
|
|||
</header>
|
||||
|
||||
<main id="content" class="main-content" role="main">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Github projects</th>
|
||||
<th>Description</th>
|
||||
<th>GitHub link</th>
|
||||
<th>Language</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="userRepo">
|
||||
<script src="./script/script.js"></script>
|
||||
</tbody>
|
||||
</table>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -78,6 +65,15 @@
|
|||
<a href="./nsc-web/">https://arrayinamatrix.xyz/index/projects/nsc-web/</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RGB YouTube Progress Bar</td>
|
||||
<td>
|
||||
Makes the YouTube progress bar cycle through different RGB colors.
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://addons.mozilla.org/addon/rgb-youtube-progress-bar/">https://addons.mozilla.org/addon/rgb-youtube-progress-bar/</a>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- <tr>
|
||||
<td>Other Projects</td>
|
||||
<td>
|
||||
|
@ -89,6 +85,20 @@
|
|||
</tr> -->
|
||||
</tbody>
|
||||
</table>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Github projects</th>
|
||||
<th>Description</th>
|
||||
<th>GitHub link</th>
|
||||
<th>Language</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="userRepo">
|
||||
<script src="./script/script.js"></script>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<footer class="site-footer">
|
||||
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Reference in a new issue