aboutsummaryrefslogtreecommitdiffstats
path: root/info.php
diff options
context:
space:
mode:
authorkj-sh6042024-07-03 20:49:31 -0400
committerkj-sh6042024-07-03 20:49:31 -0400
commit766b68de9b2087b9a9531769b3dad8b3aff41598 (patch)
tree7b2ed3451b1e8ee51445d93f9691c907ae1f6c67 /info.php
parentb6e7ce6bf8cd6c1e308ae179f4368925d696f8ed (diff)
kj-gitbot: info.php
Diffstat (limited to 'info.php')
-rw-r--r--info.php13
1 files changed, 5 insertions, 8 deletions
diff --git a/info.php b/info.php
index b645e52..1085dca 100644
--- a/info.php
+++ b/info.php
@@ -16,14 +16,11 @@
</head>
<body>
- <div class=banner>
- <h1>📃 info 📬</h1>
- <hr />
- </div>
- <p class="centered">this website is inspired from the suckless's presentation tool (<a target="_blank" href="https://tools.suckless.org/sent">sent</a>). it uses pandoc and LaTeX beamer for the backend. <br><br><b>latest feature update:</b> addition of 16:9 themes</p>
- <hr>
-
- <?php include "includes/nav-header.php"; ?>
+ <?php
+ include "includes/info-banner.php";
+ include "includes/secondary-info.php";
+ include "includes/nav-header.php";
+ ?>
<h3>(non-)features</h3>
<ul>
<li>exports only to .pdf</li>