From 45557cdd61850abc30959c39054d29b45fefb8c2 Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 16 Dec 2021 23:06:28 +0100 Subject: It's finally done! --- htdocs/public/index.ejs | 399 +++++++++++++++++++++--------------------------- 1 file changed, 171 insertions(+), 228 deletions(-) (limited to 'htdocs/public/index.ejs') diff --git a/htdocs/public/index.ejs b/htdocs/public/index.ejs index 65b8e49..7ce99bd 100644 --- a/htdocs/public/index.ejs +++ b/htdocs/public/index.ejs @@ -1,250 +1,193 @@ -<% global.title = lang.main.page; %> -<%- include(`${private}/header.ejs`) %> +<% delete global.title; %> +<%- await include(`${private}/header.ejs`) %> -TODO (<%- slang %>) - -
-
- - -
-

<%- lang.main.intro.title %>

-

— - <% - items = lang.main.intro.tagline - - let item = items[Math.floor(Math.random() * items.length)] - %> - <%- item %> - —

-

<%- lang.main.intro.subtitle %>

+
+
+

+ WolfEye
+ <%- lang.home.tagline %>
+ +

+
+ +
+
+ +
+
+
+ + + + + + + +
- - -

+ -
-
- -

<%- lang.main.elements.projects.title %>

-

<%- lang.main.elements.projects.description %>

- <%- lang.main.elements.projects.action %> → -
-
- -

<%- lang.main.elements.contact.title %>

-

<%- lang.main.elements.contact.description %>

- <%- lang.main.elements.contact.action %> ↓ -
-
- -

<%- lang.main.elements.about.title %>

-

<%- lang.main.elements.about.description %>

- <%- lang.main.elements.about.action %> ↓ +
+
+
+
+

<%- lang.home.yours.replace("[", "").replace("]", "") %>

+
+
+ +

<%- lang.home.arguments.bias.title %>

+

<%- lang.home.arguments.bias.description %>

+
+
+ +

<%- lang.home.arguments.privacy.title %>

+

<%- lang.home.arguments.privacy.description %>

+
+
+ +

<%- lang.home.arguments.dependency.title %>

+

<%- lang.home.arguments.dependency.description %>

+
+
+
+
+
+
+
- - -
- <%- lang.main.elements.about.action %> ↓ +
+
+
+
+
+
+

kartik|

+

Kartik is an online car racing game developed by Minteck in early 2021. The game is made of its own engine based on GitHub's Electron; which use have caused major problems during the development; Minteck said on her blog that she doesn't even know how to properly use Electron. The game releases on June 12th 2021, and with bug fixing updates until October 1st 2021. Kartik was originally supposed to be released under a proprietary license, but was made open source later in the development as per the JetBrains License Agreement.

Minteck

+
+
+
+

<%- lang.home.info.title.replace("[", "").replace("]", "") %>

+

<%- lang.home.info.description %>

+
+
+
+
+
+
+
-
- -
-
-

<%- lang.main.history.title %> ...

- <% - items = { - "1": { - "title": "... " + lang.main.history.items[0].title, - "description": lang.main.history.items[0].description - }, - "2": { - "title": "... " + lang.main.history.items[1].title, - "description": lang.main.history.items[1].description - }, - "3": { - "title": "... " + lang.main.history.items[2].title, - "description": lang.main.history.items[2].description - }, - "4": { - "title": "... " + lang.main.history.items[3].title, - "description": lang.main.history.items[3].description - }, - "5": { - "title": "... " + lang.main.history.items[4].title, - "description": lang.main.history.items[4].description - }, - "6": { - "title": "... " + lang.main.history.items[5].title, - "description": lang.main.history.items[5].description - }, - "7": { - "title": "... " + lang.main.history.items[6].title, - "description": lang.main.history.items[6].description - }, - "8": { - "title": "... " + lang.main.history.items[7].title, - "description": lang.main.history.items[7].description - }, - "9": { - "title": "... " + lang.main.history.items[8].title, - "description": lang.main.history.items[8].description - }, - "10": { - "title": "... " + lang.main.history.items[9].title, - "description": lang.main.history.items[9].description - }, - "11": { - "title": "... " + lang.main.history.items[10].title, - "description": lang.main.history.items[10].description - }, - "12": { - "title": "... " + lang.main.history.items[11].title, - "description": lang.main.history.items[11].description - } - } - %> -

<%- items['' + (new Date().getMonth() + 1)].title %>

-

(<%- items['' + (new Date().getMonth() + 1)].description %>)

-
+
+
+
+
+
+

<%- lang.home.pawtips.title.replace("[", "").replace("]", "") %>

+

<%- lang.home.pawtips.description %>

+
+
+
+

gitlab minteck|

+ - - -
-
-

Telegram

-

@ItsMinteck

-
-
-
- -
-
-

YouTube

-

Minteck

-
-
-
- -
-
-

Email

-

mintexie@minteck.org

-
-
-
- -
-
-

Mastodon

-

@minteck@mastodon.online

-
-
-
- -
-
-

SoundCloud

-

minteck

+
+
+
+
+
+ +
-
- -
-
-

<%- lang.main.about.title %>

-
-
-

<%- lang.main.about.languages.title %>

-

<%- lang.main.about.languages.description %>

-
-
-

<%- lang.main.about.experiments.title %>

-

<%- lang.main.about.experiments.description %>

-
-
-

<%- lang.main.about.archives.title %>

-

<%- lang.main.about.archives.description %>

- <%- lang.main.about.archives.action %> → -
-
-

<%- lang.main.about.general.title %>

-

<%- lang.main.about.general.description %>

- <%- lang.main.about.general.action %> → -
-
-

<%- lang.main.about.history.title %>

-

<%- lang.main.about.history.description.replace("%1", new Date().getFullYear() - 2013) %>

-
-
-

<%- lang.main.about.privacy.title %>

-

<%- lang.main.about.privacy.description %>

+
-
- - + + -<%- include(`${private}/footer.ejs`) %> \ No newline at end of file +<%- await include(`${private}/footer.ejs`) %> \ No newline at end of file -- cgit