add picture to index
This commit is contained in:
parent
5466583736
commit
f989a184ed
3 changed files with 21 additions and 10 deletions
|
@ -330,3 +330,9 @@ div#social-media {
|
||||||
div#social-media a {
|
div#social-media a {
|
||||||
margin: 0 6px;
|
margin: 0 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.center {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
BIN
assets/images/me.png
Normal file
BIN
assets/images/me.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
|
@ -6,6 +6,7 @@ title: Home
|
||||||
<main id="main">
|
<main id="main">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
<div class="post-content">
|
||||||
<h2>Moin!</h2>
|
<h2>Moin!</h2>
|
||||||
<p>
|
<p>
|
||||||
Ich heiße Nico, wohne in
|
Ich heiße Nico, wohne in
|
||||||
|
@ -16,6 +17,10 @@ title: Home
|
||||||
schreibe, aber warum fragt ihr mich nicht einfach danach. Wie ihr mich
|
schreibe, aber warum fragt ihr mich nicht einfach danach. Wie ihr mich
|
||||||
erreichen könnt, seht ihr <a href="/kontakt.html">hier</a>.
|
erreichen könnt, seht ihr <a href="/kontakt.html">hier</a>.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
<img src="assets/images/me.png" alt="Ein Bild von mir entspannt in einem Stuhl. Ich träge eine Brille und halte ein Smartphone in den Händen, auf das ich mich fokussiere. Meine Beine sind locker übereinandergelegt, ich trage bequeme Kleidung, darunter ein T-Shirt und eine Jogginghose. Der Hintergrund ist dunkel gehalten, was mich in den Vordergrund rückt. Die gesamte Atmosphäre des Bildes wirkt ruhig und introspektiv." class="center"/>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Add table
Reference in a new issue