* add video tutorial links to main page
This commit is contained in:
parent
38e04d22f7
commit
aea7c49058
|
@ -457,6 +457,20 @@ div.screencast:hover .play {
|
||||||
top: 8px;
|
top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.video {
|
||||||
|
margin: 20px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.video iframe {
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto;
|
||||||
|
width: 750px;
|
||||||
|
height: 480px;
|
||||||
|
border: 4px black solid;
|
||||||
|
box-shadow: 2px 2px 5px #a2a2a2;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
#download li.macosx {
|
#download li.macosx {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
background: url('http://www.apple.com/favicon.ico') no-repeat 0.25em center;
|
background: url('http://www.apple.com/favicon.ico') no-repeat 0.25em center;
|
||||||
|
|
|
@ -199,8 +199,12 @@
|
||||||
<li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=215" target="_blank">Console tool for arbitrary use on any platform</a></li>
|
<li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=215" target="_blank">Console tool for arbitrary use on any platform</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>If you have any questions or problems just to check the <a href="https://www.filebot.net/forums/viewtopic.php?f=3&t=7">FAQ</a> or search the <a href="https://www.filebot.net/forums/">forums</a>.</p>
|
<p>If you have any questions or problems just to check the <a href="https://www.filebot.net/forums/viewtopic.php?f=3&t=7">FAQ</a> or search the <a href="https://www.filebot.net/forums/">forums</a>.</p>
|
||||||
|
|
||||||
|
<div class="video">
|
||||||
|
<iframe src="http://www.filebot.net/getting-started/" frameborder="0"></iframe>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="section features" id="features">
|
<div class="section features" id="features">
|
||||||
<img class="icon" src="images/lists.png" alt="features" width="48" height="48" />
|
<img class="icon" src="images/lists.png" alt="features" width="48" height="48" />
|
||||||
<span class="quote">Automatic for the people</span>
|
<span class="quote">Automatic for the people</span>
|
||||||
|
|
Loading…
Reference in New Issue