diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index 4e4e0d3..6894750 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -1,56 +1,16 @@ -

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

-

home works!

+
+
+ A headshot of Solomon Laing +
+

Inkletblot + + +

+

My name is Solomon Laing. I'm a twenty something year old uni student and IT professional from Adelaide, Australia. I'm passionate about Technology and IT, it as been a hobby of mine for most of my life in one way or another and I predict will be for many years to come. Should you wish to know more, I'm sure you'll be able to find some footprint of me online. Regardless of how hard I try to remove it.

+
+
+

This website serves as a personal website for myself. A place for me to put my projects, experiments, important links and the such-like. Projects relate to my publically accessable projects. Be it my linux config files, builds of applications, website, or anything else I decide to add. Links, the most important page to me, is where all of my services sit that I host myself.

+

On of the projects that you will not find listed on the projects page is my server that I operate from my loungeroom. It hosts this website, nextcloud, a mail server and client, many game servers, my gitlab instance, and many local services which I use at home. Part of this is a small Kubernetes cluster consiting of Odroid-MC1s (by Hardkernel) which run the very simple api for this site and the slightly more complicated api for my forum.

+

This site is a simple testement to my passion for technology, it is not supposed to be particularly eye-catching or engaging. I expect that few will ever see it. But if you are one of the few, 'Hello and Welcome'.

+
Icons made by Freepik and Gregor Cresnar from www.flaticon.com
+
\ No newline at end of file diff --git a/src/app/home/home.component.scss b/src/app/home/home.component.scss index 7bfa459..7855317 100644 --- a/src/app/home/home.component.scss +++ b/src/app/home/home.component.scss @@ -7,4 +7,51 @@ overflow-y: auto; padding: 0 20px 0 20px; margin: 0 140px 10px 140px; +} + +.bio { + text-align: justify; + + .top { + display: flex; + flex-direction: row; + + + .headshot { + width: 200px; + height: 200px; + border: colors.$inklets-color-fg 5px solid; + border-radius: 100px; + } + + .text { + margin-left: 30px; + + h1 { + border-bottom: colors.$inklets-color-fg 2px dashed; + + img { + width: 30px; + height: 30px; + margin-left: 10px; + } + } + + p{ + padding-bottom: 0; + margin-bottom: 0; + } + } + } + + .attributions { + font-size: 8px; + > a { + text-decoration: none; + color: colors.$inklets-color-white; + } + > a:hover { + color: colors.$inklets-color-fg; + } + } } \ No newline at end of file diff --git a/src/assets/envelope.png b/src/assets/envelope.png new file mode 100644 index 0000000..78c3dd8 Binary files /dev/null and b/src/assets/envelope.png differ diff --git a/src/assets/head.jpg b/src/assets/head.jpg new file mode 100644 index 0000000..a767d85 Binary files /dev/null and b/src/assets/head.jpg differ diff --git a/src/assets/linkedin.png b/src/assets/linkedin.png new file mode 100644 index 0000000..33cfd33 Binary files /dev/null and b/src/assets/linkedin.png differ