-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
181 lines (166 loc) · 7.46 KB
/
index.html
File metadata and controls
181 lines (166 loc) · 7.46 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- FontAwesome -->
<link rel="stylesheet" href="css/fontawesome.min.css">
<link rel="stylesheet" href="css/brands.min.css">
<link rel="stylesheet" href="css/solid.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Index CSS -->
<link href="css/index.css" rel="stylesheet">
<title>Dominik Bittner</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<a class="navbar-brand" href="#">Dominik Bittner</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#edu">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#work">Work</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
<section class="about">
<div class="container">
<div class="intro">
<div class="intro-text left-0 text-center bg-faded p-5 rounded">
<h2 class="section-heading mb-4">
<span class="section-heading-upper text-light">Dominik Bittner</span>
<span class="section-heading-lower text-light">Software Engineer</span>
</h2>
<p class="mb-3 text-light">
<!--Some awesome text!-->
</p>
</div>
</div>
</div>
</section>
<section id="edu">
<div class="container-fluid">
<div class="row">
<div class="col-lg-8 mx-auto text-center mb-4">
<h2 id="edu-heading" class="section-heading text-white">Education</h2>
<hr class="divider light">
</div>
</div>
<div class="row">
<div class="col-6 col-md-4 text-center">
<i class="fas fa-university fa-4x text-faded sr-icons text-light"></i>
<h3 class="text-white">Degree</h3>
<p class="text-faded text-light">Master of Science in Computer Science from
<a class="text-white-link"
href="https://www.informatik.rwth-aachen.de/">
RWTH Aachen University
</a>
</p>
</div>
<div class="col-6 col-md-4 text-center">
<i class="fa fa-4x fa-code text-faded sr-icons text-light"></i>
<h3 class="text-white">Languages</h3>
<p class="text-faded text-light">C#, Java</p>
<p class="text-faded text-light">Basics in C and Rust</p>
</div>
<div class="col-6 col-md-4 text-center">
<i class="fas fa-4x fa-clone text-faded sr-icons text-light"></i>
<h3 class="text-white">Skills</h3>
<p class="text-faded text-light">.NET 6, AWS, Git</p>
<p class="text-faded text-light">SQL, PL/SQL, MongoDB</p>
<p class="text-faded text-light">Docker, Linux</p>
</div>
</div>
</div>
</section>
<section class="bg-light" id="work">
<div class="container-fluid">
<div class="row">
<div class="col-lg-8 mx-auto text-center mb-4">
<h2 id="work-heading" class="section-heading text-dark">Work</h2>
<hr class="divider dark">
</div>
</div>
<div class="row">
<div class="col text-center">
<i class="fas fa-paint-roller fa-4x text-faded sr-icons text-dark"></i>
<h3 class="text-dark">Vocational training</h3>
<p class="text-faded dark">
Software Developer at <a class="text-dark-link" href="https://www.brillux.de/">Brillux GmbH & Co. KG</a>
</p>
<p class="text-faded text-dark">
2013 - 2016
</p>
</div>
<div class="col text-center">
<i class="fas fa-4x fa-pallet text-faded sr-icons text-dark"></i>
<h3 class="text-dark">Student job</h3>
<p class="text-faded text-dark">Software Developer at <a class="text-dark-link" href="https://www.renntronic.de/">renntronic GmbH</a></p>
<p class="text-faded text-dark">2017 to present</p>
</div>
<div class="col text-center">
<i class="fas fa-4x fa-code-branch text-faded sr-icons text-dark"></i>
<h3 class="text-dark">Senior Software Developer</h3>
<p class="text-faded text-dark">at <a class="text-dark-link" href="https://www.ibau.de/">ibau GmbH</a></p>
<p class="text-faded text-dark">2021 to present</p>
</div>
</div>
</div>
</section>
<section class="bg-dark" id="contact">
<div class="container-fluid">
<div class="row">
<div class="col-lg-8 mx-auto text-center mb-4">
<h2 id="contact-heading" class="section-heading text-light">Contact</h2>
<hr class="divider light">
</div>
</div>
<div class="row">
<div class="col-6 col-md-4 text-center">
<a class="text-white-link" href="https://github.com/DoBi">
<i class="fab fa-github fa-4x text-faded sr-icons text-light"></i>
<h3>GitHub</h3>
</a>
</div>
<div class="col-6 col-md-4 text-center">
<a class="text-white-link" href="https://www.xing.com/profile/Dominik_Bittner5">
<i class="fab fa-xing fa-4x text-faded sr-icons text-light"></i>
<h3>Xing</h3>
</a>
</div>
<div class="col-6 col-md-4 text-center">
<!--<a class="text-white-link" href="">-->
<i class="fas fa-file fa-4x text-faded sr-icons text-light"></i>
<h3 class="text-white">Resume</h3>
<!--</a>-->
</div>
</div>
</div>
</section>
<section id="footer">
<div class="container">
<p class="text-center text-light">Dominik Bittner © 2022. All rights reserved. <a class="text-white-link" href="impress.html">Impressum</a></p>
</div>
</section>
</body>
</html>