-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove/simplify content to address multiple open issues (#77)
This change has a lot of cleanup (removal) or content from the site. 1. Main page: remove some links and six-year old youtube video and "defines the future blurb" (fixes #27 and fixes #52) 3. Remove twitter/youtube links 4. Remove blog 5. Community page: simplify to links for Slack, GitHub, and forum. (fixes #33 since displayed subset of contributors removed) 6. Projects page: Remove TSC/SIG references on Projects page. Note: Will address replacing forum with GitHub discussions in a later PR. Signed-off-by: Sam Thibault <sam.thibault@docker.com>
- Loading branch information
1 parent
5edcee9
commit ec441e2
Showing
22 changed files
with
12 additions
and
969 deletions.
There are no files selected for viewing
This file was deleted.
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
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,22 +1,9 @@ | ||
<ul class="navbar-nav mr-auto justify-content-end"> | ||
<li class="nav-item nav-icon"> | ||
<a data-toggle="tooltip" data-toggle="tooltip" data-placement="top" title="check us out on GitHub" href="https://github.com/moby/moby#readme"> | ||
<i class="fa fa-github" aria-hidden="true"></i></a> | ||
<a title="GitHub" href="https://github.com/moby/moby#readme"> | ||
<i class="fa fa-github" aria-hidden="true"></i> | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a class="nav-item nav-icon"> | ||
<a data-toggle="tooltip" data-toggle="tooltip" data-placement="top" title="follow us on Twitter" href="https://twitter.com/moby"><i class="fa fa-twitter" aria-hidden="true"></i></a> | ||
</li> | ||
<li> | ||
<a class="nav-item nav-icon"> | ||
<a data-toggle="tooltip" data-toggle="tooltip" data-placement="top" title="YouTube" href="https://www.youtube.com/playlist?list=PLkA60AVN3hh_eRYZIlUEYQFNN69iulTAk"><i class="fa fa-youtube" aria-hidden="true"></i></a> | ||
</li> | ||
<li> | ||
<a class="nav-item nav-icon"> | ||
<a data-toggle="tooltip" data-toggle="tooltip" data-placement="top" title="RSS Feed" href="https://blog.mobyproject.org/feed" target="_blank"><i class="fa fa-rss" aria-hidden="true"></i></a> | ||
</li> | ||
<li><a href="https://blog.mobyproject.org/">Blog</a></li> | ||
<li><a href="{{ 'community' | relative_url }}">Community</a></li> | ||
<li><a href="{{ 'projects' | relative_url }}">Projects</a></li> | ||
</ul> |
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
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.