-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
100 lines (100 loc) · 6.07 KB
/
index.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="description" content="A drop down menu system built with Prototype and Scriptaculous javascript libraries"/>
<title>Prototype and Scriptaculous Drop Down Menu</title>
<script src="javascripts/prototype.js" type="text/javascript" charset="utf-8"></script>
<script src="javascripts/effects.js" type="text/javascript" charset="utf-8"></script>
<script src="javascripts/droplicious.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="stylesheets/styles.css" type="text/css" media="screen" title="no title" charset="utf-8" />
</head>
<body>
<div class="container">
<div class="header">
<h1>Droplicious.</h1>
<p>A prototype/scriptaculous drop down menu system built with oo javascript</p>
</div>
<div class="navbar">
<ul id="nav">
<li><a href="#">No Drop</a></li>
<li>
<a href="#" class="drops" id="link_one">First</a>
<ul class="licious" id="box_one" style="display:none;">
<li><a href="#">Drop Link 1</a></li>
<li><a href="#">Drop Link 2</a></li>
<li><a href="#">Drop Link 3</a></li>
<li><a href="#">Drop Link 4</a></li>
</ul>
</li>
<li>
<a href="#" class="drops" id="link_two">Second</a>
<ul class="licious" id="box_two" style="display:none;">
<li><a href="#">Drop Link 1</a></li>
<li><a href="#">Drop Link 2</a></li>
<li><a href="#">Drop Link 3</a></li>
<li><a href="#">Drop Link 4</a></li>
</ul>
</li>
<li>
<a href="#" class="drops" id="link_three">Third</a>
<ul class="licious" id="box_three" style="display:none;">
<li><a href="#">Drop Link 1</a></li>
<li><a href="#">Drop Link 2</a></li>
<li><a href="#">Drop Link 3</a></li>
<li><a href="#">Drop Link 4</a></li>
</ul>
</li>
</ul>
</div>
<div class="content">
<div class="inner">
<h3>Requirements</h3>
<ul>
<li>Prototype <a href="http://www.prototypejs.org/download">prototype.js</a></li>
<li>Script.aculo.us <a href="http://script.aculo.us/downloads">effects.js</a></li>
<li>Droplicious <a href="http://github.com/darrenterhune/droplicious">droplicious.js</a></li>
<li>A bit of html/css/js knowhow</li>
</ul>
<h3>Install</h3>
<ul>
<li><code>git clone git://github.com/darrenterhune/droplicious.git</code></li>
<li>View the project at github</li>
</ul>
<h3>Tested</h3>
<ul>
<li>Mozilla Firefox 3.0+</li>
<li>Google Chrome 4.0.249.49 (35163) beta</li>
<li>Safari 3.2+</li>
<li>IE 6+</li>
</ul>
<h3>Change Log</h3>
<p>You can view commit changes at github.</p>
<h3>Contributors</h3>
<p>Jan Sovak <a href="http://canada-jack.com">http://canada-jack.com</a></p>
<p>Mason Meyer <a href="http://www.masonmeyer.com/">http://www.masonmeyer.com/</a></p>
<h3>Bugs</h3>
<p>Submit issues on the github issues page.</p>
<h3>Connect with me</h3>
<p>Follow me on Twitter™ <a href="http://twitter.com/darrenterhune">@darrenterhune</a></p>
<h3>License</h3>
<p>The MIT License</p>
<p>Copyright © 2009 Head First Productions - Darren Terhune</p>
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
<ul>
<li>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</li>
<li>The author's name shall be included in all copies or substaintial portions of the Software.</li>
</ul>
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
<h5 style="text-align:center;"><a rel="license" href="http://creativecommons.org/licenses/by/2.5/ca/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/2.5/ca/88x31.png" /></a><br /><span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/Text" property="dc:title" rel="dc:type">Droplicous</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://headfirstproductions.ca" property="cc:attributionName" rel="cc:attributionURL">Darren Terhune</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/2.5/ca/">Creative Commons Attribution 2.5 Canada License</a>.<br />Based on a work at <a xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://headfirstproductions.ca/wp-content/apps/scriptaculous-drop-down-menu/" rel="dc:source">headfirstproductions.ca</a>.</h5>
<h3>Food for thought</h3>
<p>One evening an old Cherokee told his grandson about a battle that goes on inside people. He said, "My son, the battle is between two "wolves" inside us all.</p>
<p>One is Evil. It is anger, envy, jealousy, sorrow, regret, greed, arrogance, self-pity, guilt, resentment, inferiority, lies, false pride, superiority, and ego.</p>
<p>The other is Good. It is joy, peace, love, hope, serenity, humility, kindness, benevolence,empathy, generosity, truth, compassion and faith."</p>
<p>The grandson thought about it for a minute and then asked his grandfather: "Which wolf wins?"</p>
<p>The old Cherokee simply replied, "The one you feed."</p>
</div>
</div>
</div>
</body>
</html>