@@ -34,18 +34,17 @@ <h2 class="ui center aligned icon header">
34
34
</ p >
35
35
< p >
36
36
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 > .
40
39
</ p >
41
40
</ div >
42
41
</ section >
43
42
44
43
< section >
45
44
< 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
49
48
</ a >
50
49
</ h3 >
51
50
@@ -56,33 +55,12 @@ <h3 class="ui horizontal divider small header">
56
55
- there's a #games-and-graphics channel on the < a href ="https://bit.ly/rust-community "> Rust Community server</ a > ,
57
56
as well as a dedicated < a href ="https://discord.gg/yNtPTb2 "> Game Development in Rust server</ a > .
58
57
</ 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 >
60
59
< p > Also see the < a href ="https://www.reddit.com/r/rust_gamedev "> < i class ="icon reddit alien small "> </ i > subreddit</ a > .</ p >
61
60
</ div >
62
61
</ div >
63
62
</ section >
64
63
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
-
86
64
< section >
87
65
{% set ecosystem = get_section(path="ecosystem/_index.md") %}
88
66
{{ macros::category_list(section=ecosystem) }}
0 commit comments