From 00a54bf39e35148ee43a63dea143db00dea5ea10 Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 3 Nov 2021 19:50:53 +0100 Subject: Update --- htdocs/public/index.ejs | 122 +++++++++++++++++++++++------------------------- 1 file changed, 58 insertions(+), 64 deletions(-) (limited to 'htdocs/public/index.ejs') diff --git a/htdocs/public/index.ejs b/htdocs/public/index.ejs index 36ab6d2..03faaae 100644 --- a/htdocs/public/index.ejs +++ b/htdocs/public/index.ejs @@ -67,71 +67,65 @@
-
-
-

On the same month ...

- <% - items = { - "1": { - "title": "... Project AI is getting better (2019)", - "description": "Project AI (then known as Kiki) was a well being chat bot made to make the user feel better" - }, - "2": { - "title": "... Horizon's development starts (2019)", - "description": "Horizon was a multipurpose Discord bot developed by me and imagined by Horizon.Data (now SSmellys)" - }, - "3": { - "title": "... Chat'Max is now open to registration (2019)", - "description": "Chat'Max was a page system designed for my friends. It was then replaced by Projectpedia and PinPages." - }, - "4": { - "title": "... Projectpedia is announced (2019)", - "description": "Projectpedia was a wiki system to get help on any kind of projects. It was then replaced by PinPages." - }, - "5": { - "title": "... Kartik's early access program is launched on May 4th 2021", - "description": "This 1-month-long period helped polish the UI and experience, test the online mode and fix bugs." - }, - "6": { - "title": "... Kartik officially releases on June 12th 2021", - "description": "Kartik was a simple racing game developed during 6 months" - }, - "7": { - "title": "... Fluffy Friends is extended to become public (2021)", - "description": "Fluffy Friends is a furry and plural-friendly Minecraft server" - }, - "8": { - "title": "... PinPages version 20.08 (2020), a massive update, is officially released", - "description": "PinPages was a social network project similar to Twitter or Facebook" - }, - "9": { - "title": "... the 4th version of my website was published in September 2019", - "description": "Minteck Projects v4 website. Same rendering engine as v3, but different UI" - }, - "10": { - "title": "... the first Neutron version (2019) was made in only 2 weeks", - "description": "Neutron (at the time known as Minteck Projects CMS). Version 1.0 made in 2 days." - }, - "11": { - "title": "... a dark themed and more solid variant of my website is now live", - "description": "Minteck Projects v5 website. Same as v4 but with modified UI and fonts." - }, - "12": { - "title": "... my first website is developed (2018)", - "description": "Minteck Projects v1 website. You are currently on v9, it has come a long way!" - } +
+

On the same month ...

+ <% + items = { + "1": { + "title": "... Project AI is getting better (2019)", + "description": "Project AI (then known as Kiki) was a well being chat bot made to make the user feel better" + }, + "2": { + "title": "... Horizon's development starts (2019)", + "description": "Horizon was a multipurpose Discord bot developed by me and imagined by Horizon.Data (now SSmellys)" + }, + "3": { + "title": "... Chat'Max is now open to registration (2019)", + "description": "Chat'Max was a page system designed for my friends. It was then replaced by Projectpedia and PinPages." + }, + "4": { + "title": "... Projectpedia is announced (2019)", + "description": "Projectpedia was a wiki system to get help on any kind of projects. It was then replaced by PinPages." + }, + "5": { + "title": "... Kartik's early access program is launched on May 4th 2021", + "description": "This 1-month-long period helped polish the UI and experience, test the online mode and fix bugs." + }, + "6": { + "title": "... Kartik officially releases on June 12th 2021", + "description": "Kartik was a simple racing game developed during 6 months" + }, + "7": { + "title": "... Fluffy Friends is extended to become public (2021)", + "description": "Fluffy Friends is a furry and plural-friendly Minecraft server" + }, + "8": { + "title": "... PinPages version 20.08 (2020), a massive update, is officially released", + "description": "PinPages was a social network project similar to Twitter or Facebook" + }, + "9": { + "title": "... the 4th version of my website was published in September 2019", + "description": "Minteck Projects v4 website. Same rendering engine as v3, but different UI" + }, + "10": { + "title": "... the first Neutron version (2019) was made in only 2 weeks", + "description": "Neutron (at the time known as Minteck Projects CMS). Version 1.0 made in 2 days." + }, + "11": { + "title": "... a dark themed and more solid variant of my website is now live", + "description": "Minteck Projects v5 website. Same as v4 but with modified UI and fonts." + }, + "12": { + "title": "... my first website is developed (2018)", + "description": "Minteck Projects v1 website. You are currently on v9, it has come a long way!" } - %> -

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

-

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

-
-
-

Visit my blog ...

-

I mostly talk about me and crazy stuff I do or I see. Have a visit!

- Visit blog → -
+ } + %> +

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

+

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

+
@@ -250,11 +244,11 @@