mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-18 12:21:47 +01:00
Rewording
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import Navbar from "@/components/navbar/Navbar.vue";
|
||||
import ExperienceTimeline from "./components/ExperienceTimeline.vue";
|
||||
import ExperienceTimeline from "./sections/ExperienceTimeline.vue";
|
||||
import Education from "./sections/Education.vue";
|
||||
import Certificates from "./sections/Certificates.vue";
|
||||
import Skills from "./sections/Skills.vue";
|
||||
|
||||
@ -33,7 +33,7 @@ export default ({
|
||||
"pcto toyota": "IT/IS Office, Internship",
|
||||
"pcto toyota description": "Internship organized during high school.\n" +
|
||||
"IT support, maintenance and initial setup of network devices.\n" +
|
||||
"SQL programming, automations with bash and batch scripts.",
|
||||
"SQL programming, automation with bash and batch scripts.",
|
||||
|
||||
"ois": "Informatics Olympiad in Teams",
|
||||
"ois description": "Team based programming competition.",
|
||||
@ -80,7 +80,7 @@ export default ({
|
||||
|
||||
|
||||
"ois": "Olimpiadi di informatica a squadre",
|
||||
"ois description": "Competizione di programmazione a squadre.",
|
||||
"ois description": "Programmazione competitiva a squadre.",
|
||||
|
||||
"MAST foundation": "Fondazione MAST",
|
||||
"MAST expeditions description": "Progettazione e realizzazione di una scatola IOT attraverso l'utilizzo di schede programmabili Flip & Click e " +
|
||||
|
||||
@ -2,27 +2,11 @@
|
||||
<div class="[&_li]:mr-4">
|
||||
<h2 class="text-4xl font-bold tracking-wide">{{ t("skills") }}</h2>
|
||||
|
||||
<ActivityParagraph :title="t('web development')">
|
||||
<ul class="flex flex-wrap items-center">
|
||||
<li><ProgrammingLogo :logo="nodejs_logo" language="NodeJS" /></li>
|
||||
<li><ProgrammingLogo :logo="php_logo" language="PHP" /></li>
|
||||
<li><ProgrammingLogo :logo="nginx_logo" language="Nginx" /></li>
|
||||
</ul>
|
||||
<ul class="flex flex-wrap items-center">
|
||||
<li><ProgrammingLogo :logo="react_logo" language="React" /></li>
|
||||
<li><ProgrammingLogo :logo="vue_logo" language="Vue" /></li>
|
||||
</ul>
|
||||
<!-- <ul class="flex flex-wrap items-center">
|
||||
<li><ProgrammingLogo :logo="html_logo" language="HTML" /></li>
|
||||
<li><ProgrammingLogo :logo="css_logo" language="CSS" /></li>
|
||||
<li><ProgrammingLogo :logo="js_logo" language="Javascript" /></li>
|
||||
</ul> -->
|
||||
<!-- <p>Bootstrap Tailwind</p> -->
|
||||
</ActivityParagraph>
|
||||
|
||||
<ActivityParagraph :title="t('data analysis')">
|
||||
<ul class="flex flex-wrap items-center">
|
||||
<li><ProgrammingLogo :logo="python_logo" language="Python" /></li>
|
||||
<li><ProgrammingLogo :logo="database_logo" language="SQL" needInvert /></li>
|
||||
<li><ProgrammingLogo :logo="mongo_logo" language="MongoDB" /></li>
|
||||
</ul>
|
||||
|
||||
<ul class="flex flex-wrap items-center">
|
||||
@ -41,10 +25,6 @@
|
||||
<!-- <ul class="flex flex-wrap items-center">
|
||||
<li><ProgrammingLogo :logo="knime_logo" language="KNIME" /></li>
|
||||
</ul> -->
|
||||
<ul class="flex flex-wrap items-center">
|
||||
<li><ProgrammingLogo :logo="database_logo" language="SQL" needInvert /></li>
|
||||
<li><ProgrammingLogo :logo="mongo_logo" language="MongoDB" /></li>
|
||||
</ul>
|
||||
</ActivityParagraph>
|
||||
|
||||
<ActivityParagraph :title="t('devops')">
|
||||
@ -60,6 +40,24 @@
|
||||
<li><ProgrammingLogo :logo="github_actions_logo" language="Github Actions" /></li>
|
||||
</ul>
|
||||
</ActivityParagraph>
|
||||
|
||||
<ActivityParagraph :title="t('web development')">
|
||||
<ul class="flex flex-wrap items-center">
|
||||
<li><ProgrammingLogo :logo="nodejs_logo" language="NodeJS" /></li>
|
||||
<li><ProgrammingLogo :logo="php_logo" language="PHP" /></li>
|
||||
<!-- <li><ProgrammingLogo :logo="nginx_logo" language="Nginx" /></li> -->
|
||||
</ul>
|
||||
<ul class="flex flex-wrap items-center">
|
||||
<li><ProgrammingLogo :logo="react_logo" language="React" /></li>
|
||||
<li><ProgrammingLogo :logo="vue_logo" language="Vue" /></li>
|
||||
</ul>
|
||||
<!-- <ul class="flex flex-wrap items-center">
|
||||
<li><ProgrammingLogo :logo="html_logo" language="HTML" /></li>
|
||||
<li><ProgrammingLogo :logo="css_logo" language="CSS" /></li>
|
||||
<li><ProgrammingLogo :logo="js_logo" language="Javascript" /></li>
|
||||
</ul> -->
|
||||
<!-- <p>Bootstrap Tailwind</p> -->
|
||||
</ActivityParagraph>
|
||||
|
||||
<ActivityParagraph :title="t('other programming languages')">
|
||||
<ul class="flex flex-wrap items-center">
|
||||
|
||||
Reference in New Issue
Block a user