@@ -34,17 +31,18 @@ export default function Header() {
aidxn.cc
- Home
- About
- Contact
- Domains
- Blog
- Music by Time
+ Home
+ About
+ Contact
+ Domains
+ Manifesto
+ Blog
+ Music by Time
- Tilde
+ Tildewhat?
diff --git a/app/components/pages/About.tsx b/app/components/pages/About.tsx
index 8fe37b6..eb151a1 100644
--- a/app/components/pages/About.tsx
+++ b/app/components/pages/About.tsx
@@ -1,7 +1,6 @@
"use client"
-import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
-import { faUser } from '@fortawesome/free-solid-svg-icons'
+import { User } from 'lucide-react'
import FeaturedRepos from '../widgets/FeaturedRepos'
import Image from 'next/image'
import { useState } from 'react'
@@ -12,7 +11,9 @@ export default function About() {
return (
-
+
+
+
About Me
diff --git a/app/components/pages/Contact.tsx b/app/components/pages/Contact.tsx
index 2ba6694..64c3a14 100644
--- a/app/components/pages/Contact.tsx
+++ b/app/components/pages/Contact.tsx
@@ -1,12 +1,14 @@
-import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { faPhone, faEnvelope } from '@fortawesome/free-solid-svg-icons'
import { faGithub, faTelegram } from '@fortawesome/free-brands-svg-icons'
+import { Phone } from 'lucide-react'
import ContactButton from '../objects/ContactButton'
export default function Contact() {
return (
-
+
+
+
Contact
diff --git a/app/components/pages/Domains.tsx b/app/components/pages/Domains.tsx
index 80b5f4d..70819eb 100644
--- a/app/components/pages/Domains.tsx
+++ b/app/components/pages/Domains.tsx
@@ -1,11 +1,12 @@
-import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
-import { faLink } from '@fortawesome/free-solid-svg-icons'
+import { Link } from 'lucide-react'
import domains from '../../../public/data/domains.json'
export default function About() {
return (
-
+
+
+
My Domains
diff --git a/app/components/pages/Manifesto.tsx b/app/components/pages/Manifesto.tsx
new file mode 100644
index 0000000..5990087
--- /dev/null
+++ b/app/components/pages/Manifesto.tsx
@@ -0,0 +1,63 @@
+import { BookOpen } from 'lucide-react'
+
+export default function About() {
+ return (
+
+
+
+
+
+ Manifesto
+
+
+
+ 1. Empathy and Understanding
+
+
+ We live in a distant world. People I meet are from all over, which can be hard to understand for others. I aim to utilize my ability to connect by understanding and getting interested in people's lives. I pledge to:
+
+
+
Listen deeply and genuinely
+
Suspend judgment and seek to understand
+
Recognize the humanity in every digital interaction
+
+
+ 2. Unconditional Sharing!
+
+
+ Information should be free and accessible to all. I will:
+
+
+
Make all of my work free and accessible to all (e.g. public domain Wikipedia contributions)
+
Creating and sharing content for others benefit
+
Supporting open-source principles
+
Creating extensive documentation on all of my projects
+
+
+ 3. Genuine Human Connection
+
+
+ I aim to create a genuine human connection with all people I meet, regardless of who or where they are from.
+
+
+ 4. Privacy & Self-Hosted Services
+
+
+ In terms of my personal (some public) services, I commit to never selling, viewing or share personal information with third parties or myself. I will:
+
+
+
Respect user data as a fundamental human right
+
Not implement tracking and/or monetization in my services
+
Focus my services to focus on being free and open
+
Suggest/support technologies that help privacy
+
+
+ I Commit
+
+
+ I am not perfect, that's for sure, but I am committed. I promise to continuously learn, grow, and adapt to my environment, goals, purpose, and the people around me.
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/app/manifesto/page.tsx b/app/manifesto/page.tsx
new file mode 100644
index 0000000..73ff1bd
--- /dev/null
+++ b/app/manifesto/page.tsx
@@ -0,0 +1,15 @@
+import Header from '../components/Header'
+import ManifestoPg from '../components/pages/Manifesto'
+import Footer from '../components/Footer'
+
+export default function Manifesto() {
+ return (
+
+
+
+
+
+
+
+ )
+}
diff --git a/app/time-periods/early-summer-2024/page.tsx b/app/time-periods/early-summer-2024/page.tsx
index 9094a9e..6a4705a 100644
--- a/app/time-periods/early-summer-2024/page.tsx
+++ b/app/time-periods/early-summer-2024/page.tsx
@@ -2,7 +2,7 @@ import Header from '../../components/Header'
import WhatWasGoingOn from '../../components/pages/time-periods/early-summer-2024/WhatWasGoingOn'
import Footer from '../../components/Footer'
-export default function Music() {
+export default function EarlySummer2024() {
return (
diff --git a/app/time-periods/late-summer-2024/page.tsx b/app/time-periods/late-summer-2024/page.tsx
index 8675989..fc40f18 100644
--- a/app/time-periods/late-summer-2024/page.tsx
+++ b/app/time-periods/late-summer-2024/page.tsx
@@ -2,7 +2,7 @@ import Header from '../../components/Header'
import WhatWasGoingOn from '../../components/pages/time-periods/late-summer-2024/WhatWasGoingOn'
import Footer from '../../components/Footer'
-export default function Music() {
+export default function LateSummer2024() {
return (