feat: Project dialog, updated screenshots, migration to bun
This commit is contained in:
@@ -35,27 +35,31 @@
|
||||
},
|
||||
"projects": {
|
||||
"title": "My projects",
|
||||
"intro": "Okay, I'll be honest — these are basically all for a virtual state project called the Duspean Republic, named after my cat. Yes, I built a couple of governmental sites for an imaginary country and for the organisation where it is. It's kinda embarrassing, but also... I learned a ton doing it? So here they are:",
|
||||
"intro": "Okay, I'll be honest — almost all of them are basically for a virtual state project called the Duspean Republic, named after my cat. Yes, I built a couple of governmental sites for an imaginary country and for the organisation where it is. It's kinda embarrassing, but also... I learned a ton doing it? So here they are:",
|
||||
"items": [
|
||||
{
|
||||
"logoAlt": "Dusiburg ID logo",
|
||||
"title": "Dusiburg ID",
|
||||
"description": "The main e-government platform with everything a virtual state needs — citizen registration, a banking system with national currency, document registry, government forms, and even a little military wiki."
|
||||
"description": "The main e-government platform of the Duspean Republic with everything a virtual state needs.",
|
||||
"text": "For a long time, Dusiburg relied on what VK could offer — groups, chats, and discussions where all information was published. However, over time it became clear that these things was too inflexible, so I decided to create own website for the country. The site has various forms, a bank module, and automated system for registering bills in the Parliament of the Duspean Republic."
|
||||
},
|
||||
{
|
||||
"logoAlt": "Map logo",
|
||||
"title": "Map of Virtual Countries",
|
||||
"description": "An interactive map of the Organisation of Virtual Nations, displaying territories of virtual states including the Duspean Republic."
|
||||
"description": "An interactive map of the Organisation of Virtual Nations, displaying territories of virtual states including the Duspean Republic.",
|
||||
"text": "For a long time, the Organization of Virtual Nations lacked an up-to-date map of its members. Maps created in GIMP were inaccurate and quickly became outdated. That's why I created an interactive map that can be easily updated and makes it's simple to find information about virtual countries."
|
||||
},
|
||||
{
|
||||
"logoAlt": "Vote logo",
|
||||
"title": "Central Election Commission",
|
||||
"description": "A voting platform for conducting elections, referendums, and polls with auth to ensure only citizens of Dusiburg can vote."
|
||||
"description": "A voting platform for conducting elections, referendums, and polls with auth to ensure only citizens of Dusiburg can vote.",
|
||||
"text": "When elections in Dusiburg were on VK, we often had to choose between honesty and anonymity because candidates would sometimes ask friends to vote for them in private polls. So I built my own platform with authentication via Dusiburg ID, ensuring that only DU citizens vote. Recently, I added bills registration system for the Parliament of Dusiburg: parliamentarians vote, and the result is automatically sent to the President. He either signs or rejects the bill. If approved, it's automatucally published on Dusiburg ID. One of the biggest challenges was implementing interaction between the CEC site, Dusiburg ID, and the VK and Telegram bots."
|
||||
},
|
||||
{
|
||||
"logoAlt": "Fastlink logo",
|
||||
"title": "Fastlink",
|
||||
"description": "This is what I'm currently working on. It's a try to create a messanger-like service in order to practice my Go knowledge in backend. Of course, it's not ready yet..."
|
||||
"description": "This is what I'm currently working on (and, surprisingly, it's not related to Dusiburg). It's a try to create a messanger-like service in order to practice my Go knowledge in backend. Of course, it's not ready yet...",
|
||||
"text": "I'm currently working on Fastlink — an attempt to create a simple messenger with backend built with Go. The project is still being developed. I hope to eventually bring it to a state where I can publish it on GitHub. Basically, the main purpose of the project is to help me understand Go better."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user