@borja_guerrillo on Mi propio Dashboard :)
# SECOND SHIP!!!
This is the second ship in this project, mainly to make it prettier.
**AI NOTICE:**
I used AI to code most of the background system, which will be explained further on
---
## News feed
### Colors
In the past, all the news feeds had the default white background, now each one is recognizable by a translucent background that still lets you see the website background. More complicated than I expected, the divs crossed each other in ways I didn't know.
### Fonts
Now all the fonts (except those of the iframe which of course I cant change) are different than the default ones. The fonts used are the following:
- **Faster One** for the news feeds titles
- **Alfa Slab One** for each individual article title (except those of Hacker News)
- **Geist Pixel** for the article descriptions (except those of Hacker News) although I think I will change it, I expected a more pixelated look.
- **Poppins** for the Hacker News links, although that's just a default one
All fonts are available for free on Google Fonts
### Links
Now each article title leads to that article link when you click it.
### Hacker News
As you'll see, the Hacker News feeds looks different, that's because generally its descriptions makes no sense, so I just placed the title alongside the link. Thanks to tomaskriegelstein from Uiverse.io for that code.
## Background
The background works by fetching a random painting from Wikimedia Commons. The fetching uses a filter with keywords so that it displays the classical paintings I am looking for the background, although sometimes it gets it really wrong, like,*really* wrong. But still, now the website looks more alive. I made the Trading View widget transparent exactly for that purpose, so that the background wouldn't be covered. The same applies for the translucent background in the news feeds.
---
## Other
The notification button is now pretty. The stock picker button is now pretty too. I created a server side RSS proxy for faster loading. And I would like to highlight once more the background code wasn't generated by me, but from AI, I don't wanna take credit from it. The one who should take credit is the creator of [this website](https://art.joonas.wtf/) which is amazing and gave me the idea for the background.
- 2 devlogs
- 4h