summary refs log tree commit diff
path: root/assets/public
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-03-31 15:52:33 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-03-31 15:52:33 +1100
commit095cbf7b2036bc35d9c3eabbdec8a5c6dfd67242 (patch)
tree72bc2d6b975855c020e5dd9612a5113b4bf7c2e3 /assets/public
parentRevert "Merge pull request #1008 from spacebarchat/dev/samuel" (diff)
downloadserver-095cbf7b2036bc35d9c3eabbdec8a5c6dfd67242.tar.xz
Remove ALL fosscord mentions
Diffstat (limited to 'assets/public')
-rw-r--r--assets/public/fosscord-login.css4
-rw-r--r--assets/public/fosscord.css2
-rw-r--r--assets/public/index.html15
3 files changed, 11 insertions, 10 deletions
diff --git a/assets/public/fosscord-login.css b/assets/public/fosscord-login.css
index 76cf8068..e66e70a0 100644
--- a/assets/public/fosscord-login.css
+++ b/assets/public/fosscord-login.css
@@ -14,7 +14,7 @@
 }
 h3.title-jXR8lp.marginBottom8-AtZOdT.base-1x0h_U.size24-RIRrxO::after {
 	margin-top: -32px;
-	content: "Welcome to Fosscord!";
+	content: "Welcome to Spacebar!";
 	visibility: visible;
 	display: block;
 }
@@ -22,7 +22,7 @@ h3.title-jXR8lp.marginBottom8-AtZOdT.base-1x0h_U.size24-RIRrxO::after {
 /* Logo in top left when bg removed */
 #app-mount > div.app-1q1i1E > div > a {
 	/* replace me: original dimensions: 130x36 */
-	background: url(https://raw.githubusercontent.com/fosscord/fosscord/master/assets-rebrand/svg/Fosscord-Wordmark-Gradient.svg);
+	background: url(https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/branding/svg/Spacebar__Logo-Blue.svg);
 	width: 130px;
 	height: 23px;
 	background-size: contain;
diff --git a/assets/public/fosscord.css b/assets/public/fosscord.css
index 2ee7b794..53ffd41b 100644
--- a/assets/public/fosscord.css
+++ b/assets/public/fosscord.css
@@ -27,7 +27,7 @@
 	> foreignObject
 	> div
 	> div {
-	background-image: url(https://raw.githubusercontent.com/fosscord/fosscord/master/assets-rebrand/svg/Fosscord-Icon-Rounded-Subtract.svg);
+	background-image: url(https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/branding/svg/Spacebar__Icon-Rounded-Subtract.svg);
 	background-size: contain;
 	border-radius: 50%;
 }
diff --git a/assets/public/index.html b/assets/public/index.html
index 2fa07ca9..3723caba 100644
--- a/assets/public/index.html
+++ b/assets/public/index.html
@@ -5,7 +5,7 @@
 	<meta charset="UTF-8">
 	<meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
-	<title>Fosscord Server</title>
+	<title>Spacebar Server</title>
 
 	<link rel="preconnect" href="https://fonts.googleapis.com">
 	<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -40,24 +40,25 @@
 
 		#wordmark {
 			width: min(500px, 50%);
+			margin-bottom: 20px;
 		}
 
 		a, a:visited {
-			color: #FF6D2E;
+			color: #0185ff;
 		}
 	</style>
 </head>
 
 <body>
 	<div class="container">
-		<img alt="Fosscord Logo"
+		<img alt="Spacebar Logo"
 			id="wordmark"
-			src="https://raw.githubusercontent.com/fosscord/fosscord/master/assets-rebrand/svg/Fosscord-Wordmark-Gradient.svg" />
+			src="https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/branding/svg/Spacebar__Logo-Blue.svg" />
 
 		<h1>Welcome!</h1>
-		<p>If you're viewing this page, that means you've successfully set up your very own Fosscord instance!</p>
-		<p>For information on how to configure your shiny new setup, you should visit <a href="https://docs.fosscord.com">our documentation</a></p>
-		<p>For information on how to connect and use your instance, <a href="https://docs.fosscord.com/setup/clients">click here</a></p>
+		<p>If you're viewing this page, that means you've successfully set up your very own Spacebar instance!</p>
+		<p>For information on how to configure your shiny new setup, you should visit <a href="https://docs.spacebar.chat">our documentation</a></p>
+		<p>For information on how to connect and use your instance, <a href="https://docs.spacebar.chat/setup/clients">click here</a></p>
 	</div>
 </body>