Skip to content

Commit 184f033

Browse files
add html repo index page to navigate all pages in repo
1 parent 84202b9 commit 184f033

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+114
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

classes/birds-with-hands/index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<title>Birds with hands - versions</title>
6+
<meta charset="UTF-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<link href="css/style.css" rel="stylesheet">
9+
</head>
10+
11+
<body>
12+
<h1>Birds with hands versions</h1>
13+
14+
<nav>
15+
<h2>Birds with hands</h2>
16+
<ul>
17+
<li><a href="2/">Version 1 - common HTML tags</a></li>
18+
<li><a href="3/">Version 2 - add styling with CSS</a></li>
19+
</ul>
20+
</nav>
21+
22+
<p><strong>Pro-tip: Right click this page and select "View page source" to see this page's HTML</strong></p>
23+
24+
<p><em>Remember kids, all HTML is responsive, it takes CSS and JavaScript to break your site.</em></p>
25+
</body>
26+
27+
</html>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<title>CoderDojo homepage versions</title>
6+
<meta charset="UTF-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
</head>
9+
10+
<body>
11+
<h1>CoderDojo homepage versions</h1>
12+
13+
<nav>
14+
<h2>CoderDojo homepage</h2>
15+
<ul>
16+
<li><a href="v1/">Version 1 - add text and image content</a></li>
17+
<li><a href="v2/">Version 2 - begin styling and layout</a></li>
18+
<li><a href="v3/">Version 3 - more styling and layout</a></li>
19+
<li><a href="v4/">Version 4 - form and button JavaScript</a></li>
20+
</ul>
21+
</nav>
22+
23+
<p><strong>Pro-tip: Right click this page and select "View page source" to see this page's HTML</strong></p>
24+
25+
<p><em>Remember kids, all HTML is responsive, it takes CSS and JavaScript to break your site.</em></p>
26+
</body>
27+
28+
</html>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy