diff --git a/README.md b/README.md index f0694d7..b5f93c4 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,6 @@ To run it locally, you simply have to run: npm install # Then, run it on dev mode npm run dev -``` +``` The site should now be available at http://localhost:5173/ on your local machine, and your local machine's IP address on your network—great for testing on mobile OSes. \ No newline at end of file diff --git a/src/lib/components/organisms/Timeline.svelte b/src/lib/components/organisms/Timeline.svelte index 8213da8..d37c211 100644 --- a/src/lib/components/organisms/Timeline.svelte +++ b/src/lib/components/organisms/Timeline.svelte @@ -20,7 +20,7 @@ href="https://www.trustpilot.com/" title="Trustpilot" excerpt=" -At Trustpilot, I worked as a full-stack developer, utilizing AWS, Octopus, and Jenkins. I contributed to aligning embedded review widgets with the company's rebranding efforts." +At Trustpilot, I worked as a full-stack developer, utilizing AWS, Octopus, Docker, and Jenkins. I contributed to aligning embedded review widgets with the company's rebranding efforts." /> diff --git a/src/routes/(blog-article)/emoji-posters/+page.md b/src/routes/(blog-article)/emoji-posters/+page.md index 543870b..ec268cd 100644 --- a/src/routes/(blog-article)/emoji-posters/+page.md +++ b/src/routes/(blog-article)/emoji-posters/+page.md @@ -19,7 +19,7 @@ I recently found out that the keyboard on my Android phone can generate combinat -The above was generated by a little program I made written in Python, which you can find [here](https://github.com/grunkgrunk/EmojiPosters/tree/main). +The above was generated by a small program I made using Python, which you can find [here](https://github.com/grunkgrunk/EmojiPosters/tree/main). ## Fetching the emojis Someone has made an [app](https://emojikitchen.dev/) that can display all emojis that combines with the turtle emoji. Instructing it to do this and downloading the HTML of this page under the name ``file.html`` we can extract all the links on the page that point to a turtle emoji using ``grep`` and then pipe this to ``curl`` to download all the turtle images.