Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Lena
template-site
Commits
0bf288f7
Commit
0bf288f7
authored
5 years ago
by
lena
Browse files
Options
Downloads
Patches
Plain Diff
git init
parents
Branches
master
No related merge requests found
Pipeline
#39
failed with stages
Changes
23
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
react-template-site/.babelrc
+7
-0
react-template-site/.babelrc
react-template-site/.gitignore
+6
-0
react-template-site/.gitignore
react-template-site/README.md
+9
-0
react-template-site/README.md
react-template-site/package-lock.json
+0
-0
react-template-site/package-lock.json
react-template-site/package.json
+36
-0
react-template-site/package.json
react-template-site/src/components/App.js
+31
-0
react-template-site/src/components/App.js
react-template-site/src/components/Content.js
+56
-0
react-template-site/src/components/Content.js
react-template-site/src/components/Content_1.js
+21
-0
react-template-site/src/components/Content_1.js
react-template-site/src/components/Content_2.js
+22
-0
react-template-site/src/components/Content_2.js
react-template-site/src/components/Content_List.js
+52
-0
react-template-site/src/components/Content_List.js
react-template-site/src/components/Featured_Content.js
+21
-0
react-template-site/src/components/Featured_Content.js
react-template-site/src/components/Footer.js
+14
-0
react-template-site/src/components/Footer.js
react-template-site/src/components/Header.js
+23
-0
react-template-site/src/components/Header.js
react-template-site/src/components/Logo.js
+21
-0
react-template-site/src/components/Logo.js
react-template-site/src/data/data-featured-content.json
+10
-0
react-template-site/src/data/data-featured-content.json
react-template-site/src/data/data-list.json
+16
-0
react-template-site/src/data/data-list.json
react-template-site/src/data/data.json
+16
-0
react-template-site/src/data/data.json
react-template-site/src/data/data_1.json
+14
-0
react-template-site/src/data/data_1.json
react-template-site/src/data/data_2.json
+20
-0
react-template-site/src/data/data_2.json
react-template-site/src/index.html
+21
-0
react-template-site/src/index.html
with
416 additions
and
0 deletions
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets