From 648b9101fdfb0fbff7a6e95a0aa044bf03ea96e2 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 14 Jan 2018 14:07:52 +0800 Subject: [PATCH] update about author --- about.md | 15 ++++++++++++--- assets/main.scss | 9 +++++++-- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/about.md b/about.md index ab151c4..ba55bc8 100644 --- a/about.md +++ b/about.md @@ -4,8 +4,17 @@ title: "About the Author" permalink: /about/ --- -Hi! I'm [Ayo](http://ayoayco.com), a software engineer by profession who also occasionally *delves* into some art, music, literature... +Let me introduce myself... -I live in the Philippines with my wife, Jen, and our little boy, Kahel, with whom I often go travel around to take pictures, eat local delicacies, and make lots of fun memories. +Hi! I'm [Ayo](http://ayoayco.com), a Software Engineer by profession who also occasionally *delves* into some art, music, and literature. + +I live in the Philippines with my wife, Jen, and our little boy, Kahel. I work remotely so I do not have to physically be at the office most of the time... meaning, I have more time to go travel around with Jen and Kahel to take pictures, eat local delicacies, and make lots of fun memories. + +That's also why I think I can start blogging *again*. Let's talk more about the pros and cons of Remote Work sometime. :) + +In this website, I write notes on technology and life as I experience them hoping to help, if not inspire, others to live more efficient and happier lives... + +If you want to learn more about the website, you can go read [the first post ever!!](/hello-world/) + +I'm so glad you came by... Who knows? You just might enjoy future posts! :) -Here, I write notes on technology and life as I experience them hoping to help, if not inspire, others to live more efficient and happier lives... diff --git a/assets/main.scss b/assets/main.scss index 2dcbb38..98d645a 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -33,18 +33,23 @@ body { .page-content { background-color: white; - width: 70%; + width: 60%; margin: 30px auto !important; background-color: #444 !important; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; - padding: 20px; + padding: 30px; -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1); -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1); box-shadow: 0 3px 10px rgba(0,0,0,0.1); } +.page-content .wrapper { + padding: 0px; + margin: 0px auto; +} + .page-content p { font-size: 16.96px; line-height: 26px;