Skip to content

Commit 057288b

Browse files
committed
chore: notes and cleanup
1 parent 44d1215 commit 057288b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@
33
A tiny website to handle go.resonite.com links.
44

55
## Notes
6-
This was put together quite quickly, to fix the needs of go.resonite.com not working. The design isn't the best, but it will be ok for now!
6+
This was put together quite quickly, to fix the needs of go.resonite.com not working. The design isn't the best, but it will be ok for now!
7+
8+
### Links/Resources
9+
- [Discord Open Graph Information](https://www.reddit.com/r/discordapp/comments/82p8i6/a_basic_tutorial_on_how_to_get_the_most_out_of/) - How to get the most out of your discord embeds.
10+
- [Express/Node Docker Tutorial](https://www.digitalocean.com/community/tutorials/how-to-build-a-node-js-application-with-docker)
11+
- [pug based Server Side Rendering](https://expressjs.com/en/guide/using-template-engines.html)
12+
- [Water.css](https://watercss.kognise.dev/) - Prime's Goto CSS "framework"

public/stylesheets/style.css

-4
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,4 @@
2828
.btn:hover {
2929
background: #3f6a47;
3030
text-decoration: none;
31-
}
32-
.spacer {
33-
margin-left: 20px;
34-
margin-right: 20px;
3531
}

0 commit comments

Comments
 (0)