diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/99_result/main.css | 4 | ||||
-rw-r--r-- | source/99_result/overview.xsl | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/source/99_result/main.css b/source/99_result/main.css index 8675d16..d523253 100644 --- a/source/99_result/main.css +++ b/source/99_result/main.css @@ -27,8 +27,8 @@ sub{vertical-align:baseline;position:relative;top:0.4em} #content p img{padding:.2em;border:.1em solid #e3e8e8;display:block;margin-left:auto;margin-right:auto;max-width:95%} #introduction{margin-top:1.5em;overflow:hidden} -#introduction img{border-radius:0.5em;margin-right:1.5em;float:left;width:12em;height:12em} -#introduction p{width:31.5em;float:right} +#introduction img{border-radius:0.5em;margin-right:1em;float:left;width:13em;height:13em} +#introduction p{width:30.5em;float:right} #introduction .greeting{font:bold 1.1em 'Oswald',sans-serif;display:inline-block} .info{font:normal .8em 'Oswald',sans-serif;margin-bottom:.5em;display:block} diff --git a/source/99_result/overview.xsl b/source/99_result/overview.xsl index ace36f1..e64d4d9 100644 --- a/source/99_result/overview.xsl +++ b/source/99_result/overview.xsl @@ -152,7 +152,9 @@ <div id="introduction"> <img src="https://static.kummerlaender.eu/media/me_in_the_mountains_square.jpg"/> <p> - <span class="greeting">Hi there!</span> My name is Adrian Kummerländer and I am a software developer currently studying mathematics in Karlsruhe. On these pages you will find <a href="https://blog.kummerlaender.eu">blog articles</a> covering amongst other topics some of my experiences in software development, open source and related tinkerings as well as <a href="https://code.kummerlaender.eu">repositories</a> and information on some of my personal <a href="https://tree.kummerlaender.eu/projects">projects</a>. If you have any comments or questions feel free to <a href="https://tree.kummerlaender.eu/contact">reach out</a>. I hope you will find something here worth your time. + <span class="greeting">Hi there!</span> My name is Adrian Kummerländer. + I am a software developer by vocation and a mathematician by degree, currently pursuing a doctorate at <a href="https://www.lbrg.kit.edu/">LBRG</a> in the intersection between HPC and LBM. + On these pages you will find <a href="https://blog.kummerlaender.eu">articles</a> covering some of my experiences in software development and related tinkerings as well as <a href="https://code.kummerlaender.eu">repositories</a> and information on some of my personal <a href="https://tree.kummerlaender.eu/projects">projects</a>. If you have any comments or questions feel free to <a href="https://tree.kummerlaender.eu/contact">reach out</a>. I hope you will find something here worth your time. </p> </div> |