From 845adb43891dd79e1e02da03be4dd83243f18efb Mon Sep 17 00:00:00 2001 From: starportx Date: Thu, 5 Dec 2024 14:31:53 +0800 Subject: [PATCH] layout fix --- _config.yml | 16 ++-------------- _includes/about.html | 2 +- _includes/css/agency.css | 2 +- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/_config.yml b/_config.yml index 211044a..ba95ad8 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -url: https://y7kim.github.io +url: https://starportx.github.io baseurl: # Site settings @@ -7,18 +7,6 @@ email: starportxxx@hotmail.com description: "Site Description" -# Team names, titles and social links -people: -- name: Kay Garland - pic: 1 - position: Lead Designer - social: - - title: twitter - url: # - - title: facebook - url: # - - title: stack-overflow - url: # # Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.) social: @@ -32,7 +20,7 @@ social: # Postal address (add as many lines as necessary) address: - - line: 3481 Melrose Place + - line: Shanghai China - line: Beverly Hills, CA 90210 # Build settings diff --git a/_includes/about.html b/_includes/about.html index 73c5cd5..ece20a7 100644 --- a/_includes/about.html +++ b/_includes/about.html @@ -4,7 +4,7 @@

About Me

-

15+ years of game development, began as a 3D artist and then more interested in tool development and engine technology, experienced in various game genres and platform, I like being versatile, now I focus more on domain of graphic/shader and indie game development.

+

15+ years of game development, began as a 3D artist and then more interested in tool development and engine technology, naturally became a techical artist. I'm experienced in various game genres and platforms, and enjoy being versatile, now I focus more on game graphic/shader/optimization and indie development.

diff --git a/_includes/css/agency.css b/_includes/css/agency.css index 33ae276..7fc0c6e 100644 --- a/_includes/css/agency.css +++ b/_includes/css/agency.css @@ -279,7 +279,7 @@ header { } header .intro-text { - padding-top: 100px; + padding-top: 400px; padding-bottom: 50px; }