diff --git a/web/archive/index.html b/web/archive/index.html deleted file mode 100644 index 104fbe7e..00000000 --- a/web/archive/index.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - Isobot lazer - The future of isobot - - - - - - - - - -
-
-
-

- -
-
-
- -
-
-

- -
- -
- More stuff coming soon!

- -
-
-
- - - diff --git a/web/archive/iso-render-bootstrap.css b/web/archive/iso-render-bootstrap.css deleted file mode 100644 index 852a7cad..00000000 --- a/web/archive/iso-render-bootstrap.css +++ /dev/null @@ -1,91 +0,0 @@ -/* - NKA (Formerly PyBotDevs) 2022. For enquiries contact PyBotDevs - - ABOUT: - Bootstrap engine for isobot-lazer's webpage elements. - Contains style attributes only for main body common elements and global elements. - If you dont know what you're doing, do NOT edit. Unknowingly editing or deleting style attributes could lead to visual bugs or glitches. -*/ - -/*---CUSTOM ELEMENTS---*/ -body { - font-family: Whitney, "Helvetica Neue", Helvetica, Arial, sans-serif !important; -} -.text-card { - margin-top: 5px; - margin-bottom: 5px; - margin-left: 20%; - margin-right: 20%; - padding: 15px; - border-radius: 8.5px; - color: white; - background-color: #343434; - /* box-shadow: 10px 5px 5px rgb(92, 23, 221); */ - font-size: 17.5px; -} -.text-card #heading { - font-weight: bold; - font-size: 34px; -} -.promo-card { - font-size: 28px; - font-weight: bolder; - padding: 120px; - vertical-align: middle; -} -.promo-card .button-wide { - background-color: #d8c4f1; - border-radius: 9px; - box-shadow: none; - border: none; - color: #171d20; - width: 80%; -} -.promo-card .button-wide:hover { - background-color: #e3d6f8; - cursor: pointer; -} -.promo-card .button-wide:active { - background-color: #be9be7; - cursor: pointer; -} -.line { - height: 6.55px; - background: linear-gradient(to right, white 0%, lightgrey 100%); - width: 100px; /* Overridable */ - border-radius: 100px; -} - -/*---GENERAL ELEMENTS---*/ -button { - color: white; - background-color: #302b36; - border-radius: 8px; - border: none; - padding-left: 12px; - padding-right: 12px; - padding-top: 6.5px; - padding-bottom: 6.5px; - font-weight: 500; -} -button:hover { - background-color: #3d3745; - cursor: pointer; -} -button:active { - background-color: #595063; - cursor: pointer; -} -.button-sharp { - color: white; - background-color: #161616; - border-radius: 0px; - border: 2.5px solid #454545; - box-shadow: 10px 5px 5px rgb(92, 23, 221); - font-size: 19px; - padding: 6.45px; -} -.button-sharp:hover { - cursor: pointer; - background-color: #505050; -} diff --git a/web/archive/resources/github-dark.png b/web/archive/resources/github-dark.png deleted file mode 100644 index ea6ff545..00000000 Binary files a/web/archive/resources/github-dark.png and /dev/null differ diff --git a/web/archive/resources/github-light.png b/web/archive/resources/github-light.png deleted file mode 100644 index 192846a1..00000000 Binary files a/web/archive/resources/github-light.png and /dev/null differ diff --git a/web/index.html b/web/index.html deleted file mode 100644 index da2c82b0..00000000 --- a/web/index.html +++ /dev/null @@ -1,347 +0,0 @@ - - - - NKA Development Organization - - - - - - - - -
- - - - - - - - -
-


-
-
-
- -
- -
- -
-

We are a development team, we code in Python. We make Discord bots, and occasionally other Python/web related projects.

- -
-
-
- -
- -

- We create various types of Discord bots, including moderating bots, economical bots, and more. Feel free to submit your ideas via head members' Discord! -

-
- -

-

-

-
- -

-

    -
  • Reduce, Reuse, and Rewrite - notsniped
  • -
  • Recreate, Recycle, and Refine - archisa69
  • -
  • Rebuild, Refresh, and Reinforce - thatOneArchUser
  • -
-

-
- -

-

    -
  • notsniped
  • -
  • archisa69
  • -
  • hairyballtheorem
  • -
-

-

- -
- -

- Feel free to ask via creating an issue in repositories or ask directly in Discord! -

-
- -

- Report them on certain repositories by creating issues! -

-
-
-
-
- -
- -
-
-
- - - - - diff --git a/web/iso-render-bootstrap.css b/web/iso-render-bootstrap.css deleted file mode 100644 index 852a7cad..00000000 --- a/web/iso-render-bootstrap.css +++ /dev/null @@ -1,91 +0,0 @@ -/* - NKA (Formerly PyBotDevs) 2022. For enquiries contact PyBotDevs - - ABOUT: - Bootstrap engine for isobot-lazer's webpage elements. - Contains style attributes only for main body common elements and global elements. - If you dont know what you're doing, do NOT edit. Unknowingly editing or deleting style attributes could lead to visual bugs or glitches. -*/ - -/*---CUSTOM ELEMENTS---*/ -body { - font-family: Whitney, "Helvetica Neue", Helvetica, Arial, sans-serif !important; -} -.text-card { - margin-top: 5px; - margin-bottom: 5px; - margin-left: 20%; - margin-right: 20%; - padding: 15px; - border-radius: 8.5px; - color: white; - background-color: #343434; - /* box-shadow: 10px 5px 5px rgb(92, 23, 221); */ - font-size: 17.5px; -} -.text-card #heading { - font-weight: bold; - font-size: 34px; -} -.promo-card { - font-size: 28px; - font-weight: bolder; - padding: 120px; - vertical-align: middle; -} -.promo-card .button-wide { - background-color: #d8c4f1; - border-radius: 9px; - box-shadow: none; - border: none; - color: #171d20; - width: 80%; -} -.promo-card .button-wide:hover { - background-color: #e3d6f8; - cursor: pointer; -} -.promo-card .button-wide:active { - background-color: #be9be7; - cursor: pointer; -} -.line { - height: 6.55px; - background: linear-gradient(to right, white 0%, lightgrey 100%); - width: 100px; /* Overridable */ - border-radius: 100px; -} - -/*---GENERAL ELEMENTS---*/ -button { - color: white; - background-color: #302b36; - border-radius: 8px; - border: none; - padding-left: 12px; - padding-right: 12px; - padding-top: 6.5px; - padding-bottom: 6.5px; - font-weight: 500; -} -button:hover { - background-color: #3d3745; - cursor: pointer; -} -button:active { - background-color: #595063; - cursor: pointer; -} -.button-sharp { - color: white; - background-color: #161616; - border-radius: 0px; - border: 2.5px solid #454545; - box-shadow: 10px 5px 5px rgb(92, 23, 221); - font-size: 19px; - padding: 6.45px; -} -.button-sharp:hover { - cursor: pointer; - background-color: #505050; -} diff --git a/web/isobot/index.html b/web/isobot/index.html deleted file mode 100644 index a744bded..00000000 --- a/web/isobot/index.html +++ /dev/null @@ -1,290 +0,0 @@ - - - - - - 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/web/resources/github-dark.png b/web/resources/github-dark.png deleted file mode 100644 index ea6ff545..00000000 Binary files a/web/resources/github-dark.png and /dev/null differ diff --git a/web/resources/github-light.png b/web/resources/github-light.png deleted file mode 100644 index 192846a1..00000000 Binary files a/web/resources/github-light.png and /dev/null differ