This commit is contained in:
Patrick Tschuchnig 2020-01-26 16:50:35 +01:00
parent 9acd91794c
commit 1aa8f6ef28
2 changed files with 12 additions and 7 deletions

View File

@ -6,7 +6,8 @@ layout: page-about
<p> <p>
Hay! My name's neko and I'm an avid student of information engineering. I also enjoy collecting old electronics, mechanical cameras, and analogue audio gear. Hay! My name's neko and I'm an avid student of information engineering. I also enjoy collecting old electronics, mechanical cameras, and analogue audio gear.
</p> </p>
<div class="wrap-left portrait"> <div class="wrap-left imageframe">
<div class="portrait"></div>
</div> </div>
<p> <p>
I've been studying information engineering (InfoTech) at the <a href="https://www.aau.at/">AAU</a> since 2017. I've been studying information engineering (InfoTech) at the <a href="https://www.aau.at/">AAU</a> since 2017.

View File

@ -32,22 +32,26 @@ img {
margin-left: 10px; margin-left: 10px;
} }
.imageframe{
background-color: rgba(255,148,0,0.1);
top: 0;
left :0;
border-style: inset;
border-color: #ad6603;
text-align: right;
}
.portrait{ .portrait{
width: 150px; width: 150px;
height: 150px; height: 150px;
float: right;
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
background-image: url(/neko/crt/assets/images/yui.png); background-image: url(/neko/crt/assets/images/yui.png);
filter: hue-rotate(-100deg); filter: hue-rotate(-100deg);
background-position: center right;
} }
.orange-filter{
}
/* header */ /* header */
header { header {