add content

This commit is contained in:
André Weller
2019-05-12 02:45:16 +02:00
parent 9f3f9b13f7
commit 344c33d9e3
5 changed files with 89 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<template lang="pug">
div
h1 Servers
h1 Tools
.cards
template(v-for='resource in resources')
Card(:title='resource.title' :desc='resource.desc' :url='resource.url')
@@ -18,6 +18,11 @@ export default {
desc: 'Random JSON generator for your project - because debugging without data, does not make sense!',
url: 'https://www.json-generator.com'
},
{
title: 'Fathom',
desc: 'Fathom Analytics provides simple, useful website stats without tracking or storing personal data of your users.',
url: 'https://usefathom.com'
},
]
}
},