diff --git a/about.xhtml b/about.xhtml index da3d377..43bf6fd 100644 --- a/about.xhtml +++ b/about.xhtml @@ -1,7 +1,7 @@ - + @@ -87,6 +87,7 @@

About Me

+ My avatar.

I am Jake Winters, also known by my pseudonym "Inference", a security researcher based in United Kingdom.

diff --git a/asset/img/avatar/inference.png b/asset/img/avatar/inference.png new file mode 100644 index 0000000..955e815 Binary files /dev/null and b/asset/img/avatar/inference.png differ diff --git a/main.css b/main.css index fd81319..bfcb2ea 100644 --- a/main.css +++ b/main.css @@ -1,5 +1,5 @@ /* Inferencium - Website - CSS - Main */ -/* Version: 11.5.0 */ +/* Version: 11.6.0-alpha.1 */ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ @@ -203,6 +203,14 @@ td.red { /* Image */ +img.avatar { + width: 10%; + height: 10%; + margin-top: 15px; + margin-right: 15px; + margin-bottom: 15px; +} + img.logo-small { transform: translate(0px, 13px); margin-right: 15px; @@ -276,7 +284,7 @@ strong { display: inline-block; } - nav.navbar img, nav.navbar .title { + nav.navbar img, nav.navbar .title { display: none; } @@ -303,4 +311,12 @@ strong { .update_date { text-align: center; } + + + img.avatar { + display: block; + width: 30%; + margin-right: auto; + margin-left: auto; + } }