Skip to content

Commit

Permalink
fix: Pridecraft Button's existance
Browse files Browse the repository at this point in the history
this also removes the border KTrain had for some reason
  • Loading branch information
blryface authored Dec 17, 2024
1 parent d302cbb commit 38b8efb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 12 additions & 10 deletions attributions.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,14 @@ <h2>KTrain5369</h2>
</div>
</div>

<div class="contributor">
<h2>maskers</h2>
<div class="social-buttons">
<button onclick="toggleSocials('maskers-github')">GitHub</button>
</div>
<div class="social-info" id="maskers-github">
<p>GitHub: <a href="https://github.com/maskersss" target="_blank">https://github.com/maskersss</a></p>
</div>
</div>

<div class="contributor">
<h2>blryface</h2>
<p>The creator of Notessential and one of the Vital owners.</p>
<div class="social-buttons">
<button onclick="toggleSocials('blryface-github')">GitHub</button>
<button onclick="toggleSocials('blryface-website')">Website</button>
<button onclick="toggleSocials('pridecraft-website')">Pridecraft</button>
</div>
<div class="social-info" id="blryface-github">
<p>GitHub: <a href="https://github.com/maskersss" target="_blank">https://github.com/maskersss</a></p>
Expand All @@ -53,7 +45,17 @@ <h2>blryface</h2>
<p>Website: <a href="https://blurry.gay/" target="_blank">https://blurry.gay/</a></p>
</div>
<div class="social-info" id="pridecraft-website">
<p>Website: <a href="https://pridecraft.gay/" target="_blank">https://pridecraft.gay/</a></p> <!-- see this, ThinkSeal? -->
<p>Pridecraft: <a href="https://pridecraft.gay/" target="_blank">https://pridecraft.gay/</a></p> <!-- see this, ThinkSeal? -->
</div>
</div>

<div class="contributor">
<h2>maskers</h2>
<div class="social-buttons">
<button onclick="toggleSocials('maskers-github')">GitHub</button>
</div>
<div class="social-info" id="maskers-github">
<p>GitHub: <a href="https://github.com/maskersss" target="_blank">https://github.com/maskersss</a></p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion css/attributions.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ p {
.maintainer {
margin-bottom: 30px;
padding: 20px;
border: 1px solid #00F;
/*border: 1px solid #00F; why */
background-color: #292929; /* Matching the dark theme */
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
Expand Down

0 comments on commit 38b8efb

Please sign in to comment.