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

Issue #36: Minor Improvements to CSS, Added Icons, Accessibility Improvement #37

Merged
merged 5 commits into from
Oct 24, 2024

Conversation

AalokeCode
Copy link
Contributor

@AalokeCode AalokeCode commented Oct 23, 2024

Added Icons, Added few buttons, Edited colours for dark mode. Icons from PhosphorIcons. For Accessibility & SEO, I've checked with Lighthouse since I'm running it locally.

@AalokeCode AalokeCode changed the title Enhancement: Minor Improvements to CSS, Added Icons Enhancement: Minor Improvements to CSS, Added Icons, Accessibility Improvement Oct 23, 2024
@AalokeCode AalokeCode changed the title Enhancement: Minor Improvements to CSS, Added Icons, Accessibility Improvement Issue #36: Minor Improvements to CSS, Added Icons, Accessibility Improvement Oct 23, 2024
Copy link
Owner

@harsxv harsxv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is looking much better! Just one thing though, the text color of the hyperlink needs a little adjustment from what I can see in my device.

image

@AalokeCode
Copy link
Contributor Author

Alright will work on it!

@AalokeCode
Copy link
Contributor Author

AalokeCode commented Oct 23, 2024

Hey @harsxv. I've updated the code. Please let me know if there are any changes! Also could you please label the PR with hacktoberfest and link the issue

@AalokeCode AalokeCode requested a review from harsxv October 23, 2024 18:56
index.html.theme Outdated
<div class="logo"><img src="assets/apple-touch-icon.png" alt="Logo"/><h1>TinyStatus</h1></div>
<div class="icons">
<a href="https://github.com/harsxv/tinystatus" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-github"><path d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"/><path d="M9 18c-4.51 2-5-2-7-2"/></svg> GitHub</a>
<a href="https://buymeacoffee.com/harsxv" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-coffee"><path d="M10 2v2"/><path d="M14 2v2"/><path d="M16 8a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1"/><path d="M6 2v2"/></svg> Buy Me a Coffee</a>
Copy link
Owner

@harsxv harsxv Oct 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @AalokeCode! Could you please remove the line about the Buy Me a Coffee button? I think it's a great idea, but I'd prefer to keep the status page tidy for everyone. I don't want to get all the coffee to myself in status page 😆

Once that's done, we'll be all set to merge. Thanks!

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've also updated the label and linked the issue for you :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright! I'll remove it.

@AalokeCode AalokeCode requested a review from harsxv October 24, 2024 02:59
Copy link
Owner

@harsxv harsxv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. Thanks a bunch!

@harsxv harsxv merged commit f0b0856 into harsxv:master Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhancement: Beautifying the Front-end side of things
2 participants