forked from Patternslib/Patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (30 loc) · 1.49 KB
/
index.html
File metadata and controls
31 lines (30 loc) · 1.49 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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Gallery</title>
<link rel="stylesheet" href="../../style/common.css" type="text/css">
<link rel="stylesheet" href="gallery.css" media="all"/>
<script data-main="../../src/autoinit" src="../../bungledeps/require.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<section>
<h1>Gallery</h1>
<section class="description">
<a href="documentation.md" class="pat-inject" data-pat-inject="source: ## Description::element; target: self::element; trigger: autoload">Description</a>
</section>
<section class="demo">
<h2>Demo</h2>
<nav class="pat-gallery" data-pat-gallery="hide-overlay: 0">
<a href="full-1.jpg"><img src="thumb-1.jpg" title="Aurora Borealis. Photo by Beverly & Pack"/></a>
<a href="full-2.jpg"><img src="thumb-2.jpg" title="Photo by Doug88888"/></a>
<a href="full-3.jpg"><img src="thumb-3.jpg" title="Photy by Paulo Brandao"/></a>
</nav>
</section>
<section class="documentation">
<a href="documentation.md" class="pat-inject" data-pat-inject="source: ## Documentation::element; target: self::element; trigger: autoload">Documentation</a>
</section>
</section>
<a href="../../index.html" class="pat-inject" data-pat-inject="source: #global-navigation::element; target: self::element; trigger: autoload">Global navigation</a>
</body>
</html>