|
6 | 6 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
8 | 8 | <meta name="description" content="With over 12000 Members and 50,000 Messages sent each month, join one of the biggest Java Communities to help, get help and discuss programming in Java."/> |
9 | | - <link rel="stylesheet" href="./css/navbar.css"> |
10 | 9 | <link rel="stylesheet" href="./css/global.css"> |
| 10 | + <link rel="stylesheet" href="./css/navbar.css"> |
| 11 | + <link rel="stylesheet" href="./css/footer.css"> |
11 | 12 | <link rel="stylesheet" href="./css/pages/index/index.css"> |
12 | 13 | <link rel="stylesheet" href="./css/pages/index/indexResponsive.css"> |
13 | 14 | <link rel="shortcut icon" href="./assets/ServerLogo.png" type="image/x-icon"> |
|
25 | 26 | <li><a class="active-link" href="">Home</a></li> |
26 | 27 | <li><a href="./rules.html">Rules</a></li> |
27 | 28 | <li><a href="./profile.html">Profile</a></li> |
28 | | - <li><a href="./qotw.html">QOTW</a></li> |
| 29 | + <li><a href="">Other</a></li> |
29 | 30 | </ul> |
30 | 31 | <div class="nav-right"> |
31 | 32 | <a href="https://github.com/Java-Discord" target="_blank" class="social-btn"><i class="fa-brands fa-github fa-3x"></i></a> |
@@ -72,7 +73,20 @@ <h1>MEET QUESTION OF THE WEEK</h1> |
72 | 73 | <img src="./assets/QOTWLeaderboard.png" alt="" style="width:65%;"> |
73 | 74 | </div> |
74 | 75 | </div> |
75 | | - |
| 76 | + <!-- PARTNERS --> |
| 77 | + <div class="partner-container"> |
| 78 | + <h1>WITH SUPPORT FROM</h1> |
| 79 | + <div class="partner-imgs"> |
| 80 | + <a href="./redirect/nordvpn.html" target="_blank"><img src="./assets/nordvpn.svg" alt="NordVPN Logo"></a> |
| 81 | + <a href="./redirect/jetbrains.html" target="_blank"><img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg" alt="JetBrains Logo"></a> |
| 82 | + <a href="./redirect/discord4j.html" target="_blank"><img src="./assets/discord4j.svg" alt="Discord4J Logo"></a> |
| 83 | + </div> |
| 84 | + </div> |
| 85 | + <!-- FOOTER --> |
| 86 | + <div class="footer-container"> |
| 87 | + <p>©️ 2022 JavaDiscord <br> JavaDiscord is not affiliated, associated, or endorsed with/by Discord or Oracle.</p> |
| 88 | + <p style="margin-left: 4px;">¹ Users that sent a message in the last month, data gathered from Discord's Insight page. <br> ² Data gathered from Discord's Insight page.</p> |
| 89 | + </div> |
76 | 90 | <!-- Hamburger Menu JavaScript --> |
77 | 91 | <script type="text/javascript"> |
78 | 92 | const hamburger = document.getElementById("hamburger"); |
|
0 commit comments