Birthday
This commit is contained in:
1
pages/birthday-success.vue
Normal file
1
pages/birthday-success.vue
Normal file
@ -0,0 +1 @@
|
||||
<template src="./birthday-success.vue.html"></template>
|
4
pages/birthday-success.vue.html
Normal file
4
pages/birthday-success.vue.html
Normal file
@ -0,0 +1,4 @@
|
||||
<div>
|
||||
<h1>Thanks for your birthday!</h1>
|
||||
<NuxtLink to="/">Home</NuxtLink>
|
||||
</div>
|
1
pages/feedback-success.vue
Normal file
1
pages/feedback-success.vue
Normal file
@ -0,0 +1 @@
|
||||
<template src="./feedback-success.vue.html"></template>
|
4
pages/feedback-success.vue.html
Normal file
4
pages/feedback-success.vue.html
Normal file
@ -0,0 +1,4 @@
|
||||
<div>
|
||||
<h1>Thanks for your feedback!</h1>
|
||||
<NuxtLink to="/">Home</NuxtLink>
|
||||
</div>
|
@ -1,37 +1,3 @@
|
||||
<template>
|
||||
<main>
|
||||
<div class="intro">
|
||||
<h1>Nuxt Toolbox</h1>
|
||||
<p>
|
||||
Hi 👋! This template gives you a
|
||||
<a href="https://nuxtjs.org/">Nuxt</a> app with the scaffolding for
|
||||
<a href="https://www.netlify.com/products/functions/"
|
||||
>Netlify Functions</a
|
||||
>, <a href="https://www.netlify.com/products/forms/">Forms</a>, and
|
||||
<a href="https://docs.netlify.com/routing/redirects/">Redirects</a>. Our
|
||||
aim was to give you the code you would need to hit the ground running
|
||||
with a few fun features.
|
||||
</p>
|
||||
<template src="./index.vue.html"></template>
|
||||
|
||||
<p>
|
||||
You can find the code for this project on GitHub at
|
||||
<a href="https://github.com/netlify-templates/nuxt-toolbox"
|
||||
>https://github.com/netlify-templates/nuxt-toolbox</a
|
||||
>! Happy coding!
|
||||
</p>
|
||||
</div>
|
||||
<FeedbackForm />
|
||||
<JokeBlock />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
* {
|
||||
font-family: 'Helvetica', sans-serif;
|
||||
}
|
||||
.intro {
|
||||
min-width: 400px;
|
||||
padding: 10px 40px;
|
||||
width: 60%;
|
||||
}
|
||||
</style>
|
||||
<style src="./index.vue.css"></style>
|
||||
|
9
pages/index.vue.css
Normal file
9
pages/index.vue.css
Normal file
@ -0,0 +1,9 @@
|
||||
* {
|
||||
font-family: 'Helvetica', sans-serif;
|
||||
}
|
||||
|
||||
.intro {
|
||||
min-width: 400px;
|
||||
padding: 10px 40px;
|
||||
width: 60%;
|
||||
}
|
11
pages/index.vue.html
Normal file
11
pages/index.vue.html
Normal file
@ -0,0 +1,11 @@
|
||||
<main>
|
||||
<div class="intro">
|
||||
<h1>Phares</h1>
|
||||
<p>
|
||||
Hi 👋!
|
||||
</p>
|
||||
</div>
|
||||
<Birthday />
|
||||
<FeedbackForm />
|
||||
<JokeBlock />
|
||||
</main>
|
@ -1,6 +0,0 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>Thanks for your feedback!</h1>
|
||||
<NuxtLink to="/">Home</NuxtLink>
|
||||
</div>
|
||||
</template>
|
Reference in New Issue
Block a user