-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
277 lines (248 loc) · 18.5 KB
/
work.html
File metadata and controls
277 lines (248 loc) · 18.5 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
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="#233831">
<title>Work</title>
<link rel="stylesheet" href="/stylesheets/general.css">
<link rel="stylesheet" href="/stylesheets/base_page_template.css">
<link rel="stylesheet" href="/stylesheets/timeline.css">
<link rel="stylesheet" href="/stylesheets/navigation_bar.css">
<link rel="stylesheet" href="/stylesheets/darkmode.css">
<link rel="stylesheet" href="/stylesheets/socials.css">
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="0">
</head>
<body>
<div>
<header>
<nav>
<!-- TODO Add comments -->
<div class="first_part">
<button id="drawer-open" class="icon-button" aria-label="Open Navigation Drawer">
<svg focusable="false" viewBox="0 0 24 24" aria-hidden="true">
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"></path>
</svg>
</button>
<h1>
<a class="transition-link" data-overlay-class="default_menu" href="/work.html">My Work</a>
</h1>
</div>
<div class="last_part">
<button id="darkModeToggle">
<span id="toggleIcon">
<svg id="moonIcon" width="24" height="24" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path
d="M21.75 15.898c-1.035.502-2.166.773-3.348.773-4.696 0-8.5-3.805-8.5-8.5 0-2.29.89-4.396 2.343-5.973a.5.5 0 0 0-.46-.83A9.484 9.484 0 0 0 3.25 9.5c0 5.247 4.253 9.5 9.5 9.5 3.4 0 6.4-1.739 8.085-4.381a.5.5 0 0 0-.085-.721Z" />
</svg>
<svg id="sunIcon" width="24" height="24" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg" style="display: none;">
<path
d="M12 18.5a6.5 6.5 0 1 1 0-13 6.5 6.5 0 0 1 0 13ZM12 4V2m0 20v-2m8-8h2m-20 0h2m15.071-6.071 1.414-1.414m-17.556 0 1.414 1.414M4.929 17.071l-1.414 1.414m17.556 0-1.414-1.414"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</span>
</button>
<a class="navigation_bar_button transition-link" data-overlay-class="default_menu"
href="/index.html">Home</a>
<a class="navigation_bar_button transition-link" data-overlay-class="default_menu"
href="/projects.html">Projects</a>
<a class="navigation_bar_button transition-link" data-overlay-class="default_menu"
href="/work.html">Work</a>
<a class="navigation_bar_button transition-link" data-overlay-class="default_menu"
href="/education.html">Education</a>
<a class="navigation_bar_button transition-link" data-overlay-class="default_menu"
href="/certificates/cv.pdf">Download CV</a>
</div>
</nav>
<dialog id="navbar-drawer">
<button id="drawer-close" class="icon-button" aria-label="Close Navigation Drawer">
<svg aria-hidden="true" viewBox="0 0 24 24" focusable="false">
<path
d="M18.3 5.71a.9959.9959 0 0 0-1.41 0L12 10.59 7.11 5.7a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39
1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z">
</path>
</svg>
</button>
<div class="navbar-drawer-links">
<a class="navigation_bar_button transition-link" data-overlay-class="default_menu"
href="/index.html">Home</a>
<a class="navigation_bar_button transition-link" data-overlay-class="default_menu"
href="/projects.html">Projects</a>
<a class="navigation_bar_button transition-link" data-overlay-class="default_menu"
href="/work.html">Work</a>
<a class="navigation_bar_button transition-link" data-overlay-class="default_menu"
href="/education.html">Education</a>
<a class="navigation_bar_button transition-link" data-overlay-class="default_menu"
href="/certificates/cv.pdf">Download CV</a>
</div>
</dialog>
<div id="navbar-trigger" style="position: absolute; width: 1px; height: 1px; top: 100px; left: 0;"></div>
</header>
<main>
<!-- Sparcle effect -->
<div id="tsparticles" style="position: fixed; inset: 0; z-index: -10;">
<canvas data-generated="true" style="width: 100% !important; height: 100% !important; position: fixed !important; z-index: 0 !important; top: 0px !important; left: 0px
!important; pointer-events: none;" aria-hidden="true" width="948" height="962">
</canvas>
</div>
<!-- Actual page content -->
<div class="template_projects_timeline hidden_when_nav_drawer_open">
<!-- Explanatory text here (MISSING TODO) -->
<h1 class="text_bubble_work">Work timeline overview</h1>
<!-- Adding the timeline -->
<div class="timeline" id="no_future">
<div class="container left circle-6 arrow-6">
<div class="content content-6">
</h2>
<h2>Lecture Assistant Computergraphics (CG)</h2>
<p>Assistant for Lecture "Computergraphics" (15%) at the University Of
Bern.</p>
<p>2025 September - 2026 January</p>
</div>
</div>
<div class="container right circle-5 arrow-5">
<div class="content content-5">
</h2>
<h2> Internship Software Engineering Abilium</h2>
<p> Internship 15% at Abilium while studying full time</p>
<p> Spring - Summer 2025</p>
</div>
</div>
<div class="container left circle-4 arrow-4">
<div class="content content-4">
<h2>Lecture Assistant Fundamentals Of Technical Comp Sci (GTI)</h2>
<p>Assistant for Lecture "Fundamentals of technical Comp Sci" (15%) at the University Of
Bern.</p>
<p>2024 September - 2025 January</p>
</div>
</div>
<div class="container right circle-3 arrow-3">
<div class="content content-3">
<h2>Lecture Assistant Computer Architecture (RA)</h2>
<p> Assistant for lecture "Computer Architecture" (15%) at the University of Bern.</p>
<p>February 2024 - June 2024</p>
</div>
</div>
<div class="container left circle-2 arrow-2">
<div class="content content-2">
<h2>Lecture Assistant Databases (DB)</h2>
<p> Assistant for lecture "Databases" (15%) at the University of Bern.</p>
<p> February 2024 - June 2024</p>
</div>
</div>
<div class="container right circle-1 arrow-1">
<div class="content content-1">
<h2>Math Tutor College-Level</h2>
<p>Exam preparation and tutoring for kids at my own former High School (FGB)</p>
<p>2024 Spring - Summer</p>
</div>
</div>
</div>
</div>
</main>
<footer class="site-footer">
<div class="footer-content">
<div class="socials">
<!-- E-Mail Contact -->
<div class="has_tooltip">
<a class="hidden_when_nav_drawer_open" href="mailto:dokro@gmx.ch" target="_blank"
rel="noopener">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>Email</title>
<path
d="M24 4.5v15c0 .85-.65 1.5-1.5 1.5H21V7.387l-9 6.463-9-6.463V21H1.5C.649 21 0 20.35 0 19.5v-15c0-.425.162-.8.431-1.068C.7 3.16 1.076 3 1.5 3H2l10 7.25L22 3h.5c.425 0 .8.162 1.069.432.27.268.431.643.431 1.068z">
</path>
</svg>
</a>
<!-- Tooltip with your custom text -->
<span class="tooltip" tip-position="bottom">dokro@gmx.ch</span>
</div>
<!-- GitHub Contact -->
<div class="has_tooltip">
<a class="hidden_when_nav_drawer_open" href="https://github.com/domi-cmd" target="_blank"
rel="noopener" data-umami-event="mail-social-hero">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>GitHub</title>
<path
d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12">
</path>
</svg>
</a>
<!-- Tooltip with your custom text -->
<span class="tooltip" tip-position="bottom">domi-cmd</span>
</div>
<!-- Discord Contact -->
<div class="has_tooltip">
<a class="hidden_when_nav_drawer_open" href="https://discordapp.com/users/301033312653148160"
target="_blank" rel="noopener" data-umami-event="discord-social-hero">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>Discord</title>
<path
d="M20.222 0c1.406 0 2.54 1.137 2.607 2.475V24l-2.677-2.273-1.47-1.338-1.604-1.398.67 2.205H3.71c-1.402 0-2.54-1.065-2.54-2.476V2.48C1.17 1.142 2.31.003 3.715.003h16.5L20.222 0zm-6.118 5.683h-.03l-.202.2c2.073.6 3.076 1.537 3.076 1.537-1.336-.668-2.54-1.002-3.744-1.137-.87-.135-1.74-.064-2.475 0h-.2c-.47 0-1.47.2-2.81.735-.467.203-.735.336-.735.336s1.002-1.002 3.21-1.537l-.135-.135s-1.672-.064-3.477 1.27c0 0-1.805 3.144-1.805 7.02 0 0 1 1.74 3.743 1.806 0 0 .4-.533.805-1.002-1.54-.468-2.14-1.404-2.14-1.404s.134.066.335.2h.06c.03 0 .044.015.06.03v.006c.016.016.03.03.06.03.33.136.66.27.93.4.466.202 1.065.403 1.8.536.93.135 1.996.2 3.21 0 .6-.135 1.2-.267 1.8-.535.39-.2.87-.4 1.397-.737 0 0-.6.936-2.205 1.404.33.466.795 1 .795 1 2.744-.06 3.81-1.8 3.87-1.726 0-3.87-1.815-7.02-1.815-7.02-1.635-1.214-3.165-1.26-3.435-1.26l.056-.02zm.168 4.413c.703 0 1.27.6 1.27 1.335 0 .74-.57 1.34-1.27 1.34-.7 0-1.27-.6-1.27-1.334.002-.74.573-1.338 1.27-1.338zm-4.543 0c.7 0 1.266.6 1.266 1.335 0 .74-.57 1.34-1.27 1.34-.7 0-1.27-.6-1.27-1.334 0-.74.57-1.338 1.27-1.338z">
</path>
</svg>
</a>
<!-- Tooltip with your custom text -->
<span class="tooltip" tip-position="bottom">chacha6373</span>
</div>
<!-- Instagram Contact -->
<div class="has_tooltip">
<a class="hidden_when_nav_drawer_open" href="https://www.instagram.com/domi_nic147/"
target="_blank" rel="noopener" data-umami-event="instagram-social-hero">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>Instagram</title>
<path
d="M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z">
</path>
</svg>
</a>
<!-- Tooltip with your custom text -->
<span class="tooltip" tip-position="bottom">domi_nic147</span>
</div>
<!-- StoryGraph Icon -->
<div class="has_tooltip">
<a class="hidden_when_nav_drawer_open" href="https://app.thestorygraph.com/profile/domi_dantes"
target="_blank" rel="noopener" data-umami-event="storygraph-social-hero">
<!-- StoryGraph SVG Inline -->
<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
<g>
<rect x="5.5" y="6.6165" width="7.6031" height="29.8423" rx="1" ry="1"
style="fill:none;stroke:var(--socials-icon-color, #000000);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;">
</rect>
<rect x="16.5636" y="6.6165" width="7.6031" height="29.8423" rx="1" ry="1"
style="fill:none;stroke:var(--socials-icon-color, #000000);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;">
</rect>
<rect x="30.9108" y="6.3431" width="7.6033" height="29.8418" rx="1" ry="1"
transform="translate(-4.6835 11.0135) rotate(-16.9062)"
style="fill:none;stroke:var(--socials-icon-color, #000000);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;">
</rect>
<rect x="5.5" y="39.0428" width="37" height="2.828" rx="1" ry="1"
style="fill:none;stroke:var(--socials-icon-color, #000000);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;">
</rect>
</g>
</svg>
</a>
<!-- Tooltip with custom text -->
<span class="tooltip" tip-position="bottom">domi_dantes</span>
</div>
</div>
<p style="margin-top: 30px; margin-bottom: 0;">© <span id="copyright-year"></span> Dominic Kronig. All Rights Reserved.</p>
</footer>
</div>
<!-- Script that adds the drop down navigation menu functionality. -->
<script src="/scripts/navbar_dropdown_drawer.js" defer></script>
<script async="" defer="" data-website-id="25c8aedf-a960-4b55-8c70-7bc4b2ad587b"
src="https://umami.diogotc.com/hellothere.js" data-domains="diogotc.com,www.diogotc.com"></script>
<!-- Script that adds the background effect. -->
<script src="https://cdn.jsdelivr.net/npm/@tsparticles/preset-links@3/tsparticles.preset.links.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tsparticles@1.40.0/tsparticles.min.js"></script>
<script src="/scripts/background_particles.js" defer></script>
<script>
document.getElementById('copyright-year').textContent = new Date().getFullYear();
</script>
</body>
</html>