forked from Atharshhhh/wallpepper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
50 lines (48 loc) · 2.36 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
47
48
49
50
<!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">
<title>Wallpepper | About</title>
<link rel="stylesheet" href="css/header.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/cate.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Hind+Madurai&family=Josefin+Sans&family=Noto+Sans&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/responsive1000.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a id="nav" href="index.html">WallPepper</li></a>
<li><a id="r-1" href="about.html">About</li></a>
<li><a id="r-2" href="cat.html">Categories</li></a>
</ul>
</nav>
</header>
<div class="progressbar"></div>
<main>
<div class="flex-box">
<div class="p-1">From Creators to Creatives</div>
<div class="p-2">Providing free stock images, cheating is what we do, you can't download anything, Nothing to search here unfortunately:)</div>
<div class="p-1">Team</div>
<div class="p-2">WallPepper - a free stock wallpaper project created by <a href="https://www.linkedin.com/in/sanket-nikam-8a3304198/">Sanket Nikam</a> and <a href="https://www.linkedin.com/in/atharsh-bodke-045051213/">Atharsh Bodke.</a></div>
</div>
</main>
<footer>
<li>© WallPepper</li>
<li class="f1"><a id="share" href="https://instagram.com/unsplash" target="_blank">Instagram</li></a>
<li class="f2"><a id="share" href="https://github.com/Atharshhhh/wallpepper" target="_blank">Github</li></a>
</footer>
</body>
</html>