Skip to content

Commit 954e521

Browse files
committed
Updated some values
1 parent 0e4d71a commit 954e521

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<meta name="description" content="With over 13,500 Members and 50,000 Messages sent each month, join one of the biggest Java Communities to help, get help and discuss programming in Java."/>
8+
<meta name="description" content="With over 18,500 Members and 50,000 Messages sent each month, join one of the biggest Java Communities to help, get help and discuss programming in Java."/>
99
<link rel="stylesheet" href="/css/global/styles.css">
1010
<link rel="stylesheet" href="/css/global/navbar.css">
1111
<link rel="stylesheet" href="/css/pages/index/indexFooter.css">
@@ -39,7 +39,7 @@
3939
<div class="introduction-container">
4040
<div class="introduction-text">
4141
<h1>HELP. <a style="color:#ff212d">CODE.</a> LEARN.</h1>
42-
<p class="paragraph introduction-paragraph">With over 13,500 Members and 50,000 Messages sent each month, join one of the biggest Java Communities on Discord to help, get help and discuss programming in Java.</p>
42+
<p class="paragraph introduction-paragraph">With over 18,500 Members and 50,000 Messages sent each month, join one of the biggest Java Communities on Discord to help, get help and discuss programming in Java.</p>
4343
<a href="/r/join.html" target="_blank" class="introduction-join-btn">Join</a>
4444
</div>
4545
<div class="introduction-image">
@@ -53,7 +53,7 @@ <h1>HELP. <a style="color:#ff212d">CODE.</a> LEARN.</h1>
5353
<p class="data-field-subtitle">active users¹</p>
5454
</div>
5555
<div class="data-field">
56-
<p>13,500+</p>
56+
<p>18,500+</p>
5757
<p class="data-field-subtitle">members</p>
5858
</div>
5959
<div class="data-field">
@@ -66,7 +66,7 @@ <h1>HELP. <a style="color:#ff212d">CODE.</a> LEARN.</h1>
6666
<div class="qotw-text">
6767
<h1>MEET QUESTION OF THE WEEK</h1>
6868
<p class="paragraph qotw-paragraph">Question Of The Week is a weekly Java-related question you can answer and be awarded points for. Check it out in <b class="special-word">#❓︱question-of-the-week</b> on the Java Discord.</p>
69-
<a href="/qotw.html" target="_blank" class="paragraph qotw-learn-more"><i class="fa-solid fa-arrow-right"></i> Learn More</a>
69+
<a href="/soon.html" target="_blank" class="paragraph qotw-learn-more"><i class="fa-solid fa-arrow-right"></i> Learn More</a>
7070
</div>
7171
<div class="qotw-image">
7272
<img src="/assets/QOTWLeaderboard.png" alt="" style="width:65%;">
@@ -76,14 +76,13 @@ <h1>MEET QUESTION OF THE WEEK</h1>
7676
<div class="partner-container">
7777
<h1>WITH SUPPORT FROM</h1>
7878
<div class="partner-imgs">
79-
<a href="/r/nordvpn.html" target="_blank"><img src="/assets/nordvpn.svg" alt="NordVPN Logo"></a>
8079
<a href="/r/jetbrains.html" target="_blank"><img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg" alt="JetBrains Logo"></a>
8180
<a href="/r/discord4j.html" target="_blank"><img src="/assets/discord4j.svg" alt="Discord4J Logo"></a>
8281
</div>
8382
</div>
8483
<!-- FOOTER -->
8584
<div class="footer-container" style="color: black;">
86-
<div class="left">©️ 2022 JavaDiscord <br> JavaDiscord is not affiliated, associated, or endorsed with/by Discord or Oracle.</div>
85+
<div class="left">©️ 2022 Java Discord Community<br> We are not affiliated, associated, and/or endorsed with/by Discord or Oracle.</div>
8786
<div class="right">¹ Users that sent a message in the last month, data gathered from Discord's Insight page. <br> ² Data gathered from Discord's Insight page.</div>
8887
</div>
8988
<!-- Hamburger Menu JavaScript -->

rules.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
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."/>
8+
<meta name="description" content="With over 18500 Members and 50,000 Messages sent each month, join one of the biggest Java Communities to help, get help and discuss programming in Java."/>
99
<link rel="stylesheet" href="/css/global/styles.css">
1010
<link rel="stylesheet" href="/css/global/navbar.css">
1111
<link rel="stylesheet" href="/css/global/footer.css">
@@ -78,7 +78,7 @@ <h1>SERVER RULES</h1>
7878
</div>
7979
<!-- FOOTER -->
8080
<div class="footer-container">
81-
<p>©️ 2022 JavaDiscord <br> JavaDiscord is not affiliated, associated, or endorsed with/by Discord or Oracle.</p>
81+
<p>©️ 2022 Java Discord Community <br> We are not affiliated, associated, or endorsed with/by Discord or Oracle.</p>
8282
</div>
8383
<!-- Hamburger Menu JavaScript -->
8484
<script type="text/javascript">

soon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h1>More stuff coming soon!</h1>
3636
<p class="error-text">Stay tuned for more stuff (e.g. QOTW Leaderboard) coming soon!</p>
3737
<!-- FOOTER -->
3838
<div class="footer-container">
39-
<p>©️ 2022 JavaDiscord <br> JavaDiscord is not affiliated, associated, or endorsed with/by Discord or Oracle.</p>
39+
<p>©️ 2022 Java Discord Community <br> We are not affiliated, associated, or endorsed with/by Discord or Oracle.</p>
4040
</div>
4141
</body>
4242
</html>

0 commit comments

Comments
 (0)