1.0.9
This commit is contained in:
parent
282c506af7
commit
60832ec2d3
4 changed files with 110 additions and 38 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "troplo-site",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
|
BIN
src/assets/images/colubrina.png
Normal file
BIN
src/assets/images/colubrina.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 697 KiB |
|
@ -1,18 +1,6 @@
|
|||
@keyframes gradient {
|
||||
0% {
|
||||
background-position: 0% 50%;
|
||||
}
|
||||
50% {
|
||||
background-position: 100% 50%;
|
||||
}
|
||||
100% {
|
||||
background-position: 0% 50%;
|
||||
}
|
||||
}
|
||||
.troplo-header {
|
||||
-webkit-font-smoothing: antialiased !important;
|
||||
background: linear-gradient(-45deg, #0179f3, #0190ea) !important;
|
||||
animation: gradient 15s ease infinite;
|
||||
}
|
||||
.troplo-header-title {
|
||||
-webkit-font-smoothing: antialiased !important;
|
||||
|
|
|
@ -142,6 +142,13 @@ export default {
|
|||
color: "#42b883",
|
||||
link: "https://vuejs.org"
|
||||
},
|
||||
{
|
||||
internalName: "vuetify",
|
||||
name: "Vuetify",
|
||||
icon: "mdi-vuetify",
|
||||
link: "https://vuetify.com",
|
||||
color: "#2196F3"
|
||||
},
|
||||
{
|
||||
internalName: "express",
|
||||
name: "Express",
|
||||
|
@ -159,6 +166,52 @@ export default {
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 12,
|
||||
name: "Colubrina",
|
||||
internalName: "colubrina",
|
||||
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: "express",
|
||||
name: "Express",
|
||||
icon: "mdi-nodejs",
|
||||
link: "https://expressjs.com"
|
||||
},
|
||||
],
|
||||
description:
|
||||
"Colubrina - a simple open source chat platform written in Vue, Vuetify, NodeJS, and Socket.io.",
|
||||
visible: true,
|
||||
links: [
|
||||
{
|
||||
name: "Website",
|
||||
link: "https://colubrina.troplo.com"
|
||||
},
|
||||
{
|
||||
name: "Git Repository",
|
||||
link: "https://github.com/Troplo/Colubrina"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 11,
|
||||
name: "BetterCompass",
|
||||
|
@ -177,6 +230,13 @@ export default {
|
|||
color: "#42b883",
|
||||
link: "https://vuejs.org"
|
||||
},
|
||||
{
|
||||
internalName: "vuetify",
|
||||
name: "Vuetify",
|
||||
icon: "mdi-vuetify",
|
||||
link: "https://vuetify.com",
|
||||
color: "#2196F3"
|
||||
},
|
||||
{
|
||||
internalName: "express",
|
||||
name: "Express",
|
||||
|
@ -209,11 +269,6 @@ export default {
|
|||
icon: "mdi-check-circle",
|
||||
color: "success"
|
||||
},
|
||||
{
|
||||
internalName: "openSource",
|
||||
name: "Open Source",
|
||||
icon: "mdi-git"
|
||||
},
|
||||
{
|
||||
internalName: "vue",
|
||||
name: "Vue",
|
||||
|
@ -280,15 +335,10 @@ export default {
|
|||
internalName: "berri",
|
||||
tags: [
|
||||
{
|
||||
internalName: "development",
|
||||
name: "In Development",
|
||||
icon: "mdi-information",
|
||||
color: "info"
|
||||
},
|
||||
{
|
||||
internalName: "openSource",
|
||||
name: "Open Source",
|
||||
icon: "mdi-git"
|
||||
internalName: "development-halted",
|
||||
name: "Halted",
|
||||
icon: "mdi-pause-octagon",
|
||||
color: "warning"
|
||||
},
|
||||
{
|
||||
internalName: "vue",
|
||||
|
@ -311,6 +361,43 @@ export default {
|
|||
visible: true,
|
||||
links: {}
|
||||
},
|
||||
{
|
||||
id: 13,
|
||||
name: "Kansas",
|
||||
internalName: "kansas",
|
||||
tags: [
|
||||
{
|
||||
internalName: "development-halted",
|
||||
name: "Halted",
|
||||
icon: "mdi-pause-octagon",
|
||||
color: "warning"
|
||||
},
|
||||
{
|
||||
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: "express",
|
||||
name: "Express",
|
||||
icon: "mdi-nodejs",
|
||||
link: "https://expressjs.com"
|
||||
}
|
||||
],
|
||||
description:
|
||||
"Open source project tracking software written in Vue.js.",
|
||||
visible: true,
|
||||
links: {}
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
name: "Flowinity",
|
||||
|
@ -338,18 +425,20 @@ export default {
|
|||
icon: "mdi-check-circle",
|
||||
color: "success"
|
||||
},
|
||||
{
|
||||
internalName: "openSource",
|
||||
name: "Open Source",
|
||||
icon: "mdi-git"
|
||||
},
|
||||
{
|
||||
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"
|
||||
},
|
||||
],
|
||||
description: "The website you are viewing right now.",
|
||||
visible: true,
|
||||
|
@ -375,11 +464,6 @@ export default {
|
|||
icon: "mdi-pause-octagon",
|
||||
color: "warning"
|
||||
},
|
||||
{
|
||||
internalName: "openSource",
|
||||
name: "Open Source",
|
||||
icon: "mdi-git"
|
||||
},
|
||||
{
|
||||
internalName: "vue",
|
||||
name: "Vue",
|
||||
|
|
Loading…
Reference in a new issue