Update wordle, update font family
This commit is contained in:
parent
b0b8577447
commit
fff2c1720d
@ -20,6 +20,9 @@
|
|||||||
<link rel="stylesheet" href="{{ '/public/css/syntax.css?' | append: site.time | absolute_url }}">
|
<link rel="stylesheet" href="{{ '/public/css/syntax.css?' | append: site.time | absolute_url }}">
|
||||||
<link rel="stylesheet" href="{{ '/public/css/lanyon.css?' | append: site.time | absolute_url }}">
|
<link rel="stylesheet" href="{{ '/public/css/lanyon.css?' | append: site.time | absolute_url }}">
|
||||||
<link rel="stylesheet" href="{{ '/public/css/custom.css?' | append: site.time | absolute_url }}">
|
<link rel="stylesheet" href="{{ '/public/css/custom.css?' | append: site.time | absolute_url }}">
|
||||||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,500;1,500&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
|
||||||
<link rel="shortcut icon" href="{{ '/public/favicon.png' | absolute_url }}">
|
<link rel="shortcut icon" href="{{ '/public/favicon.png' | absolute_url }}">
|
||||||
</head>
|
</head>
|
||||||
|
@ -14,18 +14,22 @@ My nitpickiest article yet on "Why you shouldn't brag your Wordle accomplishment
|
|||||||
|
|
||||||
Once you figure out the word, you are given an option to share your score. This is a good way to pique the interest of the public to get them to play this.
|
Once you figure out the word, you are given an option to share your score. This is a good way to pique the interest of the public to get them to play this.
|
||||||
|
|
||||||
## My Problem
|
## The Problem
|
||||||
|
|
||||||
**_I don't like when people brag._**
|
**_I hate when people brag._**
|
||||||
|
|
||||||
One way to stop this is to reduce the percieved value of any score that one gets because of playing the game.
|
I'm tired of coming across people sharing their scores on social media platforms everyday. The game is a fun way to pass some time, and has no bearing on one's skills of deduction, or grasp over the language itself.
|
||||||
|
|
||||||
If the solutions are easily accessible, anyone who figures out the current word in lesser guesses and brags now have to prove that they did not cheat.
|
One way to stop this bragging is to reduce the percieved value of any score that one gets because of playing the game.
|
||||||
|
|
||||||
|
If the solutions are easily accessible, anyone who figures out the current word in lesser attempts and brags, would now have to prove that they did not cheat.
|
||||||
|
|
||||||
Eventually people would just play the game for their own satisfaction and keep their results to themselves. People who got into the game due to a [fear of missing out](https://en.wikipedia.org/wiki/Fear_of_missing_out) would probably stop playing this game and save themselves some precious time.
|
Eventually people would just play the game for their own satisfaction and keep their results to themselves. People who got into the game due to a [fear of missing out](https://en.wikipedia.org/wiki/Fear_of_missing_out) would probably stop playing this game and save themselves some precious time.
|
||||||
|
|
||||||
## The Solution
|
## The Solution
|
||||||
|
|
||||||
Hence, I have whimsically created [Wordle Solutions](https://wordle.neophyte.me). The solutions were previously accessible in the source code of the game anyway. Solutions are now easily accessible.
|
I whimsically made [Wordle Solutions](https://wordle.neophyte.me). The solutions were previously accessible in the source code of the game anyway. Solutions are now easily accessible.
|
||||||
|
|
||||||
The page lists three words at all times, yesterday's word, today's word and tomorrow's word in that order. The complete list of words are [here](https://raw.githubusercontent.com/cool-mist/WordleWords/main/words.json). As per the list, the last word is _**shave**_ and would happen on <u>25 October 2027</u>.
|
The page lists three words at all times, yesterday's word, today's word and tomorrow's word in that order. This is because the current word of the day is dependent on the player's current geographical location.
|
||||||
|
|
||||||
|
The complete list of words are [here](https://raw.githubusercontent.com/cool-mist/WordleWords/main/words.json). As per the list, the last word is _**shave**_ and would happen on <u>25 October 2027</u>.
|
@ -41,11 +41,11 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-family: "PT Serif", Georgia, "Times New Roman", serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: "PT Sans", Helvetica, Arial, sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #313131;
|
color: #313131;
|
||||||
letter-spacing: -.025rem;
|
letter-spacing: -.025rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user