Skip to content

Commit 7beafe3

Browse files
committed
✨ Landing page
1 parent b53a524 commit 7beafe3

Some content is hidden

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

62 files changed

+22755
-2
lines changed

client/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<meta property="og:site_name" content="FAQ Zenika" />
1212
<meta property="og:title" content="FAQ Zenika" />
1313
<meta property="og:type" content="website" />
14-
<meta property="og:url" content="https://faq.zenika.com" />
15-
<meta property="og:image" content="https://faq.zenika.com/img/thinking_face-200.png" />
14+
<meta property="og:url" content="https://faq.team" />
15+
<meta property="og:image" content="https://zenika.faq.team/img/thinking_face-200.png" />
1616
<meta property="og:image:alt" content="Thinking emoji" />
1717
<meta property="og:description" content="Internal Knowledge Database for your organization" />
1818

landing/.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
seogo
21+
22+
npm-debug.log*
23+
yarn-debug.log*
24+
yarn-error.log*

landing/package-lock.json

Lines changed: 13978 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

landing/package.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "landing",
3+
"version": "0.1.0",
4+
"private": true,
5+
"dependencies": {
6+
"bootstrap": "^4.4.1",
7+
"classnames": "^2.2.6",
8+
"node-sass": "^4.13.0",
9+
"react": "^16.12.0",
10+
"react-dom": "^16.12.0",
11+
"react-scripts": "3.2.0"
12+
},
13+
"scripts": {
14+
"start": "react-scripts start",
15+
"build": "react-scripts build",
16+
"test": "react-scripts test",
17+
"eject": "react-scripts eject"
18+
},
19+
"eslintConfig": {
20+
"extends": "react-app"
21+
},
22+
"browserslist": {
23+
"production": [
24+
">0.2%",
25+
"not dead",
26+
"not op_mini all"
27+
],
28+
"development": [
29+
"last 1 chrome version",
30+
"last 1 firefox version",
31+
"last 1 safari version"
32+
]
33+
}
34+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Contact: thibaud.courtoison@zenika.com
2+
Preferred-Languages: en, fr

0 commit comments

Comments
 (0)