|
12 | 12 | } |
13 | 13 | </script> |
14 | 14 | <style> |
| 15 | + * { |
| 16 | + font-family: "Helvetica"; |
| 17 | + } |
15 | 18 | .row { |
16 | 19 | display: flex; |
17 | 20 | } |
|
24 | 27 | } |
25 | 28 | .middle { |
26 | 29 | width: 60%; |
27 | | - /*padding-top: 8px;*/ |
28 | | - /*padding-bottom: 16px;*/ |
29 | 30 | padding-right: 16px; |
30 | 31 | padding-left: 16px; |
31 | 32 | min-height: calc(100vh - 40px); |
| 33 | + border-radius: 20px; |
32 | 34 | /*min-width: 600px;*/ |
33 | 35 | /*min-height: 100vh;*/ |
34 | 36 | /* height: auto !important; min-height hack |
35 | 37 | height: 100%; - 150px min-height hack*/ |
36 | 38 | } |
37 | 39 | @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 | + } |
42 | 45 | } |
43 | | - } |
44 | 46 |
|
45 | 47 | .right { |
46 | 48 | width: calc(20% - 16px); |
|
59 | 61 | <div class="middle" style="background-color: rgba(0,0,0,0.5);"> |
60 | 62 | <center><h2>Duck Client<h2></center> |
61 | 63 | 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: |
63 | 81 | <ul> |
64 | 82 | <li>Several toggles for old versions of UI!</li> |
65 | 83 | <li>Extra particles!</li> |
66 | 84 | <li>Ducks!</li> |
67 | 85 | </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;"> --> |
73 | 88 | </div> |
74 | 89 |
|
75 | 90 | <div class="right" style="background-color:transparent;"> |
|
0 commit comments