From dc6551ff3edeb87c70d9ac3a73acecb11b0ba59a Mon Sep 17 00:00:00 2001 From: snipe <72265661+notsniped@users.noreply.github.com> Date: Sat, 25 Nov 2023 19:01:19 +0530 Subject: [PATCH 1/3] Rename `Isobot lazer` to `Isobot` --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index fda53f14..4dc78d66 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ NKA (Formerly PyBotDevs) 2022. For enquiries contact PyBotDevs ABOUT: - This webpage was made for letting the user get to know about Isobot lazer and it's features. + This webpage was made for letting the user get to know about Isobot and it's features. Also contains links and bridges to Github. Secondary purpose is there too. It's to let Uptimerobot know if the bot is online. NOTES: From 62b7c4690e738218f48e64ca53a261bb98235e92 Mon Sep 17 00:00:00 2001 From: snipe <72265661+notsniped@users.noreply.github.com> Date: Sat, 25 Nov 2023 19:01:46 +0530 Subject: [PATCH 2/3] Archive old website source code Its so old that it still references isobot lazer :skull: --- data_archive/isobot_lazer_web_old.html | 88 ++++++++++++++++++++++++++ index.html | 77 +--------------------- 2 files changed, 89 insertions(+), 76 deletions(-) create mode 100644 data_archive/isobot_lazer_web_old.html diff --git a/data_archive/isobot_lazer_web_old.html b/data_archive/isobot_lazer_web_old.html new file mode 100644 index 00000000..fda53f14 --- /dev/null +++ b/data_archive/isobot_lazer_web_old.html @@ -0,0 +1,88 @@ + + + + + Isobot lazer - The future of isobot + + + + + + + + + +
+
+
+

+ +
+
+
+ +
+
+

+ +
+ +
+ More stuff coming soon!

+ +
+
+
+ + + + diff --git a/index.html b/index.html index 4dc78d66..c0a2bd02 100644 --- a/index.html +++ b/index.html @@ -10,79 +10,4 @@ -> However, since the default deployed client does not have a domain, (most likely) it will redirect the user to the Github Pages deployment (which is still accurate because it needs the client to redirect anyway). ->> WE RESERVE THE RIGHT TO CHANGE the deployment services or strategies at any given time without prior notice. --> - - - - Isobot lazer - The future of isobot - - - - - - - - - -
-
-
-

- -
-
-
- -
-
-

- -
- -
- More stuff coming soon!

- -
-
-
- - - - + From a835b2882a55d80b1c7453fcd40cbee59931269c Mon Sep 17 00:00:00 2001 From: snipe <72265661+notsniped@users.noreply.github.com> Date: Sat, 25 Nov 2023 19:33:07 +0530 Subject: [PATCH 3/3] Update isobot website to latest NKA web design --- index.html | 67 ++++++++++++++++++ main.js | 10 +++ style.css | 195 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 272 insertions(+) create mode 100644 main.js create mode 100644 style.css diff --git a/index.html b/index.html index c0a2bd02..a2b77cf2 100644 --- a/index.html +++ b/index.html @@ -11,3 +11,70 @@ ->> WE RESERVE THE RIGHT TO CHANGE the deployment services or strategies at any given time without prior notice. --> + + + + isobot + + + + + + +
+ + + + + + + +
+


+
+
+
+ +
+ +
+

The Discord bot to make your server (a little bit) better.

+ +
+
+
+ +

+ Isobot is a simple discord.py-based Python Discord bot made by the NKA Development Team, to represent the original Heckerbot in an even more efficient, fast, contributable, community-focused and enhanced way. +

+
+
+
+ +

+ We think isobot can help a multi-purpose economy Discord bot for your server. Apart from the economy system, you also get features for +
+

    +
  • Moderation
  • +
  • Levelling
  • +
  • Automod
  • +
  • Server Verification (soon)
  • +
  • Maths Commands
  • +
  • Fun Commands
  • +
  • ChatGPT and AI Image Generation Commands, and
  • +
  • Reddit Media Commands
  • +
+

+
+
+
+ +
+ +
+
+
+ + + + diff --git a/main.js b/main.js new file mode 100644 index 00000000..da228fd7 --- /dev/null +++ b/main.js @@ -0,0 +1,10 @@ +function rd(target) { + // Redirects the user to a subpage, or another page. + if (target == "invite") {window.location = "https://discord.com/api/oauth2/authorize?client_id=896437848176230411&permissions=8&scope=bot%20applications.commands";} + else if (target == "git") {window.location = "https://github.com/pybotdevs/isobot";} + else if (target == "commands") {window.location = "";} + else if (target == "changelog") {window.location = "https://github.com/pybotdevs/isobot/releases/latest";} + else if (target == "server") {window.location = "https://discord.gg/b5pz8T6Yjr";} + else if (target == "uptime") {window.location = "https://stats.uptimerobot.com/PlKOmI0Aw8";} + else {console.error("Page target does not exist.");} +} diff --git a/style.css b/style.css new file mode 100644 index 00000000..a6067fb3 --- /dev/null +++ b/style.css @@ -0,0 +1,195 @@ +/* Imports */ +@import url('https://fonts.googleapis.com/css2?family=Darumadrop+One&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap'); + +/* General */ +body { + margin: 0px; + padding: 0px; + background-color: black; + color: white; + font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} +button { + padding: 10px; + border-radius: 100px; + color: black; + background-color: white; + font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + font-size: 17px; + border: none; + box-shadow: 3px 3px 10px 1px rgb(31, 31, 31); +} +button:hover { + color: rgb(174, 16, 206); + cursor: pointer; + box-shadow: 0px 0px 10px 1px rgb(174, 16, 206); +} +button:active { + color: rgb(174, 16, 206); + background-color: rgb(221, 221, 221); + box-shadow: 0px 0px 10px 1px rgb(174, 16, 206); +} + +/* Top Nav Bar */ +#top-nav-bar { + position: fixed; + background-color: rgba(19, 19, 19, 0.8); + backdrop-filter: blur(30px); + width: 100%; + padding: 20px; + font-size: 17px; + z-index: 10; + overflow-x: auto; + overflow-y: hidden; + white-space: nowrap; +} +#top-nav-bar label { + margin: 16px; +} +.nav-item { + padding: 10px; + border-radius: 100px; + color: black; + background-color: white; + box-shadow: 0px 0px 10px 3px rgb(31, 31, 31); +} +.nav-item:hover { + color: rgb(174, 16, 206); + cursor: pointer; + box-shadow: 0px 0px 10px 1px rgb(219, 40, 255); +} +#top-nav-bar #title { + font-weight: normal; + font-size: 24px; + margin-left: 0px; + font-family: 'Josefin Sans', sans-serif; +} +#top-nav-bar #title:hover { + cursor: pointer; +} +#top-nav-bar #invite-rd { + color: white; + background: linear-gradient(to bottom right, rgb(174, 16, 206) 0%, rgb(8, 8, 8) 100%); + font-weight: bold; +} +/* Extra Eyecandy */ +.separator { + border-radius: 100px; + width: 100px; + background-color: white; + height: 10px; + margin-top: 10px; + margin-bottom: 10px; + box-shadow: 3px 3px 10px 1px rgb(31, 31, 31); +} +.python3-highlight { + background: linear-gradient(to bottom right, #306998 0%, #FFD43B 100%); + width: fit-content; + color: black; +} +.discord-highlight { + background-color: #5865F2; + width: fit-content; + color: white; +} +.github-highlight { + background-color: #000000; + width: fit-content; + color: white; +} +.green-highlight { + background-color: green; + width: fit-content; + color: white; +} + +/* Main Page Content */ +.jap { + font-family: 'Noto Serif JP', serif; +} +#page-content-container { + margin-left: 5%; + margin-right: 5%; +} +.item-card { + background-color: rgb(26, 26, 26); + border-radius: 20px; + padding: 30px; + box-shadow: 0px 0px 10px 15px rgb(10, 10, 10); /* rgb(100, 100, 233) rgb(27, 27, 199)*/ + margin-top: 25px; + margin-bottom: 25px; +} +#heading-card { + background: linear-gradient(to bottom right, rgb(174, 16, 206) 0%, rgb(8, 8, 8) 100%); +} +#heading-card #title { + font-size: 50px; + font-style: italic; + font-weight: bold; + font-family: 'Josefin Sans', sans-serif; +} +#heading-card #jap-title { + font-size: 26px; + font-style: italic; + font-weight: bold; + font-family: 'Josefin Sans', sans-serif; +} +#heading-card #subtitle { + font-size: 21px; +} +#heading-card #invite-button { + width: 100%; + margin-top: 20px; +} + +#what-is-isobot-card { + text-align: left; +} +#what-is-isobot-card #title { + font-size: 40px; + font-weight: 800; + background: linear-gradient(to bottom right, rgb(174, 16, 206) 0%, rgb(8, 8, 8) 100%); +} +#what-is-isobot-card .subtitle { + font-size: 32px; + font-weight: bold; +} + +#why-to-use-card { + text-align: left; +} +#why-to-use-card #title { + font-size: 40px; + font-weight: 800; + background: linear-gradient(to bottom right, rgb(174, 16, 206) 0%, rgb(8, 8, 8) 100%); +} +#why-to-use-card .subtitle { + font-size: 32px; + font-weight: bold; +} +#invite-card-end #title { + font-size: 35px; + font-style: italic; + font-weight: bold; + font-family: 'Josefin Sans', sans-serif; +} +#invite-card-end #invite-button { + width: 100%; + margin-top: 20px; +} + + +/* Footer */ +#footer { + margin-top: 75px; + background-color: rgb(19, 19, 19); + font-size: 12px; + font-family: 'Roboto Mono', monospace; + text-align: center; + padding: 10px; + box-shadow: 0px 0px 10px 8px rgb(10, 10, 10); +}