melawy-en-site/public/about.tpl.html

47 lines
2.3 KiB
HTML
Raw Normal View History

2023-11-01 02:32:48 +05:00
<div class="container py-5 my-5">
2024-01-05 21:42:32 +05:00
<h3 style="text-align: center;">Hello, {username}!</h3>
2023-11-01 02:32:48 +05:00
2023-11-26 17:03:16 +05:00
<div class="row">
<div class="col-lg-5 col-sm-12 order-md-1" style="max-height: 300px; text-align:center;">
2023-11-26 16:52:12 +05:00
<img src="assets/avatar/Valeria_Fadeeva.jpg" style="max-width: 300px; max-height: 300px; border-radius: 50%;">
</div>
2023-11-26 17:04:47 +05:00
2023-11-26 17:03:16 +05:00
<div class="col-lg-7 col-sm-12 order-md-2">
2024-01-05 21:42:32 +05:00
<h2 class="featurette-heading fw-normal lh-1" style="text-align: center;"><span class="text-muted">My name is Valeria</span></h2>
<p class="lead">Creator of the Melawy Linux operating system distribution</p>
2023-11-01 02:32:48 +05:00
2023-12-15 16:07:01 +05:00
<p>
<ul>
2024-01-05 21:42:32 +05:00
<li>I have good knowledge of programming languages, databases, networks, computer design, work
operating systems, virtualization.</li>
2023-12-15 16:07:01 +05:00
<br>
2024-01-05 21:42:32 +05:00
<li>I study and program using Rust, Python, JavaScript, PostgreSQL, SQLite.</li>
<li>I also have an interest in Kotlin, TypeScript, NoSQL.</li>
2023-12-15 16:07:01 +05:00
</ul>
2023-11-01 02:32:48 +05:00
<br>
2023-12-15 16:07:01 +05:00
<ul>
2024-01-05 21:42:32 +05:00
<li>I create products for myself and for people, one of the collections of my work is this operating system distribution
2023-12-15 16:07:01 +05:00
Melawy Linux</li>
<br>
2024-01-05 21:42:32 +05:00
<li>This project started in April 2022 with a skin kit for the GRUB boot loader, rEFInd and a set
Bash scripts for bringing other Arch Linux distributions to normal state after installation</li>
<li>I wasnt going to make my own distribution, but then I wanted to package everything along the Unix-way, and
away we go</li>
2023-12-15 16:07:01 +05:00
</ul>
</p>
2024-01-05 21:42:32 +05:00
<h3 style="text-align: center;">Thank me for my work</h3>
2023-11-01 02:32:48 +05:00
<p>
2023-12-15 16:07:01 +05:00
<ul>
<li><a href="https://www.tinkoff.ru/cf/7OmVoFjdFNI" target="_blank">Tinkoff Bank</a></li>
<li><a href="https://boosty.to/melawy" target="_blank">Boosty</a></li>
2023-12-24 22:55:27 +05:00
<li><a href="https://nowpayments.io/donation?api_key=8Q6DDWH-YYQ4SRQ-JNSMG5B-E7FPYK9&source=lk_donation&medium=referral" target="_blank">Crypto</a></li>
2023-12-15 16:07:01 +05:00
</ul>
2023-11-01 02:32:48 +05:00
</p>
</div>
</div>
</div><!-- /.container -->