Skip to content

Commit

Permalink
spelling fixes & UI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickPi committed Jun 3, 2023
1 parent ceffa02 commit 6b6c0bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/lib/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#header-background {
text-align: center;
background-color: #AB8E76;
margin: 1%;
margin: 1.5%;
padding: 0.5%;
border-radius: 2.5vw;
}
Expand Down
5 changes: 4 additions & 1 deletion frontend/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<Header/>
<a href="https://openvicstorage.blob.core.windows.net/dev-diaries/Dev_diary_4.pdf" target="_blank" rel="noopener noreferrer">
<img src="/terrain-map-4-5-23.png" alt="OpenVic Terrain Map Mode, Centered on Europe" width="1000"><br>
<img id="map" src="/terrain-map-4-5-23.png" alt="OpenVic Terrain Map Mode, Centered on Europe"><br>
Dev Diary IV: the Map
</a>

Expand All @@ -15,4 +15,7 @@
a {
font-size: 3.5vw;
}
#map {
width: 42vw;
}
</style>
2 changes: 1 addition & 1 deletion frontend/src/routes/faqs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<FAQ q={faq.question} a={faq.answer}/>
{/each}!-->
<FAQ q="Are you guys Open-Source?" a="Yes! Our project is licensed under GPL3."/>
<FAQ q="What does this mean for Victoria 2 Mods?" a="We will create our own system of modding that is leagues more powerful and intuitive than PDX's current modding system for Victoria 2. However, we also plan to include full backwards compatibility for mods for Victoia 2. This means you will be able to drag your Mod files straight into OpenVic2, and they will work perfectly."/>
<FAQ q="What does this mean for Victoria 2 Mods?" a="We will create our own system of modding that is leagues more powerful and intuitive than PDX's current modding system for Victoria 2. However, we also plan to include full backwards compatibility for mods for Victoria 2. This means you will be able to drag your Mod files straight into OpenVic, and they will work perfectly."/>
<FAQ q="Will OpenVic be free?" a="OpenVic will be free for anyone to play, forever."/>
<FAQ q="How much will you guys change?" a="We plan to emulate Victoria 2 as close as possible, even the quirks, although after 1.0, we will make improvements to the game that can be disabled."/>
<FAQ q="Doesn't this violate copyright?" a="No, everything included in OpenVic is entirely created by the team or open-source."/>
Expand Down

0 comments on commit 6b6c0bb

Please sign in to comment.