update eng
This commit is contained in:
parent
5b769aaa6f
commit
ea20a93d96
1 changed files with 2 additions and 3 deletions
5
en.html
5
en.html
|
@ -116,19 +116,18 @@
|
||||||
<div class="projects-container">
|
<div class="projects-container">
|
||||||
<div id="programming-projects" class="project-type">
|
<div id="programming-projects" class="project-type">
|
||||||
<div class="project">
|
<div class="project">
|
||||||
<h3>Bookstore Website Project: The Dark Anatheum (in progress)</h3>
|
<h3>Bookstore Website Project: The Dark Anatheum</h3>
|
||||||
<p>A project created to learn and apply modern web technologies and backend architecture in Rust.</p>
|
<p>A project created to learn and apply modern web technologies and backend architecture in Rust.</p>
|
||||||
<ul style="margin-left: 1.5rem; margin-top: 0.5rem;">
|
<ul style="margin-left: 1.5rem; margin-top: 0.5rem;">
|
||||||
<li>Implementation of the backend in Rust using Actix Web</li>
|
<li>Implementation of the backend in Rust using Actix Web</li>
|
||||||
<li>Designing a PostgreSQL database for managing users and orders</li>
|
<li>Designing a PostgreSQL database for managing users and orders</li>
|
||||||
<li>Creating a dynamic book catalog with filtering and sorting features</li>
|
<li>Creating a dynamic book catalog with filtering and sorting features</li>
|
||||||
<li>Adding a user review and rating system for products</li>
|
|
||||||
<li>Integrating a shopping cart with product management options</li>
|
<li>Integrating a shopping cart with product management options</li>
|
||||||
<li>Developing an intuitive user interface with HTML, CSS, and TypeScript</li>
|
<li>Developing an intuitive user interface with HTML, CSS, and TypeScript</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="project-links">
|
<div class="project-links">
|
||||||
<a href="https://forgia.sykorax.eu/lheor/athenaeum" class="portfolio-link">Other projects →</a>
|
<a href="https://athenaeum.sykorax.eu/" class="portfolio-link">Check it out ( login:demo@example.com | pass:demodemo ) →</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue