Skip to content

Commit

Permalink
[frontend:add] Add a link to the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Jun 13, 2019
1 parent c3dd626 commit 3f2bb10
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion frontend/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<template>
<div id="app">
<h1>GitHub Repository Card<br>for every web site</h1>
<a href="https://github.com/nwtgck/gh-card" target="_blank">
<img src="./assets/github.svg" style="width: 1em;"> GitHub
</a>
<GhCardGenerator />
</div>
</template>
Expand All @@ -24,6 +27,9 @@ export default class App extends Vue {}
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
margin-top: 50px;
}
a {
color: black;
}
</style>
4 changes: 4 additions & 0 deletions frontend/src/assets/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3f2bb10

Please sign in to comment.