Add Clicks server maintainance to work experience
Change website title

Change-Id: Ie6448ced226cf849376b99337003892f9df80fb0
Reviewed-on: https://git.clicks.codes/c/Coded/Resume/+/580
Reviewed-by: Samuel Shuert <coded@clicks.codes>
Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/app/layout.tsx b/app/layout.tsx
index 2e00284..eedb6f0 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -5,8 +5,8 @@
 const inter = Inter({ subsets: ["latin"] });
 
 export const metadata: Metadata = {
-  title: "Create Next App",
-  description: "Generated by create next app",
+  title: "Samuel Shuert Resume",
+  description: "A hosted copy of my resume for easy access online.",
 };
 
 export default function RootLayout({
diff --git a/app/page.tsx b/app/page.tsx
index f6dd341..32d9d70 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -1,7 +1,7 @@
 import Work from "@/components/work";
 
 const summary = `
-  I'm a 20, going on 21, year old developer who's been programming since I was 11. I started with Python and have since taken my skills to both NodeJS and Rust.
+  I'm a 21 year old developer who's been programming since I was 11. I started with Python and have since taken my skills to both NodeJS and Rust.
   I'm eager to make your acquaintance and put my skills to use in a collaborative environment.
 `
 
@@ -46,6 +46,18 @@
           </li>
         </Work>
 
+        <Work jobTitle={"Developer"} area={"Infrastructure"} projectName={"Clicks Server"} dateFrom="Mar 2022" dateTo={"Current"} obsolete={false} >
+          <li>
+            Uptime management for Clicks servers.
+          </li>
+          <li>
+            Ensure Clicks projects and additionally hosted tools do not go offline.
+          </li>
+          <li>
+            Use of nix containers and docker for seperation of tasks.
+          </li>
+        </Work>
+
         <Work jobTitle={"Developer"} area={"Backend"} projectName={"Nucleus"} dateFrom={"Sep 2020"} dateTo={"Sep 2023"} obsolete={false}>
           <li>Nucleus (Feb 2023 - Sep 2023)</li>
           <ul className="ml-8 mt-2 list-disc text-sm mb-4">