Skip to content

Commit

Permalink
Updated text on the site
Browse files Browse the repository at this point in the history
  • Loading branch information
wjtje committed Nov 13, 2024
1 parent 2411792 commit c1b924e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Wouter van der Wal
Copyright (c) 2022 Wouter

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@

## License

The MIT License (MIT) - Copyright (c) 2022 Wouter van der Wal
The MIT License (MIT) - Copyright (c) 2022 Wouter
2 changes: 1 addition & 1 deletion src/lib/i18n/en/contact.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Contact",
"meta": "Contact details of Wouter van der Wal",
"meta": "Contact details of Wouter",
"description": "Here are a few different places you can find me online:"
}
4 changes: 2 additions & 2 deletions src/lib/i18n/en/home.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Wouter van der Wal",
"about": "A {{birthday:age}}-year-old developer from the Netherlands. That is currently experimenting with TypeScript, Svelte, GraphQL and Tailwind. And adding more details to OpenStreetMap.",
"name": "Wouter",
"about": "A {{birthday:age}}-year-old developer from the Netherlands. That is currently experimenting with C++, Svelte, embedded systems, and adding more details to OpenStreetMap.",
"ghactivity": "GitHub activity",
"osmactivity": "OpenStreetMap activity",
"noData": "Failed to load the required data from the server. ({{status}})",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/i18n/nl/contact.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Contact",
"meta": "Contactgegevens van Wouter van der Wal",
"meta": "Contactgegevens van Wouter",
"description": "Hier zijn een paar verschillende plekken dat je mij online kan vinden:"
}
4 changes: 2 additions & 2 deletions src/lib/i18n/nl/home.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Wouter van der Wal",
"about": "Een {{birthday:age}} jaar oude software ontwikkelaar uit Nederland, die op dit moment experimenteert met TypeScript, Svelte, GraphQL en Tailwind. En daarnaast zich bezig houd met details op OpenStreetMap toevoegen.",
"name": "Wouter",
"about": "Een {{birthday:age}} jaar oude software ontwikkelaar uit Nederland, die op dit moment experimenteert met C++, Svelte, embedded systems en daarnaast zich bezig houd met details op OpenStreetMap toevoegen.",
"ghactivity": "GitHub activiteit",
"osmactivity": "OpenStreetMap activiteit",
"noData": "Kon de vereiste data niet krijgen van de server. ({{status}})",
Expand Down
12 changes: 6 additions & 6 deletions src/routes/[lang]/contact/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ul>
<li class="email">
<MdEmail title="email" />
<span><a href="mailto:[email protected]">[email protected]</a></span>
<span><a href="mailto:[email protected]">[email protected]</a></span>
</li>
<li class="github">
<GoMarkGithub title="Github" />
Expand All @@ -36,24 +36,24 @@
</li>
<li class="mastodon">
<MastodonIcon />
<span><a rel="me" href="https://social.wjtje.dev/@wjtje">@[email protected]</a></span>
<span><a rel="me" href="https://social.wjt.je/@wouter">@[email protected]</a></span>
</li>
<li class="matrix">
<MatrixIcon />
<span><a href="https://matrix.to/#/@wjtje:wjtje.dev">@wjtje:wjtje.dev</a></span>
<span><a href="https://matrix.to/#/@wouter:wjt.je">@wouter:wjt.je</a></span>
</li>
<li class="osm">
<OsmIcon />
<span><a href="https://www.openstreetmap.org/user/wjtje">wjtje</a></span>
</li>
<li class="reddit">
<FaReddit title="Reddit" /><span><a href="https://www.reddit.com/u/wjtje">u/wjtje</a></span>
</li>
</ul>

<br />

<ul>
<li class="reddit">
<FaReddit title="Reddit" /><span><a href="https://www.reddit.com/u/wjtje">u/wjtje</a></span>
</li>
<li class="discord">
<DiscordIcon />
<span><a href="https://discord.com/users/389862864409853952">wjtje</a></span>
Expand Down

0 comments on commit c1b924e

Please sign in to comment.