images, download page & rwd

This commit is contained in:
janis
2023-01-10 21:50:18 +01:00
parent f686863211
commit 7937175a99
13 changed files with 449 additions and 104 deletions

17
website/footer.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="/css/footerstyle.css">
</head>
<body>
<div class="footer-container">
<div class="footer-logo-container"><img src="/assets/apple-touch-icon.png" alt="impress.js logo" class="footer-logo"></div>
<div class="footer-wrapper">
<p class="footer-big">impress.js</p>
<p class="footer-small">The stunning javascript presentation framework</p>
<a href="https://janishutz.com" class="credits">Created with &#9829 by Janis Hutz</a>
</div>
</div>
</body>
</html>