From c311f776d8a08906b1dbfd0ca0e916120045e2b3 Mon Sep 17 00:00:00 2001 From: Ash Svitan Date: Fri, 24 Apr 2026 13:01:15 +0200 Subject: [PATCH] :lipstick: Changes UI structure Signed-off-by: Ash Svitan --- app/components/BashPrompt.vue | 8 ++ app/pages/index.vue | 178 ++++++++++++++++------------------ 2 files changed, 93 insertions(+), 93 deletions(-) create mode 100644 app/components/BashPrompt.vue diff --git a/app/components/BashPrompt.vue b/app/components/BashPrompt.vue new file mode 100644 index 0000000..6ed0d4b --- /dev/null +++ b/app/components/BashPrompt.vue @@ -0,0 +1,8 @@ + diff --git a/app/pages/index.vue b/app/pages/index.vue index 4b5ff75..cd1f981 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -5,7 +5,7 @@
- +
+ cat README.md +

+ {{ $t("main.intro.0") }} + {{ $t("main.intro.1") }}, {{ $t("main.intro.2") }}{{ years + }}{{ $t("main.intro.3") }} +

+ + {{ $t("main.cv") }} + +
-

- {{ $t("main.intro.0") }} - {{ $t("main.intro.1") }}, {{ $t("main.intro.2") }}{{ years }}{{ $t("main.intro.3") }} -

- - {{ $t("main.cv") }} - -
-
+
+ ls . + +
- -
+
+ feh images/selfie.png +
+ +
+
-

- {{ $t("main.experience.title") }} -

+ cat {{ $t("main.experience.title") }} @@ -132,12 +137,9 @@
-
-

- {{ $t("main.education.title") }} -

+ cat {{ $t("main.education.title") }} @@ -172,10 +174,9 @@
-
-

{{ $t("main.skills.title") }}

+ cat {{ $t("main.skills.title") }}
  • {{ $t("main.skills.languages") }}
  • {{ $t("main.skills.data-science") }}
  • @@ -193,12 +194,9 @@

    {{ $t("main.skills.3") }}

    {{ $t("main.skills.4") }}

-
-

- {{ $t("main.projects.title") }} -

+ cat {{ $t("main.projects.title") }} @@ -376,12 +374,9 @@

{{ $t("main.projects.footer") }}

-
-

- {{ $t("main.about.title") }} -

+ cat {{ $t("main.about.title") }}

{{ $t("main.about.residence") }}

{{ $t("main.about.citizenship") }}

{{ $t("main.about.0") }}

@@ -389,10 +384,9 @@

{{ $t("main.about.2") }}

{{ $t("main.about.3") }}

-
-

{{ $t("main.contacts.title") }}

+ cat {{ $t("main.contacts.title") }}
-
-

- {{ $t("main.note.source.0") }} - - {{ $t("main.note.source.1") }} - - {{ $t("main.note.source.2") }} -

+
@@ -542,11 +538,7 @@ tr:last-of-type { } section { - margin-left: 1rem; -} - -section h2 { - margin-left: -1rem; + margin-bottom: 2rem; }