website

Website contents
git clone git://git.reagancfischer.dev/website.git
Log | Files | Refs

commit 84623f89c37613b45987bc10afc70873220a73c6
parent 367883434dae56e5de273a00295eec6ccc46fb1f
Author: root <root@thespringstechguy.com>
Date:   Wed, 21 Aug 2024 03:41:13 +0000

cleanup

Diffstat:
M.gitignore | 4++--
D.vscode/settings.json | 9---------
Dcomparch/secret.html | 0
Dimages/win95.png | 0
Dtemplate.html_noinclude | 49-------------------------------------------------
5 files changed, 2 insertions(+), 60 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,5 +1,6 @@ +.vscode/* # Too big cat/images/* # Private files for family and friends formadison/* -forjayden/*- \ No newline at end of file +forjayden/* diff --git a/.vscode/settings.json b/.vscode/settings.json @@ -1,8 +0,0 @@ -{ - "cSpell.words": [ - "libc", - "matomo", - "thespringstechguy", - "UCCS" - ] -}- \ No newline at end of file diff --git a/comparch/secret.html b/comparch/secret.html diff --git a/images/win95.png b/images/win95.png Binary files differ. diff --git a/template.html_noinclude b/template.html_noinclude @@ -1,49 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - -<head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <meta name="description" content="Welcome to my alright blog"> - <meta name="author" content="Reagan Fischer"> - <title>Reagan Fischer's Website</title> - <link rel="stylesheet" href="https://fonts.xz.style/serve/inter.css"> - <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css"> - <link rel="icon" type="image/x-icon" href="/images/win95.png"> - <link rel="apple-touch-icon" href="/images/win95.png"> <style> - /* Add CSS for the image */ - .profile-image { - float: left; /* Float the image to the left of the text */ - margin-right: 20px; /* Add some margin to separate it from the text */ - border: 2px solid #ccc; /* Add a border around the image */ - padding: 5px; /* Add padding inside the border */ - } - </style> -</head> - -<body> - <header> - <h1>Reagan Fischer's Blog/Portfolio</h1> - <nav> - <a href="/">Home</a> / - <a href="/projects.html">Projects</a> / - <a href="/blog.html">Blog</a> / - <a href="/about.html">About Me</a> / - <a href="/contact.html">Contact Me</a> / - <a href="https://github.com/F-OS">Github</a> / - <a href="/cat/index.html">Cat</a> - </nav> - </header> - - <main> - TODO PUT STUFF HERE - </main> - - <footer> - <hr> - <p style="text-align: center; font-size: 0.75em;">&copy; Copyright 2023. Made with <a href="https://newcss.net/">love and NewCSS</a> by Reagan Fischer.</p> - <hr> - </footer> -</body> - -</html>