Skip to content

Update index.html #125

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -31,9 +31,9 @@
<img alt="" src="img/opensourcediversity-icon-white.svg" />
Open Source Diversity
</a>
<button class="navbar-toggler first-button" type="button" data-toggle="collapse" data-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<div class="animated-icon"><span></span><span></span><span></span><span></span></div>
</button>
<button class="navbar-toggler first-button" type="button" data-toggle="collapse" data-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation"></button>
<div class="animated-icon"></div>


<div class="collapse navbar-collapse" id="navbar">
<ul class="navbar-nav mr-auto">
@@ -92,7 +92,7 @@
<h1 class="jumbotron-heading">Open Source Diversity</h1>
<p class="lead">For more diversity & inclusion in free & open source software communities 😊</p>
<p>
<a href="https://discourse.opensourcediversity.org/" class="btn btn-primary" target="_blank" rel="noopener"><img src="img/discourse.svg" /> Join our forum!</a>
<a href="https://discourse.opensourcediversity.org/" class="btn btn-primary" target="_blank" rel="noopener"><img alt="" src="img/discourse.svg" /> Join our forum!</a>
Copy link
Member

Choose a reason for hiding this comment

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

thank you @2201monesh for your contribution especially making the site more ally compliant, perhaps we can also add an alt text here rather than an empty string :)

Copy link
Member

Choose a reason for hiding this comment

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

@2201monesh are you still interested in working on this?

<a href="https://t.me/diversityandinclusioninoss" class="btn btn-primary" target="_blank" rel="noopener">Join us on Telegram!</a>
</p>
</div>