* added youtube video tutorial link to website

This commit is contained in:
Reinhard Pointner 2011-12-07 18:33:49 +00:00
parent 34f2dc9551
commit ea8a0b834f
4 changed files with 3 additions and 2 deletions

BIN
fw/web.hint.tutorial.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -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;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -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>