|
49 | 49 | /*border-radius: 10px;*/ |
50 | 50 | } |
51 | 51 |
|
| 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 | + |
52 | 74 | </style> |
53 | 75 | <title>Duckclient</title> |
54 | 76 | </head> |
|
58 | 80 |
|
59 | 81 | </div> |
60 | 82 |
|
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;"> |
62 | 84 | <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> |
66 | 86 | <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> |
79 | 104 | <!-- <a href="https://github.com/Pointer31/ddnet_client/tree/infclass-based">Github (infclass based)</a> --> |
80 | 105 | <br><br>Features include: |
81 | 106 | <ul> |
82 | 107 | <li>Several toggles for old versions of UI!</li> |
83 | 108 | <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> |
85 | 111 | </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. --> |
87 | 113 | <!-- <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> |
88 | 120 | </div> |
89 | 121 |
|
90 | 122 | <div class="right" style="background-color:transparent;"> |
|
0 commit comments