Compare commits

...

3 Commits

2 changed files with 3 additions and 7 deletions

View File

@ -23,17 +23,13 @@ body {
font-family: "Atkinson Hyperlegible", sans-serif; font-family: "Atkinson Hyperlegible", sans-serif;
color: var(--foreground); color: var(--foreground);
background-color: var(--background); background-color: var(--background);
/* background-image: url(img/grid.jpg);*/
/*background-position: 10px 10px;*/
background-repeat: repeat;
margin: 10px; margin: 10px;
} }
#wrapper { #wrapper {
padding: 16px; padding: 16px;
width: 65ch; max-width: 65ch;
margin: 0 auto; margin: 0 auto;
} }
#banner { #banner {

View File

@ -58,10 +58,10 @@
<section id='about'> <section id='about'>
<header> <header>
<h2>About<span class='vr'></span><span class='chinese' lang='zh-TW'>關於我</span></h2> <h2>About<span class='vr'></span><span class='chinese' lang='zh-TW'>關於我</span></h2>
<p>Welcome to my corner of the web! Im Marvin Elsen, also known as <span class='chinese' lang='zh-TW'>柳博慎</span> in Chinese. Im a German software developer in my late twenties, currently residing in the vibrant city of <a href='https://www.duesseldorf.de'>Düsseldorf</a>. I hold a bachelors degree in computer science, from which I graduated with distinction.</p> <p>Welcome to my corner of the web! Im Marvin Elsen, also known as <span class='chinese' lang='zh-TW'>柳博慎</span> (<a href='https://en.wikipedia.org/wiki/Pinyin'>pinyin</a>: Liǔ Bó Shèn) in Chinese. Im a German software developer in my late twenties, currently residing in the vibrant city of <a href='https://www.duesseldorf.de'>Düsseldorf</a>. I hold a bachelors degree in computer science, from which I graduated with distinction.</p>
<p>Im driven by the excitement of solving complex puzzles in software development, fueled by a lifelong passion for programming. My curiosity for understanding how things work beneath the surface leads me to constantly tinker and explore. As a quick learner, I eagerly embrace new technologies, finding great satisfaction in crafting elegant and sophisticated solutions to challenging problems.</p> <p>Im driven by the excitement of solving complex puzzles in software development, fueled by a lifelong passion for programming. My curiosity for understanding how things work beneath the surface leads me to constantly tinker and explore. As a quick learner, I eagerly embrace new technologies, finding great satisfaction in crafting elegant and sophisticated solutions to challenging problems.</p>
<p>Currently, I work full-time as a backend developer at <a href='https://company.rtl.com/en/business-units/overview/rtl-deutschland/'>RTL Deutschland</a>, Germanys leading entertainment company, where I contribute to the development of <a href='https://plus.rtl.de'>RTL+</a>, Germanys largest streaming service, using Kotlin and Spring.</p> <p>Currently, I work full-time as a backend developer at <a href='https://company.rtl.com/en/business-units/overview/rtl-deutschland/'>RTL Deutschland</a>, Germanys leading entertainment company, where I contribute to the development of <a href='https://plus.rtl.de'>RTL+</a>, Germanys largest streaming service, using Kotlin and Spring.</p>
<p>Outside of work, my greatest passion is studying the Chinese language and immersing myself in Chinese culture and history. I also enjoy reading Chinese literature, particularly classics like <span class='chinese' lang='zh-TW'>唐傳奇</span> and <span class='chinese' lang='zh-TW'>聊齋誌異</span>. In the past, I spent two years living in Taiwan studying Chinese full-time at the prestigious <a href='https://mtc.ntnu.edu.tw/eng/'><abbr title='National Taiwan Normal University'>NTNU</abbr> <abbr title='Mandarin Training Center'>MTC</abbr></a>, where I achieved the <a href='https://www.coe.int/en/web/common-european-framework-reference-languages/level-descriptions'><abbr title='Common European Framework of Reference for Languages'>CEFR</abbr> C1 level</a> on the official <a href='https://tocfl.edu.tw'><abbr title='Test of Chinese as a Foreign Language'>TOCFL</abbr> proficiency test</a>. So, <span class='chinese' lang='zh-TW'>歡迎隨時用中文跟我交流!</span></p> <p>Outside of work, my greatest passion is studying the Chinese language and immersing myself in Chinese culture and history. I also enjoy reading Chinese literature, particularly classics like <span class='chinese' lang='zh-TW'>唐傳奇</span> (Tang Chuanqi) and <span class='chinese' lang='zh-TW'>聊齋誌異</span> (Strange Tales from a Chinese Studio). In the past, I spent two years living in Taiwan studying Chinese full-time at the prestigious <a href='https://mtc.ntnu.edu.tw/eng/'><abbr title='National Taiwan Normal University'>NTNU</abbr> <abbr title='Mandarin Training Center'>MTC</abbr></a>, where I achieved the <a href='https://www.coe.int/en/web/common-european-framework-reference-languages/level-descriptions'><abbr title='Common European Framework of Reference for Languages'>CEFR</abbr> C1 level</a> on the official <a href='https://tocfl.edu.tw'><abbr title='Test of Chinese as a Foreign Language'>TOCFL</abbr> proficiency test</a>. So, <span class='chinese' lang='zh-TW'>歡迎隨時用中文跟我交流!</span></p>
<p>To learn more about my skills, visit the <a href='#skills'>skills section</a>. If youd like to get in touch, head over to the <a href='#contact'>contact section</a>. Curious about what Im working on? Check out my <a href='https://gitea.marvinelsen.com/marvinelsen/'>projects</a>.</p> <p>To learn more about my skills, visit the <a href='#skills'>skills section</a>. If youd like to get in touch, head over to the <a href='#contact'>contact section</a>. Curious about what Im working on? Check out my <a href='https://gitea.marvinelsen.com/marvinelsen/'>projects</a>.</p>
</header> </header>
</section> </section>