diff --git a/src/app/page.module.css b/src/app/page.module.css
index c531ebb..5e2bfe3 100644
--- a/src/app/page.module.css
+++ b/src/app/page.module.css
@@ -6,4 +6,64 @@
min-height: 100vh;
font-size: 50px;
color: white;
+}
+
+.projects
+{
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ width: 70%;
+}
+
+.windowContainer
+{
+ width: 280px;
+ background-color: rgb(31, 31, 31);
+ border: 1px solid rgb(113, 113, 113);
+}
+
+.windowOptions
+{
+ display: flex;
+ justify-content: end;
+ background-color: rgb(255, 255, 255);
+ height: 30px;
+ align-items: center;
+ font-size: 15px;
+ position: sticky;
+ top: 0;
+}
+.windowOptions svg
+{
+ width: 25px;
+ height: 30px;
+ padding: 0 10px;
+ color: rgb(142, 142, 142);
+}
+.windowOptions svg:nth-last-child(1):hover
+{
+ background-color: red;
+}
+
+.windowOptions svg:hover
+{
+ background-color: rgb(177, 177, 177);
+ color: white;
+}
+
+.windowOptions article
+{
+ width: 110px;
+ display: flex;
+}
+
+.windowContent
+{
+ font-size: 15px;
+ color: rgb(114, 114, 114);
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 180px;
}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7339d21..05cc65a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -4,6 +4,7 @@ import { Metadata } from 'next'
import Terminal from '@/components/Terminal'
import Typewriter from '@/components/Typewriter'
import localFont from 'next/font/local'
+import { ChevronRight, X, Minus, Square } from 'lucide-react';
const dotFont = localFont({ src: './e-dot-digital-7.ttf' })
@@ -12,6 +13,40 @@ export default function Home() {
Projects
+ Social Media
{output}} - {/*
{output}*/} -
{output}} + {/*
{output}*/} +