Skip to content

Commit abb8925

Browse files
committed
Merge github.com:red/web-red
2 parents bd98561 + ee7c6c4 commit abb8925

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

content/en/contact/_index.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Contact Us
3+
subtitle: Don't let the story end.
4+
---
5+
6+
Join the Red Language community on [Gitter](https://gitter.im/red/red/welcome).
7+
\
8+
\
9+
The [Red Home](https://gitter.im/red/home) page lists all the rooms related
10+
to Red. Once you introduce yourself we can help you find rooms for topics
11+
you're interested in, and show you how deep the rabbit hole goes.
12+
\
13+
\
14+
You can also watch our [progress page](https://progress.red-lang.org/)
15+
to see what's work is being done on a regular basis.
16+
\
17+
\
18+
Welcome, and Happy Reducing!

i18n/en.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,19 @@ about:
22
other: About Red
33
download:
44
other: Download Red
5+
contact:
6+
other: Join Us
7+
contact_heading:
8+
other: Stay in Wonderland
9+
cta_heading:
10+
other: "Don't just wait for new blog entries; join us on Gitter"
11+
cta_desc:
12+
other: "Chat with the team, keep up with the latest design issues, and be part of a great community"
513
cta_narrow_heading:
614
other: Download the Latest Stable Version of Red
15+
other: "We're on a Mission to Fight Software Complexity"
16+
cta_narrow_text:
17+
other: "Join us!"
718
latest_blog:
819
other: Latest Blog Post
920
read_more:

layouts/section/contact.html

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{{ define "main" }}
2+
3+
<div>
4+
{{ partial "page-title" (dict "title" .Title "subtitle" .Params.subtitle "page" .Params)}}
5+
6+
<div class="container mx-auto mt-12 px-2 md:px-8">
7+
<div class="grid grid-columns-1 md:grid-columns-2">
8+
9+
<div class="px-2 md:px-8 py-4 text-rl-gray">
10+
<h3 class="font-semibold text-2xl text-rl-gray rl-l-title-underline">{{ i18n "contact_heading" }}</h3>
11+
12+
<div class="text-grey-darker">
13+
{{ .Content }}
14+
</div>
15+
</div>
16+
17+
</div>
18+
</div>
19+
20+
</div>
21+
22+
{{ end }}

0 commit comments

Comments
 (0)