Skip to content

Commit

Permalink
React version (#2)
Browse files Browse the repository at this point in the history
* Add minified css to index.html

* Add Google Analytics code

* Add GTM to preconnect tag

* update header link

* Add min-with to newsletter input

* Update index.html

* fix some links

* update link colors

* add css performance link

* Update links.js

* add visibility to avoid links keep visible

* update link title for notion performance

* Update colors

* Update links.js

* Add base structure for React based project

* Create base theme structure and header component

* Remove unused methods for a while

* Update header styles

* Create category buttons and add hard-coded sample

* asda

* Create Icon and Link components with hardcoded content

* Update icon base color for link-items

* Create component for listingItems and switch all logic/events to this component

* Add event to toggle links by category

* Update comparision expression

* Add dynamic data from api mock

* Add mock api response to services

* [temp] Remove all unused dynamic logic.

* [temp] Remove dynamic param from route

* Add mock data to Header

* Add contactForm component

* remove contactForm component import from root file

* Add social links on footer

* Update icon component

* Fix list markup

* Add react-helmet to create custom SEO info

* Add hide animation for disabled links

* Update mock

* Update Helmet library to use new async helmet

* remove package-lock.json

* Comment in services/api to add api when is already

* Update readme

* Update services location to keep outside themes folder

* Update footer markup and add spacing for bottom

* Update mock path for listing items

* Add open-graph meta tags

* Update styles to keep easy change theme-color

* update mock link

* remove styles.css

* Update readme

Co-authored-by: Bruno Rodrigues <brunorodrigues@Nuvemshops-MacBook-Pro.local>
  • Loading branch information
itbruno and Bruno Rodrigues authored Jan 2, 2021
1 parent a70aa83 commit 4f4e03e
Show file tree
Hide file tree
Showing 63 changed files with 13,631 additions and 1,049 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
root = true

[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
Loading

1 comment on commit 4f4e03e

@vercel
Copy link

@vercel vercel bot commented on 4f4e03e Jan 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.