photo-gallery-styles

Design documents for photos.pablopie.xyz 📸️

dummond-adams.png.html (1937B)

 1 <!DOCTYPE html>
 2 <!-- This program is free software: you can redistribute it and/or modify
 3      it under the terms of the GNU General Public License as published by
 4      the Free Software Foundation, either version 3 of the License, or
 5      (at your option) any later version.
 6 
 7      This program is distributed in the hope that it will be useful,
 8      but WITHOUT ANY WARRANTY; without even the implied warranty of
 9      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10      GNU General Public License for more details.
11 
12      You should have received a copy of the GNU General Public License
13      along with this program. If not, see <https://www.gnu.org/licenses/>. -->
14 <html lang="en">
15 <head>
16 <title>Pablo&apos;s Photo Gallery &dash; dummond-adams.png</title>
17 <meta name="viewport" content="width=device-width, initial-scale=1.0">
18 <meta name="author" content="Pablo">
19 <meta name="copyright" content="GPLv3">
20 <meta content="text/html; charset=utf-8" http-equiv="content-type">
21 <link rel="icon" href="./icons/favicon.ico" type="image/x-icon" sizes="16x16 24x24 32x32">
22 <link rel="stylesheet" href="./styles.css">
23 </head>
24 <body>
25 <header>
26 <nav>
27 <img aria-hidden="true" alt="Website icon" width="24" height="24" src="./icons/icon.svg">
28 <a href="./index.html">photos.pablopie.xyz</a>
29 </nav>
30 </header>
31 <main>
32 <figure>
33 <div id="picture-container">
34 <img alt="A black and white picture of a tall symmetrical building of international style. The building is covered by a thin veil and a layer of graffiti. White clouds drift across the dark sky above the building." src="./photos/dummond-adams.png">
35 </div>
36 <figcaption>
37 The Dummond Adams building at Paulista Avenue, São Paulo, Brazil
38 </figcaption>
39 </figure>
40 </main>
41 <footer>
42 original work by <a role="author" href="https://pablopie.xyz">Pablo</a>
43 <br>
44 licensed under
45 <a role="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA-4.0</a>
46 </footer>
47 </body>
48 </html>