From b1bde6e1c0a1d8ad032ced2c4f50af92fe1d6e96 Mon Sep 17 00:00:00 2001 From: FEARmeR Date: Wed, 17 May 2023 15:19:57 +0100 Subject: [PATCH] First version of the project --- package.json | 1 + src/views/LandingPages/AboutUs/AboutView.vue | 2 +- src/views/Presentation/PresentationView.vue | 64 ++++++++++++++++++-- 3 files changed, 62 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a63c0e8..38779dc 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ }, "dependencies": { "@popperjs/core": "2.11.5", + "axios": "^1.4.0", "bootstrap": "5.1.3", "pinia": "2.0.14", "prismjs": "1.28.0", diff --git a/src/views/LandingPages/AboutUs/AboutView.vue b/src/views/LandingPages/AboutUs/AboutView.vue index 5783f11..e5d1f66 100644 --- a/src/views/LandingPages/AboutUs/AboutView.vue +++ b/src/views/LandingPages/AboutUs/AboutView.vue @@ -60,7 +60,7 @@ onUnmounted(() => {

- Work with an amazing + We have no

team

diff --git a/src/views/Presentation/PresentationView.vue b/src/views/Presentation/PresentationView.vue index eb1e68b..a3f2723 100644 --- a/src/views/Presentation/PresentationView.vue +++ b/src/views/Presentation/PresentationView.vue @@ -62,11 +62,11 @@ onUnmounted(() => { class="text-white pt-3 mt-n5 me-2" :style="{ display: 'inline-block ' }" > - Material Kit 2 + LinkedMin

- Start the Development With Bootstrap 5 Design System inspired by - Material Design. + Показывай себя и свои проекты. + Находи вдохновение, коллег и новые знания.

@@ -74,6 +74,36 @@ onUnmounted(() => {
+ +
+
+
+

Loading...

+
+
+ +
+
+

Error loading data

+

{{ error }}

+
+
+ +
+
+

{{ project.title }}

+ Project Image +

+ {{ project.description }} +

+

Total votes: {{ project.vote_total }}

+

Vote ratio: {{ project.vote_ratio }}

+ +
+
+
+ + + + + + \ No newline at end of file