mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-14 19:01:51 +01:00
Add more projects
This commit is contained in:
BIN
src/assets/projects/animal-house.png
Normal file
BIN
src/assets/projects/animal-house.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 164 KiB |
BIN
src/assets/projects/tweet-analysis.png
Normal file
BIN
src/assets/projects/tweet-analysis.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 309 KiB |
@ -6,9 +6,13 @@
|
||||
<h2 class="text-3xl text-center mt-10 mb-3">{{ t("wip") }}</h2>
|
||||
|
||||
<Wirefilter />
|
||||
<NotXiaGithubio />
|
||||
|
||||
|
||||
<h2 class="text-3xl text-center mt-10 mb-3">{{ t("completed") }}</h2>
|
||||
|
||||
<TweetAnalysis />
|
||||
<AnimalHouse />
|
||||
<PandOSplus />
|
||||
<Imaging />
|
||||
<MNKGame />
|
||||
@ -28,6 +32,9 @@
|
||||
import Imaging from "./cards/Imaging.vue";
|
||||
import Platform from "./cards/Platform.vue";
|
||||
import PandOSplus from "./cards/PandOSplus.vue";
|
||||
import NotXiaGithubio from "./cards/NotXiaGithubio.vue";
|
||||
import AnimalHouse from "./cards/AnimalHouse.vue";
|
||||
import TweetAnalysis from "./cards/TweetAnalysis.vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import locale from "./locale.json";
|
||||
|
||||
|
||||
41
src/views/projects/cards/AnimalHouse.vue
Normal file
41
src/views/projects/cards/AnimalHouse.vue
Normal file
@ -0,0 +1,41 @@
|
||||
<template>
|
||||
<ProjectCard
|
||||
title="Animal House" :image="image"
|
||||
:description="t('description')"
|
||||
:links="[
|
||||
{ label: 'Repository', url: 'https://github.com/NotXia/animal-house' }
|
||||
]">
|
||||
|
||||
<p class="text-center">{{ t("unibo") }}</p>
|
||||
<p>{{ t('description') }}</p>
|
||||
</ProjectCard>
|
||||
</template>
|
||||
|
||||
|
||||
<script setup lang="ts">
|
||||
import ProjectCard from "../ProjectCard.vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import image from "@/assets/projects/animal-house.png";
|
||||
|
||||
const { t } = useI18n({ messages: {
|
||||
en: {
|
||||
unibo: "University of Bologna, A.Y. 2021-2022",
|
||||
description:
|
||||
"Project for the Web Technology course.\n" +
|
||||
"Web app with three sections:.\n" +
|
||||
"- Game: area with games and facts about animals\n" +
|
||||
"- Frontoffice: area to access services as logged users\n" +
|
||||
"- Backoffice: administration panel"
|
||||
|
||||
},
|
||||
it: {
|
||||
unibo: "Università di Bologna, A.A. 2021-2022",
|
||||
description:
|
||||
"Progetto per il corso di Tecnologie Web.\n" +
|
||||
"Web app suddivisa in tre sezioni:\n" +
|
||||
"- Game: area con giochi e fatti sugli animali\n" +
|
||||
"- Frontoffice: area con servizi per gli utenti\n" +
|
||||
"- Backoffice: pannello di amministrazione"
|
||||
}
|
||||
} });
|
||||
</script>
|
||||
55
src/views/projects/cards/NotXiaGithubio.vue
Normal file
55
src/views/projects/cards/NotXiaGithubio.vue
Normal file
@ -0,0 +1,55 @@
|
||||
<template>
|
||||
<ProjectCard
|
||||
title="notxia.github.io"
|
||||
:links="[
|
||||
{ label: 'Repository', url: 'https://github.com/NotXia/notxia.github.io' },
|
||||
]">
|
||||
|
||||
<p v-if="!show_recursive_message">{{ t('description') }}</p>
|
||||
|
||||
<div class="w-full h-72 relative">
|
||||
<div role="status" v-if="!iframe_loaded && !show_recursive_message" class="absolute top-0 left-0 w-full h-full flex justify-center items-center">
|
||||
<svg aria-hidden="true" class="w-8 h-8 animate-spin text-gray-200 fill-gray-600 dark:text-gray-600 dark:fill-gray-300" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z" fill="currentColor"/>
|
||||
<path d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z" fill="currentFill"/>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
<div v-if="show_recursive_message" class="flex justify-center items-center w-full h-full">
|
||||
<p>{{ t("no recursion") }}</p>
|
||||
</div>
|
||||
|
||||
<iframe src="/" frameborder="0" width="100%" height="100%" @load="iframe_loaded = true"></iframe>
|
||||
</div>
|
||||
</ProjectCard>
|
||||
</template>
|
||||
|
||||
|
||||
<script setup lang="ts">
|
||||
import ProjectCard from "../ProjectCard.vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import { ref, onMounted } from "vue";
|
||||
|
||||
const iframe_loaded = ref(false);
|
||||
const show_recursive_message = ref(false);
|
||||
|
||||
onMounted(() => {
|
||||
try {
|
||||
if (window.frameElement) { // The component is loaded inside an iframe
|
||||
show_recursive_message.value = true;
|
||||
}
|
||||
}
|
||||
catch (err) { show_recursive_message.value = false; }
|
||||
});
|
||||
|
||||
const { t } = useI18n({ messages: {
|
||||
en: {
|
||||
description: "Here's a secret preview of my website.",
|
||||
"no recursion": "Recursion out of service, sorry for the inconvenience."
|
||||
},
|
||||
it: {
|
||||
description: "Ecco un'anteprima segreta del mio sito.",
|
||||
"no recursion": "Ricorsione fuori servizio, mi scuso per il disagio."
|
||||
}
|
||||
} });
|
||||
</script>
|
||||
34
src/views/projects/cards/TweetAnalysis.vue
Normal file
34
src/views/projects/cards/TweetAnalysis.vue
Normal file
@ -0,0 +1,34 @@
|
||||
<template>
|
||||
<ProjectCard
|
||||
title="Tweet Analysis" :image="image"
|
||||
:description="t('description')"
|
||||
:links="[
|
||||
{ label: 'Repository', url: 'https://github.com/NotXia/tweet-analysis' }
|
||||
]">
|
||||
|
||||
<p class="text-center">{{ t("unibo") }}</p>
|
||||
<p>{{ t('description') }}</p>
|
||||
</ProjectCard>
|
||||
</template>
|
||||
|
||||
|
||||
<script setup lang="ts">
|
||||
import ProjectCard from "../ProjectCard.vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import image from "@/assets/projects/tweet-analysis.png";
|
||||
|
||||
const { t } = useI18n({ messages: {
|
||||
en: {
|
||||
unibo: "University of Bologna, A.Y. 2022-2023",
|
||||
description:
|
||||
"Project for the Software Engineering course.\n" +
|
||||
"Twitter client with analytics features developed using the Scrum methodology."
|
||||
},
|
||||
it: {
|
||||
unibo: "Università di Bologna, A.A. 2022-2023",
|
||||
description:
|
||||
"Progetto per il corso di Ingegneria del Software.\n" +
|
||||
"Webapp per l'analisi di tweet sviluppato con metodologia Scrum."
|
||||
}
|
||||
} });
|
||||
</script>
|
||||
Reference in New Issue
Block a user