Remove project specific headers

This commit is contained in:
speedie 2023-06-25 03:04:19 +02:00
parent c0f4b0ef38
commit 84c2f951c9
16 changed files with 14 additions and 28 deletions

View file

@ -1,13 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="/css/header.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="icon" type="image/x-icon" href="/img/favicon.svg">
</head>
<body>
<div class="navbar">
<span>speedie's page <a href="https://speedie.site">Home</a> <a href="https://spmenu.speedie.site">spmenu</a> <a href="fontctrl.php">fontctrl</a> <a href="elevendebloater.php">elevendebloater</a> <a href="https://speedwm.speedie.site">speedwm</a> <a href="project081.php">Project 081</a> <a href="iron">iron</a> <a href="/project-list.php">More</a></span>
</div>
<div class="content">

View file

@ -14,7 +14,6 @@
<p>Here's a list of most software projects I've worked on/currently work on or people still use.</p>
<p>Note that it is not a full list, for a full list see <a href="https://git.speedie.site">my Gitea instance</a>, <a href="https://github.com/speediegq">my GitHub</a> and <a href="https://codeberg.org/speedie">my Codeberg</a>.</p>
<li>spmenu</li>
<img src="/img/spmenu-themes.gif" alt="spmenu preview">
<p>spmenu is an X11 menu application based on dmenu which takes standard input, parses it, and lets the user choose an option and sends the selected option to standard output. Unique to this build is 256 color support (including SGR 16 color sequences), option to block typing, dwm-like keybind array in keybinds.h and more.</p>
<p><a href="https://spmenu.speedie.site">More information</a> <a href="https://git.speedie.site/speedie/spmenu">Git repository</a></p>
<li>fontctrl</li>

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<?php include '../php/projects_header.php';?>
<?php include '../php/header.php';?>
<title>Elevendebloater </title>
<meta charset="UTF-8">
<meta name="description" content="Elevendebloater is a free software, bloat-free winget based debloater script for Microsoft Windows 11 which aims to debloat and de-spook Windows 11 as much as possible.">

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<?php include '../php/projects_header.php';?>
<?php include '../php/header.php';?>
<title>fontctrl </title>
<meta charset="UTF-8">
<meta name="description" content="fontctrl is a minimal, symlink based font manager for GNU/Linux. It handles installation, removal, and management of fonts, keeping your custom fonts easy to install, remove and manage.">

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<?php include '../php/projects_header.php';?>
<?php include '../php/header.php';?>
<title>iron</title>
<meta charset="UTF-8">
<meta name="description" content="iron is a minimal rautafarmi client written in Bash for GNU/Linux. It allows the user to post/recieve messages using the rautafarmi API and it displays the information to the user in a nice format. iron is based on the older rchat rautafarmi client that used messages.txt to get messages.">

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<?php include '../php/projects_header.php';?>
<?php include '../php/header.php';?>
<title>libspeedwm</title>
<meta charset="UTF-8">
<meta name="description" content="libspeedwm is a minimal program for interacting with speedwm through the shell.">

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<?php include '../php/projects_header.php';?>
<?php include '../php/header.php';?>
<title>MagmaBoar </title>
<meta charset="UTF-8">
<meta name="description" content="MagmaBoar is a Firefox profile designed to give you privacy & freedom while using regular up-to-date Firefox (unlike GNU IceCat and similar forks). It enables many privacy options and tweaks which helps improve your privacy. In addition to this, it comes with many extensions like uBlock Origin, LibreJS, Decentraleyes and more.">

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<?php include '../php/projects_header.php';?>
<?php include '../php/header.php';?>
<title>speedie's Gentoo overlay</title>
<meta charset="UTF-8">
<meta name="description" content="Add my Gentoo overlay.">

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<?php include '../php/projects_header.php';?>
<?php include '../php/header.php';?>
<title>Download Project 081 </title>
<meta charset="UTF-8">
<meta name="description" content="This page has download links for Project 081. All of them are official.">

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<?php include '../php/projects_header.php';?>
<?php include '../php/header.php';?>
<title>Project 081 Installation Guide </title>
<meta charset="UTF-8">
<meta name="description" content="Project 081 Installation Guide. This guide will be going through a full installation of Project 081 on your Late 2007 or Early 2008 Apple Mac. After this guide is finished, you will end up with a usable system.">

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<?php include '../php/projects_header.php';?>
<?php include '../php/header.php';?>
<title>Project 081 </title>
<meta charset="UTF-8">
<meta name="description" content="Project 081 is a modified Mac OS X 10.4.10 Tiger image that allows you to install Tiger on your unsupported Late 2007 and Early 2008 Apple Macs.">

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<?php include '../php/projects_header.php';?>
<?php include '../php/header.php';?>
<title>rchat </title>
<meta charset="UTF-8">
<meta name="description" content="rchat or rautafarmi chat is a command-line rautafarmi instance client with Vim keybinds written in Bash. rchat has color support, $EDITOR support, xshbar integration, and message logging support as well as .Xresources (xrdb) and notification support through patching.">

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<?php include '../php/projects_header.php';?>
<?php include '../php/header.php';?>
<title>speedie's Arch repository</title>
<meta charset="UTF-8">
<meta name="description" content="Add my Arch repository.">

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<?php include '../php/projects_header.php';?>
<?php include '../php/header.php';?>
<title>spDE</title>
<meta charset="UTF-8">
<meta name="description" content="spDE is a Gentoo and Arch metapackage which installs all software I use on my computers. It comes with USE flags so you can disable what you don't need/use. After installing this package you should end up with a system fairly close to mine. It can be compared to a post install script like LARBS but cleaner because it uses your existing package manager to install the system.">

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<?php include '../php/projects_header.php';?>
<?php include '../php/header.php';?>
<title>speedwm</title>
<meta charset="UTF-8">
<meta name="description" content="speedie's fork of suckless.org's dwm">

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<?php include '../php/projects_header.php';?>
<?php include '../php/header.php';?>
<title>spmenu</title>
<meta charset="UTF-8">
<meta name="description" content="speedie's fork of suckless dmenu.">