Skip to content

Commit

Permalink
more capitalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickPi committed May 7, 2023
1 parent b36435b commit 3d22fab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions frontend/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
</script>

<Header/>
<img src="/terrain-map-4-5-23.png" alt="OpenVic2 Terrain Map Mode, Centered on Europe" width="1000">
<br>
<a href="/news">Dev Diary IV: the Map</a>
<a href="/news">
<img src="/terrain-map-4-5-23.png" alt="OpenVic2 Terrain Map Mode, Centered on Europe" width="1000"><br>
Dev Diary IV: the Map
</a>

<style>
img {
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/routes/contribute/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<h1>What can you do to help?</h1>
<div>
<ul>
<li>Join the team! if you have any experience in C++, art, networking, godot, or design, we'd love to have you! <a href="https://forms.gle/VdFgD8W5pkDhGWQV7" target="_blank" rel="noopener noreferrer">fill out the form</a></li>
<li>Test it out! if you poke around at what we've got so far, report any bugs in <a href="https://discord.com/invite/vM4E3BFkqH" target="_blank" rel="noopener noreferrer">the Discord</a> or open an issue <a href="https://www.github.com/OpenVic2Project/OpenVic2" target="_blank" rel="noopener noreferrer">on GitHub</a>.</li>
<li>Write events and decisions. love your LARP? not enough flavour for your nation? over on <a href="https://discord.com/invite/vM4E3BFkqH" target="_blank" rel="noopener noreferrer">the Discord</a> you can submit your own events and decisions.</li>
<li>Join the team! If you have any experience in C++, art, networking, Godot, or design, we'd love to have you! <a href="https://forms.gle/VdFgD8W5pkDhGWQV7" target="_blank" rel="noopener noreferrer">Fill out the form</a></li>
<li>Test it out! If you poke around at what we've got so far, report any bugs in <a href="https://discord.com/invite/vM4E3BFkqH" target="_blank" rel="noopener noreferrer">the Discord</a> or open an issue <a href="https://www.github.com/OpenVic2Project/OpenVic2" target="_blank" rel="noopener noreferrer">on GitHub</a>.</li>
<li>Write events and decisions. Love your LARP? Not enough flavour for your nation? Over on <a href="https://discord.com/invite/vM4E3BFkqH" target="_blank" rel="noopener noreferrer">the Discord</a> you can submit your own events and decisions.</li>
<li>Översätt (that's Swedish for translate)! We aren't to a point where we need translators yet, but eventually we'll need your help.</li>
</ul>
<p>If you've got any questions, feel free to ask on <a href="https://discord.com/invite/vM4E3BFkqH" target="_blank" rel="noopener noreferrer">the Discord</a>, we don't bite :)</p>
Expand Down

0 comments on commit 3d22fab

Please sign in to comment.