mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-10 00:13:02 +01:00
Make "item names" bold
This commit is contained in:
parent
4d7cd39738
commit
0ced9fd005
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -1,6 +0,0 @@
|
||||
{
|
||||
"yaml.schemas": {
|
||||
"file:///c%3A/Users/Maciej/.vscode/extensions/atlassian.atlascode-2.10.1/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml",
|
||||
"https://json.schemastore.org/github-workflow.json": "file:///c%3A/Workspaces/my-website/.github/workflows/deploy.yml"
|
||||
}
|
||||
}
|
6
package-lock.json
generated
6
package-lock.json
generated
@ -7005,7 +7005,8 @@
|
||||
"acorn-jsx": {
|
||||
"version": "5.3.2",
|
||||
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
|
||||
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ=="
|
||||
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
|
||||
"requires": {}
|
||||
},
|
||||
"ansi-align": {
|
||||
"version": "3.0.1",
|
||||
@ -10231,7 +10232,8 @@
|
||||
"vitefu": {
|
||||
"version": "0.2.4",
|
||||
"resolved": "https://registry.npmjs.org/vitefu/-/vitefu-0.2.4.tgz",
|
||||
"integrity": "sha512-fanAXjSaf9xXtOOeno8wZXIhgia+CZury481LsDaV++lSvcU2R9Ch2bPh3PYFyoHW+w9LqAeYRISVQjUIew14g=="
|
||||
"integrity": "sha512-fanAXjSaf9xXtOOeno8wZXIhgia+CZury481LsDaV++lSvcU2R9Ch2bPh3PYFyoHW+w9LqAeYRISVQjUIew14g==",
|
||||
"requires": {}
|
||||
},
|
||||
"vscode-oniguruma": {
|
||||
"version": "1.7.0",
|
||||
|
@ -11,36 +11,28 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
<h3>Laptop</h3>
|
||||
<p>It's an HP Omen 16 with the following specs:</p>
|
||||
<ul>
|
||||
<li>CPU: AMD Ryzen 7 5800H</li>
|
||||
<li>Discrete GPU: AMD Radeon RX 6600M</li>
|
||||
<li>RAM: 32 GB SODIMM DDR4 @ 3200 MHz</li>
|
||||
<li>Storage: 2 TB PCIe NVMe M.2 SSD</li>
|
||||
<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>Diagonal: 16.1 inches</li>
|
||||
<li>Resolution: 1920x1080 pixels</li>
|
||||
<li>Refresh rate: 144 Hz</li>
|
||||
<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>Distro: Arch Linux (btw.)</li>
|
||||
<li>Desktop Environment: KDE Plasma</li>
|
||||
<li>Display Manager: SDDM</li>
|
||||
<li>Shell: zsh</li>
|
||||
<li>Theme: Breeze Dark</li>
|
||||
<li>Terminal Emulator: Konsole</li>
|
||||
<li>Terminal Font: Hack Regular</li>
|
||||
</ul>
|
||||
<h3>Peripherals</h3>
|
||||
<ul>
|
||||
<li>External display: Philips 32PFT4132 TV</li>
|
||||
<li>Keyboard: SPC Gear GK630K Tournament Kailh Brown RGB</li>
|
||||
<li>Mouse: Dell WM126</li>
|
||||
<li>Microphone: SPC Gear SM900T</li>
|
||||
<li>Webcam: Thronmax Stream GO X1 1080P</li>
|
||||
<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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user