-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
80 lines (59 loc) · 4.19 KB
/
resources.html
File metadata and controls
80 lines (59 loc) · 4.19 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Resources</title>
<meta name="description" content="Resources">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/resources.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<title>Resources</title>
</head>
<body>
<div class="Resources">
<div class="Sources">
<h1>Resources</h1>
<ul>
<li>Fonts used:</li>
<ol><a href="https://fonts.googleapis.com/css?family=Quicksand" target="_blank" alt="Link to page for the 'Quicksand' Google font.">Quicksand, Google font.</a></ol>
</ul>
<ul>
<li><a href="https://developer.apple.com/app-store/marketing/guidelines/#" target="_blank" alt="Link to download page for Appstore logo.">https://developer.apple.com/app-store/marketing/guidelines/#</a></li>
<ol><i>Apple and the Apple logo are trademarks of Apple Inc., registered in the U.S. and other countries. App Store is a service mark of Apple Inc., registered in the U.S. and other countries.</i></ol>
</ul>
<ul>
<li><a href="https://play.google.com/intl/en_us/badges/" target="_blank" alt="Link to Google Play for the store badge.">https://play.google.com/intl/en_us/badges/</a></li>
<ol><i>Google Play and the Google Play logo are trademarks of Google LLC.</i></ol>
</ul>
<ul>
<li>Social media icons taken from:</li>
<li><a href="https://www.iconfinder.com/" target="_blank" alt="Link to IconFinder for our social media icons.">https://www.iconfinder.com/</a></li>
<ol><a href="https://www.iconfinder.com/icons/2270784/facebook_logo_icon#size=128" target="_blank" alt="Link to download page for Facebook logo.">Facebook logo</a></ol>
<ol><a href="https://www.iconfinder.com/icons/2270775/logo_twitter_icon#size=128" target="_blank" alt="Link to download page for Twitter logo.">Twitter logo</a></ol>
<ol><a href="https://www.iconfinder.com/icons/2299378/instagram_logo_icon#size=128" target="_blank" alt="Link to download page for Instagram logo.">Instagram logo</a></ol>
<ol><a href="https://www.iconfinder.com/icons/2299376/linkedin_logo_icon#size=128" target="_blank" alt="Link to download page for LinkedIn logo.">LinkedIn logo</a></ol>
</ul>
<ul>
<li>License for social media icons:</li>
<ol><a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" alt="Link to Creative Commons 3.0 license.">https://creativecommons.org/licenses/by/3.0/</a></ol>
</ul>
<ul>
<li>Fontawesome for user icons</li>
<ol><a href="http://fontawesome.io" target="_blank" alt="Link to Fontawesome for our user icons.">http://fontawesome.io</a></ol>
</ul>
<ul>
<li>Photo used in "How it works" section was purchased from: iStockPhoto</li>
<ol><a href="https://www.istockphoto.com/no/vector/family-vector-illustration-people-faces-online-social-media-communications-gm598921956-102771595" target="_blank" alt="Link to our purchased image from iStockPhoto.">https://www.istockphoto.com/no/vector/family-vector-illustration-people-faces-online-social-media-communications-gm598921956-102771595</a></ol>
</ul>
<ul>
<li>iPhone 7 mockup templates for Adobe after-effect:</li>
<ol><a href="https://uxinmotion.net/free-iphone-7-adobe-effects-mockup-template/" target="_blank" alt="Link to page for free iPhone 7 mockup templates.">https://uxinmotion.net/free-iphone-7-adobe-effects-mockup-template/</a></ol>
</ul>
<ul>
<li>iPhone 6 mockup template:</li>
<ol><a href="https://dribbble.com/shots/1722886-Mock-Up-IPHONE-6-PSD" target="_blank" alt="Link to page for free iPhone 7 mockup templates.">https://dribbble.com/shots/1722886-Mock-Up-IPHONE-6-PSD</a></ol>
</ul>
</div>
</div>
</body>
</html>