Skip to content

Commit

Permalink
Changes to website
Browse files Browse the repository at this point in the history
Changes done to website to comply with requested from initiator party holder of licenses.
  • Loading branch information
taichikuji committed Jan 6, 2025
1 parent e47e3af commit d7a770c
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Discordid: Show off your Discord profile!

<p align="center">
<img src="media/logo.webp" width="150px" /><br/>
<img src="media/d-172.svg" width="150px" /><br/>
<img src="https://img.shields.io/github/license/taichikuji/discordid?color=FF3351&logo=github" />
<img src="https://img.shields.io/github/commit-activity/w/taichikuji/discordid?label=commits&logo=github" />
<img src="https://api.netlify.com/api/v1/badges/cc02749a-5b20-4e02-9b61-bee31ee565cd/deploy-status" />
Expand Down
Binary file removed dist/fonts/ggsans400.woff2
Binary file not shown.
Binary file removed dist/fonts/ggsans500.woff2
Binary file not shown.
Binary file removed dist/fonts/ggsans600.woff2
Binary file not shown.
Binary file added dist/fonts/whitney400.woff
Binary file not shown.
Binary file added dist/fonts/whitney500.woff
Binary file not shown.
Binary file added dist/fonts/whitney600.woff
Binary file not shown.
6 changes: 3 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="DiscordID's website, made by Taichikuji!" />
<meta name="viewport" content="user-scalable=no, width=device-width" />
<link rel="icon" href="media/logo.webp" />
<link rel="icon" href="media/d-b-32.svg" />
<link rel="stylesheet" href="main.css" />
<title id="DiscTitle">DiscordID</title>
<!-- twitter meta info -->
Expand All @@ -16,13 +16,13 @@
<meta name="twitter:title" content="DiscordID" />
<meta name="twitter:description" content="DiscordID's website, made by Taichikuji!" />
<meta name="twitter:creator" content="@taichikuji" />
<meta name="twitter:image" content="media/logo.webp" />
<meta name="twitter:image" content="media/d-b-32.svg" />
<meta name="twitter:image:alt" content="This is displaying because somehow this image is missing." />
<!--discord meta info -->
<meta property="og:title" content="DiscordID" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://github.com/taichikuji/discordid/" />
<meta property="og:image" content="media/logo.webp" />
<meta property="og:image" content="media/d-b-32.svg" />
<meta property="og:description" content="This is displaying because somehow this image is missing." />
</head>

Expand Down
22 changes: 11 additions & 11 deletions dist/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,31 +206,31 @@ button {
}

:root {
--font-primary: "gg sans","Noto Sans",Helvetica,Arial,sans-serif;
--font-headline: "gg sans","Noto Sans",Helvetica,Arial,sans-serif
--font-primary: "Whitney","Noto Sans",Helvetica,Arial,sans-serif;
--font-headline: "Whitney","Noto Sans",Helvetica,Arial,sans-serif
}

@font-face {
font-family: "gg sans";
font-family: "Whitney";
font-weight: 400;
src: url(fonts/ggsans400.woff2) format("woff2")
src: url(fonts/whitney400.woff) format("woff2")
}

@font-face {
font-family: "gg sans";
font-family: "Whitney";
font-weight: 500;
src: url(fonts/ggsans500.woff2) format("woff2")
src: url(fonts/whitney500.woff) format("woff")
}

@font-face {
font-family: "gg sans";
font-family: "Whitney";
font-weight: 600;
src: url(fonts/ggsans600.woff2) format("woff2")
src: url(fonts/whitney600.woff) format("woff")
}

@font-face {
font-family: "Noto Sans";
src: url(fonts/notosans.woff2) format("woff2")
src: url(fonts/notosans.woff) format("woff")
}

::-webkit-input-placeholder,
Expand Down Expand Up @@ -318,7 +318,7 @@ span {
flex: 0 0 auto;
width: 130px;
height: 36px;
background: url(media/discordlogo.svg) no-repeat
background: url(media/d-b-32.svg) no-repeat
}

.authBox-hW6HRx {
Expand Down Expand Up @@ -384,7 +384,7 @@ span {
top: 20px;
height: 36px;
width: 112px;
background: url(media/discordlogo.svg) no-repeat
background: url(media/d-b-32.svg) no-repeat
}
}

Expand Down
2 changes: 1 addition & 1 deletion dist/media/background.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/media/d-b-172.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/media/d-b-256.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/media/d-b-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions dist/media/discordlogo.svg

This file was deleted.

Binary file removed dist/media/logo.webp
Binary file not shown.
1 change: 1 addition & 0 deletions media/d-172.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions media/d-256.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions media/d-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed media/logo.webp
Binary file not shown.

0 comments on commit d7a770c

Please sign in to comment.