Skip to content

Commit

Permalink
Merge branch 'develop' for v1.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Oct 21, 2019
2 parents d83ce63 + 37ebac7 commit cf07335
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Credits

- The Postgame logo is courtesy of [Animal Lover](https://forums.bzflag.org/memberlist.php?mode=viewprofile&u=7433)
- Image license: Public Domain
- Font used: "Digital Dream" by [Jakob Fischer](http://pizzadude.dk)
26 changes: 20 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
# Postgame

[![GitHub release](https://img.shields.io/github/v/release/allejo/postgame?include_prereleases)](https://github.com/allejo/postgame/releases/latest)
[![GitHub license](https://img.shields.io/github/license/allejo/postgame)](https://github.com/allejo/postgame/blob/master/LICENSE.md)

A Symfony 4 website for summarizing BZFlag replay files.
<p align="center"><a href="http://postgame.allejo.org/" target="_blank">
<img src="./assets/images/logo.svg" width="500" />
</a></p>

<p align="center">
<a href="https://github.com/allejo/postgame/releases/latest">
<img
src="https://img.shields.io/github/v/release/allejo/postgame?include_prereleases"
alt="GitHub release"
/>
</a>
<a href="https://github.com/allejo/postgame/blob/master/LICENSE.md">
<img
src="https://img.shields.io/github/license/allejo/postgame"
alt="GitHub license"
/>
</a>
</p>

A Symfony 4 website for summarizing BZFlag replay files and aggregating match/player analytics.

<table>
<tr>
Expand Down
1 change: 1 addition & 0 deletions assets/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion templates/_includes/navigation.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<div class="site-header">
<div class="site-header__brand">
<a href="{{ url('index') }}">
Post Game
<img
src="{{ asset('build/images/logo.svg') }}"
alt="Postgame logo"
/>
</a>
</div>

Expand Down

0 comments on commit cf07335

Please sign in to comment.