-
- star
+
+ star
{{this.name}}
+ (archived)
- {{this.date}}
- {{this.description}}
+ {{this.date}}
+
@@ -50,6 +51,10 @@ export default {
featured: {
default: false,
type: Boolean
+ },
+ archived: {
+ default: false,
+ type: Boolean
}
}
}
@@ -65,11 +70,15 @@ export default {
display: inline-block;
}
- .muted {
+ .date {
color: #9e9e9e;
font-weight: bold;
}
+ .muted {
+ color: #9e9e9e;
+ }
+
.md-subhead {
margin-top: 0.4rem;
opacity: .8;
@@ -85,4 +94,12 @@ export default {
display: none;
}
}
+
+ .archived {
+ background-color: #EEEEEE;
+ }
+
+ .featured {
+ color: #FB8C00 !important;
+ }
diff --git a/simon987/src/router/index.js b/simon987/src/router/index.js
index 449b0c9..87afbfc 100644
--- a/simon987/src/router/index.js
+++ b/simon987/src/router/index.js
@@ -1,7 +1,8 @@
import Vue from 'vue'
import Router from 'vue-router'
import Grid from '../components/Grid'
-import Code from "../components/Code";
+import Code from '../components/Code'
+import Contact from '../components/Contact'
Vue.use(Router);
@@ -17,6 +18,11 @@ export default new Router({
path: '/code',
name: 'Code',
component: Code
+ },
+ {
+ path: '/contact',
+ name: 'Contact',
+ component: Contact
}
]
})
diff --git a/simon987/static/c.png b/simon987/static/c.png
new file mode 100644
index 0000000..24dbf96
Binary files /dev/null and b/simon987/static/c.png differ