-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
67 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
abstract gallery blah blah | ||
<script type="text/javascript"> | ||
$(document).ready(function() { | ||
$("#gal_abstract a").lightBox(); | ||
}); | ||
</script> | ||
|
||
<div id="gal_abstract"> | ||
<ul> | ||
<li><a href="abstract.jpg"><img src="abstract.jpg" alt="abstract" /></a></li> | ||
</ul> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
animal gallery blah blah | ||
<script type="text/javascript"> | ||
$(document).ready(function() { | ||
$("#gal_animal a").lightBox(); | ||
}); | ||
</script> | ||
|
||
<div id="gal_animal"> | ||
<ul> | ||
<li><a href="animals.jpg"><img src="animals.jpg" alt="Animal" /></a></li> | ||
</ul> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
flowersers dfa sdf sd | ||
<script type="text/javascript"> | ||
$(document).ready(function() { | ||
$("#gal_flower a").lightBox(); | ||
}); | ||
</script> | ||
|
||
<div id="gal_flower"> | ||
<ul> | ||
<li><a href="romantic.jpg"><img src="romantic.jpg" alt="Romantic" /></a></li> | ||
</ul> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
Love dfsndfasdf | ||
<script type="text/javascript"> | ||
$(document).ready(function() { | ||
$("#gal_love a").lightBox(); | ||
}); | ||
</script> | ||
|
||
<div id="gal_love"> | ||
<ul> | ||
<li><a href="people.jpg"><img src="people.jpg" alt="People" /></a></li> | ||
</ul> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
<script type="text/javascript"> | ||
$(document).ready(function() { | ||
$("#wizards a").lightBox(); | ||
$("#gal_nature a").lightBox(); | ||
}); | ||
</script> | ||
|
||
<div id="wizards"> | ||
|
||
<div id="gal_nature"> | ||
<ul> | ||
<li><a href="abstract.jpg"><img src="abstract.jpg" height="10px" width="10px" alt="Dumbledore" /></a></li> | ||
<li><a href="bridge.jpg"><img src="bridge.jpg" height="10px" width="10px" alt="Merlin" /></a></li> | ||
<li><a href="animals.jpg"><img src="animals.jpg" height="10px" width="10px" alt="Gandalf" /></a></li> | ||
<li><a href="people.jpg"><img src="people.jpg" height="10px" width="10px" alt="Harry Potter" /></a></li> | ||
<li><a href="people.jpg"><img src="people.jpg" alt="People" /></a></li> | ||
</ul> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters