Skip to content

Commit

Permalink
Update website.
Browse files Browse the repository at this point in the history
  • Loading branch information
kduske committed Feb 13, 2018
1 parent 97ef38b commit 7f4b68a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 33 deletions.
10 changes: 10 additions & 0 deletions www/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ div.screenshot img {
background-color: #dddddd;
}

div.video {
text-align: center;
}

div.video iframe {
padding: 20px;
border-radius: 10px;
background-color: #dddddd;
}

a {
text-decoration: none;
}
Expand Down
1 change: 0 additions & 1 deletion www/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<ul class="menu">
<li><a href="index.php">About</a></li>
<li><a href="https://github.com/kduske/TrenchBroom/releases">Download</a></li>
<li><a href="https://github.com/kduske/TrenchBroom">Source</a></li>
<li><a href="http://celephais.net/board/view_thread.php?id=60908">Discuss</a></li>
<li><a href="https://twitter.com/kristianduske" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">Follow</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></li>
Expand Down
35 changes: 3 additions & 32 deletions www/index.php
Original file line number Diff line number Diff line change
@@ -1,37 +1,8 @@
<?php include 'header.php' ?>
<div id="content">
<p>TrenchBroom is a cross platform level editor for Quake-engine based games. It supports <b>Quake</b>, <b>Quake 2</b>, and <b>Hexen 2</b> and runs on <b>Windows</b> (XP and newer), <b>Mac OS X</b> (10.6 and newer) and <b>Linux</b>. TrenchBroom is easy to use and provides many simple and advanced tools to create complex and interesting levels with ease.</p>
<h3>Features</h3>
<h4>General</h4>
<ul>
<li>Full support for editing in 3D and in up to three 2D views</li>
<li>High performance renderer with support for huge maps</li>
<li>Unlimited Undo and Redo</li>
<li>Macro-like command repetition</li>
<li>Issue browser with automatic quick fixes</li>
<li>Point file support</li>
<li>Automatic backups</li>
<li>Free and cross platform</li>
</ul>
<h4>Brush Editing</h4>
<ul>
<li>Robust vertex editing with edge and face splitting and manipulating multiple vertices together</li>
<li>Clipping tool with two and three points</li>
<li>CSG operations: merge, subtract, intersect</li>
<li>UV view for easy texture manipulations</li>
<li>Precise texture lock for all brush editing operations</li>
<li>Multiple texture collections</li>
</ul>
<h4>Entity Editing</h4>
<ul>
<li>Entity browser with drag and drop support</li>
<li>Support for FGD and DEF files for entity definitions</li>
<li>Mod support</li>
<li>Entity link visualization</li>
<li>Displays 3D models in the editor</li>
<li>Smart entity property editors</li>
</ul>
<h3>Screenshots</h3>
<div class="screenshot"><img src="images/screenshot.png" width="900" height="578" /></div>
<div class="video">
<iframe width="900" height="506" src="https://www.youtube.com/embed/shcAvnYp9ow?ecver=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
<?php include 'footer.php' ?>

0 comments on commit 7f4b68a

Please sign in to comment.