-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (83 loc) · 3.34 KB
/
index.html
File metadata and controls
89 lines (83 loc) · 3.34 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
86
87
88
89
<!doctype html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sam Keusch - Passionate Web Application Developer</title>
<link rel="stylesheet" href="./fonts/fonts.css">
<link rel="stylesheet" href="./css/skeeks.css">
</head>
<body>
<h1 class="name">
Sam Keusch
</h1>
<a class="contact-me" href="mailto:sam@skeeks.net">
<h1>Contact me</h1>
</a>
<div class="section my-philosophy">
<h2 class="section__title">Philosophy</h2>
<h3 class="section__text-layer">
<span>Accessible</span><br>
<span>User-Friendly</span><br>
<span>Elegant</span><br>
<span>Web Applications</span>
</h3>
</div>
</div>
<div class="section my-work">
<h2 class="section__title">Work</h2>
<div class="section__text-layer">
<span><a href="http://www.xn--gebrder-keusch-jsb.ch/" target="__blank">Website of Gebr. Keusch</a></span>
<br>
<span><a href="https://play.google.com/store/apps/details?id=net.skeeks.mill" target="_blank">The Mill Game</a></span>
<br>
<span><a href="https://play.google.com/store/apps/details?id=net.skeeks.travelify2" target="_blank">Travelify</a></span>
<br>
<span><a href="https://swisspoller.vercel.app/" target="_blank">Swisspoller</a></span>
<br>
<span><a href="https://wishtastic.skeeks.net" target="_blank">Wishtastic</a></span>
</div>
</div>
<div class="section my-skills">
<h2 class="section__title">Skills</h2>
<div class="section__text-layer">
<span>Java, Kotlin (Eclipse Scout, Spring, Hibernate)</span>
<br>
<span>JavaScript, node.js (React, Angular, Next.js)</span>
<br>
<span>HTML, CSS, SASS, LESS</span>
<br>
<span>Kubernetes, Docker, Helmchart</span>
<br>
<span>PHP</span>
</div>
</div>
<div class="section my-qualifications">
<h2 class="section__title">Qualifications</h2>
<div class="section__text-layer">
<span>Diploma in Information Technology</span>
<br>
<span>Cambridge English FIRST Certificate, Level A</span>
<br>
<span>Bachelor of Science in Computer Science FHNW</span>
<br>
<span> - Graduated as best of his year</span>
</div>
</div>
<div class="section my-life">
<h2 class="section__title">Life</h2>
<div class="section__text-layer">
<span>Born in 1997</span>
<br>
<span>Grown up on a farm in northern switzerland</span>
<br>
<span>4 years apprenticeship at <a href="http://www.bsi-software.com" target="__blank">BSI Business Systems Integration AG</a> in Baden</span>
<br>
<span>3 years at <a href="http://www.fhnw.ch" target="__blank">University of Applied Sciences and Arts Nortwestern Switzerland</a> in Windisch</span>
<br>
<span>3 years and counting Full Stack Software Developer Banking <a href="http://www.bsi-software.com" target="__blank">BSI Business Systems Integration AG</a> in Baden</span>
</div>
</div>
</body>
</html>