-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
251 lines (229 loc) · 7.16 KB
/
index.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Nino Reiter | Senior Software Developer</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1"
crossorigin="anonymous"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
body {
background-color: #f5f4f2;
color: #808080;
font-family: "avenir";
padding-top: 80px;
padding-bottom: 50px;
}
h1 {
color: #4dbdd6;
font-weight: 900;
font-size: 3em;
text-align: center;
padding: 0px;
margin: 0px;
}
h2 {
color: #808080;
font-weight: 400;
font-size: 2em;
text-align: center;
padding: 0px;
margin: 0px;
}
a {
color: #808080;
}
a:hover {
color: #4dbdd6;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #222;
color: #ccc;
}
h1 {
color: #00bdda;
}
h2 {
color: #ccc;
}
h4.blue {
color: #00bdda;
}
a {
color: #ccc;
}
a:hover {
color: #00bdda;
}
.chip.blue {
background-color: #00bdda;
}
.chip.blue-faded {
background-color: rgba(0, 189, 218, 0.5);
}
}
h3 {
font-size: 1.5em;
font-weight: 600;
color: #676767;
text-align: center;
margin-top: 1em;
margin-bottom: 1em;
}
.skills-container {
margin-top: 2em;
}
.chip {
display: inline-block;
color: #fff;
border-radius: 3px;
padding: 5px 10px;
text-align: justify;
margin-right: 10px;
margin-bottom: 10px;
white-space: nowrap;
}
.chip.meter {
display: block;
padding: 0px;
}
.chip.blue-faded {
background-color: rgba(77, 189, 214, 0.5);
}
.chip.blue {
background-color: #4dbdd6;
}
.chip.green {
background-color: #84c273;
}
.chip.pink {
background-color: #d34b83;
}
.chip.orange {
background-color: #d6794c;
}
h4 {
font-size: 1.5em;
text-align: center;
}
h4.blue {
color: #4dbdd6;
}
h4.green {
color: #84c273;
}
h4.pink {
color: #d34b83;
}
h4.orange {
color: #d6794c;
}
</style>
</head>
<body>
<div class="container">
<h1>NINO REITER</h1>
<h2>Master of Science | Computer Science</h2>
<section>
<h3>
Passionate Software Developer in Germany and technology's best friend.
</h3>
<div class="row">
<div class="skills-container col-md-6 col-lg-3">
<h4 class="blue">Languages</h4>
<div class="chip meter blue-faded">
<div class="chip blue" style="width: 90%; margin: 0px">Swift</div>
</div>
<div class="chip meter blue-faded">
<div class="chip blue" style="width: 80%; margin: 0px">
TypeScript
</div>
</div>
<div class="chip meter blue-faded">
<div class="chip blue" style="width: 60%; margin: 0px">
Kotlin
</div>
</div>
<div class="chip meter blue-faded">
<div class="chip blue" style="width: 70%; margin: 0px">Java</div>
</div>
<div class="chip meter blue-faded">
<div class="chip blue" style="width: 75%; margin: 0px">SQL</div>
</div>
<div class="chip meter blue-faded">
<div class="chip blue" style="width: 80%; margin: 0px">
HTML | CSS | SCSS
</div>
</div>
</div>
<div class="skills-container col-md-6 col-lg-3">
<h4 class="green">Frameworks</h4>
<span class="chip green">iOS</span>
<span class="chip green">UIKit</span>
<span class="chip green">SwiftUI</span>
<span class="chip green">RxSwift</span>
<span class="chip green">Combine</span>
<span class="chip green">RxCocoa</span>
<span class="chip green">Core Location</span>
<span class="chip green">Core Bluetooth</span>
<span class="chip green">Push Notification</span>
<span class="chip green">Vert.x</span>
<span class="chip green">Vapor</span>
<span class="chip green">RxJava</span>
<span class="chip green">HTTP</span>
<span class="chip green">React.js</span>
<span class="chip green">Redux</span>
</div>
<div class="skills-container col-md-6 col-lg-3">
<h4 class="pink">Tools</h4>
<span class="chip pink">macOS</span>
<span class="chip pink">Xcode</span>
<span class="chip pink">Docker</span>
<span class="chip pink">Git</span>
<span class="chip pink">Fastlane</span>
<span class="chip pink">GitLab CD | CD</span>
<span class="chip pink">Jira</span>
<span class="chip pink">Bamboo</span>
<span class="chip pink">UNIX</span>
<span class="chip pink">Confluence</span>
<span class="chip pink">Shell</span>
<span class="chip pink">SQLite</span>
<span class="chip pink">PostgreSQL</span>
<span class="chip pink">CocoaPods</span>
<span class="chip pink">NPM</span>
<span class="chip pink">TestFlight</span>
<span class="chip pink">Swift Package Manager</span>
</div>
<div class="skills-container col-md-6 col-lg-3">
<h4 class="orange">Methods</h4>
<span class="chip orange">Clean Code</span>
<span class="chip orange">Clean Architecture</span>
<span class="chip orange">MVVM</span>
<span class="chip orange">VIPER</span>
<span class="chip orange">TDD</span>
<span class="chip orange">BDD</span>
<span class="chip orange">Parallel Computing</span>
<span class="chip orange">Agile | Scrum</span>
<span class="chip orange">CI | CD</span>
<span class="chip orange">Unit Testing</span>
<span class="chip orange">UI Testing</span>
<span class="chip orange">UX Experienced</span>
<span class="chip orange">Team Motivation</span>
</div>
</div>
</section>
<section>
<h3>Contact</h3>
<p style="text-align: center; margin-top: 1em">
<a href="https://www.xing.com/profile/Nino_Reiter/"><img src="xing.svg" style="width:40px;"></a>
<a href="https://www.linkedin.com/in/nino-reiter"><img src="linkedin.svg" style="width:40px;"></a>
</p>
</section>
</div>
</body>
</html>