Add some more information
This commit is contained in:
parent
187d14f7b6
commit
20ee90cb4d
16
index.html
16
index.html
|
|
@ -23,9 +23,19 @@
|
||||||
</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
|
<p>Welcome to my website. It is still under construction, the only working link is <a href="/git/">Projects</a>,
|
||||||
href="/git/">Projects</a>, which points to my self-hosted <a
|
which points to my self-hosted <a href="https://gitea.io/">Gitea</a> platform.</p>
|
||||||
href="https://gitea.io/">Gitea</a> platform.</p>
|
<p>I am currently working on the Curriculum vitae part of the website, where one will find some information about my professional background.</p>
|
||||||
|
<footer>
|
||||||
|
<h2>About this website</h2>
|
||||||
|
<p>I started this website as a pet-project
|
||||||
|
<ul>
|
||||||
|
<li>to learn about web-development and</li>
|
||||||
|
<li>to have a personal website where I have links to topics I want to share.</li>
|
||||||
|
</ul>
|
||||||
|
So if you have any feedback, thoughts or recommendations regarding this website, feel free to open an issue at the <a href="/git/Benjamin/personal-website">repository</a> (this link will not yet work because the repository is still private).
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue