* 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;
|
||||
}
|
||||
|
||||
.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 {
|
||||
list-style: none;
|
||||
background: url('http://www.apple.com/favicon.ico') no-repeat 0.25em center;
|
||||
|
|
|
@ -199,6 +199,10 @@
|
|||
<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>
|
||||
<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 class="section features" id="features">
|
||||
|
|
Loading…
Reference in New Issue