aboutsummaryrefslogtreecommitdiff
path: root/projects/index.html
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2025-02-09 01:40:35 +0100
committerarf20 <aruizfernandez05@gmail.com>2025-02-09 01:40:35 +0100
commitb2300a86095d433f1b7462cdd94f5ecdbe0c6327 (patch)
tree8993acdbfbef1d155261b033b88e9a5b42524f6b /projects/index.html
parent9b23b515e13283394dff5e06c72623bf95d53c39 (diff)
downloadarfnet2-web-b2300a86095d433f1b7462cdd94f5ecdbe0c6327.tar.gz
arfnet2-web-b2300a86095d433f1b7462cdd94f5ecdbe0c6327.zip
Project pagem arfvcr
Diffstat (limited to 'projects/index.html')
-rw-r--r--projects/index.html94
1 files changed, 74 insertions, 20 deletions
diff --git a/projects/index.html b/projects/index.html
index bd4ade1..ba99985 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -1,20 +1,74 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta charset="UTF-8">
- <link rel="stylesheet" type="text/css" href="/style.css">
- <link rel="stylesheet" type="text/css" href="/about.css">
- <title>ARFNET</title>
- </head>
-
- <body>
- <header><a href="/">
- <img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
- </a></header>
- <hr>
- <h2 class="center">Projects</h2>
- <div class="div">
-
- </div>
- </body>
-</html>
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <link rel="stylesheet" type="text/css" href="/style.css">
+ <title>ARFNET</title>
+ <style>
+ .sect {
+ margin-left: 20px;
+ }
+ </style>
+ </head>
+
+ <body>
+ <header><a href="/">
+ <img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
+ </a></header>
+ <hr>
+ <h2>Projects</h2>
+ <blockquote>
+ <h2>Hardware</h2>
+ <div class="sect">
+ <div class="item">
+ <h3><a href="arfvcr/">arfvcr</a> WIP</h3>
+ Digital pseudo-VCR for proprietary SONY Trinicon cameras
+ </div>
+ <div class="item">
+ <h3><a href="oscilloscope-terminal/">oscilloscope-terminal</a> WIP</h3>
+ Turn your oscilloscope into a linux terminal emulator with a sound card
+ </div>
+ <div class="item">
+ <h3><a href="workstations-gaia/">workstations-gaia</a> WIP</h3>
+ Preservation project and museum for the 90s UNIX workstations found at FIUM's Gaialab and Compute Centre storage
+ </div>
+ </div>
+ <h2>Software</h2>
+ <div class="sect">
+ <div class="item">
+ <h3><a href="asd/">asd</a> WIP</h3>
+ arf software distribution: small embeddable and customizable BusyBox/Linux distribution
+ </div>
+ <div class="item">
+ <h3><a href="arfts/">arfts</a> WIP</h3>
+ Simple typesetting system designed for plaintext
+ </div>
+ <div class="item">
+ <h3><a href="arfchat/">arfchat</a> WIP</h3>
+ Simple UDP multicast chatroom application with internetwork relay daemon
+ </div>
+ <div>
+ <h3><a href="arfcpu/">arfmipsas + arfmipssim + arfcpu</a> WIP</h3>
+ Assembler, simulator & debugger and hardware description of the UM's ETC subject MIPS-based CPU
+ </div>
+ <div class="item">
+ <h3><a href="arfminesweeper/">arfminesweeper</a> WIP</h3>
+ Turn your oscilloscope into a linux terminal emulator with a sound card
+ </div>
+ <div class="item">
+ <h3><a href="arftracksat/">arftracksat</a> WIP</h3>
+ OpenGL satellite tracker
+ </div>
+ <div class="item">
+ <h3><a href="arfnet-cstims/">ARFNET CSTIMS</a> WIP</h3>
+ Simple Customer, Service, Ticket and Invoice Management System written in PHP
+ </div>
+ <div class="item">
+ <h3><a href="ww1game/">ww1game</a> WIP</h3>
+ SDL2 2D arcade WW1 themed game
+ </div>
+ </div>
+ </blockquote>
+ </body>
+</html>
+