Skip to content

Commit

Permalink
Archery Scores - Colours
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHedley committed Nov 22, 2024
1 parent 6b84256 commit 8df47c6
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/input/posts/archery-scores-colours.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: Archery Scores Colours
# lead:
tags:
- archery
- score keeper
- app
author: alexhedley
description: Archery Score Keeper
published: 2024-11-21
# image: /posts/images/
# imageattribution:
---

<!-- # Archery Scores Colours -->

I've made an update to my [Archery Scores](https://alexhedley.com/archery/) website. I wanted to easily indicate what scores I got and match the colours to the target.

![Scores Colours](images/archery/scores_colours.png "Scores Colours")

![Scores (Alt) Colours](images/archery/scores_alt_colours.png "Scores (Alt) Colours")

Should I add some opacity?

Let's see if I can get a full block of gold 🥇 one day!

## 🔗 Links

- https://alexhedley.com/archery/
- https://github.com/AlexHedley/archery

## Related

- [Archery Scores](archery-scores)
- [Returning to Archery](archery-return)
- [Archery Beginners Course](archery)
4 changes: 4 additions & 0 deletions src/input/posts/archery-scores.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ I went about building one. I've kept it in legacy AngularJS just because it's so

I've made initial tabs including _Summary_, _Scores_, a _Score Creator_, a _Target_, info about the _Club_ and my _Equipment_. I'll be looking to add _Graphs_ and some other stats once I've got more weeks added to the data set.

![Scores (Alt)](images/archery/score-alt.png "Scores (Alt)")

The Score Creator is much like the one from my [Bowling](https://alexhedley.com/bowling/) and it lets me quickly type in my scores and output a json object I can then add to the repo.

I found a useful [CodePen](https://codepen.io/GGalizzi/pen/PogggB) from [@GGalizzi](https://codepen.io/GGalizzi) which lets you select a point on the target and it will tell you your score. I'm still working on integrating that into the site.

![Archery Target](images/archery/Archery_Target.png "Archery Target")

---

My club uses [Golden Records Online](https://archery-records.net/) which I'm adding my scores as well. They have an API, so let's add another App to my [projects](https://alexhedley.com/projects/) graveyard.
Expand Down
Binary file added src/input/posts/images/archery/Archery_Target.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/input/posts/images/archery/score-alt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/input/posts/images/archery/scores_colours.png
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 8df47c6

Please sign in to comment.