This repository has been archived on 2021-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
SA3/hw1/claudio_maggioni/gallery.html

93 lines
3.3 KiB
HTML

<!DOCTYPE html>
<!-- vim: set ts=2 sw=2 et tw=120: -->
<html>
<head>
<meta charset="utf-8">
<title>maggicl - Atelier INF (gallery)</title>
<meta name="author" content="Claudio Maggioni (maggicl@usi.ch)">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fira+Sans&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fira+Mono&display=swap"
rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/gallery.css" rel="stylesheet">
</head>
<body>
<header>
<h1><code>maggicl</code> - Atelier INF</h1>
</header>
<div class="content">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="3d_print_service.html">3D prints</a></li>
<li><a href="gallery.html">Gallery</a></li>
</ul>
</nav>
<main>
<h2>Gallery</h2>
<h4>Images from <a href="https://sbb.ch">sbb.ch</a> and
<a href="https://commons.wikimedia.org">Wikimedia commons</a></h4>
<a href="img/gallery/astoro.jpg">
<img src="img/gallery/astoro.jpg" alt="astoro">
</a>
<a href="img/gallery/giruno.jpg">
<img src="img/gallery/giruno.jpg" alt="giruno">
</a>
<a href="img/gallery/flirt.jpg">
<img src="img/gallery/flirt.jpg" alt="flirt">
</a>
<a href="img/gallery/dstock.jpg">
<img src="img/gallery/dstock.jpg" alt="dstock">
</a>
<a href="img/gallery/astoro2.jpg">
<img src="img/gallery/astoro2.jpg" alt="giruno2">
</a>
<a href="img/gallery/regio.jpg">
<img src="img/gallery/regio.jpg" alt="regio">
</a>
<a href="img/gallery/dtz.jpg">
<img src="img/gallery/dtz.jpg" alt="dtz">
</a>
<a href="img/gallery/domino.jpg">
<img src="img/gallery/domino.jpg" alt="domino">
</a>
</main>
<aside>
<ul>
<li><a href="https://reddit.com/u/Praticamentetilde">
<i class="fa fa-reddit" aria-hidden="true"></i> Praticamentetilde
</a></li>
</ul>
</aside>
</div>
<footer xmlns:dct="http://purl.org/dc/terms/"
xmlns:vcard="http://www.w3.org/2001/vcard-rdf/3.0#">
<a rel="license"
href="http://creativecommons.org/publicdodiv/zero/1.0/">
<img width="88" height="31"
src="http://i.creativecommons.org/p/zero/1.0/88x31.png"
alt="CC0" />
</a>
<section>
<p>To the extent possible under law,
<span resource="[_:publisher]" rel="dct:publisher">
<span property="dct:title">Claudio Maggioni</span></span>
has waived all copyright and related or neighboring rights to
<span property="dct:title">SA3 AS1 Website</span>.
This work is published from:
<span property="vcard:Country" datatype="dct:ISO3166"
content="CH" about="[_:publisher]">
Switzerland</span>.
</p>
<p>Page last updated on 2019-09-22</p>
</section>
</footer>
</body>
</html>