diff --git a/app/components/ContactIcons.tsx b/app/components/ContactIcons.tsx index 3570d40..f16d9c4 100755 --- a/app/components/ContactIcons.tsx +++ b/app/components/ContactIcons.tsx @@ -1,7 +1,9 @@ import * as icons from 'simple-icons'; -import pixelfedIcon from "../../public/icons/pixelfed.svg"; +import PixelfedIcon from './Extra/Pixelfed'; import Image from 'next/image'; +console.log(icons); + let ContactIcons = () => { return (
- My main field of work is server administration. I am running my own self-hosted ecosystem as well as currently administering the IT infrastructure (servers, networking, firewalls) + My main field of work is server administration. I am running, WinsCloud, my own self-hosted ecosystem as well as currently administering the IT infrastructure (servers, networking, firewalls) at my father's company.
My other field of work is creating web applications. I specialize in backend development with Node.js and PHP, as well as working with relational databases, such as MySQL / MariaDB.
+I am currently learning low-level programming using C, along with + x86 and RISC-V Assembly for lower level interactions with hardware. +
- I am in the process of learning programming languages such as C / C++ as well as Arduino programming. + I am in the process of learning programming languages such as C along with Assembly languages on multiple architectures like + x86, RISC-V and 6502.