Compare commits

...

5 Commits

Author SHA1 Message Date
8ccbb6a32d Update README.md 2024-11-03 12:26:41 -06:00
bbabd8c5d2 don't separate badges at all 2024-02-29 01:51:54 -06:00
6e1745fbfa separate neovim badge from rest 2024-02-29 01:50:28 -06:00
89150c7882 can't style the badges 2024-02-29 01:49:36 -06:00
9c01d4e4d4 can't style the badges 2024-02-29 01:43:07 -06:00

View File

@ -1,11 +1,10 @@
# 👋🏾 Hi, Im @fyrfli # 👋🏾 Hi, Im @fyrfli
🤓 My real name is Camille Frantz. I was born in 🇯🇲[Kingston, Jamaica](https://en.wikipedia.org/wiki/Kingston,_Jamaica) and am now living in 🇺🇸[Missouri, United States](https://en.wikipedia.org/wiki/Missouri) with my retired Military husband and 3 🐕puppers. 🤓 My real name is Camille Frantz. I was born in 🇯🇲[Kingston, Jamaica](https://en.wikipedia.org/wiki/Kingston,_Jamaica) and am now living in 🇺🇸[Missouri, United States](https://en.wikipedia.org/wiki/Missouri) with my retired Military husband and 3 🐕puppers.
😕 I am a programmer who became a system and database administrator, who then did some writing and editing, which then turned into facilitative mediation, which led to a social work degree before I realised my calling was right back where I started neck-deep in code. 😕 I am a programmer who became a system and database administrator, who then did some writing and editing, which then turned into facilitative mediation, which led to a social work degree before I realised my calling was right back where I started neck-deep in code.
👀 I'm curious by nature so I dig deep and learn about all sorts of things. I've taught myself git (just enough to manage my own code), docker (just enough to run a few self-hosted apps including Gitlab), nginx (necessary to host my own websites and a reverse proxy), caddy (same as nginx) among other tools. I spend my days working on my self-hosted projects and learning more python, html, css, and javascript. 👀 I'm curious by nature so I dig deep and learn about all sorts of things. I've taught myself git (just enough to manage my own code), docker (just enough to run a few self-hosted apps including Gitea), nginx (necessary to host my own websites and a reverse proxy), caddy (similar to nginx) among other tools. I spend my days working on my self-hosted projects and learning more python, html, css, and javascript.
❤️ When I am not coding, I am playing 🎮video games or 📖reading or 📺binge watching some true crime series or movies. I've also been known to take 📷photographs. ❤️ When I am not coding, I am playing 🎮video games or 📖reading or 📺binge watching some true crime series or movies. I've also been known to take 📷photographs.
@ -20,27 +19,14 @@
--- ---
<style> !["Static Badge"](https://img.shields.io/badge/OS-debian?style=for-the-badge&logo=Debian&logoColor=orangered&label=Debian&labelColor=gray&color=darkred)
.badges { !["Static Badge"](https://img.shields.io/badge/OS-macos?style=for-the-badge&logo=macos&label=OS%20X&labelColor=gray&color=purple)
display: block; !["Static Badge"](https://img.shields.io/badge/Shell-bash?style=for-the-badge&logo=GNU%20Bash&logoColor=green&label=bash&labelColor=grey&color=olive)
margin: auto; !["Static Badge"](https://img.shields.io/badge/Code-html?style=for-the-badge&logo=html5&label=HTML&color=orange)
text-align: center; !["Static Badge"](https://img.shields.io/badge/Code-css3?style=for-the-badge&logo=css3&label=CSS&color=lightblue)
} !["Static Badge"](https://img.shields.io/badge/Code-python?style=for-the-badge&logo=python&label=python&color=teal)
</style> !["Static Badge"](https://img.shields.io/badge/Tool-red?style=for-the-badge&logo=git&label=git)
!["Static Badge"](https://img.shields.io/badge/Tool-caddy?style=for-the-badge&logo=Caddy&label=Caddy&labelColor=grey&color=olivedrab)
<div class="badges"> !["Static Badge"](https://img.shields.io/badge/Tool-red?style=for-the-badge&logo=nginx&label=nginx&labelColor=grey&color=darkgreen)
<img alt="Static Badge" src="https://img.shields.io/badge/OS-debian?style=for-the-badge&logo=Debian&logoColor=orangered&label=Debian&labelColor=gray&color=darkred"> !["Static Badge"](https://img.shields.io/badge/Tool-royalblue?style=for-the-badge&logo=Markdown&label=Markdown)
<img alt="Static Badge" src="https://img.shields.io/badge/OS-macos?style=for-the-badge&logo=macos&label=OS%20X&labelColor=gray&color=purple"> !["Static Badge"](https://img.shields.io/badge/Tool-neovim?style=for-the-badge&logo=Neovim&label=neovim&color=darkgoldenrod)
<br />
<img alt="Static Badge"src="https://img.shields.io/badge/Shell-bash?style=for-the-badge&logo=GNU%20Bash&logoColor=green&label=bash&labelColor=grey&color=olive" />
<img alt="Static Badge"src="https://img.shields.io/badge/Code-html?style=for-the-badge&logo=html5&label=HTML&color=orange" />
<img alt="Static Badge"src="https://img.shields.io/badge/Code-css3?style=for-the-badge&logo=css3&label=CSS&color=lightblue" />
<img alt="Static Badge"src="https://img.shields.io/badge/Code-python?style=for-the-badge&logo=python&label=python&color=teal" />
<img alt="Static Badge"src="https://img.shields.io/badge/Tool-royalblue?style=for-the-badge&logo=Markdown&label=Markdown" />
<br />
<img alt="Static Badge"src="https://img.shields.io/badge/Tool-red?style=for-the-badge&logo=git&label=git" />
<img alt="Static Badge"src="https://img.shields.io/badge/Tool-caddy?style=for-the-badge&logo=Caddy&label=Caddy&labelColor=grey&color=olivedrab" />
<img alt="Static Badge"src="https://img.shields.io/badge/Tool-red?style=for-the-badge&logo=nginx&label=nginx&labelColor=grey&color=darkgreen" />
<br />
<img alt="Static Badge"src="https://img.shields.io/badge/Tool-neovim?style=for-the-badge&logo=Neovim&label=neovim&color=darkgoldenrod" />
</div>