mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-11 18:04:27 +08:00
rebrand
This commit is contained in:
parent
58b91ddd12
commit
bf122b9e24
4 changed files with 12 additions and 12 deletions
|
|
@ -12,18 +12,18 @@
|
|||
<link id="favicon" rel="shortcut icon" href="fav.png" />
|
||||
<link rel="shortcut icon" href="fav.png" />
|
||||
<meta name="name" content="Monkey Type" />
|
||||
<meta name="image" content="https://monkey-type.com/mtsocial_large.png" />
|
||||
<meta name="image" content="https://monkeytype.com/mtsocial.png" />
|
||||
<meta
|
||||
name="description"
|
||||
content="A super customisable, minimalistic typing test."
|
||||
/>
|
||||
<meta
|
||||
name="keywords"
|
||||
content="typing, test, typing-test, typing test, monkey-type, monkeytype, monkey type, monkey-types, monkey types, types, monkey, type, miodec, wpm, words per minute, typing website, minimalistic, custom typing test, customizable, customisable, themes, random words, smooth caret, smooth, new, new typing site, new typing website, minimalist typing website, minimalistic typing website, minimalist typing test"
|
||||
content="typing, test, typing-test, typing test, monkey-type, monkeytype, monkey type, monkey-types, monkeytypes, monkey types, types, monkey, type, miodec, wpm, words per minute, typing website, minimalistic, custom typing test, customizable, customisable, themes, random words, smooth caret, smooth, new, new typing site, new typing website, minimalist typing website, minimalistic typing website, minimalist typing test"
|
||||
/>
|
||||
<meta name="author" content="Miodec" />
|
||||
<meta property="og:title" content="Monkey Type" />
|
||||
<meta property="og:url" content="https://monkey-type.com/" />
|
||||
<meta property="og:url" content="https://monkeytype.com/" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta
|
||||
property="og:description"
|
||||
|
|
@ -31,13 +31,13 @@
|
|||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://monkey-type.com/mtsocial_large.png"
|
||||
content="https://monkeytype.com/mtsocial.png"
|
||||
/>
|
||||
<meta name="theme-color" content="#e2b714" id="metaThemeColor" />
|
||||
<meta name="twitter:title" content="Monkey Type" />
|
||||
<meta
|
||||
name="twitter:image"
|
||||
content="https://monkey-type.com/mtsocial_large.png"
|
||||
content="https://monkeytype.com/mtsocial.png"
|
||||
/>
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
</head>
|
||||
|
|
@ -758,8 +758,8 @@
|
|||
<div id="centerContent" class="hidden">
|
||||
<div id="top">
|
||||
<div class="logo">
|
||||
<div class="top">monkey-see</div>
|
||||
<div class="bottom">monkey-type</div>
|
||||
<div class="top">monkey see</div>
|
||||
<div class="bottom">monkeytype</div>
|
||||
</div>
|
||||
<div id="menu">
|
||||
<div class="icon-button view-start" tabindex="2" href="/" onclick="this.blur();">
|
||||
|
|
@ -1237,7 +1237,7 @@
|
|||
<div class="words"></div>
|
||||
</div>
|
||||
<div class="loginTip">Sign in to save your results</div>
|
||||
<div class="ssWatermark hidden">monkey-type.com</div>
|
||||
<div class="ssWatermark hidden">monkeytype.com</div>
|
||||
<div class="buttons">
|
||||
<div
|
||||
id="nextTestButton"
|
||||
|
|
@ -1291,7 +1291,7 @@
|
|||
<div class="section">
|
||||
<h1>about</h1>
|
||||
<p>
|
||||
Monkey-type is a minimalistic typing test, featuring many test
|
||||
Monkey Type is a minimalistic typing test, featuring many test
|
||||
modes, an account system to save your typing speed history and
|
||||
user configurable features like themes, a smooth caret and more.
|
||||
</p>
|
||||
|
|
@ -1451,12 +1451,12 @@
|
|||
<div class="section discordIntegration">
|
||||
<h1>discord integration</h1>
|
||||
<div class="text">
|
||||
When you connect your monkey-type account to your Discord
|
||||
When you connect your monkeytype account to your Discord
|
||||
account, you will be automatically assigned a new role every
|
||||
time you achieve a new personal best in a 60 second test.
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<a class="button" href="https://discord.com/api/oauth2/authorize?client_id=757704816532258856&redirect_uri=https%3A%2F%2Fmonkey-type.com%2Fverify&response_type=token&scope=identify" style="text-decoration: none;">
|
||||
<a class="button" href="https://discord.com/api/oauth2/authorize?client_id=757704816532258856&redirect_uri=https%3A%2F%2Fmonkeytype.com%2Fverify&response_type=token&scope=identify" style="text-decoration: none;">
|
||||
Verify with Discord
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -471,7 +471,7 @@ $("#shareCustomThemeButton").click((e) => {
|
|||
}
|
||||
);
|
||||
|
||||
let url = "https://monkey-type.com?" + objectToQueryString({ customTheme: share });
|
||||
let url = "https://monkeytype.com?" + objectToQueryString({ customTheme: share });
|
||||
navigator.clipboard.writeText(url).then(function () {
|
||||
showNotification("URL Copied to clipboard", 2000);
|
||||
}, function (err) {
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 39 KiB |
Loading…
Add table
Reference in a new issue