Skip to content

Commit 2b56d9b

Browse files
authored
Oracle Compliance & Updated some data
1 parent f3b1dd9 commit 2b56d9b

File tree

5 files changed

+14
-35
lines changed

5 files changed

+14
-35
lines changed

.htaccess

-17
This file was deleted.

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
# JavaDiscord
22

3-
Code of the official [Java Discord](https://javadiscord.net) Website. Made by [@alpha](https://github.com/miguelmohr).
4-
5-
## Plans
6-
7-
- Figma Prototype (kinda outdated): https://bit.ly/3ndhyJP
3+
Code of the official [Java Discord](https://discordjug.net) Website.

index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
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 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."/>
8+
<meta name="description" content="With over 23,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">
1212
<link rel="stylesheet" href="/css/pages/index/index.css">
1313
<link rel="stylesheet" href="/css/pages/index/indexResponsive.css">
1414
<link rel="shortcut icon" href="/assets/ServerLogo.png" type="image/x-icon">
15-
<title>Java Discord - Java Community on Discord</title>
15+
<title>Discord Java Community</title>
1616
</head>
1717
<body>
1818
<!-- NAVBAR -->
1919
<div class="navbar" id="navbar">
2020
<nav>
21-
<img src="/assets/ServerLogo.png" alt="JavaDiscordLogo">
21+
<img src="/assets/ServerLogo.png" alt="JavaCommunityLogo">
2222
<button class="hamburger" id="hamburger">
2323
<i class="fa-solid fa-bars"></i>
2424
</button>
@@ -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 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>
42+
<p class="paragraph introduction-paragraph">With over 23,500 Members and 50,000 Messages sent each month, join one of the biggest community-made Java servers 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>18,500+</p>
56+
<p>23,500+</p>
5757
<p class="data-field-subtitle">members</p>
5858
</div>
5959
<div class="data-field">
@@ -65,7 +65,7 @@ <h1>HELP. <a style="color:#ff212d">CODE.</a> LEARN.</h1>
6565
<div class="qotw-container">
6666
<div class="qotw-text">
6767
<h1>MEET QUESTION OF THE WEEK</h1>
68-
<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>
68+
<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 Discord Java Community.</p>
6969
<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">
@@ -82,7 +82,7 @@ <h1>WITH SUPPORT FROM</h1>
8282
</div>
8383
<!-- FOOTER -->
8484
<div class="footer-container" style="color: black;">
85-
<div class="left">©️ 2023 Java Discord Community<br> We are not affiliated, associated, and/or endorsed with/by Discord or Oracle.</div>
85+
<div class="left">©️ 2023 Community Java Discord <br> We are not affiliated, associated, and/or endorsed with/by Discord or Oracle.</div>
8686
<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>
8787
</div>
8888
<!-- Hamburger Menu JavaScript -->

rules.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
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 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."/>
8+
<meta name="description" content="With over 23,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/global/footer.css">
1212
<link rel="stylesheet" href="/css/pages/rules/rules.css">
1313
<link rel="shortcut icon" href="/assets/ServerLogo.png" type="image/x-icon">
14-
<title>Java Discord - Rules</title>
14+
<title>Discord Java Community - Rules</title>
1515
</head>
1616
<body>
1717
<!-- NAVBAR -->
1818
<div class="navbar" id="navbar">
1919
<nav>
20-
<img src="/assets/ServerLogo.png" alt="JavaDiscordLogo">
20+
<img src="/assets/ServerLogo.png" alt="JavaCommunityLogo">
2121
<button class="hamburger" id="hamburger">
2222
<i class="fa-solid fa-bars"></i>
2323
</button>
@@ -78,7 +78,7 @@ <h1>SERVER RULES</h1>
7878
</div>
7979
<!-- FOOTER -->
8080
<div class="footer-container">
81-
<p>©️ 2022 Java Discord Community <br> We are not affiliated, associated, or endorsed with/by Discord or Oracle.</p>
81+
<p>©️ 2023 Community Java Discord <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

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!-- NAVBAR -->
1717
<div class="navbar" id="navbar">
1818
<nav>
19-
<img src="/assets/ServerLogo.png" alt="JavaDiscordLogo">
19+
<img src="/assets/ServerLogo.png" alt="JavaCommunityLogo">
2020
<button class="hamburger" id="hamburger">
2121
<i class="fa-solid fa-bars"></i>
2222
</button>
@@ -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 Java Discord Community <br> We are not affiliated, associated, or endorsed with/by Discord or Oracle.</p>
39+
<p>©️ 2023 Community Java Discord <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)