-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcredits.html
More file actions
85 lines (83 loc) · 2.22 KB
/
credits.html
File metadata and controls
85 lines (83 loc) · 2.22 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
81
82
83
84
85
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>Credits</title>
</head>
<body>
<p>index.html</p>
<ul>
<li>
Web icon from
<a
href="https://cdn4.iconfinder.com/data/icons/web-icons-22/48/webpage-512.png"
>iconfinder</a
>
</li>
<li>
Flag of Germany from
<a
href="https://upload.wikimedia.org/wikipedia/en/thumb/b/ba/Flag_of_Germany.svg/1280px-Flag_of_Germany.svg.png"
>wikimedia</a
>
</li>
<li>
Dancer icon from
<a href="https://image.flaticon.com/icons/png/512/36/36440.png"
>flaticon</a
>
</li>
<li>
Harmonica icon from
<a
href="https://cdn4.iconfinder.com/data/icons/music-outlines/200/19-512.png"
>iconfinder</a
>
</li>
<li>
Saturn icon from
<a href="https://static.thenounproject.com/png/129365-200.png"
>thenounproject</a
>
</li>
<li>
Atom icon from
<a
href="https://cdn2.iconfinder.com/data/icons/medical-5-5/128/medical_atom_quantum-512.png"
>iconfinder</a
>
</li>
<li>
Brain icon from
<a
href="https://cdn3.iconfinder.com/data/icons/medical-specialties-2-2/256/Neurosurgery-512.png"
>iconfinder</a
>
</li>
<li>
Laptop icon from
<a
href="https://cdn0.iconfinder.com/data/icons/coding-development/128/1-512.png"
>iconfinder</a
>
</li>
<li>
Images resized using
<a href="http://www.simpleimageresizer.com/">simple image resizer</a>
</li>
</ul>
<p>contact.html</p>
<p>
Form made using <a href="https://app.wufoo.com/#/form-manager">wufoo</a>
</p>
<p>
Watercolor background from
<a href="https://pixy.org/src/474/thumbs350/4740530.jpg">pixy</a>
</p>
</body>
</html>