diff options
author | Minteck <minteck@phoenixnet.tech> | 2021-11-03 19:50:53 +0100 |
---|---|---|
committer | Minteck <minteck@phoenixnet.tech> | 2021-11-03 19:50:53 +0100 |
commit | 00a54bf39e35148ee43a63dea143db00dea5ea10 (patch) | |
tree | 7eadc79152fc1bd3368ab4a817038cb7bc951393 /htdocs/public/index.ejs | |
parent | 89cf52a10dfe7cfeb02c3f7f4b6842892eb04300 (diff) | |
download | rainbow-00a54bf39e35148ee43a63dea143db00dea5ea10.tar.gz rainbow-00a54bf39e35148ee43a63dea143db00dea5ea10.tar.bz2 rainbow-00a54bf39e35148ee43a63dea143db00dea5ea10.zip |
Update
Diffstat (limited to 'htdocs/public/index.ejs')
-rw-r--r-- | htdocs/public/index.ejs | 122 |
1 files changed, 58 insertions, 64 deletions
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 @@ </div> <br> -<div class="grid-2"> - <div style="text-align: center;"> - <h2>On the same month ...</h2> - <% - 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 4<sup>th</sup> 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 12<sup>th</sup> 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 4<sup>th</sup> 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!" - } +<div style="text-align: center;"> + <h2>On the same month ...</h2> + <% + 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 4<sup>th</sup> 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 12<sup>th</sup> 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 4<sup>th</sup> 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!" } - %> - <h3><%- items['' + (new Date().getMonth() + 1)].title %></h3> - <p><i>(<%- items['' + (new Date().getMonth() + 1)].description %>)</i></p> - </div> - <div style="text-align: center;height: calc(100% - 30px);"> - <h2>Visit my blog ...</h2> - <h3>I mostly talk about me and crazy stuff I do or I see. Have a visit!</h3> - <a href="/blog" target="_blank" class="big-button big-button-bg2">Visit blog →</a> - </div> + } + %> + <h3><%- items['' + (new Date().getMonth() + 1)].title %></h3> + <p><i>(<%- items['' + (new Date().getMonth() + 1)].description %>)</i></p> </div> + <br> <div id="/contact" style="text-align: center;" class="stand stand-strong"> @@ -250,11 +244,11 @@ <hr class="rnbwsquare-separator rnbwsquare-outer"> <footer style="text-align:center;"> - © 2011-<%- new Date().getFullYear() %> Minteck, All rights reserved<br> + © <%- new Date().getFullYear() %> Minteck, All rights reserved<br> <a href="https://source.minteck.org/web/sattelite/commit/<%- fs.readFileSync(serverRoot + "/.git/" + fs.readFileSync(serverRoot + "/.git/HEAD").toString().trim().substr(5)).toString().trim() %>" target="_blank">v<%- fs.readFileSync(serverRoot + "/htdocs/private/version.txt").toString().trim() %>-<%- - fs.readFileSync(serverRoot + "/.git/" + fs.readFileSync(serverRoot + "/.git/HEAD").toString().trim().substr(5)).toString().trim().substr(0, 8) %></a> + fs.readFileSync(serverRoot + "/.git/" + fs.readFileSync(serverRoot + "/.git/HEAD").toString().trim().substr(5)).toString().trim().substr(0, 10) %></a> · <a href="https://source.minteck.org/web/sattelite">Source Code</a> · <a href="/legal">Legal</a> · <a href="https://account.minteck.org">Minteck Account</a> · <a |