Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 19 additions & 39 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" charset="utf-8">
<head>
<title>NKA Development Group</title>
<link rel="stylesheet" type="text/css" href="style.css">
Expand All @@ -23,90 +23,70 @@
&nbsp;&nbsp;
<label class="top-nav-bar-item" onclick="window.location='https://github.com/PyBotDevs/water-reminder-bot'">Water Reminder Bot</label>
</div>
<br>
<br>
<br><br>
<center>
<div id="top-info-card" class="info-card">
<label class="top-info-card-title">NKA Development Group</label>
<br>
<br>
<br><br>
<label class="top-info-card-description">3 coders who code Python stuff (basically Discord bots)</label>
<br>
<br>
<hr>
<br>
<br><br><hr><br>
<div id="quick-action-button-row">
<button onclick="window.location='https://github.com/PyBotDevs'">View our GitHub Organization Page</button>
<button onclick="window.location='https://discord.gg/b5pz8T6Yjr'">Visit our Official Discord Server</button>
</div>
</div>
</center>
<br>
<br>
<br><br>
<div class="content-container">
<hr>
<br>
<hr><br>
<div class="info-section">
<label class="info-section-heading">Who are we?</label>
<br><div class="underline-accent"></div>
<p class="info-section-paragraph">We are a development team, we code in Python.</p>
</div>
<br>
<br>
<br><br>
<div class="info-section">
<label class="info-section-heading">What do we do?</label>
<br><div class="underline-accent"></div>
<p class="info-section-paragraph">We create various types of Discord bots, including moderating bots, economical bots, and more.</p>
</div>
<br>
<br>
<br><br>
<div class="info-section">
<label class="info-section-heading">Our bots</label>
<br><div class="underline-accent"></div>
<br>
<br>
<br><br>
<span id="isobot-name-tag" onclick="window.location='https://github.com/PyBotDevs/isobot'" title="Click here to go to Github repository page">isobot</span>
<span id="iso69-name-tag" onclick="window.location='https://github.com/PyBotDevs/iso6.9-python'" title="Click here to go to Github repository page">iso6.9</span>
<span id="water-reminder-bot-name-tag" onclick="window.location='https://github.com/PyBotDevs/water-reminder-bot'" title="Click here to go to Github repository page">Water Reminder Bot</span>
</div>
<br>
<br>
<br><br>
<div class="info-section">
<label class="info-section-heading">Our code rules</label>
<br><div class="underline-accent"></div>
<br>
<br><div class="underline-accent"></div><br>
<ul>
<li><p><b>snipe's code rule:</b> Reduce, Reuse, and Rewrite</p></li>
<li><p><b>archisha's code rule:</b> Recreate, Recycle, and Refine</p></li>
<li><p><b>archie's code rule:</b> Rebuild, Refresh, and Reinforce</p></li>
</ul>
</div>
<br>
<br>
<br><br>
<div class="info-section">
<label class="info-section-heading">Our head members</label>
<br><div class="underline-accent"></div>
<br>
<img src="https://avatars.githubusercontent.com/u/72265661?s=96&v=4" class="user-pfp-favicon" alt="Github profile picture of notsniped">&nbsp;&nbsp;&nbsp;<span>notsniped (notsniped#4573 on Discord)</span>
<br>
<img src="https://avatars.githubusercontent.com/u/95626487?s=96&v=4" class="user-pfp-favicon" alt="Github profile picture of Archisha69">&nbsp;&nbsp;&nbsp;<span>Archisha69 (thatOneArchUser#5518 on Discord)</span>
<br>
<br><div class="underline-accent"></div><br>
<img src="https://avatars.githubusercontent.com/u/72265661?s=96&v=4" class="user-pfp-favicon" alt="Github profile picture of notsniped">&nbsp;&nbsp;&nbsp;<span>notsniped (notsniped#4573 on Discord)</span><br>
<img src="https://avatars.githubusercontent.com/u/95626487?s=96&v=4" class="user-pfp-favicon" alt="Github profile picture of Archisha69">&nbsp;&nbsp;&nbsp;<span>Archisha69 (thatOneArchUser#5518 on Discord)</span><br>
<img src="https://avatars.githubusercontent.com/u/69575053?s=96&v=4" class="user-pfp-favicon" alt="Github profile picture of Archie">&nbsp;&nbsp;&nbsp;<span>Archie (thatOneArchUser#0300 on Discord)</span>
<br>
<br>
<br><br>
<p class="text-info-box">
<b>Fun Fact: i use arch btw</b>
</p>
</div>
<br>
<br>
<br><br>
</div>
<br>
<br>
<br><br>
<center>
<div id="page-footer">
Made by notsniped@NKA | This website is 100% <a href="https://github.com/PyBotDevs/web">open-source</a> and licensed with <a href="https://github.com/PyBotDevs/web/blob/main/LICENSE">the MIT license</a>
<br>
Made by notsniped@NKA | This website is 100% <a href="https://github.com/PyBotDevs/web">open-source</a> and licensed with <a href="https://github.com/PyBotDevs/web/blob/main/LICENSE">the MIT license</a><br>
NKA Development Group Organization&copy; 2022-present
</div>
</center>
Expand Down