Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need improvement in frontend #4443

Closed
Ramjee194 opened this issue Jan 17, 2025 · 7 comments
Closed

need improvement in frontend #4443

Ramjee194 opened this issue Jan 17, 2025 · 7 comments

Comments

@Ramjee194
Copy link

need improvment in the below page

Image

@Rahul6143
Copy link

Can you please be a little more specific ?

@harikrishna-au
Copy link

@Ramjee194 Hey, Is this issue still open?

@AbhishekSubramanian
Copy link

AbhishekSubramanian commented Feb 12, 2025

@Ramjee194 Hey, could I be assigned this issue if it's still open? I can contribute to it. Also, I am new to open source and want to understand how the open source community guidelines work. Do I need to wait to be assigned to an issue before I can start contributing, or can I take a pull of the repo, start working on it and raise a PR for review? Would be great if anyone could help me understand this!

@Ramjee194
Copy link
Author

I'm alraedy working on this issue#4443
Open

@SHRISHTISHUKLA-0
Copy link

hey @Ramjee194 are you working on this issue??

@SHRISHTISHUKLA-0
Copy link

@Ramjee194 if you are taking about frontend improvement I have some idea design that you can implement it over-there like card design add a shadow round corners , implement subtle , text and images are aligned properly with each other , increase font weight cause text it little harder to read use a dark shade , also use a slightly large font size for important details like event name , improve color scheme color should be consistent in card with UI theme [ Dark mode theme ( primary: #1E1E2E - blue
secondary: #313244 - gray
accent: FAB387 or 89B4FA
text: #CDD6F4 - light blue)
[modern light mode theme (primary: #F5F5F5 - white
secondary: #D9D9D9 - light gray
accent: #3B82F6 BLUE or EF4444 RED
text: #333333- DARK GRAY)
[MINIMUM THEME (primary: #FFFFFF - white
secondary: #F0F0F0- light gray
accent: #0077B6 BLUE or FF6B6B RED
text: #222222- DARK GRAY)
button styling the view button need better color and effect this css code may help you
(.button {
background: #3B82F6; # Bright Blue
color: white;
padding: 12px 20px;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease-in-out;
}
#dark blue on hover
.button:hover {
background: #2563EB;
box-shadow: 0px 4px 10px rgba(59, 130, 246, 0.3);
transform: translateY(-2px);
}
improve padding and margin cause then design will adapts well screen size
if image have alt text and button have ARIA labels for good access
may be form this any work help you @Ramjee194

@RishabhJain2018
Copy link
Member

Closing this one as no context is provided in the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants