Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This site uses Next.js' internationalization and middleware features. MDX is use
- [pa.hackclub.com](https://pa.hackclub.com)
- [pl.hackclub.com](https://pl.hackclub.com)
- [ru.hackclub.com](https://ru.hackclub.com)
- [ro.hackclub.com](https://ro.hackclub.com)
- [rw.hackclub.com](https://rw.hackclub.com)
- [th.hackclub.com](https://th.hackclub.com)
- [tr.hackclub.com](https://tr.hackclub.com)
Expand Down
6 changes: 6 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = withMDX({
'nl',
'pa',
'pl',
'ro',
'ru',
'rw',
'th',
Expand Down Expand Up @@ -116,6 +117,11 @@ module.exports = withMDX({
defaultLocale: 'pl',
http: true
},
{
domain: 'ro.hackclub.com',
defaultLocale: 'ro',
http: true
},
{
domain: 'ru.hackclub.com',
defaultLocale: 'ru',
Expand Down
32 changes: 32 additions & 0 deletions pages/copy/ro.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
import { Container, Button, Heading } from 'theme-ui'

<Container variant="copy">

<Heading as="h1">
De la elevi, <br />
pentru elevi.
</Heading>

Hack Club este o comunitate mondială de cluburi de programare, unde tinerii și tinerele învață să programeze prin realizarea propriilor proiecte.
<p>
<Button
as="a"
href="https://hackclub.com/?ref=ro"
variant="ctaLg"
sx={{
backgroundImage: t => t.util.gx('cyan', 'blue'),
color: 'white'
}}
>
Vizitează versiunea completă a site-ului nostru în limba engleză.
</Button>
</p>

<img
alt="Elevi și eleve programează la un eveniment Hack Club."
src="https://cloud-lapsqbi7m-hack-club-bot.vercel.app/0assemble.jpg"
width="512"
height="341"
/>

</Container>