summaryrefslogtree/nfs/website.git//.wiki commitdiff
path: root/src/web
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-02-25 14:58:48 -0500
committerFreya Murphy <freya@freyacat.org>2025-02-25 14:58:48 -0500
commitac17edeec3303a102338124dc80f64538595ef6a (patch)
tree9e041012b12b535cc11a117f2c49f1eadcd7045a /src/web
parentrefactor _views folder (diff)
downloadwebsite-ac17edeec3303a102338124dc80f64538595ef6a.tar.gz
website-ac17edeec3303a102338124dc80f64538595ef6a.tar.bz2
website-ac17edeec3303a102338124dc80f64538595ef6a.zip
add new projects, xssbook, and blog post
Diffstat (limited to 'src/web')
-rw-r--r--src/web/_views/home/main.php6
-rw-r--r--src/web/lang/home.php16
2 files changed, 13 insertions, 9 deletions
diff --git a/src/web/_views/home/main.php b/src/web/_views/home/main.php
index 50134e3..22cc856 100644
--- a/src/web/_views/home/main.php
+++ b/src/web/_views/home/main.php
@@ -47,7 +47,11 @@
<tr>
<th><?=lang('contact_xmpp')?></th>
<td><a href="xmpp:freya@freya.cat">freya@freya.cat</a></td>
- </tr>
+ </tr>
+ <tr>
+ <th>XSSbook</th>
+ <td><a href="https://xssbook.com/profile?id=7">Admin istrator</a></td>
+ </tr>
</tbody>
</table>
</div>
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';