Skip to content

Commit

Permalink
feat(logo): added logo and preload screen
Browse files Browse the repository at this point in the history
  • Loading branch information
pathes committed May 30, 2016
1 parent e39c960 commit 2e9430b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,10 @@

<div class="view view--game view--inline">
<div id="game">
<svg preserveAspectRatio="xMidYMid meet">
<svg preserveAspectRatio="xMidYMid meet" viewBox="-10 -2010 65 35">

<image x="0" y="-2000" width="45" height="15" xlink:href="/logo.svg" />
<image x="-350" y="-150" width="300" height="100" xlink:href="/logo.svg" />

<g class="title-bar" transform="translate(0, -175)">
<rect class="svg-interface-box-stroke" width="1300" height="150" x="0" y="0"></rect>
Expand Down
2 changes: 1 addition & 1 deletion js/game_board.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class GameBoard {

const borderMargins = {
top: 2,
left: 3,
left: 4,
bottom: 2,
right: 1 + stockColumns,
};
Expand Down
1 change: 1 addition & 0 deletions logo.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 2e9430b

Please sign in to comment.