diff options
author | braxtonhall | 2022-12-02 00:07:07 +0000 |
---|---|---|
committer | braxtonhall | 2022-12-02 00:12:34 +0000 |
commit | a743c494a7fd3fd0d3766e53c337a22ed6550beb (patch) | |
tree | 162054cc8e6704089c521ce73ac61ac83894afba | |
parent | 9c3c4d726fcf69fc5ec0fa342a40e4a26e06b10a (diff) |
Update with pictures from the actual installation
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | img/hatch-1.jpeg | bin | 0 -> 121525 bytes | |||
-rw-r--r-- | img/hatch-2.jpg | bin | 0 -> 187223 bytes | |||
-rw-r--r-- | img/hatch-3.jpg | bin | 0 -> 327984 bytes | |||
-rw-r--r-- | index.html | 2 |
5 files changed, 7 insertions, 2 deletions
@@ -2,7 +2,7 @@ Can you please give me a Fibonacci function? Ideally (but not necessarily) one that only you would give me. -For a submission to the upcoming "Reclaim your space" exhibition at [Hatch Art Gallery](https://www.instagram.com/hatch_artgallery). +For a submission to the "Our Space" exhibition at [Hatch Art Gallery](https://www.instagram.com/hatch_artgallery). [See the contributors here](https://braxtonhall.ca/fib) @@ -16,3 +16,8 @@ To contribute just make a PR into the `main` branch! 1. Click the `Pull requests` tab and then the `New pull request` in your fork 1. Set the base repo and branch to be `braxtonhall/fib` and `main` 1. Click `Create pull request` + +## Pictures from "Our Space" +<img src="./img/hatch-1.jpeg" alt="at hatch gallery"> +<img src="./img/hatch-2.jpg" alt="also at hatch gallery"> +<img src="./img/hatch-3.jpg" alt="still at hatch gallery"> diff --git a/img/hatch-1.jpeg b/img/hatch-1.jpeg Binary files differnew file mode 100644 index 0000000..3d82d48 --- /dev/null +++ b/img/hatch-1.jpeg diff --git a/img/hatch-2.jpg b/img/hatch-2.jpg Binary files differnew file mode 100644 index 0000000..8482783 --- /dev/null +++ b/img/hatch-2.jpg diff --git a/img/hatch-3.jpg b/img/hatch-3.jpg Binary files differnew file mode 100644 index 0000000..ecbc03b --- /dev/null +++ b/img/hatch-3.jpg @@ -39,7 +39,7 @@ <h1><code>fib</code></h1> <p>Can you please give me a Fibonacci function? Ideally (but not necessarily) one that only you would give me.</p> - <p>For a submission to the upcoming "Reclaim your space" exhibition at <a href="https://www.instagram.com/hatch_artgallery">Hatch Art Gallery</a>.</p> + <p>For a submission to the "Our Space" exhibition at <a href="https://www.instagram.com/hatch_artgallery">Hatch Art Gallery</a>.</p> <div id="contributors-container"> <h3>Contributors</h3> |