From 8952712579ba1fcb1c95493bede884935cfa82cc Mon Sep 17 00:00:00 2001 From: Piyush Thakur Date: Mon, 17 Jan 2022 15:52:06 +0530 Subject: [PATCH 1/6] updated timeline --- src/components/timeline/timeline.js | 48 +++++++++++++++++++---------- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index 98c5574..851dee8 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -113,9 +113,11 @@ export default function Timeline() { } + iconStyle={{ background: '#FFC300', color: '#fff' }} + icon={} >

Phase 1

{/*

Kolkata, India

*/} @@ -125,9 +127,11 @@ export default function Timeline() {
} + iconStyle={{ background: '#FFC300', color: '#fff' }} + icon={} >

First Evaluation

{/*

Kolkata, India

*/} @@ -137,9 +141,11 @@ export default function Timeline() {
} + iconStyle={{ background: '#FFC300', color: '#fff' }} + icon={} >

Phase 2

{/*

Kolkata, India

*/} @@ -149,9 +155,11 @@ export default function Timeline() {
} + iconStyle={{ background: '#FFC300', color: '#fff' }} + icon={} >

Second Evaluation

{/*

Kolkata, India

*/} @@ -261,9 +269,11 @@ export default function Timeline() {
} + iconStyle={{ background: '#FFC300', color: '#fff' }} + icon={} >

Phase 1

{/*

Kolkata, India

*/} @@ -273,9 +283,11 @@ export default function Timeline() {
} + iconStyle={{ background: '#FFC300', color: '#fff' }} + icon={} >

First Evaluation

{/*

Kolkata, India

*/} @@ -285,9 +297,11 @@ export default function Timeline() {
} + iconStyle={{ background: '#FFC300', color: '#fff' }} + icon={} >

Phase 2

{/*

Kolkata, India

*/} @@ -297,9 +311,11 @@ export default function Timeline() {
} + iconStyle={{ background: '#FFC300', color: '#fff' }} + icon={} >

Second Evaluation

{/*

Kolkata, India

*/} From 3f0a73fc0aa98e1c6978e1555d9dc4f4880f7f00 Mon Sep 17 00:00:00 2001 From: Piyush Thakur Date: Sat, 29 Jan 2022 08:45:42 +0530 Subject: [PATCH 2/6] updated timeline --- src/components/timeline/timeline.js | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index 851dee8..4334860 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -169,9 +169,11 @@ export default function Timeline() {
} + iconStyle={{ background: '#FFC300', color: '#fff' }} + icon={} >

Successful Students Announced

{/*

Kolkata, India

*/} @@ -180,8 +182,8 @@ export default function Timeline() {

} + iconStyle={{ background: '#FFC300', color: '#fff' }} + icon={} /> @@ -325,9 +327,11 @@ export default function Timeline() { } + iconStyle={{ background: '#FFC300', color: '#fff' }} + icon={} >

Successful Students Announced

{/*

Kolkata, India

*/} @@ -336,8 +340,8 @@ export default function Timeline() {

} + iconStyle={{ background: '#FFC300', color: '#fff' }} + icon={} /> From de6777a3bf03332cc20c3167251b2fc9b1c36a86 Mon Sep 17 00:00:00 2001 From: Piyush Thakur <53268607+cosmo3769@users.noreply.github.com> Date: Mon, 16 Jan 2023 00:10:30 +0530 Subject: [PATCH 3/6] Delete CNAME --- public/CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 public/CNAME diff --git a/public/CNAME b/public/CNAME deleted file mode 100644 index 1ab653e..0000000 --- a/public/CNAME +++ /dev/null @@ -1 +0,0 @@ -winterofcode.com \ No newline at end of file From bed4ed55a5967028ea9a2f1b0b19ff2e4741ab8d Mon Sep 17 00:00:00 2001 From: Shreyam Maity Date: Mon, 16 Jan 2023 09:10:33 +0530 Subject: [PATCH 4/6] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e43e56..3a33941 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "homepage": "https://winterofcode.github.io", + "homepage": "https://winterofcode.com/2021", "name": "woc2021", "version": "0.1.0", "private": true, From f6da9bbcb8a45308f106e78d8939c42aca9ef169 Mon Sep 17 00:00:00 2001 From: Shreyam Maity Date: Mon, 16 Jan 2023 09:17:57 +0530 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c83cde..c9a3343 100644 --- a/README.md +++ b/README.md @@ -67,4 +67,4 @@ This section has moved here: [https://facebook.github.io/create-react-app/docs/d ### `npm run build` fails to minify -This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify) +This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify) From fffdb87e7adcc36eb7fc520377732147dc3e4757 Mon Sep 17 00:00:00 2001 From: Piyush Thakur Date: Mon, 16 Jan 2023 20:45:41 +0530 Subject: [PATCH 6/6] deploy fix --- package.json | 2 +- src/components/router/router.js | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 3a33941..ed43f4b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "homepage": "https://winterofcode.com/2021", + "homepage": "https://winterofcode.github.io/2021", "name": "woc2021", "version": "0.1.0", "private": true, diff --git a/src/components/router/router.js b/src/components/router/router.js index 6b975cb..c809d88 100644 --- a/src/components/router/router.js +++ b/src/components/router/router.js @@ -19,23 +19,23 @@ export default function AppRouter() { return ( - - - - - - + + + + + + {/* */} {/* */} - + {/* */} {/* */} {/* */} {/* */} {/* */} - + {/* */} - + );