-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Git guides a11y updates #1070
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
Merged
Merged
Git guides a11y updates #1070
Conversation
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
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
@@ -29,7 +29,7 @@ Note: [`git-scm`](https://git-scm.com/download/win) is a popular and recommended | |||
## Install Git on Windows through Visual Studio Code | |||
|
|||
GitHub integration is provided through the [GitHub Pull Requests and Issues extension](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github). | |||
To get started with the GitHub in VS Code, you'll need to create an account and install the GitHub Pull Requests and Issues extension. | |||
To get started with the GitHub in VS Code, you'll need to create an account and install the GitHub Pull Requests and Issues extension. | |||
Once you've installed the [GitHub Pull Requests and Issues extension](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github), you'll need to sign in. Follow the prompts to authenticate with GitHub and return to VS Code. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -29,7 +29,7 @@ Note: [`git-scm`](https://git-scm.com/download/win) is a popular and recommended | |||
## Install Git on Windows through Visual Studio Code | |||
|
|||
GitHub integration is provided through the [GitHub Pull Requests and Issues extension](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github). |
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<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>
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! ✨