Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
<br>
<br>
<label class="top-info-card-description">3 coders who code Python stuff (basically Discord bots)</label>
<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>
Expand Down
20 changes: 20 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,26 @@ body {
font-size: 23px;
font-family: 'Roboto Mono', monospace;
}
#quick-action-button-row button {
border-radius: 8px;
background-color: transparent;
font-size: 16px;
color: white;
border-color: white;
border-width: 1px;
border-style: solid;
padding: 10px;
font-family: 'Roboto Mono', monospace;
margin-left: 20px;
margin-right: 20px;
width: 40%;
}
#quick-action-button-row button:hover {
cursor: pointer;
color: rgb(160, 92, 224);
background-color: white;
font-weight: bold;
}

.content-container {
margin-left: 30px;
Expand Down