Skip to content

Commit

Permalink
Update branding
Browse files Browse the repository at this point in the history
  • Loading branch information
claabs committed Jan 16, 2024
1 parent 60168e6 commit eed5788
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion assets/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "CS:GO Pick'Em Simulator",
"name": "Counter-Strike Pick'Em Simulator",
"short_name": "Pick'Em Sim",
"icons": [
{
Expand Down
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,37 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />

<title>CS:GO Pick'Em Simulator</title>
<title>Counter-Strike Pick'Em Simulator</title>
<meta name="description"
content="Make accurate CS:GO Major Pick'Em predictions by providing head-to-head matchup odds and simulating thousands of group stages.">
<meta name="keywords" content="CS:GO,CS,Counter-Strike,Major,Pickem,Simulator,Simulate">
content="Make accurate Counter-Strike RMR and Major Pick'Em predictions by providing head-to-head matchup odds and simulating thousands of group stages.">
<meta name="keywords" content="Counter-Strike,CS,Counter-Strike,Major,Pickem,Simulator,Simulate">

<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "CS:GO Pick'Em Simulator",
"name": "Counter-Strike Pick'Em Simulator",
"url": "https://claabs.github.io/cs-buchholz-simulator/"
}
</script>

<meta property="og:url" content="https://claabs.github.io/cs-buchholz-simulator/">
<meta property="og:type" content="website">
<meta property="og:title" content="CS:GO Pick'Em Simulator">
<meta property="og:title" content="Counter-Strike Pick'Em Simulator">
<meta property="og:image" content="./assets/logo.jpg">
<meta property="og:image:alt" content="CS:GO Pick'Em Simulator logo">
<meta property="og:image:alt" content="Counter-Strike Pick'Em Simulator logo">
<meta property="og:description"
content="Make accurate CS:GO Major Pick'Em predictions by providing head-to-head matchup odds and simulating thousands of group stages.">
content="Make accurate Counter-Strike RMR and Major Pick'Em predictions by providing head-to-head matchup odds and simulating thousands of group stages.">
<meta property="og:locale" content="en_US">

<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@charlocharlie">
<meta name="twitter:url" content="https://claabs.github.io/cs-buchholz-simulator/">
<meta name="twitter:title" content="CS:GO Pick'Em Simulator">
<meta name="twitter:title" content="Counter-Strike Pick'Em Simulator">
<meta name="twitter:description"
content="Make accurate CS:GO Major Pick'Em predictions by providing head-to-head matchup odds and simulating thousands of group stages.">
content="Make accurate Counter-Strike RMR and Major Pick'Em predictions by providing head-to-head matchup odds and simulating thousands of group stages.">
<meta name="twitter:image" content="https://claabs.github.io/cs-buchholz-simulator/assets/logo.jpg">
<meta name="twitter:image:alt" content="CS:GO Pick'Em Simulator logo">
<meta name="twitter:image:alt" content="Counter-Strike Pick'Em Simulator logo">

<meta name="google-site-verification" content="3OZOlK0qCYUwv__GQsAxF2RmDiXxmzqccRnbwdwXbRw" />

Expand Down
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const presetTeamLists: Record<string, string[]> = {
'TBD7',
'TBD8',
],
'2024 Copenhagen EU RMR Qual B': [
'2024 Copenhagen EU RMR Closed Qual B': [
'MOUZ',
'Spirit',
'Eternal Fire',
Expand Down

0 comments on commit eed5788

Please sign in to comment.