Skip to content

Remove outdated links from the homepage #614

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 2 commits into from
May 13, 2025
Merged
Show file tree
Hide file tree
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
38 changes: 11 additions & 27 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,17 @@ <h2 class="ui center aligned icon header">
</p>
<p>
If you haven't learned Rust yet, maybe take a look at <a href="#resources"><i class="icon list small"></i>Resources</a>
first. If you are already proficient with Rust you might want to start with <a href="#ecosystem"><i class="icon grid layout small"></i>Ecosystem</a>,
<a href="#news"><i class="icon newspaper small"></i>News</a>
or <a href="#chat"><i class="icon chat small"></i>Chat</a>.
first. If you are already proficient with Rust, you might want to start with <a href="#ecosystem"><i class="icon grid layout small"></i>Ecosystem</a> or
<a href="#community"><i class="icon users small"></i>Community</a>.
</p>
</div>
</section>

<section>
<h3 class="ui horizontal divider small header">
<a href="#chat" id="chat">
<i class="chat icon big"></i>
Chat
<a href="#community" id="community">
<i class="users icon big"></i>
Community
</a>
</h3>

Expand All @@ -56,28 +55,13 @@ <h3 class="ui horizontal divider small header">
- there's a #games-and-graphics channel on the <a href="https://bit.ly/rust-community">Rust Community server</a>,
as well as a dedicated <a href="https://discord.gg/yNtPTb2">Game Development in Rust server</a>.
</p>
<p>Many libraries have their own lively gitter chats, which you can find in their descriptions.</p>
<p>Also see the <a href="https://www.reddit.com/r/rust_gamedev"><i class="icon reddit alien small"></i>subreddit</a>.</p>
</div>
</div>
</section>

<section>
<h3 class="ui horizontal divider small header">
<a href="#news" id="news">
<i class="newspaper icon big"></i>
News
</a>
</h3>

<div class="ui vertical stripe">
<div class="ui text container">
<p>
The latest Rust gamedev news is available at:
the <a href="https://www.reddit.com/r/rust_gamedev"><i class="icon reddit alien small"></i>subreddit</a>,
the monthly <a href="https://rust-gamedev.github.io/"><i class="icon newspaper small"></i>newsletter</a>,
the <a href="https://rustgamedev.com"><i class="icon headphones small"></i>podcast</a>,
and the <a href="https://twitter.com/rust_gamedev"><i class="icon twitter small"></i>@rust_gamedev</a> Twitter feed.
Many libraries also have their own lively Gitter chats, which you can find in their descriptions.
</p>
<p>For news and updates, check out the <a href="https://www.reddit.com/r/rust_gamedev"><i class="icon reddit alien small"></i>subreddit</a>,
the community <a href="https://bsky.app/profile/gamedev.rs">Bluesky</a> and
<a href="https://mastodon.gamedev.place/@rust_gamedev">Mastodon</a> accounts, or the <a href="https://gamedev.rs/"><i class="icon newspaper small"></i>monthly newsletter</a>
(currently on pause).
</p>
</div>
</div>
Expand Down
7 changes: 2 additions & 5 deletions templates/master.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<!-- Sidebar Menu -->
<div class="ui vertical inverted sidebar menu">
<a class="item" href="/">Home</a>
<a class="item" href="/#chat">Chat</a>
<a class="item" href="/#community">Community</a>
<a class="item" href="/#ecosystem">Ecosystem</a>
<a class="item" href="/#games">Games</a>
<a class="item" href="/#curators">Curators</a>
Expand All @@ -54,10 +54,7 @@
<a class="item" href="/">Home</a>
</li>
<li>
<a class="item" href="/#chat">Chat</a>
</li>
<li>
<a class="item" href="/#news">News</a>
<a class="item" href="/#community">Community</a>
</li>
<li>
<a class="item" href="/#ecosystem">Ecosystem</a>
Expand Down