Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Added a descriptive intro paragraph and title
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Dec 14, 2011
1 parent 55043fd commit bdf00f8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
15 changes: 14 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,24 @@ a:hover {
/* -----| CONTENT |---------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

h1 {
font-size: 2em;
letter-spacing: 1px;
margin: 20px 0;
}

h2 {
background-color: #555;
color: #FFF;
letter-spacing: 1px;
margin: 20px 0;
padding: 5px;
margin: 10px 0;
}

p {
line-height: 1.5em;
margin: 20px 0;
text-align: justify;
}


Expand Down
9 changes: 9 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@

<div class="pageWrap">

<h1 id="pageTitle">Multi-directory Gallery Demo</h1>

<p>
This is a demonstration of a multi-directory <a href="http://www.ubergallery.net">UberGallery</a>
installation. Each section below is pulling from a seperate directory of images and will only
cycle images within their sections. You can view the underlying code for this page
<a href="https://github.com/UberGallery/multi-gallery-example">on the UberGallery Github page</a>.
</p>

<?php include_once('resources/UberGallery.php'); ?>

<h2>Cats</h2>
Expand Down

0 comments on commit bdf00f8

Please sign in to comment.