Skip to content

Commit

Permalink
Add logo images
Browse files Browse the repository at this point in the history
  • Loading branch information
kflorence committed Jun 5, 2024
1 parent aca5e1a commit ff254be
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<img alt="Beaming Logo" src="src/images/logo-white.svg" width="480px" />

# Beaming

Beaming is a free, open source puzzle game that involves directing beams through a hexagonal grid. The rules and
Expand Down
Binary file added src/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/images/logo-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/images/logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="images/favicon.png" />
</head>
<body>
<dialog id="dialog">
Expand All @@ -24,6 +25,9 @@ <h1 class="flex-left">Beaming</h1>
</button>
</form>
</header>
<div class="flex-center">
<img alt="Beaming logo" id="logo" src="images/logo-black.svg" />
</div>
<p>
<em>Beaming</em> is a free, open source, browser-based puzzle game that involves directing beams through a
hexagonal grid. The rules and solution for each puzzle can be inferred by interaction and visual cues. Both
Expand Down
6 changes: 6 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@ main {
justify-content: center;
}

#logo {
margin: 2em 0 1em 0;
max-width: 480px;
width: 75%;
}

#message {
align-items: center;
display: flex;
Expand Down

0 comments on commit ff254be

Please sign in to comment.