Updated index, icon.

This commit is contained in:
WrinklyNinja
2014-03-05 08:14:47 +00:00
parent 7953d7ec31
commit bfa84d1fad
3 changed files with 24 additions and 17 deletions
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 49 KiB

+6 -14
View File
@@ -16,28 +16,20 @@
<div id="main">
<p>Setting the right load order for your mods is a crucial step to enjoying a stable modded game. LOOT can help with that, by providing automated load order sorting that's simple to use and fully customisable.
<p>Setting the right load order for your mods is a crucial step to enjoying a stable modded game. The Load Order Optimisation Tool (LOOT) can help with that, by providing automated load order sorting that's simple to use and fully customisable.
<p>While sorting, LOOT checks for load order errors such as incompatibilities and missing requirements, and notifies you of any issues that it detects. It also provides thousands of plugin-specific messages such as usage notes and bug warnings, to help keep your game healthy.
<p>Over a million people worldwide use LOOT. It's free and open-source, so why not join them?
<p>Loot is currently in beta testing. It's generally stable, but shouldn't yet be used for anything other than testing purposes, just in case.
<h3>Downloads</h2>
<h4>BOSS Version 3.0.0 Beta</h4>
<p>Last release of BOSS v3 before its name change to LOOT. Future releases will use the name LOOT. Note that beta releases are still in development and may contain bugs. As such, they are only recommended for those who are happy to provide feedback. Requires <a href="http://www.microsoft.com/en-gb/download/details.aspx?id=40784">Microsoft Visual C++ 2013 Redistributable Package (x86)</a>.
<ul>
<li><a href="https://github.com/loot/loot/releases/">Installer &amp; Archive</a>
</ul>
<a id="bigbutton" href="https://github.com/loot/loot/releases">Download Loot Beta</a>
<p><b>Note</b>: LOOT is the <q>spiritual successor</q> to <a href="http://boss-developers.github.io">BOSS</a>. Although developed by BOSS team members and initially planned for release as BOSSv3, it is a complete redesign, and operates in a very different way to BOSS. In addition, re-branding has not yet been completed, so the current beta release still refers to itself as BOSSv3.
</div>
<div id="footer">
Support &amp; Discussion:
<a href="http://forums.bethsoft.com/topic/1434397-rel-boss-for-oblivion/">Oblivion</a>
<a href="http://forums.bethsoft.com/topic/1485022-relz-boss-for-skyrim/">Skyrim</a>
<a href="http://forums.bethsoft.com/topic/1282711-relz-boss-for-fo3-thread-4/">Fallout 3</a>
<a href="http://forums.bethsoft.com/topic/1313081-rel-boss-for-fallout-new-vegas/">Fallout: New Vegas</a>
<small>&copy; 2013&mdash;2014 WrinklyNinja</small>
</div>
+18 -3
View File
@@ -1,5 +1,6 @@
a {
text-decoration:none;
color: #69aaff;
}
a:hover {
text-decoration: underline;
@@ -15,7 +16,7 @@ body {
border-bottom: #ccc solid 1px;
}
img {
height: 128px;
height: 128px;
width: 128px;
display: inline-block;
float:left;
@@ -43,8 +44,22 @@ h2 {
transition:background 0.2s;
}
#header a:hover, #footer a:hover {
background: #eee;
background: #69aaff;
text-decoration:none;
color:white;
}
#footer small { display:block; color: #ccc;}
code {background:white; white-space:pre; display:block; margin:1.5em; margin-top:0; overflow-x:auto; box-shadow: 0 0 10px rgba(0,0,0,.1);padding: 3px;font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;font-size: 14px;border-radius: 2px;}
code {background:white; white-space:pre; display:block; margin:1.5em; margin-top:0; overflow-x:auto; box-shadow: 0 0 10px rgba(0,0,0,.1);padding: 3px;font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;font-size: 14px;border-radius: 2px;}
#bigbutton {
display:table;
padding: 0.5em 1em;
font-size: 24pt;
text-align:center;
color:white;
background: #69aaff;
margin: 1em auto;
}
#bigbutton:hover {
text-decoration:none;
background: #ffbe69;
}