mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Adding markdown for uses page and image centering size.
This commit is contained in:
parent
0d30bf973d
commit
36e236bf75
5 changed files with 131 additions and 5 deletions
|
|
@ -21,6 +21,7 @@
|
|||
<style lang="postcss">
|
||||
.show-icon {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
|
||||
&:hover {
|
||||
|
|
|
|||
117
src/lib/content/uses/development.md
Normal file
117
src/lib/content/uses/development.md
Normal file
|
|
@ -0,0 +1,117 @@
|
|||
<script>
|
||||
import ExternalLink from '$lib/components/ExternalLink.svelte';
|
||||
</script>
|
||||
|
||||
## Development
|
||||
|
||||
My development setup has been documented here: <ExternalLink ariaLabel="Bradley Shellnut Computer Setup" href="https://github.com/BradNut/computer-setup-info/blob/master/linux/Environment-Setup.md" showIcon>Computer Setup Info</ExternalLink>.
|
||||
|
||||
And documentation for my terminal and coding setup can be found here: <ExternalLink ariaLabel="Bradley Shellnut Dotfiles" href="https://github.com/BradNut/dotfiles" showIcon>Dotfiles</ExternalLink>.
|
||||
|
||||
### Terminal & Shell Setup
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
Linux default terminal running ZSH and <ExternalLink ariaLabel="Starship Prompt" href="https://starship.rs" showIcon>Starship</ExternalLink>.
|
||||
</li>
|
||||
<li>
|
||||
Mac: <ExternalLink ariaLabel="iTerm 2 Terminal" href="https://iterm2.com/" showIcon>iTerm2</ExternalLink>
|
||||
</li>
|
||||
<li>
|
||||
<ExternalLink ariaLable="Oh My Zsh" href="https://github.com/robbyrussell/oh-my-zsh" showIcon>Oh My Zsh</ExternalLink>
|
||||
</li>
|
||||
<li>
|
||||
Zsh Plugins:
|
||||
<ul>
|
||||
<li>
|
||||
<ExternalLink ariaLael="Z plugin" href="https://github.com/agkozak/zsh-z" showIcon>Z</ExternalLink>
|
||||
</li>
|
||||
<li>
|
||||
<ExternalLink ariaLabel="Autosuggestion plugin" href="https://github.com/zsh-users/zsh-autosuggestions" showIcon>zsh-autosuggestions</ExternalLink>
|
||||
</li>
|
||||
<li>
|
||||
<ExternalLink ariaLabel="Syntax highlighting plugin" href="https://github.com/zsh-users/zsh-syntax-highlighting" showIcon>zsh-syntax-highlighting</ExternalLink>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
### Useful System Packages
|
||||
|
||||
- <ExternalLink ariaLabel="Linux Brew Link" href="https://docs.brew.sh/Homebrew-on-Linux" showIcon>Linux Brew</ExternalLink>
|
||||
- <ExternalLink ariaLabel="Homebrew Link" href="https://brew.sh/" showIcon>Homebrew</ExternalLink>
|
||||
- <ExternalLink ariaLabel="TLDR Man Pages" href="https://tldr.sh/" showIcon>TLDR Man Pages</ExternalLink>
|
||||
- <ExternalLink ariaLabel="Trash-CLI" href="https://www.npmjs.com/package/trash-cli" showIcon>Trash-CLI</ExternalLink>
|
||||
|
||||
### Software
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<ExternalLink ariaLabel="VS Codium Website" href="https://vscodium.com/" showIcon>VSCodium</ExternalLink>
|
||||
</li>
|
||||
<li>
|
||||
My extensions list: <ExternalLink ariaLabel="VS Code Extensions" href="https://github.com/BradNut/dotfiles/blob/master/vs-code-extensions-i-use.md" showIcon>VSCode Extensions List</ExternalLink>
|
||||
</li>
|
||||
<li>
|
||||
<ExternalLink ariaLabel="Sublime Text 3 Website" href="https://www.sublimetext.com/3" showIcon>Sublime Text 3</ExternalLink>
|
||||
</li>
|
||||
<li>
|
||||
Sublime Packages:
|
||||
<ul>
|
||||
<li>
|
||||
<ExternalLink ariaLabel="Prettify Package" href="https://packagecontrol.io/packages/HTML-CSS-JS%20Prettify" showIcon>HTML-CSS-JS Prettify</ExternalLink>
|
||||
</li>
|
||||
<li>
|
||||
<ExternalLink ariaLabel="A File Icon" href="https://packagecontrol.io/packages/A%20File%20Icon" showIcon>A File Icon</ExternalLink>
|
||||
</li>
|
||||
<li>
|
||||
<ExternalLink ariaLabel="Color Picker Package" href="https://packagecontrol.io/packages/ColorPicker" showIcon>Color Picker</ExternalLink>
|
||||
</li>
|
||||
<li>
|
||||
<ExternalLink ariaLabel="Git Gutter Color Package" href="https://packagecontrol.io/packages/Gutter%20Color" showIcon>Gutter Color</ExternalLink>
|
||||
</li>
|
||||
<li>
|
||||
<ExternalLink ariaLabel="Rainbow Brackets Package" href="https://github.com/absop/RainbowBrackets" showIcon>Rainbow Brackets</ExternalLink>
|
||||
</li>
|
||||
<li>
|
||||
<ExternalLink ariaLabel="Cobalt2 Theme" href="https://packagecontrol.io/packages/Theme%20-%20Cobalt2" showIcon>Cobalt2 Theme</ExternalLink>
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
<ExternalLink ariaLabel="IntelliJ IDEA" href="https://jetbrains.com/idea/" showIcon>IntelliJ Ultimate</ExternalLink>
|
||||
</li>
|
||||
<li>
|
||||
IntelliJ Plugins:
|
||||
<ul>
|
||||
<li>
|
||||
<ExternalLink ariaLabel="Git Helper Plugin" href="https://plugins.jetbrains.com/plugin/7499-gittoolbox" showIcon>GitToolBox</ExternalLink>
|
||||
</li>
|
||||
<li>
|
||||
<ExternalLink ariaLabel="Kotlin Helper Plugin" href="https://plugins.jetbrains.com/plugin/6954-kotlin" showIcon>Kotlin</ExternalLink>
|
||||
</li>
|
||||
<li>
|
||||
<ExternalLink ariaLabel="Lombok Plugin" href="https://plugins.jetbrains.com/plugin/6317-lombok" showIcon>Lombok</ExternalLink>
|
||||
</li>
|
||||
<li>
|
||||
<ExternalLink ariaLabel="Prettier Formatter" href="https://plugins.jetbrains.com/plugin/10456-prettier" showIcon>Prettier</ExternalLink>
|
||||
</li>
|
||||
<li>
|
||||
<ExternalLink ariaLabel="Java Linter" href="https://plugins.jetbrains.com/plugin/7973-sonarlint" showIcon>Sonar Lint</ExternalLink>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
### Useful Applications
|
||||
|
||||
- <ExternalLink ariaLabel="Postman Website" href="https://postman.com/" showIcon>Postman</ExternalLink>
|
||||
|
||||
### Browsers
|
||||
|
||||
- <ExternalLink ariaLabel="Firefox Best Edition" href="https://www.mozilla.org/en-US/firefox/developer/" showIcon>Firefox Developer Edition</ExternalLink>
|
||||
|
||||
<style lang="postcss">
|
||||
li {
|
||||
padding-left: 0.8rem;
|
||||
}
|
||||
</style>
|
||||
10
src/lib/content/uses/hardware-accessories.md
Normal file
10
src/lib/content/uses/hardware-accessories.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
## Hardware & Accessories
|
||||
|
||||
- MacBook Pro 15-inch for work.
|
||||
- Personal desktop running [PopOS](https://pop.system76.com/ 'PopOS Linux Distro').
|
||||
- Dell XPS 13 running PopOS.
|
||||
- Phone 📱: Pixel 6 running [GrapheneOS](https://grapheneos.org/).
|
||||
- Keyboard ⌨️: [Ducky Keyboard](https://www.duckychannel.com.tw/en/Ducky-One2-RGB-TKL 'Ducky One 2 RGB TKL Keyboard')
|
||||
- Mouse 🖱️: [Logitech G502 Gaming Mouse](https://www.amazon.com/Logitech-G502-Performance-Gaming-Mouse/dp/B07GBZ4Q68 'Logitech G502 Gaming Mouse')
|
||||
- Chair 🪑: [SecretLab Omega 2020 Fabric](https://secretlabus.myshopify.com/collections/omega-series#omega_2020-stealth 'Secretlab Omega 2020 Fabric')
|
||||
- Monitor 🖥️: [Samsung Odyssey G7 Gaming Monitor](https://www.samsung.com/us/computing/monitors/gaming/32--odyssey-g7-gaming-monitor-lc32g75tqsnxza/ 'Samsung Odyssey G7 Gaming Monitor')
|
||||
0
src/lib/content/uses/privacy-hardware-software.md
Normal file
0
src/lib/content/uses/privacy-hardware-software.md
Normal file
|
|
@ -260,15 +260,13 @@
|
|||
<div
|
||||
style="
|
||||
display: grid;
|
||||
grid-template-columns: minmax(400px, 0.5fr);
|
||||
grid-template-columns: minmax(200px, 400px);
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
"
|
||||
>
|
||||
|
||||
<Img class="portfolio-image better-blur" src={space_needle} alt="Clip art of the Seattle space needle" />
|
||||
<p class="center">Seattle Space Needle</p>
|
||||
|
||||
<Img class="portfolio-image better-blur" src={space_needle} alt="Clip art of the Seattle space needle" />
|
||||
<p class="center">Seattle Space Needle</p>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue