From 1aa8f6ef280d4ace9c966dfce28558c72686e9f3 Mon Sep 17 00:00:00 2001 From: Patrick Tschuchnig Date: Sun, 26 Jan 2020 16:50:35 +0100 Subject: [PATCH] portrait --- about.html | 3 ++- assets/css/custom.css | 16 ++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/about.html b/about.html index c34d9f3..f9109bf 100644 --- a/about.html +++ b/about.html @@ -6,7 +6,8 @@ layout: page-about

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.

-
+
+

I've been studying information engineering (InfoTech) at the AAU since 2017. diff --git a/assets/css/custom.css b/assets/css/custom.css index 891c372..56fd9f7 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -32,22 +32,26 @@ img { 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{ width: 150px; height: 150px; - float: right; background-size: contain; background-repeat: no-repeat; background-image: url(/neko/crt/assets/images/yui.png); filter: hue-rotate(-100deg); + background-position: center right; } -.orange-filter{ - -} - - /* header */ header {