* added new feature descriptions
This commit is contained in:
parent
921d739a4d
commit
3c3bb0c744
|
@ -80,7 +80,7 @@ h1 .description {
|
|||
.social {
|
||||
float: right;
|
||||
position: relative;
|
||||
right: 0px;
|
||||
right: -25px;
|
||||
top: -15px;
|
||||
}
|
||||
|
||||
|
|
|
@ -18,18 +18,15 @@
|
|||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
|
||||
<!-- Place this tag in your head or just before your close body tag -->
|
||||
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="page">
|
||||
<div class="social">
|
||||
<g:plusone annotation="none" callback="_gaq.push(['_trackEvent','Social networking','Google Plus One',document.title])"></g:plusone>
|
||||
<script type="text/javascript">
|
||||
(function() {
|
||||
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
|
||||
po.src = 'https://apis.google.com/js/plusone.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
|
||||
})();
|
||||
</script>
|
||||
<!-- Place this tag where you want the +1 button to render -->
|
||||
<g:plusone callback="_gaq.push(['_trackEvent','Social networking','Google Plus One',document.title])"></g:plusone>
|
||||
</div>
|
||||
|
||||
<div class="header">
|
||||
|
@ -73,6 +70,7 @@
|
|||
<ul>
|
||||
<li>A simple user-interface tuned for drag-n-drop <small class="comment">(no need to bother with file dialogs)</small></li>
|
||||
<li>Platform-independent and straight-forward application deployment</li>
|
||||
<li>Powerful and full-featured <acronym title="command-line interface">CLI</acronym> for scripts and automation</li>
|
||||
</ul>
|
||||
<ul class="next">
|
||||
<li>
|
||||
|
@ -107,6 +105,7 @@
|
|||
<li>Find <dfn>linked</dfn> subtitles on Sublight<br/><span class="note mediainfo">MediaInfo required</span></li>
|
||||
<li>Auto-extract zip and rar archives</li>
|
||||
<li>Integrated subtitle viewer for <acronym title="SubRip">srt</acronym>, <acronym title="Advanced SubStation Alpha">ass</acronym> and <acronym title="MicroDVD and SubViewer">sub</acronym> files</li>
|
||||
<li>Transcode any subtitle as UTF-8 encoded <acronym title="SubRip">srt</acronym></li>
|
||||
</ul>
|
||||
<ul class="next">
|
||||
<li>
|
||||
|
|
Loading…
Reference in New Issue