Skip to content

Commit

Permalink
Update the Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickPi committed May 16, 2023
1 parent c37f948 commit 27d4c61
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/src/lib/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div id="header-background">
<div id="header">
<!-- svelte-ignore a11y-click-events-have-key-events -->
<img src="/ov2.png" on:click={goHome} id="ov2img" alt="OpenVic Logo" width="8%" height="8%">
<img src="/ov.png" on:click={goHome} id="ov2img" alt="OpenVic Logo" width="8%" height="8%">
<a href="/faqs">faqs</a>
<a href="/news">news</a>
<a href="/about">about</a>
Expand Down
1 change: 1 addition & 0 deletions frontend/src/routes/+layout.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const prerender = true;
2 changes: 1 addition & 1 deletion frontend/src/routes/contribute/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<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/OpenVic/Project/OpenVic" target="_blank" rel="noopener noreferrer">on GitHub</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/OpenVicProject/OpenVic" 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>
Expand Down
Binary file added frontend/static/ov.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 27d4c61

Please sign in to comment.