47 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
| 
 | ||
|       <div class="container py-5 my-5">
 | ||
| 
 | ||
|         <h3 style="text-align: center;">Hello, {username}!</h3>
 | ||
| 
 | ||
|         <div class="row">
 | ||
|           <div class="col-lg-5 col-sm-12 order-md-1" style="max-height: 300px; text-align:center;">
 | ||
|             <img src="assets/avatar/Valeria_Fadeeva.jpg" style="max-width: 300px; max-height: 300px; border-radius: 50%;">
 | ||
|           </div>
 | ||
| 
 | ||
|           <div class="col-lg-7 col-sm-12 order-md-2">
 | ||
|             <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>
 | ||
| 
 | ||
|             <p>
 | ||
|               <ul>
 | ||
|                 <li>I have good knowledge of programming languages, databases, networks, computer design, work
 | ||
|                   operating systems, virtualization.</li>
 | ||
|                 <br>
 | ||
|                 <li>I study and program using Rust, Python, JavaScript, PostgreSQL, SQLite.</li>
 | ||
|                 <li>I also have an interest in Kotlin, TypeScript, NoSQL.</li>
 | ||
|               </ul>
 | ||
|               <br>
 | ||
|               <ul>
 | ||
|                 <li>I create products for myself and for people, one of the collections of my work is this operating system distribution
 | ||
|                   Melawy Linux</li>
 | ||
|                 <br>
 | ||
|                 <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 wasn’t going to make my own distribution, but then I wanted to package everything along the Unix-way, and
 | ||
|                   away we go</li>
 | ||
|               </ul>
 | ||
|             </p>
 | ||
| 
 | ||
|             <h3 style="text-align: center;">Thank me for my work</h3>
 | ||
|             <p>
 | ||
|                 <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>
 | ||
|                     <li><a href="https://nowpayments.io/donation?api_key=8Q6DDWH-YYQ4SRQ-JNSMG5B-E7FPYK9&source=lk_donation&medium=referral" target="_blank">Crypto</a></li>
 | ||
|                 </ul>
 | ||
|             </p>
 | ||
|           </div>
 | ||
|         </div>
 | ||
| 
 | ||
|       </div><!-- /.container -->
 |