mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-10 00:13:02 +01:00
Remove links and uses pages
This commit is contained in:
parent
33200758d7
commit
d5fcd9275e
@ -1,57 +0,0 @@
|
|||||||
---
|
|
||||||
import BaseLayout from '../layouts/BaseLayout.astro';
|
|
||||||
---
|
|
||||||
|
|
||||||
<BaseLayout title="links" description="links to all platforms mac is on">
|
|
||||||
<h2>links</h2>
|
|
||||||
<ul class="inline-list">
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
href="https://github.com/maciejpedzich"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer">github</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
href="https://www.linkedin.com/in/maciejpedzich"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer">linkedin</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
href="https://twitter.com/maciejpedzich"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer">twitter</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
href="https://notacult.social/@macindahaus"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer">mastodon</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
href="https://open.spotify.com/user/jkmn666pyyh1kpn5367vt27l2?si=1d1d602e67ce4a9e"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer">spotify</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
href="https://maciejpedzich.hashnode.dev"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer">hashnode</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</BaseLayout>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
h2 {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
</style>
|
|
@ -1,43 +0,0 @@
|
|||||||
---
|
|
||||||
import BaseLayout from '../layouts/BaseLayout.astro';
|
|
||||||
---
|
|
||||||
|
|
||||||
<BaseLayout
|
|
||||||
title="uses"
|
|
||||||
description="page describing mac's setup, ie. his computer's specs and peripherals"
|
|
||||||
>
|
|
||||||
<h2>uses</h2>
|
|
||||||
<p>This page contains a list of specs for my laptop and my peripherals</p>
|
|
||||||
<h3>Laptop</h3>
|
|
||||||
<p>It's an HP Omen 16 with the following specs:</p>
|
|
||||||
<ul>
|
|
||||||
<li><strong>CPU</strong>: AMD Ryzen 7 5800H</li>
|
|
||||||
<li><strong>Discrete GPU</strong>: AMD Radeon RX 6600M</li>
|
|
||||||
<li><strong>RAM</strong>: 32 GB SODIMM DDR4 @ 3200 MHz</li>
|
|
||||||
<li><strong>Storage</strong>: 2 TB PCIe NVMe M.2 SSD</li>
|
|
||||||
<!-- prettier-ignore -->
|
|
||||||
<li>Display:
|
|
||||||
<ul>
|
|
||||||
<li><strong>Diagonal</strong>: 16.1 inches</li>
|
|
||||||
<li><strong>Resolution</strong>: 1920x1080 pixels</li>
|
|
||||||
<li><strong>Refresh Rate</strong>: 144 Hz</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<h3>Linux Stuff</h3>
|
|
||||||
<ul>
|
|
||||||
<li><strong>Distro</strong>: Arch Linux (btw.)</li>
|
|
||||||
<li><strong>Desktop Environment</strong>: KDE Plasma</li>
|
|
||||||
<li><strong>Display Manager</strong>: SDDM</li>
|
|
||||||
<li><strong>Shell</strong>: zsh</li>
|
|
||||||
<li><strong>Theme</strong>: Breeze Dark</li>
|
|
||||||
<li><strong>Terminal Emulator</strong>: Konsole</li>
|
|
||||||
<li><strong>Terminal Font</strong>: Hack Regular</li>
|
|
||||||
</ul>
|
|
||||||
</BaseLayout>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
h2 {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
</style>
|
|
Loading…
Reference in New Issue
Block a user