diff --git a/React_Full_Project/public/favicon.ico b/React_Full_Project/public/favicon.ico index 5c125de..be27078 100644 Binary files a/React_Full_Project/public/favicon.ico and b/React_Full_Project/public/favicon.ico differ diff --git a/React_Starter/public/favicon.ico b/React_Starter/public/favicon.ico index 5c125de..be27078 100644 Binary files a/React_Starter/public/favicon.ico and b/React_Starter/public/favicon.ico differ diff --git a/react_full_project/public/img/avatars/1.jpg b/react_full_project/public/img/avatars/1.jpg new file mode 100644 index 0000000..0b08703 Binary files /dev/null and b/react_full_project/public/img/avatars/1.jpg differ diff --git a/react_full_project/public/img/avatars/2.jpg b/react_full_project/public/img/avatars/2.jpg new file mode 100644 index 0000000..e736709 Binary files /dev/null and b/react_full_project/public/img/avatars/2.jpg differ diff --git a/react_full_project/public/img/avatars/3.jpg b/react_full_project/public/img/avatars/3.jpg new file mode 100644 index 0000000..caf9a7e Binary files /dev/null and b/react_full_project/public/img/avatars/3.jpg differ diff --git a/react_full_project/public/img/avatars/4.jpg b/react_full_project/public/img/avatars/4.jpg new file mode 100644 index 0000000..97f6769 Binary files /dev/null and b/react_full_project/public/img/avatars/4.jpg differ diff --git a/react_full_project/public/img/avatars/5.jpg b/react_full_project/public/img/avatars/5.jpg new file mode 100644 index 0000000..82b025f Binary files /dev/null and b/react_full_project/public/img/avatars/5.jpg differ diff --git a/react_full_project/public/img/avatars/6.jpg b/react_full_project/public/img/avatars/6.jpg new file mode 100644 index 0000000..1d2b884 Binary files /dev/null and b/react_full_project/public/img/avatars/6.jpg differ diff --git a/react_full_project/public/img/avatars/7.jpg b/react_full_project/public/img/avatars/7.jpg new file mode 100644 index 0000000..2903cd2 Binary files /dev/null and b/react_full_project/public/img/avatars/7.jpg differ diff --git a/react_full_project/public/img/avatars/8.jpg b/react_full_project/public/img/avatars/8.jpg new file mode 100644 index 0000000..3a5eba9 Binary files /dev/null and b/react_full_project/public/img/avatars/8.jpg differ diff --git a/react_full_project/public/img/brand/logo.svg b/react_full_project/public/img/brand/logo.svg new file mode 100644 index 0000000..46e88fe --- /dev/null +++ b/react_full_project/public/img/brand/logo.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/react_full_project/public/img/brand/sygnet.svg b/react_full_project/public/img/brand/sygnet.svg new file mode 100644 index 0000000..5553461 --- /dev/null +++ b/react_full_project/public/img/brand/sygnet.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/react_full_project/public/scss/_custom.scss b/react_full_project/public/scss/_custom.scss new file mode 100644 index 0000000..15d367a --- /dev/null +++ b/react_full_project/public/scss/_custom.scss @@ -0,0 +1 @@ +// Here you can add other styles diff --git a/react_full_project/public/scss/_variables.scss b/react_full_project/public/scss/_variables.scss new file mode 100644 index 0000000..3ee3142 --- /dev/null +++ b/react_full_project/public/scss/_variables.scss @@ -0,0 +1 @@ +// Variable overrides diff --git a/react_full_project/public/scss/style.scss b/react_full_project/public/scss/style.scss new file mode 100644 index 0000000..2a22a3d --- /dev/null +++ b/react_full_project/public/scss/style.scss @@ -0,0 +1,8 @@ +// If you want to override variables do it here +@import "variables"; + +// Import styles +@import "node_modules/@coreui/styles/scss/coreui"; + +// If you want to add something do it here +@import "custom"; diff --git a/react_full_project/public/scss/vendors/_variables.scss b/react_full_project/public/scss/vendors/_variables.scss new file mode 100644 index 0000000..acdc758 --- /dev/null +++ b/react_full_project/public/scss/vendors/_variables.scss @@ -0,0 +1,7 @@ +// Override Boostrap variables +@import "../variables"; +@import "node_modules/@coreui/styles/scss/bootstrap-variables"; +@import "node_modules/bootstrap/scss/mixins"; +@import "node_modules/bootstrap/scss/functions"; +@import "node_modules/bootstrap/scss/variables"; +@import "node_modules/@coreui/styles/scss/variables"; diff --git a/react_starter/public/img/brand/logo.svg b/react_starter/public/img/brand/logo.svg new file mode 100644 index 0000000..46e88fe --- /dev/null +++ b/react_starter/public/img/brand/logo.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/react_starter/public/img/brand/sygnet.svg b/react_starter/public/img/brand/sygnet.svg new file mode 100644 index 0000000..5553461 --- /dev/null +++ b/react_starter/public/img/brand/sygnet.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/react_starter/public/scss/_custom.scss b/react_starter/public/scss/_custom.scss new file mode 100644 index 0000000..15d367a --- /dev/null +++ b/react_starter/public/scss/_custom.scss @@ -0,0 +1 @@ +// Here you can add other styles diff --git a/react_starter/public/scss/_variables.scss b/react_starter/public/scss/_variables.scss new file mode 100644 index 0000000..3ee3142 --- /dev/null +++ b/react_starter/public/scss/_variables.scss @@ -0,0 +1 @@ +// Variable overrides diff --git a/react_starter/public/scss/style.scss b/react_starter/public/scss/style.scss new file mode 100644 index 0000000..2a22a3d --- /dev/null +++ b/react_starter/public/scss/style.scss @@ -0,0 +1,8 @@ +// If you want to override variables do it here +@import "variables"; + +// Import styles +@import "node_modules/@coreui/styles/scss/coreui"; + +// If you want to add something do it here +@import "custom"; diff --git a/react_starter/public/scss/vendors/_variables.scss b/react_starter/public/scss/vendors/_variables.scss new file mode 100644 index 0000000..acdc758 --- /dev/null +++ b/react_starter/public/scss/vendors/_variables.scss @@ -0,0 +1,7 @@ +// Override Boostrap variables +@import "../variables"; +@import "node_modules/@coreui/styles/scss/bootstrap-variables"; +@import "node_modules/bootstrap/scss/mixins"; +@import "node_modules/bootstrap/scss/functions"; +@import "node_modules/bootstrap/scss/variables"; +@import "node_modules/@coreui/styles/scss/variables";