diff --git a/src/components/WorkTile.tsx b/src/components/WorkTile.tsx
index 80b6348..c125cdc 100644
--- a/src/components/WorkTile.tsx
+++ b/src/components/WorkTile.tsx
@@ -4,7 +4,7 @@ import Heading from './Heading'
const WorkTile = ({ children, title, links, className }: WorkTileWrapperProps) => {
return (
-
+
{title && (
{title}
diff --git a/src/content/WorkAndy.tsx b/src/content/WorkAndy.tsx
new file mode 100644
index 0000000..f5ad233
--- /dev/null
+++ b/src/content/WorkAndy.tsx
@@ -0,0 +1,28 @@
+import Paragraph from '@/components/Paragraph'
+import WorkTile from '@/components/WorkTile'
+import andyAlt from './images/andy-alt.png'
+import andyBadge from './images/andy-badge.jpg'
+import andyMain from './images/andy-main.png'
+
+const WorkAndy = () => {
+ return (
+
+
+ This is me dipping toes into logo waters. Nobody actually asked for it, it just struck me,
+ after visiting the museum, that it should have a more solid identity, given the greatness of
+ the king of pop art.
+
+
+
+
+ )
+}
+
+export default WorkAndy
diff --git a/src/content/WorkKolbord.tsx b/src/content/WorkKolbord.tsx
index 33ac2c7..d2e7740 100644
--- a/src/content/WorkKolbord.tsx
+++ b/src/content/WorkKolbord.tsx
@@ -18,6 +18,13 @@ const WorkKolbord = () => {
Opinionated, free to use, and open source app for two-click reservation of anything.
Prototyped in Figma, coded in React, Payload CMS, with user management in Clerk.
+
)
}
diff --git a/src/content/images/andy-alt.png b/src/content/images/andy-alt.png
new file mode 100644
index 0000000..53c110c
Binary files /dev/null and b/src/content/images/andy-alt.png differ
diff --git a/src/content/images/andy-badge.jpg b/src/content/images/andy-badge.jpg
new file mode 100644
index 0000000..4f08cbd
Binary files /dev/null and b/src/content/images/andy-badge.jpg differ
diff --git a/src/content/images/andy-main.png b/src/content/images/andy-main.png
new file mode 100644
index 0000000..abcf393
Binary files /dev/null and b/src/content/images/andy-main.png differ
diff --git a/src/content/images/andy-wall.jpg b/src/content/images/andy-wall.jpg
new file mode 100644
index 0000000..e7867a7
Binary files /dev/null and b/src/content/images/andy-wall.jpg differ
diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx
index 6101d78..92c20df 100644
--- a/src/pages/Home.tsx
+++ b/src/pages/Home.tsx
@@ -2,6 +2,7 @@ import AboutMe from '@/content/AboutMe'
import Chart from '@/content/Chart'
import Footer from '@/content/Footer'
import Intro from '@/content/Intro'
+import WorkAndy from '@/content/WorkAndy'
import WorkKolbord from '@/content/WorkKolbord'
import WorkScrollDriven from '@/content/WorkScrollDriven'
import WorkScrollDrivenShowcase from '@/content/WorkScrolldrivenShowcase'
@@ -15,6 +16,7 @@ const Home = () => {
+