Skip to content

Commit 2351df2

Browse files
committed
feat: Updated CV page and projects page
1 parent fab3cc8 commit 2351df2

5 files changed

Lines changed: 65 additions & 50 deletions

File tree

pages/cv.tsx

Lines changed: 52 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -17,79 +17,85 @@ const CV = () => {
1717
<h2>Mathis Burger</h2>
1818
<div className={style.kv}>
1919
<p>Age:</p>
20-
<p>20</p>
20+
<p>21</p>
2121
</div>
2222
<div className={style.kv}>
2323
<p>Contact:</p>
2424
<p>kontakt@mathis-burger.de</p>
2525
</div>
2626

27-
<h2>Experience</h2>
27+
<h2>Professional Experience</h2>
2828
<div className={style.kv}>
2929
<IntImg src="/experience/AUDI.png" />
30+
<div className={`${style.dataRow}`}>
31+
<h3>Corporate Student</h3>
32+
<h5>AUDI AG | Sep. 2023 - today</h5>
33+
<p>
34+
Studying Wirtschaftsinformatik at the THI with some practical
35+
experience at the AUDI AG
36+
</p>
37+
</div>
38+
</div>
39+
<div className={style.kv}>
40+
<IntImg src="/experience/vwgds.jpeg" />
41+
<div className={`${style.dataRow}`}>
42+
<h3>Software Engineer</h3>
43+
<h5>
44+
Volkswagen Group Digital Solutions [Portugal] | Jan. 2026 -
45+
Mar. 2026
46+
</h5>
47+
<p>
48+
Supporting on product and engineering side of the EVLVISNG
49+
project.
50+
</p>
51+
</div>
52+
</div>
53+
<div className={style.kv}>
54+
<IntImg src="/experience/NWS.avif" />
3055
<Timeline>
3156
<div className={`${style.dataRow} ${style.extended}`}>
32-
<h3>Dual student</h3>
33-
<h5>AUDI AG | Sep. 2023 - today</h5>
57+
<h3>Fullstack Software Engineer</h3>
58+
<h5>NetzWerkstatt GmbH & Co. KG | Jun. 2024 - today</h5>
3459
<p>
35-
Studying Wirtschaftsinformatik at the THI with some
36-
practical experience at the AUDI AG
60+
Developing enterprise web applications with PHP, Symfony and
61+
React.
3762
</p>
3863
</div>
3964
<div className={`${style.dataRow} ${style.extended}`}>
40-
<h3>
41-
Internship Baureihe Steuerung Prozess- / Projektmanagement
42-
</h3>
43-
<h5>AUDI AG | Aug. 2024 - Sep. 2024</h5>
44-
<p>Assistant Product Owner of a web platform.</p>
45-
</div>
46-
<div className={`${style.dataRow} ${style.extended}`}>
47-
<h3>Internship Baureihe Digitalisierung / E³ 1.2</h3>
48-
<h5>AUDI AG | Aug. 2024 - Sep. 2024</h5>
65+
<h3>Software Engineer</h3>
66+
<h5>NetzWerkstatt GmbH & Co. KG | Aug. 2021 - Sep. 2023</h5>
4967
<p>
50-
Helped with small tasks in controlling of E³ 1.2
51-
architecture.
68+
Developing enterprise web applications with PHP, Symfony and
69+
React.
5270
</p>
5371
</div>
72+
</Timeline>
73+
</div>
74+
<div className={style.kv}>
75+
<IntImg src="/education/thi.png" />
76+
<Timeline>
5477
<div className={`${style.dataRow} ${style.extended}`}>
55-
<h3>Internship Baureihe SSP3xF / MQB</h3>
56-
<h5>AUDI AG | Feb. 2024 - Mar. 2024</h5>
78+
<h3>Tutor: Programming in Java 2</h3>
79+
<h5>
80+
Technische Hochschule Ingolstadt | Apr. 2025 - Jul. 2025
81+
</h5>
5782
<p>
58-
Getting into the work and processes of Baureihenmanagement
59-
and doing some research on internal topics.
83+
Being tutor for the course &quot;Programming in Java 2&quot;
84+
at the Technische Hochschule Ingolstadt.
6085
</p>
6186
</div>
6287
<div className={`${style.dataRow} ${style.extended}`}>
63-
<h3>Internship Baureihe SSP3xF / MQB</h3>
64-
<h5>AUDI AG | Sep. 2023 - Oct. 2023</h5>
88+
<h3>Tutor: Introcuction to computer science</h3>
89+
<h5>
90+
Technische Hochschule Ingolstadt | Oct. 2024 - Feb. 2025
91+
</h5>
6592
<p>
66-
Getting into the work and processes of Baureihenmanagement.
93+
Being tutor for the course &quot;Introcuction to computer
94+
science&quot; at the Technische Hochschule Ingolstadt.
6795
</p>
6896
</div>
6997
</Timeline>
7098
</div>
71-
<div className={style.kv}>
72-
<IntImg src="/experience/NWS.avif" />
73-
<div className={`${style.dataRow}`}>
74-
<h3>Fullstack Software Engineer</h3>
75-
<h5>NetzWerkstatt GmbH & Co. KG | Jun. 2024 - today</h5>
76-
<p>
77-
Developing enterprise web applications with PHP, Symfony and
78-
React.
79-
</p>
80-
</div>
81-
</div>
82-
<div className={style.kv}>
83-
<IntImg src="/experience/NWS.avif" />
84-
<div className={`${style.dataRow}`}>
85-
<h3>Fullstack Software Engineer</h3>
86-
<h5>NetzWerkstatt GmbH & Co. KG | Aug. 2021 - Sep. 2023</h5>
87-
<p>
88-
Developing enterprise web applications with PHP, Symfony and
89-
React.
90-
</p>
91-
</div>
92-
</div>
9399

94100
<h2>Education</h2>
95101
<div className={style.kv}>

pages/projects.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ const Projects = () => {
276276
},
277277
{
278278
url: 'https://github.com/MathisBurger/CodeCanvas',
279-
languages: [Language.rust, Language.typescript],
279+
languages: [Language.rust, Language.typescript, Language.golang],
280280
name: 'CodeCanvas',
281281
description: 'A platform to learn how to code',
282282
},
@@ -286,6 +286,13 @@ const Projects = () => {
286286
name: 'BetTogether',
287287
description: 'A platform to place some bets with your friends.',
288288
},
289+
{
290+
url: 'https://github.com/MathisBurger/MusicalDesk',
291+
languages: [Language.rust, Language.typescript, Language.nextjs],
292+
name: 'MusicalDesk',
293+
description:
294+
'A management suite for school associations with ticketing, member administration and financial reporting.',
295+
},
289296
];
290297
return (
291298
<Wrapper>

public/experience/vwgds.jpeg

2.41 KB
Loading

styles/cv.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
.dataRow.extended {
6565
width: 40vw;
6666
margin-left: 15px;
67-
padding-bottom: 30px;
67+
padding-bottom: 15px;
6868
}
6969
.kv img {
7070
height: 8em !important;

styles/timeline.module.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
$gradient: linear-gradient(45deg, #bb9af7, #a682e6, #61409b);
2+
13
.designSection {
24
display: flex;
35
flex-direction: column;
@@ -42,7 +44,7 @@
4244

4345
.timelineMiddle {
4446
position: relative;
45-
background-image: linear-gradient(45deg, #128fc4, #126fbb, #003091);
47+
background-image: $gradient;
4648
width: 3px;
4749
/* Allow the line to extend with content */
4850
height: 100%;
@@ -59,6 +61,6 @@
5961
width: 15px;
6062
height: 15px;
6163
border-radius: 50%;
62-
background-image: linear-gradient(45deg, #128fc4, #126fbb, #003091);
64+
background-image: $gradient;
6365
transform: translateX(-50%);
6466
}

0 commit comments

Comments
 (0)