Menu

[r2910]: / trunk / Src / Res / HTML / dlg-easter-egg.html  Maximize  Restore  History

Download this file

106 lines (91 with data), 2.8 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
<?xml version="1.0"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/
*
* Copyright (C) 2009-2012, Peter Johnson (www.delphidabbler.com).
*
* $Rev$
* $Date$
*
* Content displayed as program's easter egg. References required style sheet
* and JavaScript code.
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>
dlg-easter-egg
</title>
<link rel="stylesheet" href="easteregg.css" />
<script type="text/javascript" src="jquery-1.8.0.min.js"></script>
<script type="text/javascript" src="jquery.cycle.lite.js"></script>
<script type="text/javascript" src="easteregg.js"></script>
</head>
<body>
<!-- slideshow screen component images -->
<img id="screen-top" class="screen" src="screen-top.png" />
<img id="screen-middle" class="screen" src="screen-middle.png" />
<img id="screen-bottom" class="screen" src="screen-bottom.png" />
<!-- main cancel button image -->
<img id="cancel-btn" src="cancel-btn.png" title="Close" />
<!-- elements used to prompt user to unfold screen -->
<img id="click-arrow" src="prompt-arrow.png" />
<div id="click-prompt">Click the handle!</div>
<!-- introductory page content -->
<div id="intro">
<h1>
Bonnie &amp; Clyde's
</h1>
<p>
<img src="doggy-pics.png" />
</p>
<p>
<img id="start" src="play-btn.png" title="Start" />
</p>
<p>
Press ESC to finish.
</p>
</div>
<!-- slideshow content -->
<div id="slideshow">
<div id="slide-1">
<img src="dogs-1.jpg" />
<div class="caption">
Bonnie &amp; Clyde.<br />
Our late companions.
</div>
</div>
<div id="slide-2">
<img src="dogs-2.jpg" />
<div class="caption">
Bonnie<br />
The lights are on but no-one's home.
</div>
</div>
<div id="slide-3">
<img src="dogs-3.jpg" />
<div class="caption">
Clyde<br />
Resting between bouts of mischief!
</div>
</div>
<div id="slide-4">
<a
class="external-link"
href="http://www.flickr.com/photos/delphidabbler/sets/72157631306758128/"
><img src="dogs-4.jpg" /></a>
<div class="caption">
More pics on
<a
class="external-link"
href="http://www.flickr.com/photos/delphidabbler/sets/72157631306758128/"
>Flickr</a>...
</div>
</div>
</div>
</body>
</html>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.