Skip to content

Commit 1718359

Browse files
Remove outdated links from the homepage
1 parent 5bda737 commit 1718359

File tree

2 files changed

+8
-33
lines changed

2 files changed

+8
-33
lines changed

templates/index.html

Lines changed: 6 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,17 @@ <h2 class="ui center aligned icon header">
3434
</p>
3535
<p>
3636
If you haven't learned Rust yet, maybe take a look at <a href="#resources"><i class="icon list small"></i>Resources</a>
37-
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>,
38-
<a href="#news"><i class="icon newspaper small"></i>News</a>
39-
or <a href="#chat"><i class="icon chat small"></i>Chat</a>.
37+
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
38+
<a href="#community"><i class="icon users small"></i>Community</a>.
4039
</p>
4140
</div>
4241
</section>
4342

4443
<section>
4544
<h3 class="ui horizontal divider small header">
46-
<a href="#chat" id="chat">
47-
<i class="chat icon big"></i>
48-
Chat
45+
<a href="#community" id="chat">
46+
<i class="users icon big"></i>
47+
Community
4948
</a>
5049
</h3>
5150

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

65-
<section>
66-
<h3 class="ui horizontal divider small header">
67-
<a href="#news" id="news">
68-
<i class="newspaper icon big"></i>
69-
News
70-
</a>
71-
</h3>
72-
73-
<div class="ui vertical stripe">
74-
<div class="ui text container">
75-
<p>
76-
The latest Rust gamedev news is available at:
77-
the <a href="https://www.reddit.com/r/rust_gamedev"><i class="icon reddit alien small"></i>subreddit</a>,
78-
the monthly <a href="https://rust-gamedev.github.io/"><i class="icon newspaper small"></i>newsletter</a>,
79-
the <a href="https://rustgamedev.com"><i class="icon headphones small"></i>podcast</a>,
80-
and the <a href="https://twitter.com/rust_gamedev"><i class="icon twitter small"></i>@rust_gamedev</a> Twitter feed.
81-
</p>
82-
</div>
83-
</div>
84-
</section>
85-
8664
<section>
8765
{% set ecosystem = get_section(path="ecosystem/_index.md") %}
8866
{{ macros::category_list(section=ecosystem) }}

templates/master.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<!-- Sidebar Menu -->
3434
<div class="ui vertical inverted sidebar menu">
3535
<a class="item" href="/">Home</a>
36-
<a class="item" href="/#chat">Chat</a>
36+
<a class="item" href="/#community">Community</a>
3737
<a class="item" href="/#ecosystem">Ecosystem</a>
3838
<a class="item" href="/#games">Games</a>
3939
<a class="item" href="/#curators">Curators</a>
@@ -54,10 +54,7 @@
5454
<a class="item" href="/">Home</a>
5555
</li>
5656
<li>
57-
<a class="item" href="/#chat">Chat</a>
58-
</li>
59-
<li>
60-
<a class="item" href="/#news">News</a>
57+
<a class="item" href="/#community">Community</a>
6158
</li>
6259
<li>
6360
<a class="item" href="/#ecosystem">Ecosystem</a>

0 commit comments

Comments
 (0)