Skip to content

Commit e0a4bfb

Browse files
committed
Remove useless padded-content
1 parent 91739f5 commit e0a4bfb

File tree

1 file changed

+26
-28
lines changed

1 file changed

+26
-28
lines changed

index.html

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,33 @@
1515
</header>
1616
<div class="wrapper">
1717
<div class="content">
18-
<div class="padded-content">
19-
<h1 class="glitch" data-text="chillerbot-ux">chillerbot-ux</h1>
20-
<p>
21-
A ddnet based client with additional features:
22-
</p>
23-
<ul>
24-
<li>Chat based war list to color names red and green <code>!war (name)</code> <code>!peace (name)</code> <code>!team (name)</code> <code>!delteam (name)</code></li>
25-
<li>Password manager (requires manually editing a text file)</li>
26-
<li>Auto reply to common pings in chat <code>bind h reply_to_last_ping</code></li>
27-
<li>Change username before touching the finish line <code>cl_finish_rename</code></li>
28-
</ul>
29-
<p>For more info and releases visit <a href="https://github.com/chillerbot/chillerbot-ux" class="btn">GitHub</a></p>
30-
<img src="https://raw.githubusercontent.com/ChillerDragon/cdn/master/chillerbot_warlist_basic.gif" alt="warlist" class="feature-img">
31-
<h3>Download v008</h3>
32-
<div class="download-buttons">
33-
<a href="https://github.com/chillerbot/chillerbot-ux/releases/download/v0.0.8/chillerbot-ux-windows-latest.zip" class="btn">Windows</a>
34-
<a href="https://github.com/chillerbot/chillerbot-ux/releases/download/v0.0.8/chillerbot-ux-macOS-latest.zip" class="btn">macOS</a>
35-
<a href="https://github.com/chillerbot/chillerbot-ux/releases/download/v0.0.8/chillerbot-ux-ubuntu-latest.zip" class="btn">Linux</a>
36-
</div>
37-
<h3>Get the source</h3>
38-
<a href="https://github.com/chillerbot/chillerbot-ux" class="github-link">
39-
<img src="img/github.svg" alt="github" class="github-icon">
18+
<h1 class="glitch" data-text="chillerbot-ux">chillerbot-ux</h1>
19+
<p>
20+
A ddnet based client with additional features:
21+
</p>
22+
<ul>
23+
<li>Chat based war list to color names red and green <code>!war (name)</code> <code>!peace (name)</code> <code>!team (name)</code> <code>!delteam (name)</code></li>
24+
<li>Password manager (requires manually editing a text file)</li>
25+
<li>Auto reply to common pings in chat <code>bind h reply_to_last_ping</code></li>
26+
<li>Change username before touching the finish line <code>cl_finish_rename</code></li>
27+
</ul>
28+
<p>For more info and releases visit <a href="https://github.com/chillerbot/chillerbot-ux" class="btn">GitHub</a></p>
29+
<img src="https://raw.githubusercontent.com/ChillerDragon/cdn/master/chillerbot_warlist_basic.gif" alt="warlist" class="feature-img">
30+
<h3>Download v008</h3>
31+
<div class="download-buttons">
32+
<a href="https://github.com/chillerbot/chillerbot-ux/releases/download/v0.0.8/chillerbot-ux-windows-latest.zip" class="btn">Windows</a>
33+
<a href="https://github.com/chillerbot/chillerbot-ux/releases/download/v0.0.8/chillerbot-ux-macOS-latest.zip" class="btn">macOS</a>
34+
<a href="https://github.com/chillerbot/chillerbot-ux/releases/download/v0.0.8/chillerbot-ux-ubuntu-latest.zip" class="btn">Linux</a>
35+
</div>
36+
<h3>Get the source</h3>
37+
<a href="https://github.com/chillerbot/chillerbot-ux" class="github-link">
38+
<img src="img/github.svg" alt="github" class="github-icon">
39+
</a>
40+
<div class="discord-link">
41+
<a href="https://discord.gg/gruApUbhEF" target="_blank" class="btn">
42+
Join Chillerbot Support Discord
4043
</a>
41-
<div class="discord-link">
42-
<a href="https://discord.gg/gruApUbhEF" target="_blank" class="btn">
43-
Join Chillerbot Support Discord
44-
</a>
45-
</div>
46-
</div> <!-- padded-content -->
44+
</div>
4745
</div> <!-- content -->
4846
</div> <!-- wrapper -->
4947
<div class="footer">

0 commit comments

Comments
 (0)