From a4684476f5005258daaf1b7768627edb5573b9fd Mon Sep 17 00:00:00 2001
From: rasmus
Date: Sat, 1 Feb 2025 11:21:47 +0100
Subject: [PATCH] Made the footer stay at the bottom
---
src/App.vue | 41 +++++++++++++-----------
src/components/Fortran/Fortran_Index.vue | 4 ++-
2 files changed, 25 insertions(+), 20 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 5dcabfd..2d8640e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -2,25 +2,28 @@
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
-
\ No newline at end of file
diff --git a/src/components/Fortran/Fortran_Index.vue b/src/components/Fortran/Fortran_Index.vue
index 76e90f9..65dad96 100644
--- a/src/components/Fortran/Fortran_Index.vue
+++ b/src/components/Fortran/Fortran_Index.vue
@@ -8,8 +8,10 @@
Fortran (Formula Translation), is one of the ancient languages somehow still in use as of today. First introduced
in the 1950s by a team at IBM, Fortran was designed specifically for scientific and engineering applications,
- where its ability to efficiently handle complex mathematical operations.
+ where its ability to efficiently handle complex mathematical operations far outperformed rivaling languages at the
+ time.
+
Over the years, Fortran has undergone numerous updates and revisions, with the most recent standard being Fortran
2023. Even with the popularity of newer languages, such as C++, Java, and Python, Fortran remains a popular choice