From c86b4ae71a52a2796cd6892376c57da460a08f34 Mon Sep 17 00:00:00 2001 From: rasmus Date: Mon, 3 Feb 2025 15:11:15 +0100 Subject: [PATCH] Expand Set Up page --- index.html | 1 + src/App.vue | 20 ++-- src/components/About.vue | 26 ++++- .../Fortran/Fortran_Hello_World.vue | 13 +-- src/components/Fortran/Fortran_Index.vue | 1 + src/components/Fortran/Fortran_Set_Up.vue | 95 +++++++++++++++++++ src/index.css | 9 +- src/main.ts | 3 + src/styles.css | 9 +- tailwind.config.js | 6 +- 10 files changed, 154 insertions(+), 29 deletions(-) create mode 100644 src/components/Fortran/Fortran_Set_Up.vue diff --git a/index.html b/index.html index 59598b6..22d121e 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ + Ancient Programming diff --git a/src/App.vue b/src/App.vue index 2d8640e..c4a6266 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,17 +2,15 @@