Last active
February 22, 2023 17:04
-
-
Save NatalieMac/9612417 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="photo-grid"> | |
<li> | |
<a href="http://www.flickr.com/photos/anirudhkoul/3536413126/"> | |
<figure> | |
<img src="images/arcdetriomphe_sm.png" height="180" width="320" alt="Arc de Triomphe"> | |
<figcaption><p>Arc de Triomphe</p></figcaption> | |
</figure> | |
</a> | |
</li> | |
<li> | |
<a href="http://www.flickr.com/photos/aigle_dore/5237960181/"> | |
<figure> | |
<img src="images/eiffeltower_sm.png" height="180" width="320" alt="Eiffel Tower"> | |
<figcaption><p>Eiffel Tower</p></figcaption> | |
</figure> | |
</a> | |
</li> | |
<li><a href="http://www.flickr.com/photos/aigle_dore/5238557764/"> | |
<figure> | |
<img src="images/notredame_sm.png" height="180" width="320" alt="Notre Dame"> | |
<figcaption><p>Notre Dame</p></figcaption> | |
</figure> | |
</a> | |
</li> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment