Skip to content

added a new menu item for media, and two initial blocks to connect #117

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 1 commit 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
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
<li class="nav-item">
<a class="nav-link" href="#consulting">Consulting</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#media">Media</a>
</li>
</ul>

<ul class="navbar-nav flex-row ml-md-auto">
Expand Down Expand Up @@ -439,6 +442,23 @@ <h3>Programming Diversity</h3>
</a>
</div>
</section>
<section id="media" class="container text-center no-highlight-effect">
<hr/>
<h2>Media</h2>
<p>This section was created to help journalists, and others making public statements about diversity in open source connect with up-to-date resources, expertise and knowledge.</p>
<div class="row">
<a class="col-md-4" href="https://discourse.opensourcediversity.org/" target="_blank" rel="noopener">
<h3>Media Releases</h3>
<p>Statements on behalf of Open Source Diversity community can be found on our Discourse forum</p>
</a>

<a class="col-md-4" href="#" target="_blank" rel="noopener">
<h3>Media Contact</h3>
<p>Writing an article on a recent incident, or on the topic of diversity, equity and inclusion in open source? Reach out to be connected with an expert working in this area.</p>
</a>

</div>
</section>

<footer>
<div class="container text-center">
Expand Down