{{ message }}
Git guides a11y updates#1070
Merged
Merged
Conversation
qiang88550
approved these changes
May 24, 2024
tobiasahlin
approved these changes
May 27, 2024
Thapeloza
approved these changes
Jun 12, 2024
This comment was marked as spam.
This comment was marked as spam.
GRURoot
approved these changes
Dec 29, 2024
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
GRURoot
approved these changes
Dec 29, 2024
amamore480
approved these changes
Mar 27, 2025
amamore480
left a comment
There was a problem hiding this comment.
<title>جمعية الخير والعطاء</title>
<style>
body {
font-family: Arial, sans-serif;
direction: rtl;
text-align: center;
background-color: #f8f9fa;
margin: 0;
padding: 0;
}
header {
background-color: #28a745;
color: white;
padding: 15px;
font-size: 24px;
}
section {
padding: 20px;
}
.btn {
display: inline-block;
background-color: #28a745;
color: white;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
font-size: 18px;
}
.btn:hover {
background-color: #218838;
}
footer {
background-color: #343a40;
color: white;
padding: 10px;
position: fixed;
width: 100%;
bottom: 0;
}
</style>
<header>
جمعية الخير والعطاء
</header>
<section>
<h2>مهمتنا</h2>
<p>نحن نساعد المحتاجين من خلال التبرعات والمبادرات الخيرية لنشر الخير في المجتمع.</p>
<a href="#" class="btn">تبرع الآن</a>
</section>
<footer>
© 2025 جمعية الخير والعطاء | جميع الحقوق محفوظة
</footer>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Overview
Hey there, big regards from @github/brand-engineering 👋
I'm currently updating the https://github.com/git-guides and I've stumbled on couple small accessibility violations in the guides:
That is all! ✨