diff options
author | Minteck <contact@minteck.org> | 2022-05-08 00:24:58 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-05-08 00:24:58 +0200 |
commit | 3c65754a5e6851d1ec08f60f13ee27846f1f32e5 (patch) | |
tree | 2ffe2ab27907211cf4a318dcf9b6985e0001387e /about/index.php | |
parent | 48766d0eb788026db658fea1692cffda8fe71d26 (diff) | |
download | ember-3c65754a5e6851d1ec08f60f13ee27846f1f32e5.tar.gz ember-3c65754a5e6851d1ec08f60f13ee27846f1f32e5.tar.bz2 ember-3c65754a5e6851d1ec08f60f13ee27846f1f32e5.zip |
Make 'Flagship' and 'Showcase' tags not be shown
Diffstat (limited to 'about/index.php')
-rw-r--r-- | about/index.php | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/about/index.php b/about/index.php index d371693..65ed9c4 100644 --- a/about/index.php +++ b/about/index.php @@ -7,6 +7,7 @@ <h3 class="text-center">I'm the computer pegasus</h3> <p>TODO: Add some sort of circles with things I like (MLP, computers, Linux, OSS, music, video, photography, graphical design)</p> + <div id="circles"></div> <p><b>Info about me:</b></p> <table class="table"> @@ -61,11 +62,11 @@ </tr> <tr> <td class="toe-title"><b>OS</b></td> - <td class="toe-description">Chrome OS Flex</td> + <td class="toe-description">Arch Linux</td> </tr> <tr> <td class="toe-title"><b>CPU</b></td> - <td class="toe-description">x86_64, Intel Core i5 vPro (4 CPU cores)</td> + <td class="toe-description">x86_64, Intel Core i5 vPro 5300U (4 CPU cores)</td> </tr> <tr> <td class="toe-title"><b>RAM</b></td> @@ -87,7 +88,7 @@ </tr> <tr> <td class="toe-title"><b>OS</b></td> - <td class="toe-description">Unknown/None</td> + <td class="toe-description">Unknown/None/Changing too frequently</td> </tr> <tr> <td class="toe-title"><b>CPU</b></td> @@ -143,7 +144,7 @@ </tr> <tr> <td class="toe-title"><b>CPU</b></td> - <td class="toe-description">x86_64, AMD Ryzen 7 5600U (8 CPU cores, 16 threads)</td> + <td class="toe-description">x86_64, AMD Ryzen 7 5700U (8 CPU cores, 16 threads)</td> </tr> <tr> <td class="toe-title"><b>RAM</b></td> @@ -169,7 +170,7 @@ </tr> <tr> <td class="toe-title"><b>CPU</b></td> - <td class="toe-description">arm64, Broadcom (4 CPU cores)</td> + <td class="toe-description">arm64, Broadcom BCM 2835 (4 CPU cores)</td> </tr> <tr> <td class="toe-title"><b>RAM</b></td> @@ -177,7 +178,7 @@ </tr> <tr> <td class="toe-title"><b>Storage</b></td> - <td class="toe-description">64GB SanDisk SD (to be replaced)</td> + <td class="toe-description">64GB SanDisk Ultra USB</td> </tr> </tbody> </table> |