update about author
This commit is contained in:
parent
9b78c03a4f
commit
648b9101fd
2 changed files with 19 additions and 5 deletions
15
about.md
15
about.md
|
@ -4,8 +4,17 @@ title: "About the Author"
|
||||||
permalink: /about/
|
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...
|
|
||||||
|
|
|
@ -33,18 +33,23 @@ body {
|
||||||
|
|
||||||
.page-content {
|
.page-content {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
width: 70%;
|
width: 60%;
|
||||||
margin: 30px auto !important;
|
margin: 30px auto !important;
|
||||||
background-color: #444 !important;
|
background-color: #444 !important;
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 20px;
|
padding: 30px;
|
||||||
-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
|
-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
|
||||||
-moz-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);
|
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-content .wrapper {
|
||||||
|
padding: 0px;
|
||||||
|
margin: 0px auto;
|
||||||
|
}
|
||||||
|
|
||||||
.page-content p {
|
.page-content p {
|
||||||
font-size: 16.96px;
|
font-size: 16.96px;
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
|
|
Loading…
Reference in a new issue