diff options
author | Freya Murphy <freya@freyacat.org> | 2024-12-12 10:14:46 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-12-12 10:14:46 -0500 |
commit | 859f31065da728fcb1387645ab1c92390b372412 (patch) | |
tree | 29457dce1cd2269ac0446a59f3fe601476895f29 /src/web/_views/apps/home.php | |
parent | switch to POST for posting comments (diff) | |
download | website-859f31065da728fcb1387645ab1c92390b372412.tar.gz website-859f31065da728fcb1387645ab1c92390b372412.tar.bz2 website-859f31065da728fcb1387645ab1c92390b372412.zip |
refactor _views folder
Diffstat (limited to 'src/web/_views/apps/home.php')
-rw-r--r-- | src/web/_views/apps/home.php | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/src/web/_views/apps/home.php b/src/web/_views/apps/home.php deleted file mode 100644 index 50134e3..0000000 --- a/src/web/_views/apps/home.php +++ /dev/null @@ -1,55 +0,0 @@ -<?php /* Copyright (c) 2024 Freya Murphy */ ?> -<div class="col left"> - <?=aria_section('about', lang('about'))?> - <p><?=lang('section_about')?></p> - </div> - - <?=aria_section('whats_new', lang('whats_new'))?> - <p><?=lang('section_whats_new')?></p> - </div> -</div> - -<div class="col right"> - <?=aria_section('interests', lang('interests'))?> - <table> - <tbody> - <tr> - <th><?=lang('interests_general')?></th> - <td><?=lang('interests_general_value')?></td> - </tr> - <tr> - <th><?=lang('interests_music')?></th> - <td><?=lang('interests_music_value')?></td> - </tr> - <tr> - <th><?=lang('interests_anime')?></th> - <td><?=lang('interests_anime_value')?></td> - </tr> - <tr> - <th><?=lang('interests_comics')?></th> - <td><?=lang('interests_comics_value')?></td> - </tr> - </tbody> - </table> - </div> - - <?=aria_section('contact', lang('contact'))?> - <table> - <tbody> - <tr> - <th><?=lang('contact_email')?></th> - <td><a href="mailto:contact@freyacat.org">contact@freyacat.org</a></td> - </tr> - <tr> - <th><?=lang('contact_matrix')?></th> - <td><a href="https://matrix.to/#/@freya:freya.cat">@freya:freya.cat</a></td> - </tr> - <tr> - <th><?=lang('contact_xmpp')?></th> - <td><a href="xmpp:freya@freya.cat">freya@freya.cat</a></td> - </tr> - </tbody> - </table> - </div> -</div> - |