-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #223 from ror-community/update-nav-footer
add events to nav and update social icons
- Loading branch information
Showing
28 changed files
with
550 additions
and
847 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,27 @@ | ||
<section class="section section-socials" data-background-color="light-grey"> | ||
<div class="container"> | ||
<div class="row justify-content-between no-gutters ml-auto mr-auto text-center"> | ||
<div class="col-sm-6 col-md-1"><a href="mailto:[email protected]"><i class="fa-solid fa-envelope"></i> | ||
<span>Email</span></a></div> | ||
<div class="col-sm-6 col-md-1"><a href="https://mastodon.social/@ResearchOrgs"><i class="fa-brands fa-mastodon"></i> | ||
<span>Mastodon</span></a></div> | ||
<div class="col-sm-6 col-md-1"><a href="https://twitter.com/ResearchOrgs"><i class="fa-brands fa-twitter"></i> | ||
<span>Twitter</span></a></div> | ||
<div class="col-sm-6 col-md-1"><a href="https://www.youtube.com/channel/UCQBOpOpW-JEKoVCUlmCK1Eg"><i class="fa-brands fa-youtube"></i> | ||
<span>YouTube</span></a></div> | ||
<div class="col-sm-6 col-md-1"><a href="https://www.linkedin.com/company/ror-research-organization-registry/"><i class="fa-brands fa-linkedin"></i> | ||
<span>LinkedIn</span></a></div> | ||
<div class="col-sm-6 col-md-1"><a href="https://github.com/ror-community"><i class="fa-brands fa-github"></i> | ||
<span>GitHub</span></a></div> | ||
<div class="col-sm-6 col-md-2"><a href="https://ror.readme.io/"><i class="fa-solid fa-book"></i> | ||
<span>Documentation</span></a></div> | ||
<div class="col-sm-6 col-md"><a href="mailto:[email protected]"><i class="fa-solid fa-envelope"></i> | ||
<span>Email</span></a> | ||
</div> | ||
<div class="col-sm-6 col-md"><a href="https://www.linkedin.com/company/ror-research-organization-registry/"><i class="fa-brands fa-linkedin"></i> | ||
<span>LinkedIn</span></a> | ||
</div> | ||
<div class="col-sm-6 col-md"><a href="https://mastodon.social/@ResearchOrgs"><i class="fa-brands fa-mastodon"></i> | ||
<span>Mastodon</span></a> | ||
</div> | ||
<div class="col-sm-6 col-md"><a href="https://bsky.app/profile/researchorgs.bsky.social"><i class="fa-brands fa-bluesky"></i> | ||
<span>BlueSky</span></a> | ||
</div> | ||
<div class="col-sm-6 col-md"><a href="https://www.youtube.com/channel/UCQBOpOpW-JEKoVCUlmCK1Eg"><i class="fa-brands fa-youtube"></i> | ||
<span>YouTube</span></a> | ||
</div> | ||
<div class="col-sm-6 col-md"><a href="https://github.com/ror-community"><i class="fa-brands fa-github"></i> | ||
<span>GitHub</span></a> | ||
</div> | ||
<div class="col-sm-6 col-md"><a href="https://ror.readme.io/"><i class="fa-solid fa-book"></i> | ||
<span>Documentation</span></a> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.