diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-07-17 17:39:54 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-07-17 17:39:54 +0100 |
commit | b61aca6682042e415e52b4546255b2a0bcd7b42a (patch) | |
tree | 7e141aa190061223575a5e7539be33131abdf8f8 /public/projects/programs/dotfiles | |
parent | b663eae365f70f13ed4a3447198dff0a32d203eb (diff) |
Website overhaul
Diffstat (limited to 'public/projects/programs/dotfiles')
-rw-r--r-- | public/projects/programs/dotfiles | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/public/projects/programs/dotfiles b/public/projects/programs/dotfiles new file mode 100644 index 0000000..54f7711 --- /dev/null +++ b/public/projects/programs/dotfiles @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Dotfiles</title> + <link rel="stylesheet" href="../../styles.css"> +</head> +<body> + <header> + <nav> + <ul> + <li><a href="../../index.html">Home</a></li> + <li><a href="../../links.html">Links</a></li> + <li><a href="../../projects.html">Projects</a></li> + <li><a href="../../contact.html">Contact</a></li> + </ul> + </nav> + </header> + <main class="description"> + <h2><b>Dotfiles</b></h2> + <h3>What are Dotfiles?</h3><p> + The reason I have dotfiles is for a few reasons. The first is that I use my PC and a few laptops interchangeably, and having my configurations easily downloadable is a big time saver. The second reason why I have my dotfiles up is because maybe somebody is looking for a certain baseline for their configurations, and if they find it well, I am more than happy to help that person. The third reason is just in case something happens to one of my laptops or my PC. I suggest that if you have configuration files, you should back them up on your preferred git host.</p> + </main> +</body> +</html> + |