diff options
| author | Yuval Adam <_@yuv.al> | 2019-11-02 23:08:11 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-11-02 23:08:11 +0200 |
| commit | bbed70b0f4415ef337de391e21805a0d3ecab635 (patch) | |
| tree | 8ab1d0ee3694bde6b5858741fa8d1a0da8ed5e1f /src/Info.js | |
| parent | 53611b9fff09992e73755112492f699ae19a8805 (diff) | |
Add hebrew and english placeholder copy
Diffstat (limited to 'src/Info.js')
| -rw-r--r-- | src/Info.js | 19 |
1 files changed, 18 insertions, 1 deletions
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) { ? </div> <div id="info-modal" style={{ display: open ? "block" : "none" }}> - This is the info page + <div id="info-eng"> + <p>Geshem.space shows real-time rain radar data in Israel.</p> + <p>The entire source code is open and available at</p> + <p> + <a href="https://github.com/yuvadm/geshem.space"> + https://github.com/yuvadm/geshem.space + </a> + </p> + </div> + <div id="info-heb"> + <p>גשם.ספייס מציג מידע בזמן אמת על ענני גשם בכל הארץ</p> + <p>קוד המקור של האתר פתוח וזמין לצפייה בכתובת</p> + <p> + <a href="https://github.com/yuvadm/geshem.space"> + https://github.com/yuvadm/geshem.space + </a> + </p> + </div> </div> </div> ); |
