diff options
author | Freya Murphy <freya@freyacat.org> | 2025-02-25 14:58:48 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-02-25 14:58:48 -0500 |
commit | ac17edeec3303a102338124dc80f64538595ef6a (patch) | |
tree | 9e041012b12b535cc11a117f2c49f1eadcd7045a /src/web/lang/home.php | |
parent | refactor _views folder (diff) | |
download | website-ac17edeec3303a102338124dc80f64538595ef6a.tar.gz website-ac17edeec3303a102338124dc80f64538595ef6a.tar.bz2 website-ac17edeec3303a102338124dc80f64538595ef6a.zip |
add new projects, xssbook, and blog post
Diffstat (limited to '')
-rw-r--r-- | src/web/lang/home.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/web/lang/home.php b/src/web/lang/home.php index 03d706c..2a21773 100644 --- a/src/web/lang/home.php +++ b/src/web/lang/home.php @@ -5,10 +5,10 @@ $lang['title'] = $lang['first_name']; # sections $lang['about'] = 'About'; $lang['section_about'] = ' -Hello! My name is Freya, and I am a person on the internet. -I like to make projects that involve many things, though some of my -favorites are operating systems, programming languages, and networking -infrastructure. +Hi, and welcome to my webbed site! I go by Freya (IPA). I make cool +programming projects, work as a software developer, and lurk on the +interwebz. You can find me tinerking with systems programming, networking, and +declarative linux distros. '; $lang['whats_new'] = 'Whats New?'; @@ -23,11 +23,11 @@ $lang['interests'] = 'Interests'; $lang['interests_general'] = 'General'; $lang['interests_general_value'] = 'Computing, Anime, FNaF'; $lang['interests_music'] = 'Music'; -$lang['interests_music_value'] = 'Billy Joel, Linkin Park, Vocaloid, Neil Cicierega'; +$lang['interests_music_value'] = 'Vocaloid (Len <3), Neil Cicierega, SiIvaGunner'; $lang['interests_anime'] = 'Anime'; -$lang['interests_anime_value'] = 'Sasaki and Miyano, Evangalion, Code Geass, Stranger by the Shore'; -$lang['interests_comics'] = 'Comics'; -$lang['interests_comics_value'] = 'Homestuck'; +$lang['interests_anime_value'] = 'Evangalion, Code Geass, Banana Fish, Stranger by the Shore'; +$lang['interests_comics'] = 'Comics / Books'; +$lang['interests_comics_value'] = 'Homestuck, Erha'; # contact $lang['contact'] = 'Contact Me'; |