Skip to content

Commit 5455061

Browse files
committed
Updates listing
1 parent 561c3ee commit 5455061

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,28 @@
66
<meta name="author" content="Paul Lewis" />
77
<meta name="viewport" content="width=device-width">
88
<title>UI elements</title>
9+
<style>
10+
html, body {
11+
color: #777;
12+
font-family: Arial;
13+
}
14+
15+
a {
16+
color: #444;
17+
}
18+
19+
a:visited {
20+
color: #666;
21+
}
22+
</style>
923
</head>
1024
<body>
1125
<h1>UI Element Samples</h1>
1226
<ul>
1327
<li><a href="./image-zoomer/">Episode 1. Image Zoomer</a></li>
1428
<li><a href="./swipeable-cards/">Episode 2. Swipeable Cards</a></li>
1529
<li><a href="./side-nav/">Episode 3. Side Nav</a></li>
30+
<li><a href="./side-nav/">I/O: Expand &amp; Collapse</a></li>
1631
</ul>
1732

1833
<a href="https://github.com/googlechrome/ui-element-samples">See the source</a>

0 commit comments

Comments
 (0)