update
This commit is contained in:
parent
a3729e1e9c
commit
61b1768e45
3 changed files with 68 additions and 8 deletions
BIN
src/assets/images/geoguess.png
Normal file
BIN
src/assets/images/geoguess.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 MiB |
|
@ -41,13 +41,13 @@ export default {
|
|||
displayName: "troplo@troplo.com",
|
||||
url: "mailto:troplo@troplo.com"
|
||||
},
|
||||
{
|
||||
/*{
|
||||
id: 2,
|
||||
icon: "mdi-matrix",
|
||||
title: "Matrix",
|
||||
displayName: "@troplo:flowinity.com",
|
||||
url: "https://matrix.to/#/@troplo:flowinity.com?via=flowinity.com"
|
||||
},
|
||||
},*/
|
||||
{
|
||||
id: 3,
|
||||
icon: "mdi-discord",
|
||||
|
@ -55,6 +55,13 @@ export default {
|
|||
displayName: "Troplo#8495",
|
||||
url: "https://discord.com/users/692259321907773460"
|
||||
},
|
||||
{
|
||||
id: 9,
|
||||
icon: "mdi-mastodon",
|
||||
title: "Mastodon",
|
||||
displayName: "@Troplo@social.troplo.com",
|
||||
url: "https://social.troplo.com/@Troplo"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
icon: "mdi-twitter",
|
||||
|
@ -96,4 +103,8 @@ export default {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
<style scoped>
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
</v-card>
|
||||
<p class="justify-center text-center text-h4">My Projects</p>
|
||||
<v-row>
|
||||
<v-col md="3" v-for="(project, index) in getVisible" :key="index">
|
||||
<v-col lg="3" v-for="(project, index) in getVisible" :key="index">
|
||||
<v-card class="rounded-xl troplo-p" elevation="8">
|
||||
<v-hover v-slot="{ hover }">
|
||||
<v-img :alt="'Image of ' + project.name" :src="getImage(project.internalName)">
|
||||
|
@ -214,7 +214,7 @@ export default {
|
|||
link: "https://colubrina.troplo.com"
|
||||
},
|
||||
{
|
||||
name: "Git Repository",
|
||||
name: "GitHub",
|
||||
link: "https://github.com/Troplo/Colubrina"
|
||||
}
|
||||
]
|
||||
|
@ -260,11 +260,60 @@ export default {
|
|||
link: "https://compass.troplo.com"
|
||||
},
|
||||
{
|
||||
name: "Git Repository",
|
||||
name: "GitHub",
|
||||
link: "https://github.com/ElectricS01/BetterCompass"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 14,
|
||||
name: "GeoGuess",
|
||||
internalName: "geoguess",
|
||||
description: "Contributed changes & fixes to the open source geography game GeoGuess.",
|
||||
visible: true,
|
||||
links: [
|
||||
{
|
||||
name: "My Instance",
|
||||
link: "https://geo.troplo.com"
|
||||
},
|
||||
{
|
||||
name: "GitHub",
|
||||
link: "https://github.com/GeoGuess/GeoGuess"
|
||||
},
|
||||
{
|
||||
name: "Website",
|
||||
link: "https://geoguess.games"
|
||||
}
|
||||
],
|
||||
tags: [
|
||||
{
|
||||
internalName: "active",
|
||||
name: "Active",
|
||||
icon: "mdi-check-circle",
|
||||
color: "success"
|
||||
},
|
||||
{
|
||||
internalName: "vue",
|
||||
name: "Vue",
|
||||
icon: "mdi-vuejs",
|
||||
color: "#42b883",
|
||||
link: "https://vuejs.org"
|
||||
},
|
||||
{
|
||||
internalName: "vuetify",
|
||||
name: "Vuetify",
|
||||
icon: "mdi-vuetify",
|
||||
link: "https://vuetify.com",
|
||||
color: "#2196F3"
|
||||
},
|
||||
{
|
||||
internalName: "firebase",
|
||||
name: "Google APIs",
|
||||
icon: "mdi-firebase",
|
||||
link: "https://firebase.com"
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: "Mira",
|
||||
|
@ -296,7 +345,7 @@ export default {
|
|||
visible: true,
|
||||
links: [
|
||||
{
|
||||
name: "Git Repository",
|
||||
name: "GitHub",
|
||||
link: "https://github.com/pinnoto/mira"
|
||||
}
|
||||
]
|
||||
|
@ -451,7 +500,7 @@ export default {
|
|||
visible: true,
|
||||
links: [
|
||||
{
|
||||
name: "Git Repository",
|
||||
name: "GitHub",
|
||||
link: "https://github.com/Troplo/website"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue