Skip to content

Commit efbd2b9

Browse files
committed
Updated Logo, Rules & Data
1 parent b264aac commit efbd2b9

File tree

5 files changed

+26
-27
lines changed

5 files changed

+26
-27
lines changed
27 KB
Loading
-17.7 KB
Binary file not shown.

JavaDiscord/css/styles.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ nav {
4343
margin: 0 auto;
4444
justify-content: space-between;
4545
align-items: center;
46-
padding: 25px;
46+
padding: 5px;
4747
flex-wrap: wrap;
4848
}
4949

@@ -52,7 +52,7 @@ nav {
5252
}
5353

5454
nav img {
55-
width: 50px;
55+
width: 100px;
5656
}
5757

5858
.nav-ul {
@@ -253,7 +253,7 @@ header {
253253
}
254254

255255
.container-rules {
256-
max-width: 1400px;
256+
max-width: 1300px;
257257
margin: 0 auto;
258258
display: flex;
259259
flex-direction: column;
@@ -287,17 +287,17 @@ header {
287287
}
288288

289289
.rule {
290-
padding: 40px;
290+
padding: 25px;
291291
color: white;
292-
font-weight: 700;
292+
font-weight: 600;
293293
}
294294

295295
.rule h3{
296-
font-size: 35px;
296+
font-size: 28px;
297297
}
298298

299299
.rule p{
300-
font-size: 22px;
300+
font-size: 18px;
301301
}
302302

303303
#special-word {

JavaDiscord/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
</script>
1212
<meta charset="UTF-8">
1313
<meta http-equiv="X-UA-Compatible" content="IE=edge">
14-
<meta name="description" content="With over 8000 Members and 30,000 Messages sent each month, join one of the biggest Java Communities to help, get help and discuss programming in Java."/>
14+
<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."/>
1515
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1616
<link rel="stylesheet" href="./css/styles.css">
1717
<link rel="stylesheet" href="./css/queries.css">
18-
<link rel="shortcut icon" href="./assets/LogoRedWhite.png" type="image/x-icon">
18+
<link rel="shortcut icon" href="./assets/LogoBlue_NoBG.png" type="image/x-icon">
1919
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
2020
<title>Java Discord - Java Community on Discord</title>
2121
</head>
2222
<body>
2323
<!-- Navbar -->
2424
<div class="Navbar" id="navbar">
2525
<nav>
26-
<img src="./assets/LogoRedWhite.png" alt="JavaDiscordLogo">
26+
<img src="./assets/LogoBlue_NoBG.png" alt="JavaCommunityLogo">
2727
<button class="hamburger" id="hamburger">
2828
<i class="fas fa-bars"></i>
2929
</button>
@@ -45,8 +45,8 @@ <h1>HELP.<br>CODE.<br>LEARN.</h1>
4545
<div class="right-box">
4646
<p>
4747
Get help, share ideas and chat with thousands of Java developers from across the globe. <br>
48-
Welcome to the Java Discord, one of the biggest
49-
Java Communities on Discord.
48+
Welcome to the Java Community, one of the biggest
49+
Discords about Java.
5050
</p>
5151
<div class="button">
5252
<a href="https://discord.gg/X3NmMgzFKF">JOIN NOW!</a>

JavaDiscord/rules.html

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta http-equiv="X-UA-Compatible" content="IE=edge">
1414
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1515
<link rel="stylesheet" href="./css/styles.css">
16-
<link rel="shortcut icon" href="./assets/LogoRedWhite.png" type="image/x-icon">
16+
<link rel="shortcut icon" href="./assets/LogoBlue_NoBG.png" type="image/x-icon">
1717
<link rel="stylesheet" href="./css/queries.css">
1818
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
1919
<title>Java Discord - Rules</title>
@@ -22,7 +22,7 @@
2222
<!-- Navbar -->
2323
<div class="Navbar" id="navbar">
2424
<nav>
25-
<img src="./assets/LogoRedWhite.png" alt="JavaDiscordLogo">
25+
<img src="./assets/LogoBlue_NoBG.png" alt="JavaCommunityLogo">
2626
<button class="hamburger" id="hamburger">
2727
<i class="fas fa-bars"></i>
2828
</button>
@@ -40,21 +40,21 @@
4040
<div class="title-box">
4141
<div class="title">Server Rules</div>
4242
<p>
43-
like almost every other discord, there are some rules better to be noted to prevent some chaos.
43+
like almost every other Discord, we have some rules you should follow.
4444
</p>
4545
</div>
4646
<div class="rules-box">
4747
<div class="rule-list">
4848
<div class="rule">
4949
<h3 id="rule-num">1.</h3>
5050
<p>
51-
No spamming, trolling, insults, advertising and NSFW content.
51+
No spamming, trolling, insults, advertising or NSFW content.
5252
</p>
5353
</div>
5454
<div class="rule">
5555
<h3 id="rule-num">2.</h3>
5656
<p>
57-
Do not attack or insult persons based on their race, ethnicity, nationality, sex, gender, sexual orientation, religion or disabilities. Violators will be banned from the server and might be reported to Discord.
57+
Do not attack or insult people based on their ethnicity, nationality, sex, gender, sexual orientation, religion or disabilities. Violators will be banned from the server and, in extreme cases, might be reported to Discord.
5858
</p>
5959
</div>
6060
<div class="rule">
@@ -66,38 +66,37 @@ <h3 id="rule-num">3.</h3>
6666
<div class="rule">
6767
<h3 id="rule-num">4.</h3>
6868
<p>
69-
Alt accounts are not allowed. Accounts involved will be banned without warning.
69+
Usernames are to be kept in an easily mentionable way. For instance, <b id="special-word">߶௵᧫៷</b> is not easily mentionable and should therefore be changed. <br> <a href="https://support.discord.com/hc/en-us/articles/219070107-Server-Nicknames" id="tos-link" target="_blank">➔ Read More</a>
7070
</p>
7171
</div>
7272
<div class="rule">
7373
<h3 id="rule-num">5.</h3>
7474
<p>
75-
If we can't easily mention your username please change it. For example <b id="special-word">”௵”</b> should be changed.
75+
Do not ask for help with projects that break rules and/or <a href="https://support.discord.com/hc/en-us/articles/219070107-Server-Nicknames" id="tos-link" target="_blank">Discord’s TOS</a>. This also includes projects that break laws. Do not request help with ongoing exams. Do not provide or request direct solutions to graded assignments, general guidance is fine.
7676
</p>
7777
</div>
7878
<div class="rule">
7979
<h3 id="rule-num">6.</h3>
8080
<p>
81-
Do not ask for help with projects that break rules and/or <a href="https://discord.com/terms" id="tos-link" target="_blank">Discord’s ToS</a>. This also includes projects that break laws. Do not request help with ongoing exams and don’t provide or request direct solutions to graded assignments. General guidance is fine.
81+
Keep everything in English to the best of your ability, specific threads might be exempt from this.
8282
</p>
8383
</div>
8484
<div class="rule">
8585
<h3 id="rule-num">7.</h3>
8686
<p>
87-
Keep everything in English to the best of your ability. This helps us keep the server moderated and accessible for everyone.
87+
If you need help, use one of the available help channels.
8888
</p>
8989
</div>
9090
<div class="rule">
9191
<h3 id="rule-num">8.</h3>
9292
<p>
93-
If you need help, use one of our help channels (please check <b id="special-word">#❗︱help-guidelines</b> first).
93+
Before asking questions, check out <b id="special-word">❗︱how-to-get-help</b> and only DM people for help that have the <b id="special-word">@DMs Welcome!</b> role.
9494
</p>
9595
</div>
9696
<div class="rule">
9797
<h3 id="rule-num">9.</h3>
9898
<p>
99-
Before asking questions, check out <b id="special-word">#❗︱help-guidelines</b> and only DM people for help that have the @DMs Welcome! role. Not following the guidelines in this channel can be treated as any other rule-break.
100-
99+
Don't ping specific users for help.
101100
</p>
102101
</div>
103102
<div class="rule">
@@ -109,13 +108,13 @@ <h3 id="rule-num">10.</h3>
109108
<div class="rule">
110109
<h3 id="rule-num">11.</h3>
111110
<p>
112-
Please keep political discussions or other political content out of this server.
111+
Political or religious debates shouldn't take place on this server.
113112
</p>
114113
</div>
115114
<div class="rule">
116115
<h3 id="rule-num">12.</h3>
117116
<p>
118-
Follow Discord’s Community Guidelines and Terms of Service.
117+
Follow Discord’s <a href="https://dis.gd/guidelines" id="tos-link" target="_blank">Community Guidelines</a> and <a href="https://dis.gd/guidelines" id="tos-link" target="_blank">Terms of Service</a>.
119118
</p>
120119
</div>
121120
</div>
@@ -125,7 +124,7 @@ <h3 id="rule-num">12.</h3>
125124
<!-- Footer -->
126125
<footer>
127126
<div class="copyright">
128-
<p>&copy 2021 JavaDiscord | JavaDiscord is not affiliated, associated, or endorsed with/by Discord or Oracle</p>
127+
<p>&copy 2022 JavaDiscord | JavaDiscord is not affiliated, associated, or endorsed with/by Discord or Oracle</p>
129128
</div>
130129
</footer>
131130
<!-- Cookie-Banner -->

0 commit comments

Comments
 (0)