From 7b6c3a5e9308b7df533a14172bf1ffd95dbb22a8 Mon Sep 17 00:00:00 2001 From: b1ek Date: Sun, 12 Mar 2023 01:47:37 +1000 Subject: [PATCH] write some text in about file (resume) --- react/resume/src/emulation/files.js | 38 +++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 5 deletions(-) diff --git a/react/resume/src/emulation/files.js b/react/resume/src/emulation/files.js index c77f3d6..61ce674 100644 --- a/react/resume/src/emulation/files.js +++ b/react/resume/src/emulation/files.js @@ -1,15 +1,43 @@ const Hi = (props) => { return {...props.children} } +const HR = () => { + return
; +} module.exports = { - 'about.txt': <> - Hi! This is my online resume. + 'README.md': <> +

# Hello there!

+
+ My name is Alice and I am a fullstack web developer.
+ I am a trans girl and I live in Russia.

- You can browse files with ls, and read them with cat. + This app was built with React.JS and Parcel.
+ +

## About me

+
+ I am vegan and like to listen to hyperpop/jpop. + Though being vegan, I do eat fried chicken occasionally.

- Also check out skills. + I honestly believe that governments are spying on us + every time they get a chance to, which is always. + This is why I run linux and use little to none of proprietary + software, all my connections are proxied through an offshore server + and I don't use The Internet when I don't have to.
+
+ I like PHP+JS and C. I use PHP+JS for work and C for passion projects, + as I find it too much of work and possible memory leaks and a lot of nasty + stuff. To be honestly, I don't imagine building a site or an IDE using just C. + Perhaps, if speed is very much important, I would look into C++, Rust or Go.
+
+ Also I have some experience with stuff like Arduino and/or Raspberry Pi. + I used to have a team of other makers and we tried to build a vending machine on a bunch of Arduinos and one Raspberry Orange Pi.
+
+ Read this app's source code + on Gitea + or Github , + 'super_secret_password.txt': - uwu, +

UwU

, } \ No newline at end of file