diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-18 14:14:53 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-18 14:48:54 -0400 |
commit | 1f9024763d9224c4cd9a181bac27e6b9f12ad672 (patch) | |
tree | 00f827470dad9aa2692483acbdef9502c1a464d3 /src/web/lang/apps/home.php | |
parent | fix rss (diff) | |
download | website-1f9024763d9224c4cd9a181bac27e6b9f12ad672.tar.gz website-1f9024763d9224c4cd9a181bac27e6b9f12ad672.tar.bz2 website-1f9024763d9224c4cd9a181bac27e6b9f12ad672.zip |
refactor
Diffstat (limited to 'src/web/lang/apps/home.php')
-rw-r--r-- | src/web/lang/apps/home.php | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/src/web/lang/apps/home.php b/src/web/lang/apps/home.php deleted file mode 100644 index 03d706c..0000000 --- a/src/web/lang/apps/home.php +++ /dev/null @@ -1,36 +0,0 @@ -<?php /* Copyright (c) 2024 Freya Murphy */ - -$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. -'; - -$lang['whats_new'] = 'Whats New?'; -$lang['section_whats_new'] = ' -Every so often I post ideas, thoughts, or -revelations that I have on my blog. -Feel free to check it out at any time. (◕‿◕) -'; - -# interests -$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_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'; - -# contact -$lang['contact'] = 'Contact Me'; -$lang['contact_email'] = 'Email'; -$lang['contact_matrix'] = 'Matrix'; -$lang['contact_xmpp'] = 'XMPP'; |