File tree 3 files changed +51
-0
lines changed
3 files changed +51
-0
lines changed Original file line number Diff line number Diff line change
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!
Original file line number Diff line number Diff line change 2
2
other : About Red
3
3
download :
4
4
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"
5
13
cta_narrow_heading :
6
14
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!"
7
18
latest_blog :
8
19
other : Latest Blog Post
9
20
read_more :
Original file line number Diff line number Diff line change
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 }}
You can’t perform that action at this time.
0 commit comments