added new goal to README
This commit is contained in:
parent
f09f70fb02
commit
2376775d11
|
@ -3,7 +3,7 @@
|
||||||
A small website where you can see one cat image, once per day. With the ability to (hopefully) subscribe via RSS as well!
|
A small website where you can see one cat image, once per day. With the ability to (hopefully) subscribe via RSS as well!
|
||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
- Site is functioning as intended. Only polishing of the frontend possibly remains now
|
- Get reaquainted with some knowledge I've lost regarding HTML and CSS to make the site mobile friendly
|
||||||
|
|
||||||
## Things I used for this that you might wanna check out
|
## Things I used for this that you might wanna check out
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<!-- a more descriptive alt text is not possible, I can only know ahead of time that one or more catss will be in the image -->
|
<!-- a more descriptive alt text is not possible, I can only know ahead of time that one or more catss will be in the image -->
|
||||||
<img class = "cat-img" src=img/cat2024-07-26-07:20:37.jpg alt="A picture of a cat">
|
<img class = "cat-img" src=img/cat2024-07-26-06:00:03.jpg alt="A picture of a cat">
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<p>Made by <a href="https://zepp.omg.lol" target="_blank" rel="noopener noreferrer">zepp</a> for the love of cats. </p>
|
<p>Made by <a href="https://zepp.omg.lol" target="_blank" rel="noopener noreferrer">zepp</a> for the love of cats. </p>
|
||||||
|
|
Loading…
Reference in New Issue