diff --git a/src/assets/images/geoguess.png b/src/assets/images/geoguess.png new file mode 100644 index 0000000..838be53 Binary files /dev/null and b/src/assets/images/geoguess.png differ diff --git a/src/views/Contact.vue b/src/views/Contact.vue index 60a474f..f271a4e 100644 --- a/src/views/Contact.vue +++ b/src/views/Contact.vue @@ -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 { } - + diff --git a/src/views/Projects.vue b/src/views/Projects.vue index 0ec4303..254b224 100644 --- a/src/views/Projects.vue +++ b/src/views/Projects.vue @@ -17,7 +17,7 @@

My Projects

- + @@ -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" }, {