Skip to content

Commit a0e20d8

Browse files
author
Michael Fasani
authored
Partial revert change and improve responsive layout (#1188)
1 parent ad50bb6 commit a0e20d8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

templates/community/index.hbs

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,29 @@
8282
</ul>
8383
</div>
8484
</div>
85+
<div class="dn db-l">
86+
<div class="flex flex-column flex-row-l">
87+
<div class="w-33-l mh3-l pt0 flex flex-column justify-start" id="users-forum">
88+
<a href="https://users.rust-lang.org" class="button button-secondary">{{fluent "community-discourse-button"}}</a>
89+
</div>
90+
91+
<div class="w-33-l mh3-l pt4 pt0-l flex flex-column justify-start" id="internals-forum">
92+
<a href="https://internals.rust-lang.org" class="button button-secondary">{{fluent "community-discourse-button"}}</a>
93+
</div>
94+
95+
<div class="w-33-l mh3-l pt4 pt0-l flex flex-column justify-start" id="chat-platforms">
96+
{{!-- TODO: remove padding and margin once global declarations are gone --}}
97+
<ul class="list pa0 ma0">
98+
<li class="mb3">
99+
<a href="https://discord.gg/rust-lang" class="button button-secondary">{{fluent "discord"}}</a>
100+
</li>
101+
<li class="mb3">
102+
<a href="{{baseurl}}/governance" class="button button-secondary">{{fluent "community-teams-learn"}}</a>
103+
</li>
104+
</ul>
105+
</div>
106+
</div>
107+
</div>
85108
</div>
86109
</section>
87110

0 commit comments

Comments
 (0)