💄 (welcome page) change getting started button
This commit is contained in:
@@ -3,26 +3,14 @@
|
|||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<h3 class="title is-3">Lite Note</h3>
|
<h3 class="title is-3">Lite Note</h3>
|
||||||
<h4 class="subtitle is-4">Get started</h4>
|
<router-link
|
||||||
<ol>
|
:to="{
|
||||||
<li>
|
name: 'Home',
|
||||||
Take notes your favorite
|
params: { user: 'lite-note', repo: 'getting-started' }
|
||||||
<router-link :to="{ name: 'TextEditor' }">text editor</router-link>
|
}"
|
||||||
</li>
|
class="button is-primary"
|
||||||
<li>
|
>getting started guide</router-link
|
||||||
Push to GitHub
|
>.
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Read it here
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Share it with an URL
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Or do it
|
|
||||||
<router-link :to="{ name: 'Login' }">privately</router-link>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<p>
|
<p>
|
||||||
@@ -97,16 +85,6 @@
|
|||||||
</form>
|
</form>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>
|
|
||||||
Take a look at the
|
|
||||||
<router-link
|
|
||||||
:to="{
|
|
||||||
name: 'Home',
|
|
||||||
params: { user: 'lite-note', repo: 'getting-started' }
|
|
||||||
}"
|
|
||||||
>getting started guide</router-link
|
|
||||||
>.
|
|
||||||
</p>
|
|
||||||
<p>
|
<p>
|
||||||
This web app was inspired by
|
This web app was inspired by
|
||||||
<a
|
<a
|
||||||
|
|||||||
Reference in New Issue
Block a user