-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
87 lines (83 loc) · 3.65 KB
/
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Stephan Nielsen - a German software architect and engineer with professional experience in building applications, distributed systems, optimizing IT processes and leading development teams.">
<meta name="author" content="Stephan Nielsen">
<meta name="keywords" content="stephan nielsen, software developer, software development, software engineer, software architect, software engineering, software architecture, germany, kiel, humotion, ma design">
<title>Stephan Nielsen - Credits - Software Engineer | Architect | Developer</title>
</head>
<body>
<h3>Credits</h3>
<h4>Used templates, libraries, scripts, recipes, images:</h4>
<ul>
<li>
<a href="https://startbootstrap.com/template-overviews/resume/">Start Bootstrap - Resume Template</a> by
<a href="http://davidmiller.io/">David Miller</a> -
<a href="https://github.com/StartBootstrap/startbootstrap-resume/blob/master/LICENSE">MIT License</a>
</li>
<li>
<a href="https://getbootstrap.com/">Bootstrap</a> -
<a href="https://github.com/twbs/bootstrap/blob/main/LICENSE">MIT License</a>
</li>
<li>
<a href="https://fontawesome.com">FontAwesome</a> -
<a href="https://fontawesome.com/license/free">Icons: CC BY 4.0 License, Fonts: SIL OFL 1.1 License</a>
</li>
<li>
<a href="https://jquery.org/">jQuery</a> -
<a href="https://jquery.org/license">MIT License</a>
</li>
<li>
<a href="http://gsgd.co.uk/sandbox/jquery/easing/">jQuery Easing Plugin</a> - BSD License</li>
<li>
<a href="https://fonts.google.com/">Google Fonts (Saira Extra Condensed & Open Sans)</a> -
<a href="https://fonts.google.com/attribution">SIL Open Font License, 1.1 & Apache License, version 2.0</a>
</li>
<li>
<a href="https://vorillaz.github.io/devicons">Devicons</a> by Theodore Vorillas -
<a href="https://github.com/vorillaz/devicons">MIT License</a>
</li>
<li>
<a href="https://gist.github.com/mathiasbynens/286824">jquery.email-antispam.js</a> by Mathias Bynens</li>
<li>
<a href="https://icons8.com/color-icons">Xamarin Icon by Icons8</a> -
<a href="https://icons8.com/license/">Creative Commons Attribution-NoDerivs 3.0 Unported</a>
</li>
</ul>
<h4>Development tools:</h4>
<ul>
<li>
<a href="https://code.visualstudio.com/">Visual Studio Code</a>
</li>
<li>
<a href="https://git-scm.com/">Git</a>
</li>
<li>
<a href="https://github.com/">GitHub</a>
</li>
<li>
<a href="https://www.npmjs.com/">npm</a>
</li>
<li>
<a href="https://sass-lang.com/">Sass</a>
</li>
<li>
<a href="https://parceljs.org/">Parcel</a>
</li>
<li>
<a href="https://realfavicongenerator.net">RealFaviconGenerator</a>
</li>
<li>
<a href="http://colormind.io/">Colormind.io</a>
</li>
</ul>
<h4>Source Code:</h4>
<p>
If you are interested, you can browse the source code of this website on GitHub
<a href="https://github.com/stephannielsen/snielsen.de">here</a>.
</p>
</body>
</html>