update text on landing page

pull/118/head
Jon Eugster 3 years ago
parent 1e8315c294
commit bf17fd892c

@ -104,18 +104,6 @@ function LandingPage() {
</header> </header>
<div className="game-list"> <div className="game-list">
<GameTile
title="Formaloversum"
gameId="g/hhu-adam/Robo"
intro="Erkunde das Leansche Universum mit deinem Robo, welcher dir bei der Verständigung mit den Formalosophen zur Seite steht."
description="
Dieses Spiel führt die Grundlagen zur Beweisführung in Lean ein und schneidet danach verschiedene Bereiche des Bachelorstudiums an.
(Das Spiel befindet sich noch in der Entstehungsphase.)"
image={coverRobo}
language="German"
/>
<GameTile <GameTile
title="Natural Number Game" title="Natural Number Game"
gameId="g/hhu-adam/NNG4" gameId="g/hhu-adam/NNG4"
@ -129,6 +117,18 @@ This is a good first introduction to Lean!"
language="English" language="English"
/> />
<GameTile
title="Formaloversum"
gameId="g/hhu-adam/Robo"
intro="Erkunde das Leansche Universum mit deinem Robo, welcher dir bei der Verständigung mit den Formalosophen zur Seite steht."
description="
Dieses Spiel führt die Grundlagen zur Beweisführung in Lean ein und schneidet danach verschiedene Bereiche des Bachelorstudiums an.
(Das Spiel befindet sich noch in der Entstehungsphase.)"
image={coverRobo}
language="German"
/>
</div> </div>
<section> <section>
<div className="wrapper"> <div className="wrapper">
@ -154,11 +154,13 @@ This is a good first introduction to Lean!"
a template. a template.
</p> </p>
<p> <p>
There will be an option to load and run games through the server There is an option to load and run your own games direclty on the server,
directly by specifying a URL, but this is still in development. instructions are in the NNG repo. Since this is still in development we'd like to
encourage you to contact us for support creating your own game. The documentation is
not polished yet.
</p> </p>
<p> <p>
To add games to this page, you should get in contact as To add games to this main page, you should get in contact as
games will need to be added manually. games will need to be added manually.
</p> </p>
</div> </div>

Loading…
Cancel
Save