Minor updates
This commit is contained in:
parent
ef2f2b176b
commit
11dba8e508
7
cv.html
7
cv.html
|
|
@ -35,6 +35,10 @@
|
||||||
<p>Please bear in mind that this web-based CV has no styling yet as this site is still in development. There are
|
<p>Please bear in mind that this web-based CV has no styling yet as this site is still in development. There are
|
||||||
also going to be changes in the <span class="todo">unfinished parts</span>.</p>
|
also going to be changes in the <span class="todo">unfinished parts</span>.</p>
|
||||||
<h1>Benjamin Stadlbauer</h1>
|
<h1>Benjamin Stadlbauer</h1>
|
||||||
|
<section class="todo" title="Not finished!">
|
||||||
|
<h2>About me</h2>
|
||||||
|
<p>…</p>
|
||||||
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<h2>General</h2>
|
<h2>General</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
@ -175,7 +179,8 @@
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<p>I have worked in Windows 10, Ubuntu (18.04, 20.04, 22.04) and MacOS. I am experienced with typical Microsoft 365
|
<p>I have worked in Windows 10, Ubuntu (18.04, 20.04, 22.04) and MacOS. I am experienced with typical Microsoft
|
||||||
|
365
|
||||||
products.</p>
|
products.</p>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
|
|
|
||||||
14
index.html
14
index.html
|
|
@ -19,10 +19,9 @@
|
||||||
</nav>
|
</nav>
|
||||||
<main>
|
<main>
|
||||||
<h1>Benjamin’s Website</h1>
|
<h1>Benjamin’s Website</h1>
|
||||||
<p>Welcome to my website. It is still under construction, the only working link is <a href="/git/Benjamin">Projects</a>,
|
<p>Welcome to my website which is still under construction.</p>
|
||||||
which points to my self-hosted <a href="https://forgejo.org/">Forgejo</a> platform.</p>
|
<p>I am currently working on the <a href="cv.html">curriculum vitae</a> part of the website, where one will find
|
||||||
<p>I am currently working on the curriculum vitae part of the website, where one will find some information
|
some information about my professional background.</p>
|
||||||
about my professional background.</p>
|
|
||||||
<p>I will of course invest more time into this website
|
<p>I will of course invest more time into this website
|
||||||
<ul>
|
<ul>
|
||||||
<li>to make it look more appealing and consistent and</li>
|
<li>to make it look more appealing and consistent and</li>
|
||||||
|
|
@ -37,9 +36,10 @@
|
||||||
<li>to have a personal website where I have links to topics I want to share, especially</li>
|
<li>to have a personal website where I have links to topics I want to share, especially</li>
|
||||||
<li>to point to self-hosted git-repositories where I am developing my personal projects.</li>
|
<li>to point to self-hosted git-repositories where I am developing my personal projects.</li>
|
||||||
</ul>
|
</ul>
|
||||||
So if you have any feedback, thoughts or recommendations regarding this website, my Gitea platform, my style
|
So if you have any feedback, thoughts or recommendations regarding this website, my Forgejo platform, my
|
||||||
of managing my repositories, or anything regarding coding in general, feel free to have a look at the <a
|
style
|
||||||
href="/git/Benjamin/personal-website">repository</a>.
|
of managing my repositories, or anything regarding coding in general, feel free to have a look at my <a
|
||||||
|
href="/git/Benjamin">projects</a> where you can create issues with your input.
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue