aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrankie B <floppydisk05@aol.com>2022-10-02 17:08:56 +0000
committerFrankie B <floppydisk05@aol.com>2022-10-02 17:08:56 +0000
commitf71c6421f383c9a5264ce7d411ddb5f3c927e1c8 (patch)
tree92e0e05885f83f2ee3eb7846e826c9eb2501856c
parentb4ae2a7899cb3f801ac0af382375c5ff1bbd151c (diff)
Meta crap
-rwxr-xr-xpics/index.php16
-rwxr-xr-xprojects/index.php33
2 files changed, 39 insertions, 10 deletions
diff --git a/pics/index.php b/pics/index.php
index 089cfbd..7286a5f 100755
--- a/pics/index.php
+++ b/pics/index.php
@@ -6,18 +6,24 @@
<?php require('../inc/head.html'); ?>
<!-- Page-specific -->
- <title>Calculators</title>
- <link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon">
- <meta property="og:description" content="C a l c u l a t o r s">
- <meta property="og:image" content="/res/img/icons/png/calc.png">
+ <title>Pictures</title>
+ <!--<link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon">-->
+ <meta property="og:title" content="Pictures">
+ <meta property="og:description" content="description">
+ <!--<meta property="og:image" content="/res/img/icons/png/computer.png">-->
</head>
<body>
-<div class="page">
+<div class="page">
<?php require('../inc/nav.php') ?>
<div id="pagebody">
<div id="content">
+ TBD
</div> <!-- content -->
+
+ <div id="footer" class="pagefooter">
+ <!-- Created <span class="date">Sat 26 Mar 2011 03:11:41 PM CET</span> -->
+ </div> <!-- footer -->
</div> <!-- pagebody -->
</div> <!-- page -->
</body>
diff --git a/projects/index.php b/projects/index.php
index 79c6244..4d671d5 100755
--- a/projects/index.php
+++ b/projects/index.php
@@ -6,18 +6,41 @@
<?php require('../inc/head.html'); ?>
<!-- Page-specific -->
- <title>Calculators</title>
- <link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon">
- <meta property="og:title" content="Calculators">
- <meta property="og:description" content="C a l c u l a t o r s">
- <meta property="og:image" content="/res/img/icons/png/calc.png">
+ <title>Projects</title>
+ <!--<link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon">-->
+ <meta property="og:title" content="Projects">
+ <meta property="og:description" content="Personal and group projects">
+ <!--<meta property="og:image" content="/res/img/icons/png/computer.png">-->
</head>
<body>
+<div class="page">
<?php require('../inc/nav.php') ?>
<div id="pagebody">
<div id="content">
+ <h2>Personal Projects</h2>
+ <p>Projects I prefer to work on solo</p>
+ <span class="name"><a href="http://weather.diskfloppy.me/"><b>weather.diskfloppy.me</b></a></span><br>
+ <a href="/projects/weatherdata">A page to display data from my weather station</a><br><br>
+
+ <span class="name"><a href="http://trivia.diskfloppy.me/"><b>trivia.diskfloppy.me</b></a></span><br>
+ <a href="/projects/trivia-api">A REST API to get trivia questions</a><br>
+
+ <h2>Group Projects (<a href="//ndfnet.com/">NDFNet</a> / <a href="//nickandfloppy.com/">nickandfloppy</a>)</h2>
+ <p>Projects I do/have done with friends</p>
+ <span class="name"><a href="//drivers.nickandfloppy.com/"><b>drivers.nickandfloppy.com</a></b> <small>(nickandfloppy)</small></span><br>
+ <a href="http://www.nickandfloppy.com/projects/netdrivers/">Driver indexing and storage website</a><br><br>
+
+ <span class="name"><a href="https://github.com/NDFNet/PlexBot"><b>PlexBot</b></a> <small>(NDFNet)</small></span><br>
+ <a href="http://ndfnet.com/projects/plexbot/">A basic bot to play music from the configured Plex server in a Discord voice channel.</a><br><br>
+
+ <span class="name"><a href="https://github.com/nickandfloppy/NetRunner"><b>NetRunner</b></a> <small>(nickandfloppy)</small></span><br>
+ <a href="http://www.nickandfloppy.com/projects/netrunner/">A fork of Starman0620's WinBot, modified for use in nick and floppy's corner.</a><br>
</div> <!-- content -->
+
+ <div id="footer" class="pagefooter">
+ <!-- Created <span class="date">Sat 26 Mar 2011 03:11:41 PM CET</span> -->
+ </div> <!-- footer -->
</div> <!-- pagebody -->
</div> <!-- page -->
</body>