Skip to content

Commit fefc710

Browse files
authored
Update duckclient.html
1 parent becfec4 commit fefc710

1 file changed

Lines changed: 28 additions & 13 deletions

File tree

duckclient.html

Lines changed: 28 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
}
1313
</script>
1414
<style>
15+
* {
16+
font-family: "Helvetica";
17+
}
1518
.row {
1619
display: flex;
1720
}
@@ -24,23 +27,22 @@
2427
}
2528
.middle {
2629
width: 60%;
27-
/*padding-top: 8px;*/
28-
/*padding-bottom: 16px;*/
2930
padding-right: 16px;
3031
padding-left: 16px;
3132
min-height: calc(100vh - 40px);
33+
border-radius: 20px;
3234
/*min-width: 600px;*/
3335
/*min-height: 100vh;*/
3436
/* height: auto !important; min-height hack
3537
height: 100%; - 150px min-height hack*/
3638
}
3739
@media only screen and (max-width: 1000px) {
38-
.middle
39-
{
40-
min-width: min(90%, 600px)
41-
/*max-width: ;*/
40+
.middle
41+
{
42+
min-width: min(90%, 600px)
43+
/*max-width: ;*/
44+
}
4245
}
43-
}
4446

4547
.right {
4648
width: calc(20% - 16px);
@@ -59,17 +61,30 @@
5961
<div class="middle" style="background-color: rgba(0,0,0,0.5);">
6062
<center><h2>Duck Client<h2></center>
6163
The duck client! Based on the ddnet or infclass client for ddnet/teeworlds! Made by Pointer! Has exciting features!<br>
62-
<a href="https://github.com/Pointer31/ddnet_client/tree/infclass-based">Github (infclass based)</a>
64+
65+
There are no releases yet, but you can find the github repo's below.<br>
66+
<br>
67+
<div style="background-color: rgba(0, 0, 0, 0.3); padding: 10px; border-radius: 20px; display: inline-flex; text-align: center;">
68+
<a href="https://github.com/Pointer31/ddnet_client/tree/infclass-based">
69+
<img style="filter: invert(100%);" src="icongithub.svg" alt="github icon" width="30" style="padding: 15px;">
70+
Github (infclass-based)
71+
</a>
72+
</div>
73+
<div style="background-color: rgba(0, 0, 0, 0.3); padding: 10px; border-radius: 20px; display: inline-flex; text-align: center;">
74+
<a href="https://github.com/Pointer31/ddnet_client/tree/master">
75+
<img style="filter: invert(100%);" src="icongithub.svg" alt="github icon" width="30" style="padding: 15px;">
76+
Github (ddnet-based)
77+
</a>
78+
</div>
79+
<!-- <a href="https://github.com/Pointer31/ddnet_client/tree/infclass-based">Github (infclass based)</a> -->
80+
<br><br>Features include:
6381
<ul>
6482
<li>Several toggles for old versions of UI!</li>
6583
<li>Extra particles!</li>
6684
<li>Ducks!</li>
6785
</ul>
68-
<!-- <div style="position: absolute; bottom: 45px;">
69-
<a href="https://github.com/Pointer31/ddnet_client/tree/infclass-based">
70-
<img style="filter: invert(100%);" src="icongithub.svg" alt="github icon" width="30" style="padding: 15px;">
71-
</a>
72-
</div> -->
86+
The infclass client based version (obviously) also includes various features useful for while playing the infclass gamemode.
87+
<!-- <div style="position: absolute; bottom: 45px;"> -->
7388
</div>
7489

7590
<div class="right" style="background-color:transparent;">

0 commit comments

Comments
 (0)