-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
46 lines (44 loc) · 1.8 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preload" as="font" crossorigin="anonymous" href="./fonts/InterVariable.woff2">
<link rel="preload" as="style" href="./styles.css">
<link rel="stylesheet" href="./styles.css">
<title>miniSplash - Wallpapers from Unsplash</title>
</head>
<body>
<div id="openedImgOverlay">
<img alt="image" id="imgOpened" src="" />
</div>
<nav class="navbar">
<h1 class="logo"><a href="./index.html">miniSplash</a></h1>
<ul class="nav-items">
<li><a href="../../phone/">For Phone</a></li>
<li><a href="../../desktop/">For Desktop</a></li>
</ul>
</nav>
<main>
<header>
<h2>About</h2>
<p>
miniSplash fetches images from Unsplash.
There are a few categories for phone and desktop from which you will get high quality images. You can download those images and can apply as wallpaper on your device.</p>
<p>If you want to report some issues, changes or anything about this project then you can contact me via links given below:</p>
<ul>
<li><a href="https://telegram.me/VaibhavO5">Telegram</a></li>
<li class="divider"></li>
<li><a href="mailto:vaibhavpancholi05@proton.me">Mail</a></li>
</ul>
<p>All credits goes to Unsplash</p>
</header>
<footer>
<p>© 2023 · Vaibhav Pancholi</p>
<p>Powered by Unsplash API</p>
</footer>
</main>
<script src="./main.js"></script>
</body>
</html>