DEV Community

irenejoeunpark
irenejoeunpark

Posted on

2 1

[Hacktoberfest 2021] Fixes UI of the application

My second contribution was for a website called "GDSC JGEC Website".
The issue was with some UI of the webpage, which had some bug, and also design that was not enough.
https://github.com/gdscjgec/gdscjgec.github.io/issues/38#issuecomment-953101856

Original Page
The original page looked like this. There was a bug with the banner "Upcoming Events" which was not showing properly.
I updated the margin-top from 2% to 5% to show off the whole banner properly.

For the design of the website, I wanted to make it looks like matching with the website theme.
So I re-used the background image from another page of the application. Also the color, light green did not quite suit with the website theme. I looked at other pages to find some colors that goes with the main theme of the webpage, and re-used those colors to the event card.
Also, font and the box designs was modified to match with other pages.
After the fixes, it looks like below.
https://github.com/gdscjgec/gdscjgec.github.io/pull/40
Image description

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay