From bbed70b0f4415ef337de391e21805a0d3ecab635 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 2 Nov 2019 23:08:11 +0200 Subject: Add hebrew and english placeholder copy --- src/Geshem.css | 11 +++++++++++ src/Info.js | 19 ++++++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/src/Geshem.css b/src/Geshem.css index 0a719d7..87b22cf 100644 --- a/src/Geshem.css +++ b/src/Geshem.css @@ -31,6 +31,17 @@ background: #777; } +#info-eng { + width: 50%; + float: left; +} + +#info-heb { + width: 50%; + direction: rtl; + float: right; +} + #date { font-size: 1.4em; } diff --git a/src/Info.js b/src/Info.js index c6b688d..dac9244 100644 --- a/src/Info.js +++ b/src/Info.js @@ -14,7 +14,24 @@ function Info(props) { ?
- This is the info page +
+

Geshem.space shows real-time rain radar data in Israel.

+

The entire source code is open and available at

+

+ + https://github.com/yuvadm/geshem.space + +

+
+
+

גשם.ספייס מציג מידע בזמן אמת על ענני גשם בכל הארץ

+

קוד המקור של האתר פתוח וזמין לצפייה בכתובת

+

+ + https://github.com/yuvadm/geshem.space + +

+
); -- cgit v1.3.1