Skip to content

Commit

Permalink
Add logo banner
Browse files Browse the repository at this point in the history
  • Loading branch information
lbirkert committed Aug 31, 2023
1 parent 2129898 commit b5d398d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
9 changes: 6 additions & 3 deletions sites/quixbyte.org/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</script>

<section class="hero">
<h1>QuixByte</h1>
<img src="/quixbyte_full.svg" alt="QuixByte" />
<p>Blazingly fast alternative to NextCloud&trade; & co</p>
<ul>
<li>
Expand Down Expand Up @@ -114,9 +114,11 @@
</footer>

<style>
.hero h1 {
.hero img {
height: 6rem;
font-size: 5rem;
font-family: "Teko", sans-serif;
margin-bottom: 2rem;
}
.hero p {
Expand Down Expand Up @@ -181,8 +183,9 @@
font-size: 17px;
}
.hero h1 {
.hero img {
font-size: 60px;
max-width: 90%;
}
.hero p {
Expand Down
20 changes: 20 additions & 0 deletions sites/quixbyte.org/static/quixbyte_full.svg
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 b5d398d

Please sign in to comment.