Skip to content

Commit 2d77bb0

Browse files
authored
update duckclient.html
1 parent 5b5c8e9 commit 2d77bb0

1 file changed

Lines changed: 50 additions & 18 deletions

File tree

duckclient.html

Lines changed: 50 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,28 @@
4949
/*border-radius: 10px;*/
5050
}
5151

52+
.button_fancy {
53+
background-color: rgba(0, 0, 0, 0.3);
54+
padding: 10px;
55+
border-radius: 20px;
56+
display: inline-flex;
57+
text-align: center;
58+
}
59+
.button_fancy_notclickable {
60+
background-color: rgba(0, 0, 0, 0.3);
61+
padding: 10px;
62+
border-radius: 20px;
63+
display: inline-flex;
64+
text-align: center;
65+
}
66+
.button_fancy:hover {
67+
background-color: rgba(255, 255, 255, 0.3);
68+
}
69+
.button_width {
70+
min-width: 150px;
71+
/*min-height: 60px;*/
72+
}
73+
5274
</style>
5375
<title>Duckclient</title>
5476
</head>
@@ -58,33 +80,43 @@
5880

5981
</div>
6082

61-
<div class="middle" style="background-color: rgba(0,0,0,0.5);">
83+
<div class="middle" style="background-color: rgba(0,0,0,0.5); position: relative;">
6284
<center><h2>Duck Client<h2></center>
63-
The duck client! Based on the ddnet or infclass client for ddnet/teeworlds! Made by Pointer! Has exciting features!<br>
64-
65-
There are no releases yet, but you can find the github repo's below.<br>
85+
The duck client! Based on the infclass client for ddnet/teeworlds! Made by Pointer! Has exciting features!<br>
6686
<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>
87+
You may find the v1 versions below. There is no MacOS build, but you should be able to build it yourself.<br>
88+
<br>
89+
<!-- <a class="button_fancy" href="./">
90+
<div class="button_width">
91+
<img style="filter: invert(100%);" src="brands-apple.svg" alt="apple icon" width="30" height="30" style="padding: 15px;">
92+
<div style="">Download (MacOS)</div></div>
93+
</a> -->
94+
<a class="button_fancy" href="https://github.com/Pointer31/ddnet_client/releases/download/duckclient-v1/infclass-ubuntu-22.04.zip">
95+
<div class="button_width">
96+
<img style="filter: invert(100%);" src="brands-linux.svg" alt="tux icon" width="30" height="30" style="padding: 15px;">
97+
<div style="">Download (Linux)</div></div>
98+
</a>
99+
<a class="button_fancy" href="https://github.com/Pointer31/ddnet_client/releases/download/duckclient-v1/infclass-windows-latest.zip">
100+
<div>
101+
<img style="filter: invert(100%);" src="brands-windows.svg" alt="window icon" width="30" height="30" style="padding: 15px;">
102+
<div style="">Download (Windows)</div></div>
103+
</a>
79104
<!-- <a href="https://github.com/Pointer31/ddnet_client/tree/infclass-based">Github (infclass based)</a> -->
80105
<br><br>Features include:
81106
<ul>
82107
<li>Several toggles for old versions of UI!</li>
83108
<li>Extra particles!</li>
84-
<li>Ducks!</li>
109+
<li>Self kill protection!</li>
110+
<li>Features of the infclass client!</li> <li>Ducks!</li>
85111
</ul>
86-
The infclass client based version (obviously) also includes various features useful for while playing the infclass gamemode.
112+
<!-- The infclass client based version (obviously) also includes various features useful for while playing the infclass gamemode. -->
87113
<!-- <div style="position: absolute; bottom: 45px;"> -->
114+
115+
<div style="position: absolute; bottom: 14px;">
116+
<a class="button_fancy" href="https://github.com/Pointer31/ddnet_client/tree/infclass-based">
117+
<img style="filter: invert(100%);" src="icongithub.svg" alt="github icon" width="30" style="padding: 15px;">
118+
</a>
119+
</div>
88120
</div>
89121

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

0 commit comments

Comments
 (0)