Simplify landing page

This commit is contained in:
Charles Gould 2017-01-03 18:45:12 -05:00
parent 2dec1b87ca
commit 2536e72ec1
4 changed files with 12 additions and 13 deletions

View File

@ -9,23 +9,22 @@
<body> <body>
<div class="container"> <div class="container">
<h1>Lingo</h1> <h1>Lingo</h1>
<h2>JavaScript Client (easier)</h2>
<p>Play the game <a href="client.html">here</a>. Keyboard required.</p>
<img src="screenshots/lingo-1.png" />
<h2>JavaFX Client</h2>
<p>For now you need to
<a href="https://github.com/charlesrgould/lingo-websocket/archive/master.zip">download</a>
the
<a href="https://github.com/charlesrgould/lingo-websocket">source code</a>
and run a command to launch it.
</p>
<p>The difference? This client has single player mode (no server required).</p>
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
<img src="screenshots/lingo-2.png" /> <h2>Web Client (easier)</h2>
<p>Play the game <a href="client.html">online</a>.</p>
<a href="client.html">
<img src="screenshots/lingo-web.png" />
</a>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<img src="screenshots/lingo-3.png" /> <h2>Java Client</h2>
<p><a href="https://github.com/charlesrgould/lingo-websocket/archive/master.zip">Download</a> the
<a href="https://github.com/charlesrgould/lingo-websocket">source code</a> and run a command to launch it.
</p>
<a href="https://github.com/charlesrgould/lingo-websocket">
<img src="screenshots/lingo-java.png" />
</a>
</div> </div>
</div> </div>
</div> </div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB