|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <title>Birdwatching</title> |
| 6 | + <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300|Cinzel+Decorative:700" rel="stylesheet"> |
| 7 | + |
| 8 | + <!--[if lt IE 9]> |
| 9 | + <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
| 10 | + <![endif]--> |
| 11 | + </head> |
| 12 | + |
| 13 | + <body> |
| 14 | + |
| 15 | + <h1>Birdwatching</h1> |
| 16 | + <img src="dove.png" alt="a simple dove logo"> |
| 17 | + |
| 18 | + |
| 19 | + <ul> |
| 20 | + <li><span>Home</span></li> |
| 21 | + <li><a href="#">Get started</a></li> |
| 22 | + <li><a href="#">Photos</a></li> |
| 23 | + <li><a href="#">Gear</a></li> |
| 24 | + <li><a href="#">Forum</a></li> |
| 25 | + </ul> |
| 26 | + |
| 27 | + |
| 28 | + <h2>Welcome</h2> |
| 29 | + |
| 30 | + <p>Welcome to our fake birdwatching site. If this were a real site, it would be the ideal place to come to learn more about birdwatching, whether you are a beginner looking to learn how to get into birding, or an expert wanting to share ideas, tips, and photos with other like-minded people.</p> |
| 31 | + |
| 32 | + <p>So don't waste time! Get what you need, then turn off that computer and get out into the great outdoors!</p> |
| 33 | + |
| 34 | + <h2>Favourite photos</h2> |
| 35 | + |
| 36 | + <a href="favorite-1.jpg"><img src="favorite-1_th.jpg" alt="Small black bird, black claws, long black slender beak, links to larger version of the image"></a> |
| 37 | + <a href="favorite-2.jpg"><img src="favorite-2_th.jpg" alt="Top half of a pretty bird with bright blue plumage on neck, light colored beak, blue headdress, links to larger version of the image"></a> |
| 38 | + <a href="favorite-3.jpg"><img src="favorite-3_th.jpg" alt="Top half of a large bird with white plumage, very long curved narrow light colored break, links to larger version of the image"></a> |
| 39 | + <a href="favorite-4.jpg"><img src="favorite-4_th.jpg" alt="Large bird, mostly white plumage with black plumage on back and rear, long straight white beak, links to larger version of the image"></a> |
| 40 | + |
| 41 | + |
| 42 | + <p>This fake website example is CC0 — any part of this code may be reused in any way you wish. Original example written by Chris Mills, 2016.</p> |
| 43 | + |
| 44 | + <p><a href="http://game-icons.net/lorc/originals/dove.html">Dove icon</a> by Lorc.</p> |
| 45 | + |
| 46 | + </body> |
| 47 | +</html> |
0 commit comments