update tour, fix css
This commit is contained in:
parent
62717d8014
commit
f6d4ea2a57
3 changed files with 3 additions and 4 deletions
|
@ -171,7 +171,7 @@ p:last-child {
|
|||
#nextButton {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 32px;
|
||||
right: 64px;
|
||||
}
|
||||
#prevButton.disabled,
|
||||
#nextButton.disabled {
|
||||
|
@ -196,6 +196,7 @@ div.text:last-child {
|
|||
width: 576px;
|
||||
height: 360px;
|
||||
border-radius: 8px;
|
||||
margin-bottom: 32px;
|
||||
box-shadow: 0 0 2px rgba(64, 64, 32, 0.5);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
|
@ -184,8 +184,6 @@ Ox.getJSON('json/pandora.json?' + +new Date(), function(pandora) {
|
|||
}
|
||||
})
|
||||
)
|
||||
.append($('<br>'))
|
||||
.append($('<br>'))
|
||||
.append(
|
||||
$('<p>').html(pandora.pages.tour[part - 1][1])
|
||||
);
|
||||
|
|
|
@ -149,7 +149,7 @@
|
|||
],
|
||||
[
|
||||
"png/tour/25.png",
|
||||
"And that's it for now. We hope to add more slides in the near future. If you want to see more right now, check out the first <a href=\"http://camputer.org/tmp/screencast_webm/screenCast_ffmpeg_1.webm\">Pad.ma screencast</a>."
|
||||
"And that's it for now. We're going to add new slides in the near future. If you want to see more right now, check out the first <a href=\"http://camputer.org/tmp/screencast_webm/screenCast_ffmpeg_1.webm\">Pad.ma screencast</a>."
|
||||
]
|
||||
],
|
||||
"demo": "<p>While we're still working on a sandbox to demonstrate <b>pan.do/ra</b>'s admin features, you can already try out the sites below to see how <b>pan.do/ra</b> works as a regular user:</p><p><a href=\"https://0xDB.org\"><img class=\"logo\" src=\"png/0xdb256.png\"></a><a href=\"https://0xDB.org\">0xDB</a> is an experimental online movie database. At its core, it provides full text search for more than a hundred years of cinema.</p><br clear=\"all\"><br><p><a href=\"https://Pad.ma\"><img class=\"logo\" src=\"png/padma256.png\"></a><a href=\"https//:Pad.ma\">Pad.ma</a>, short for Public Access Digital Media Archive, is an online repository of densely annotated video materials, primarily documentary footage.<br></p>",
|
||||
|
|
Loading…
Reference in a new issue