Skip to content

Commit 428578c

Browse files
authored
Add files via upload
1 parent 70e069d commit 428578c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+14064
-0
lines changed

voluntier/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# voluntier
2+
3+
## Build Setup
4+
5+
```bash
6+
# install dependencies
7+
$ npm install
8+
9+
# serve with hot reload at localhost:3000
10+
$ npm run dev
11+
12+
# build for production and launch server
13+
$ npm run build
14+
$ npm run start
15+
16+
# generate static project
17+
$ npm run generate
18+
```
19+
20+
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).

voluntier/assets/global.css

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
body {
2+
font-family: "Red Hat Display", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
3+
}
4+
5+
* {
6+
scroll-behavior: smooth;
7+
}
8+
9+
10+
/* Page change transition */
11+
12+
.page-enter-active,
13+
.page-leave-active {
14+
transition: opacity .5s
15+
}
16+
17+
.page-enter,
18+
.page-leave-active {
19+
opacity: 0
20+
}
Loading

voluntier/assets/images/at_home.svg

+1
Loading

0 commit comments

Comments
 (0)