mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-11 20:05:04 -05:00
* added youtube video tutorial link to website
This commit is contained in:
parent
34f2dc9551
commit
ea8a0b834f
BIN
fw/web.hint.tutorial.png
Normal file
BIN
fw/web.hint.tutorial.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
@ -105,6 +105,7 @@ table.reference.cli > * > * > td:first-child {
|
|||||||
min-height: 800px;
|
min-height: 800px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background: white;
|
background: white;
|
||||||
|
background-repeat: no-repeat;
|
||||||
border: 1px solid #a2a2a2;
|
border: 1px solid #a2a2a2;
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
|
BIN
website/images/bg.hint.tutorial.png
Normal file
BIN
website/images/bg.hint.tutorial.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
@ -38,7 +38,7 @@
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="page">
|
<div class="page" style="background-image: url('images/bg.hint.tutorial.png'); background-position: 565px 122px;">
|
||||||
<div class="navigation" style="position:absolute; top:36px; right:-40px">
|
<div class="navigation" style="position:absolute; top:36px; right:-40px">
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
@ -69,7 +69,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="screenshot screencast">
|
<div class="screenshot screencast">
|
||||||
<a href="gallery.html#screenshots/original/panel.rename.png" title="How to use FileBot" target="_blank">
|
<a onclick="_gaq.push(['_trackPageview', '/video/tutorial'])" href="http://www.youtube.com/watch?v=zcSFKiwFLZw" title="How to use FileBot" target="_blank">
|
||||||
<img class="play" alt="play" src="images/play.png" width="16" height="16" />
|
<img class="play" alt="play" src="images/play.png" width="16" height="16" />
|
||||||
<img alt="screenshot" src="screenshots/medium/panel.rename.png" width="300" height="238" />
|
<img alt="screenshot" src="screenshots/medium/panel.rename.png" width="300" height="238" />
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user