Skip to content

Commit 6616f71

Browse files
authored
Merge pull request #3 from Java-Discord/remake
replaced profile with soon-page in navbar
2 parents 5df7895 + ce369e3 commit 6616f71

File tree

6 files changed

+123
-4
lines changed

6 files changed

+123
-4
lines changed

css/pages/error/soon.css

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
h1 {
2+
margin-top: 2%;
3+
color:white;
4+
font-family: "Inter";
5+
font-size: 45px;
6+
font-weight: 600;
7+
text-align: center;
8+
}
9+
10+
.error-text {
11+
margin-top: 1%;
12+
margin-left: 3%;
13+
margin-right: 3%;
14+
color: #8e9ba3;
15+
font-family: "Inter";
16+
font-size: 20px;
17+
font-weight: 600;
18+
text-align: center;
19+
}
20+
21+
p a {
22+
color: #ff212d;
23+
}
24+
25+
/* ------------------ */
26+
/* 403 RESPONSIVENESS */
27+
/* ------------------ */
28+
29+
@media only screen and (max-width: 1600px) {
30+
h1 {
31+
font-size: 38px;
32+
}
33+
34+
.error-text {
35+
font-size: 18px;
36+
}
37+
}
38+
39+
@media only screen and (max-width: 1250px) {
40+
h1 {
41+
font-size: 32px;
42+
}
43+
44+
.error-text {
45+
font-size: 16px;
46+
}
47+
}
48+
49+
@media only screen and (max-width: 1020px) {
50+
h1 {
51+
font-size: 26px;
52+
}
53+
54+
.error-text {
55+
font-size: 14px;
56+
}
57+
}
58+
59+
@media only screen and (max-width: 940px) {
60+
h1 {
61+
font-size: 20px;
62+
}
63+
64+
.error-text {
65+
font-size: 12px;
66+
}
67+
}
68+
69+
@media only screen and (max-width: 750px) {
70+
h1 {
71+
font-size: 16px;
72+
}
73+
74+
.error-text {
75+
font-size: 12px;
76+
}
77+
}

error/403.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<ul class="nav-ul" id="nav-ul">
2424
<li><a href="/index.html">Home</a></li>
2525
<li><a href="/rules.html">Rules</a></li>
26-
<li><a href="/profile.html">Profile</a></li>
26+
<li><a href="/soon.html">Coming soon!</a></li>
2727
</ul>
2828
<div class="nav-right">
2929
<a href="/r/github.html" target="_blank" class="social-btn"><i class="fa-brands fa-github fa-3x"></i></a>

error/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<ul class="nav-ul" id="nav-ul">
2424
<li><a href="/index.html">Home</a></li>
2525
<li><a href="/rules.html">Rules</a></li>
26-
<li><a href="/profile.html">Profile</a></li>
26+
<li><a href="/soon.html">Coming soon!</a></li>
2727
</ul>
2828
<div class="nav-right">
2929
<a href="/r/github.html" target="_blank" class="social-btn"><i class="fa-brands fa-github fa-3x"></i></a>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<ul class="nav-ul" id="nav-ul">
2626
<li><a class="active-link" href="/index.html">Home</a></li>
2727
<li><a href="/rules.html">Rules</a></li>
28-
<li><a href="/profile.html">Profile</a></li>
28+
<li><a href="/soon.html">Coming soon!</a></li>
2929
</ul>
3030
<div class="nav-right">
3131
<a href="/r/github.html" target="_blank" class="social-btn"><i class="fa-brands fa-github fa-3x"></i></a>

rules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<ul class="nav-ul" id="nav-ul">
2525
<li><a href="/index.html">Home</a></li>
2626
<li><a class="active-link" href="/rules.html">Rules</a></li>
27-
<li><a href="/profile.html">Profile</a></li>
27+
<li><a href="/soon.html">Coming soon!</a></li>
2828
</ul>
2929
<div class="nav-right">
3030
<a href="/r/github.html" target="_blank" class="social-btn"><i class="fa-brands fa-github fa-3x"></i></a>

soon.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<script src="https://kit.fontawesome.com/613e568d39.js" crossorigin="anonymous"></script>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<link rel="stylesheet" href="/css/global/styles.css">
9+
<link rel="stylesheet" href="/css/global/navbar.css">
10+
<link rel="stylesheet" href="/css/global/footer.css">
11+
<link rel="stylesheet" href="/css/pages/error/soon.css">
12+
<link rel="shortcut icon" href="/assets/ServerLogo.png" type="image/x-icon">
13+
<title>Soon™</title>
14+
</head>
15+
<body>
16+
<!-- NAVBAR -->
17+
<div class="navbar" id="navbar">
18+
<nav>
19+
<img src="/assets/ServerLogo.png" alt="JavaDiscordLogo">
20+
<button class="hamburger" id="hamburger">
21+
<i class="fa-solid fa-bars"></i>
22+
</button>
23+
<ul class="nav-ul" id="nav-ul">
24+
<li><a href="/index.html">Home</a></li>
25+
<li><a href="/rules.html">Rules</a></li>
26+
<li><a href="/soon.html">Coming soon!</a></li>
27+
</ul>
28+
<div class="nav-right">
29+
<a href="/r/github.html" target="_blank" class="social-btn"><i class="fa-brands fa-github fa-3x"></i></a>
30+
<a href="/r/twitter.html" target="_blank" class="social-btn"><i class="fa-brands fa-twitter fa-3x"></i></a>
31+
<a href="/r/discord.html" target="_blank" class="join-btn">Join</a>
32+
</div>
33+
</nav>
34+
</div>
35+
<h1>More stuff coming soon!</h1>
36+
<p class="error-text">Stay tuned for more stuff (e.g. QOTW Leaderboard) coming soon!</p>
37+
<!-- FOOTER -->
38+
<div class="footer-container">
39+
<p>©️ 2022 JavaDiscord <br> JavaDiscord is not affiliated, associated, or endorsed with/by Discord or Oracle.</p>
40+
</div>
41+
</body>
42+
</html>

0 commit comments

Comments
 (0)