-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwoof-credits.html
66 lines (51 loc) · 1.93 KB
/
woof-credits.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width'>
<title>Terms of Service</title>
<style>
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
padding: 1em;
margin: 25px 20%;
}
a {
color: #15b8fa;
}
@media only screen and (max-width: 600px) {
body {
padding 1em;
margin: 25px 25px;
}
p {
font-size: 10px;
}
li {
font-size: 10px;
}
}
</style>
</head>
<body>
<h1>Credits</h1>
<p>Woof was created using many libraries and resources. We want to give credit to those who helped!</p>
<h3>Lottie animations</h3>
<ul>
<li><a href="https://lottiefiles.com/10607-dog-avatar">Adam Roxas</a></li>
<li><a href="https://lottiefiles.com/93747-bell-notification">Sowmya Raghunathan</a></li>
<li><a href="https://lottiefiles.com/74237-explore">Priyanshu Rijhwani</a></li>
<li><a href="https://lottiefiles.com/99800-heart-fav">Merce</a></li>
<li><a href="https://lottiefiles.com/98877-search">Harish Prajapat</a></li>
<li><a href="https://lottiefiles.com/105984-connecting-people">Faiz Naseem</a></li>
<li><a href="https://lottiefiles.com/72126-email-verification">Karymee Morales</a></li>
<li><a href="https://lottiefiles.com/31176-medal-badge">Duxtree</a></li>
<li><a href="https://lottiefiles.com/81962-coins-blow-effect">Artyom Konakov</a></li>
<li><a href="https://lottiefiles.com/70143-gold-star">John Aman</a></li>
</ul>
<h3>Award images</h3>
<ul>
<li><a href="https://www.flaticon.com/authors/juicy-fish/sketchy">Juicy Fish Sketchy</a></li>
</ul>
</body>
</html>