Update text on menu page

This commit is contained in:
Florian Festi 2017-02-15 15:56:38 +01:00
parent 96708189a8
commit 527388c5f2
2 changed files with 10 additions and 5 deletions

View File

@ -243,11 +243,11 @@ class BServer:
<div style="width: 70%; float: left;">
<h1>Boxes.py</h1>
<p>
A Python based generator for laser cut boxes and other things.
Create boxes and more with a laser cutter!
</p>
<p>It features both finished parametrized generators as well as a Python API
for writing your own scripts. It features finger and (flat) dovetail joints,
flex cuts, holes and slots for screws and more high level functions.
<p>
<a href="https://hackaday.io/project/10649-boxespy">Boxes.py</a> is an <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">Open Source</a> box generator written in <a href="https://www.python.org/">Python</a>. It features both finished parametrized generators as well as a Python API for writing your own. It features finger and (flat) dovetail joints, flex cuts, holes and slots for screws, hinges, gears, pulleys and much more.
</p>

View File

@ -13,12 +13,17 @@ html {
line-height: 1.4;
}
a {
text-decoration: none;
color: #5F584A;
}
li {
color: #666;
list-style-type: none;
}
a {
li a {
text-decoration: none;
color: #333;
}