Add link to source code repository to about page
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
<template lang="pug">
|
<template lang="pug">
|
||||||
|
- const REPO_LINK = "https://git.dietrich-rink.de/dietrich/vue-example-app"
|
||||||
- const JOKE_API_LINK = "https://github.com/15Dkatz/official_joke_api"
|
- const JOKE_API_LINK = "https://github.com/15Dkatz/official_joke_api"
|
||||||
|
|
||||||
section
|
section
|
||||||
h2 About
|
h2 About
|
||||||
|
|
||||||
p
|
p
|
||||||
| This is an example single page application built in Vue.js.
|
| This is an example single page application built in Vue.js. You can find
|
||||||
|
| its source code in #[a(href=REPO_LINK target="_blank") this repository].
|
||||||
p
|
p
|
||||||
| It uses nested components, routing, composables and the fancy language
|
| It uses nested components, routing, composables and the fancy language
|
||||||
| extensions pug, typescript and sass, that compile to html, javascript and
|
| extensions pug, typescript and sass, that compile to html, javascript and
|
||||||
|
|||||||
BIN
src/img/favicon.ico
Normal file
BIN
src/img/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user