From 8edf723a8d49a7fbaf00311154d745c367ec3ae8 Mon Sep 17 00:00:00 2001 From: Navanath Bhosale Date: Sat, 28 May 2022 20:24:45 +0530 Subject: [PATCH] My portfolio live now... --- .babelrc | 3 + build/asset-manifest.json | 10 - build/index.html | 1 - build/static/js/main.97eb037b.js | 3 - build/static/js/main.97eb037b.js.map | 1 - dist/index.html | 1 + dist/main.js | 2 + .../main.js.LICENSE.txt | 10 - dist/style.css | 3032 ++++ package-lock.json | 11724 ++++------------ package.json | 40 +- postcss.config.js | 9 +- src/App.js | 3 +- src/Profile.js | 218 - src/assets/index.css | 85 - src/components/404.js | 31 - src/components/Profile.js | 237 + src/components/aboutMe.js | 37 + src/components/avatar.js | 28 +- src/components/details.js | 109 +- src/components/education.js | 34 +- src/components/experience.js | 56 +- src/components/index.js | 16 +- src/components/miscProjects.js | 51 + src/components/personalProjects.js | 51 + src/components/professionalProjects.js | 98 + src/components/project.js | 155 - src/components/skill.js | 114 +- src/components/theme.js | 93 +- src/components/tools.js | 43 + src/helper/colors.json | 1433 +- src/helper/icons.js | 47 + src/helper/index.js | 217 +- {public => src}/index.html | 14 +- src/index.js | 6 +- src/index.scss | 1 - src/profile.config.js | 163 +- src/style.css | 92 + tailwind.config.js | 18 +- webpack.config.js | 45 +- 40 files changed, 7159 insertions(+), 11172 deletions(-) create mode 100644 .babelrc delete mode 100644 build/asset-manifest.json delete mode 100644 build/index.html delete mode 100644 build/static/js/main.97eb037b.js delete mode 100644 build/static/js/main.97eb037b.js.map create mode 100644 dist/index.html create mode 100644 dist/main.js rename build/static/js/main.97eb037b.js.LICENSE.txt => dist/main.js.LICENSE.txt (74%) create mode 100644 dist/style.css delete mode 100644 src/Profile.js delete mode 100644 src/assets/index.css delete mode 100644 src/components/404.js create mode 100644 src/components/Profile.js create mode 100644 src/components/aboutMe.js create mode 100644 src/components/miscProjects.js create mode 100644 src/components/personalProjects.js create mode 100644 src/components/professionalProjects.js delete mode 100644 src/components/project.js create mode 100644 src/components/tools.js create mode 100644 src/helper/icons.js rename {public => src}/index.html (61%) delete mode 100644 src/index.scss create mode 100644 src/style.css diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..e07bf46 --- /dev/null +++ b/.babelrc @@ -0,0 +1,3 @@ +{ + "presets": ["@babel/preset-env", "@babel/preset-react"] +} diff --git a/build/asset-manifest.json b/build/asset-manifest.json deleted file mode 100644 index eaf7a40..0000000 --- a/build/asset-manifest.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "files": { - "main.js": "/static/js/main.97eb037b.js", - "index.html": "/index.html", - "main.97eb037b.js.map": "/static/js/main.97eb037b.js.map" - }, - "entrypoints": [ - "static/js/main.97eb037b.js" - ] -} \ No newline at end of file diff --git a/build/index.html b/build/index.html deleted file mode 100644 index 35142d4..0000000 --- a/build/index.html +++ /dev/null @@ -1 +0,0 @@ -Navanath Bhosale | Senior Software Developer
\ No newline at end of file diff --git a/build/static/js/main.97eb037b.js b/build/static/js/main.97eb037b.js deleted file mode 100644 index 763c7bf..0000000 --- a/build/static/js/main.97eb037b.js +++ /dev/null @@ -1,3 +0,0 @@ -/*! For license information please see main.97eb037b.js.LICENSE.txt */ -!function(){var e={569:function(e,t,n){e.exports=n(36)},381:function(e,t,n){"use strict";var r=n(589),a=n(297),l=n(301),o=n(774),i=n(804),u=n(145),s=n(411),c=n(467),f=n(789),d=n(346);e.exports=function(e){return new Promise((function(t,n){var p,h=e.data,m=e.headers,g=e.responseType;function v(){e.cancelToken&&e.cancelToken.unsubscribe(p),e.signal&&e.signal.removeEventListener("abort",p)}r.isFormData(h)&&delete m["Content-Type"];var y=new XMLHttpRequest;if(e.auth){var b=e.auth.username||"",w=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";m.Authorization="Basic "+btoa(b+":"+w)}var x=i(e.baseURL,e.url);function k(){if(y){var r="getAllResponseHeaders"in y?u(y.getAllResponseHeaders()):null,l={data:g&&"text"!==g&&"json"!==g?y.response:y.responseText,status:y.status,statusText:y.statusText,headers:r,config:e,request:y};a((function(e){t(e),v()}),(function(e){n(e),v()}),l),y=null}}if(y.open(e.method.toUpperCase(),o(x,e.params,e.paramsSerializer),!0),y.timeout=e.timeout,"onloadend"in y?y.onloadend=k:y.onreadystatechange=function(){y&&4===y.readyState&&(0!==y.status||y.responseURL&&0===y.responseURL.indexOf("file:"))&&setTimeout(k)},y.onabort=function(){y&&(n(c("Request aborted",e,"ECONNABORTED",y)),y=null)},y.onerror=function(){n(c("Network Error",e,null,y)),y=null},y.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",r=e.transitional||f;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(c(t,e,r.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",y)),y=null},r.isStandardBrowserEnv()){var S=(e.withCredentials||s(x))&&e.xsrfCookieName?l.read(e.xsrfCookieName):void 0;S&&(m[e.xsrfHeaderName]=S)}"setRequestHeader"in y&&r.forEach(m,(function(e,t){"undefined"===typeof h&&"content-type"===t.toLowerCase()?delete m[t]:y.setRequestHeader(t,e)})),r.isUndefined(e.withCredentials)||(y.withCredentials=!!e.withCredentials),g&&"json"!==g&&(y.responseType=e.responseType),"function"===typeof e.onDownloadProgress&&y.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&y.upload&&y.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(p=function(e){y&&(n(!e||e&&e.type?new d("canceled"):e),y.abort(),y=null)},e.cancelToken&&e.cancelToken.subscribe(p),e.signal&&(e.signal.aborted?p():e.signal.addEventListener("abort",p))),h||(h=null),y.send(h)}))}},36:function(e,t,n){"use strict";var r=n(589),a=n(49),l=n(773),o=n(777);var i=function e(t){var n=new l(t),i=a(l.prototype.request,n);return r.extend(i,l.prototype,n),r.extend(i,n),i.create=function(n){return e(o(t,n))},i}(n(709));i.Axios=l,i.Cancel=n(346),i.CancelToken=n(857),i.isCancel=n(517),i.VERSION=n(600).version,i.all=function(e){return Promise.all(e)},i.spread=n(89),i.isAxiosError=n(580),e.exports=i,e.exports.default=i},346:function(e){"use strict";function t(e){this.message=e}t.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},t.prototype.__CANCEL__=!0,e.exports=t},857:function(e,t,n){"use strict";var r=n(346);function a(e){if("function"!==typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;this.promise.then((function(e){if(n._listeners){var t,r=n._listeners.length;for(t=0;t=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(e){s.headers[e]={}})),r.forEach(["post","put","patch"],(function(e){s.headers[e]=r.merge(i)})),e.exports=s},789:function(e){"use strict";e.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}},600:function(e){e.exports={version:"0.26.1"}},49:function(e){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),r=0;r=0)return;o[t]="set-cookie"===t?(o[t]?o[t]:[]).concat([n]):o[t]?o[t]+", "+n:n}})),o):o}},89:function(e){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},835:function(e,t,n){"use strict";var r=n(600).version,a={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){a[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));var l={};a.transitional=function(e,t,n){function a(e,t){return"[Axios v"+r+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return function(n,r,o){if(!1===e)throw new Error(a(r," has been removed"+(t?" in "+t:"")));return t&&!l[r]&&(l[r]=!0,console.warn(a(r," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,r,o)}},e.exports={assertOptions:function(e,t,n){if("object"!==typeof e)throw new TypeError("options must be an object");for(var r=Object.keys(e),a=r.length;a-- >0;){var l=r[a],o=t[l];if(o){var i=e[l],u=void 0===i||o(i,l,e);if(!0!==u)throw new TypeError("option "+l+" must be "+u)}else if(!0!==n)throw Error("Unknown option "+l)}},validators:a}},589:function(e,t,n){"use strict";var r=n(49),a=Object.prototype.toString;function l(e){return Array.isArray(e)}function o(e){return"undefined"===typeof e}function i(e){return"[object ArrayBuffer]"===a.call(e)}function u(e){return null!==e&&"object"===typeof e}function s(e){if("[object Object]"!==a.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}function c(e){return"[object Function]"===a.call(e)}function f(e,t){if(null!==e&&"undefined"!==typeof e)if("object"!==typeof e&&(e=[e]),l(e))for(var n=0,r=e.length;n