From 4acb352ced79c92c199ff6f36bd981f7e475fb53 Mon Sep 17 00:00:00 2001 From: RinRi Date: Sun, 6 Jun 2021 13:39:47 +0600 Subject: [PATCH] add about me page --- about.html | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++ css/style.css | 6 +++- index.html | 19 +++++----- rec.html | 1 + 4 files changed, 112 insertions(+), 10 deletions(-) create mode 100755 about.html diff --git a/about.html b/about.html new file mode 100755 index 0000000..cab241d --- /dev/null +++ b/about.html @@ -0,0 +1,96 @@ + + + + + + + + + + RinRi - Homepage + + + + +
+

About me

+ +
+

+ Hi! My real name is Amirlan Sharipov. I am a young seeker of knowledge and also an Information Security enthusiast looking for my first job. +

+

+ Contact me at rin(AT)rinri-d(D0T)xyz, and I will send you my CV. +

+ +

Experience

+
+ +

Linux & InfoSec

+

+ I use Linux as my desktop OS(currently using arch, btw) for more than 3-years and use Debian on my VPS for hosting my website, e-mail server, Gitea, and Nextcloud instances. I configured tons of software like Nginx, OpenVPN, databases(MySQL, PostgreSQL, MongoDB), Gitea, Nextcloud on my server, and many programs on my desktop OS(dotfiles and software I use are available on my Gitea instance). +

+

+ I enjoy solving interesting CTF challenges on web application security, reverse engineering, forensics, etc. I completed some wargames like Overthewire's bandit on Linux and scripting, many CTFlearn, and picoCTF challenges. Currently, I am solving Overthewire's Natas on web application security, Hackthebox, and hacking on my home lab. +

+ +
+

Competitive programming

+

+ In high school, I studied Competitive programming, data structures, and algorithms. I won several Olympiads in Informatics, such as International Zhautykov Olympiad, Kazakhstan National Olympiad. While competing in Olympiads, I developed beneficial skills like problem-solving, creativity, and debugging. Competitive programming taught me many code techniques for developing optimized and fast programs. +

+ +
+

Web Development

+

+ As for Web Development, I developed several websites and web applications like an e-commerce website(online shop) and a Blog app on my website. Their source code is available on Gitea and GitHub. I used different technologies: PHP and MySQL for e-commerce and Node.js, Express.js, MongoDB for the Blog app. +

+ +
+ + + + + + + + + \ No newline at end of file diff --git a/css/style.css b/css/style.css index e1218c8..d7668bf 100755 --- a/css/style.css +++ b/css/style.css @@ -8,7 +8,7 @@ --color0: #404b69; --color1: #0fff83; --color2: #2effaf; - --color3: #2effaf; + --color3: #8ffcc9; --color4: #2ee0ff; --color5: #3fb4d1; --color6: #c59820; @@ -113,6 +113,10 @@ h3 { color: var(--color3); } +h4 { + color: var(--color3); +} + .navbar-default .navbar-brand { color: var(--color1); } diff --git a/index.html b/index.html index 5cb8036..7d2c046 100755 --- a/index.html +++ b/index.html @@ -26,6 +26,7 @@ Apps Code Recommendations + About @@ -33,21 +34,21 @@

Welcome! I am RinRi.

- I am interested in Open Source, Minimalist Programs, Privacy, Competitive programming (My Codeforces account), C/C++ programming, Web Development, Data - Science and Machine Learning. I also like IoT, Arduino and Hi-Fi headphones, etc. + I am interested in InfoSec, Privacy, Open-Source, Minimalist Software, Competitive programming (My Codeforces account), C/C++ programming, Web Development, and IoT.

- This is my personal website. Here you can find my blog, apps and git. Hope, you - will enjoy it. You can find my - contact information at the bottom of the page. + Currently, I am open to job offers. Contact me: rin(AT)rinri-d(D0T)xyz. +

+

+ Hope you will enjoy my personal website. Here you can find my blog, apps and git. You can find my contact information at the bottom of the page.

Plans: