Skip to content

Commit

Permalink
Merge pull request #35 from deanblackborough/main
Browse files Browse the repository at this point in the history
Footer
  • Loading branch information
deanblackborough authored Aug 7, 2022
2 parents 61c1211 + a62f081 commit 05c8bcd
Show file tree
Hide file tree
Showing 15 changed files with 224 additions and 56 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

The complete changelog for the Costs to Expect REST API, our changelog follows the format defined at https://keepachangelog.com/en/1.0.0/

## [1.03.0] - []
## [1.03.0] - [2022-08-07]
## Added
- Added a new menu. switched to offcanvas rather than a static navbar.
- Added a new footer.
### Changed
- Added 'light' and 'dark' to the colour scheme and landing page.
- Adjusted the width of the authentication forms.
Expand Down
2 changes: 1 addition & 1 deletion config/app/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
'cookie_user' => env('SESSION_NAME_USER'),
'cookie_bearer' => env('SESSION_NAME_BEARER'),
'version' => '1.02.0',
'release_date' => '4rd August 2022'
'release_date' => '7th August 2022'
];
8 changes: 8 additions & 0 deletions public/css/theme.css

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

2 changes: 1 addition & 1 deletion public/css/theme.css.map

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions resources/scss/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ body.align-items {
align-items: center;
}

div.game-title {
a {
text-decoration: none;
color: #000000;

img {
margin-right: -1rem;
}
}
}

a.navbar-brand {
font-weight: 300;

Expand Down
28 changes: 22 additions & 6 deletions resources/views/add-players-to-game.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,28 @@
@endif
</form>
</main>
<footer class="pt-4 my-4 text-muted border-top text-center">
Created by <a href="https://twitter.com/DBlackborough">Dean Blackborough</a><br />
powered by the <a href="https://api.costs-to-expect.com">Costs to Expect API</a>

<div class="mt-3 small">
v{{ $config['version'] }} - Released {{ $config['release_date'] }}
<footer class="container py-5">
<div class="row">
<div class="col-12 col-md">
<small class="d-block mb-3 text-muted">&copy; 2022</small>
<small class="d-block mb-3 text-muted">v{{ $config['version'] }} - Released {{ $config['release_date'] }}</small>
</div>
<div class="col-6 col-md">
<h5>Game Scorers</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://yahtzee.game-scorer.com">Yahtzee</a></li>
<li><a class="link-secondary" href="#">Yatzy (Coming soon)</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Costs to Expect</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://api.costs-to-expect.com">The API</a></li>
<li><a class="link-secondary" href="https://github.com/costs-to-expect">GitHub</a></li>
<li><a class="link-secondary" href="https://www.costs-to-expect.com">Social Experiment</a></li>
<li><a class="link-secondary" href="https://www.deanblackborough.com">Dean Blackborough</a></li>
</ul>
</div>
</div>
</footer>
</div>
Expand Down
28 changes: 22 additions & 6 deletions resources/views/game.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,28 @@
</li>
</ul>
</main>
<footer class="pt-4 my-4 text-muted border-top text-center">
Created by <a href="https://twitter.com/DBlackborough">Dean Blackborough</a><br />
powered by the <a href="https://api.costs-to-expect.com">Costs to Expect API</a>

<div class="mt-3 small">
v{{ $config['version'] }} - Released {{ $config['release_date'] }}
<footer class="container py-5">
<div class="row">
<div class="col-12 col-md">
<small class="d-block mb-3 text-muted">&copy; 2022</small>
<small class="d-block mb-3 text-muted">v{{ $config['version'] }} - Released {{ $config['release_date'] }}</small>
</div>
<div class="col-6 col-md">
<h5>Game Scorers</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://yahtzee.game-scorer.com">Yahtzee</a></li>
<li><a class="link-secondary" href="#">Yatzy (Coming soon)</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Costs to Expect</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://api.costs-to-expect.com">The API</a></li>
<li><a class="link-secondary" href="https://github.com/costs-to-expect">GitHub</a></li>
<li><a class="link-secondary" href="https://www.costs-to-expect.com">Social Experiment</a></li>
<li><a class="link-secondary" href="https://www.deanblackborough.com">Dean Blackborough</a></li>
</ul>
</div>
</div>
</footer>
</div>
Expand Down
28 changes: 22 additions & 6 deletions resources/views/games.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,28 @@
@endif

</main>
<footer class="pt-4 my-4 text-muted border-top text-center">
Created by <a href="https://twitter.com/DBlackborough">Dean Blackborough</a><br />
powered by the <a href="https://api.costs-to-expect.com">Costs to Expect API</a>

<div class="mt-3 small">
v{{ $config['version'] }} - Released {{ $config['release_date'] }}
<footer class="container py-5">
<div class="row">
<div class="col-12 col-md">
<small class="d-block mb-3 text-muted">&copy; 2022</small>
<small class="d-block mb-3 text-muted">v{{ $config['version'] }} - Released {{ $config['release_date'] }}</small>
</div>
<div class="col-6 col-md">
<h5>Game Scorers</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://yahtzee.game-scorer.com">Yahtzee</a></li>
<li><a class="link-secondary" href="#">Yatzy (Coming soon)</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Costs to Expect</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://api.costs-to-expect.com">The API</a></li>
<li><a class="link-secondary" href="https://github.com/costs-to-expect">GitHub</a></li>
<li><a class="link-secondary" href="https://www.costs-to-expect.com">Social Experiment</a></li>
<li><a class="link-secondary" href="https://www.deanblackborough.com">Dean Blackborough</a></li>
</ul>
</div>
</div>
</footer>
</div>
Expand Down
27 changes: 22 additions & 5 deletions resources/views/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,29 @@
</div>
</div>
</main>
<footer class="pt-4 my-4 text-muted border-top text-center">
Created by <a href="https://twitter.com/DBlackborough">Dean Blackborough</a><br />
powered by the <a href="https://api.costs-to-expect.com">Costs to Expect API</a>

<div class="mt-3 small">
v{{ $config['version'] }} - Released {{ $config['release_date'] }}
<footer class="container py-5">
<div class="row">
<div class="col-12 col-md">
<small class="d-block mb-3 text-muted">&copy; 2022</small>
<small class="d-block mb-3 text-muted">v{{ $config['version'] }} - Released {{ $config['release_date'] }}</small>
</div>
<div class="col-6 col-md">
<h5>Game Scorers</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://yahtzee.game-scorer.com">Yahtzee</a></li>
<li><a class="link-secondary" href="#">Yatzy (Coming soon)</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Costs to Expect</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://api.costs-to-expect.com">The API</a></li>
<li><a class="link-secondary" href="https://github.com/costs-to-expect">GitHub</a></li>
<li><a class="link-secondary" href="https://www.costs-to-expect.com">Social Experiment</a></li>
<li><a class="link-secondary" href="https://www.deanblackborough.com">Dean Blackborough</a></li>
</ul>
</div>
</div>
</footer>
</div>
Expand Down
1 change: 1 addition & 0 deletions resources/views/landing.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
<div class="col-6 col-md">
<h5>Game Scorers</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://yahtzee.game-scorer.com">Yahtzee</a></li>
<li><a class="link-secondary" href="#">Yatzy (Coming soon)</a></li>
</ul>
</div>
Expand Down
28 changes: 22 additions & 6 deletions resources/views/new-game.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,28 @@
@endif
</form>
</main>
<footer class="pt-4 my-4 text-muted border-top text-center">
Created by <a href="https://twitter.com/DBlackborough">Dean Blackborough</a><br />
powered by the <a href="https://api.costs-to-expect.com">Costs to Expect API</a>

<div class="mt-3 small">
v{{ $config['version'] }} - Released {{ $config['release_date'] }}
<footer class="container py-5">
<div class="row">
<div class="col-12 col-md">
<small class="d-block mb-3 text-muted">&copy; 2022</small>
<small class="d-block mb-3 text-muted">v{{ $config['version'] }} - Released {{ $config['release_date'] }}</small>
</div>
<div class="col-6 col-md">
<h5>Game Scorers</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://yahtzee.game-scorer.com">Yahtzee</a></li>
<li><a class="link-secondary" href="#">Yatzy (Coming soon)</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Costs to Expect</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://api.costs-to-expect.com">The API</a></li>
<li><a class="link-secondary" href="https://github.com/costs-to-expect">GitHub</a></li>
<li><a class="link-secondary" href="https://www.costs-to-expect.com">Social Experiment</a></li>
<li><a class="link-secondary" href="https://www.deanblackborough.com">Dean Blackborough</a></li>
</ul>
</div>
</div>
</footer>
</div>
Expand Down
28 changes: 22 additions & 6 deletions resources/views/new-player.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,28 @@
<button type="submit" class="btn btn-primary w-100">Add Player</button>
</form>
</main>
<footer class="pt-4 my-4 text-muted border-top text-center">
Created by <a href="https://twitter.com/DBlackborough">Dean Blackborough</a><br />
powered by the <a href="https://api.costs-to-expect.com">Costs to Expect API</a>

<div class="mt-3 small">
v{{ $config['version'] }} - Released {{ $config['release_date'] }}
<footer class="container py-5">
<div class="row">
<div class="col-12 col-md">
<small class="d-block mb-3 text-muted">&copy; 2022</small>
<small class="d-block mb-3 text-muted">v{{ $config['version'] }} - Released {{ $config['release_date'] }}</small>
</div>
<div class="col-6 col-md">
<h5>Game Scorers</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://yahtzee.game-scorer.com">Yahtzee</a></li>
<li><a class="link-secondary" href="#">Yatzy (Coming soon)</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Costs to Expect</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://api.costs-to-expect.com">The API</a></li>
<li><a class="link-secondary" href="https://github.com/costs-to-expect">GitHub</a></li>
<li><a class="link-secondary" href="https://www.costs-to-expect.com">Social Experiment</a></li>
<li><a class="link-secondary" href="https://www.deanblackborough.com">Dean Blackborough</a></li>
</ul>
</div>
</div>
</footer>
</div>
Expand Down
28 changes: 22 additions & 6 deletions resources/views/players.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,28 @@
@endif

</main>
<footer class="pt-4 my-4 text-muted border-top text-center">
Created by <a href="https://twitter.com/DBlackborough">Dean Blackborough</a><br />
powered by the <a href="https://api.costs-to-expect.com">Costs to Expect API</a>

<div class="mt-3 small">
v{{ $config['version'] }} - Released {{ $config['release_date'] }}
<footer class="container py-5">
<div class="row">
<div class="col-12 col-md">
<small class="d-block mb-3 text-muted">&copy; 2022</small>
<small class="d-block mb-3 text-muted">v{{ $config['version'] }} - Released {{ $config['release_date'] }}</small>
</div>
<div class="col-6 col-md">
<h5>Game Scorers</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://yahtzee.game-scorer.com">Yahtzee</a></li>
<li><a class="link-secondary" href="#">Yatzy (Coming soon)</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Costs to Expect</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://api.costs-to-expect.com">The API</a></li>
<li><a class="link-secondary" href="https://github.com/costs-to-expect">GitHub</a></li>
<li><a class="link-secondary" href="https://www.costs-to-expect.com">Social Experiment</a></li>
<li><a class="link-secondary" href="https://www.deanblackborough.com">Dean Blackborough</a></li>
</ul>
</div>
</div>
</footer>
</div>
Expand Down
28 changes: 22 additions & 6 deletions resources/views/public-score-sheet.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -530,12 +530,28 @@
</div>
</form>
<div class="player-scores"></div>
<footer class="pt-4 my-4 text-muted border-top text-center">
Created by <a href="https://twitter.com/DBlackborough">Dean Blackborough</a><br />
powered by the <a href="https://api.costs-to-expect.com">Costs to Expect API</a>

<div class="mt-3 small">
v{{ $config['version'] }} - Released {{ $config['release_date'] }}
<footer class="container py-5">
<div class="row">
<div class="col-12 col-md">
<small class="d-block mb-3 text-muted">&copy; 2022</small>
<small class="d-block mb-3 text-muted">v{{ $config['version'] }} - Released {{ $config['release_date'] }}</small>
</div>
<div class="col-6 col-md">
<h5>Game Scorers</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://yahtzee.game-scorer.com">Yahtzee</a></li>
<li><a class="link-secondary" href="#">Yatzy (Coming soon)</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Costs to Expect</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://api.costs-to-expect.com">The API</a></li>
<li><a class="link-secondary" href="https://github.com/costs-to-expect">GitHub</a></li>
<li><a class="link-secondary" href="https://www.costs-to-expect.com">Social Experiment</a></li>
<li><a class="link-secondary" href="https://www.deanblackborough.com">Dean Blackborough</a></li>
</ul>
</div>
</div>
</footer>
</div>
Expand Down
28 changes: 22 additions & 6 deletions resources/views/score-sheet.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -524,12 +524,28 @@
</div>
</form>
<div class="player-scores"></div>
<footer class="pt-4 my-4 text-muted border-top text-center">
Created by <a href="https://twitter.com/DBlackborough">Dean Blackborough</a><br />
powered by the <a href="https://api.costs-to-expect.com">Costs to Expect API</a>

<div class="mt-3 small">
v{{ $config['version'] }} - Released {{ $config['release_date'] }}
<footer class="container py-5">
<div class="row">
<div class="col-12 col-md">
<small class="d-block mb-3 text-muted">&copy; 2022</small>
<small class="d-block mb-3 text-muted">v{{ $config['version'] }} - Released {{ $config['release_date'] }}</small>
</div>
<div class="col-6 col-md">
<h5>Game Scorers</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://yahtzee.game-scorer.com">Yahtzee</a></li>
<li><a class="link-secondary" href="#">Yatzy (Coming soon)</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Costs to Expect</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://api.costs-to-expect.com">The API</a></li>
<li><a class="link-secondary" href="https://github.com/costs-to-expect">GitHub</a></li>
<li><a class="link-secondary" href="https://www.costs-to-expect.com">Social Experiment</a></li>
<li><a class="link-secondary" href="https://www.deanblackborough.com">Dean Blackborough</a></li>
</ul>
</div>
</div>
</footer>
</div>
Expand Down

0 comments on commit 05c8bcd

Please sign in to comment.