From 39451e0a8f35af1ac41e1b548fa43aa3abc37dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enric=20Perpiny=C3=A0=20Pitarch?= <56732262+evilmonkey19@users.noreply.github.com> Date: Thu, 4 Apr 2024 23:23:47 +0200 Subject: [PATCH] Fixed button, added support for mobile in Header and landing part --- .vscode/launch.json | 23 +++++++++++++++++++++++ components/Header.tsx | 2 +- components/Landing.tsx | 29 +++++++++++++++++------------ static/icons/union_green.svg | 6 ------ static/icons/union_pink.svg | 6 ------ 5 files changed, 41 insertions(+), 25 deletions(-) create mode 100644 .vscode/launch.json delete mode 100644 static/icons/union_green.svg delete mode 100644 static/icons/union_pink.svg diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..1e39838 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,23 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "request": "launch", + "name": "Launch Program", + "type": "node", + "program": "${workspaceFolder}/dev.ts", + "cwd": "${workspaceFolder}", + "runtimeExecutable": "/Users/enric/.deno/bin/deno", + "runtimeArgs": [ + "run", + "--inspect-wait", + "--allow-all", + "--watch=static/,routes/,components/" + ], + "attachSimplePort": 9229 + } + ] +} \ No newline at end of file diff --git a/components/Header.tsx b/components/Header.tsx index 871054c..d643bcf 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -4,7 +4,7 @@ export default function Header() { Logo from ET English Theater -
+
Events Productions
diff --git a/components/Landing.tsx b/components/Landing.tsx index 827aecc..9fc2416 100644 --- a/components/Landing.tsx +++ b/components/Landing.tsx @@ -1,22 +1,27 @@ const Landing = () => ( -
+
-
+
-

English Theater Improv Club

+

English Theater Improv Club

-

-

We are a theater association based in Stockholm, Sweden. +

+

We are a theater association based in Stockholm, Sweden. We try to bring the joy of improv and theater to local and international students.

-
- - -

Hire us

+
diff --git a/static/icons/union_green.svg b/static/icons/union_green.svg deleted file mode 100644 index 548a87f..0000000 --- a/static/icons/union_green.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/static/icons/union_pink.svg b/static/icons/union_pink.svg deleted file mode 100644 index c1ada91..0000000 --- a/static/icons/union_pink.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - -