diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png new file mode 100644 index 0000000..9ddfec3 Binary files /dev/null and b/public/android-chrome-192x192.png differ diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png new file mode 100644 index 0000000..a3f8f4e Binary files /dev/null and b/public/android-chrome-512x512.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..523b6cc Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/browserconfig.xml b/public/browserconfig.xml new file mode 100644 index 0000000..eeb397f --- /dev/null +++ b/public/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #00a300 + + + diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png new file mode 100644 index 0000000..d56fdc9 Binary files /dev/null and b/public/favicon-16x16.png differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png new file mode 100644 index 0000000..83fb180 Binary files /dev/null and b/public/favicon-32x32.png differ diff --git a/public/favicon.ico b/public/favicon.ico index a11777c..e902943 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/favicon_package_v0.16.zip b/public/favicon_package_v0.16.zip new file mode 100644 index 0000000..838f81e Binary files /dev/null and b/public/favicon_package_v0.16.zip differ diff --git a/public/index.html b/public/index.html index aa069f2..aa8b7d7 100644 --- a/public/index.html +++ b/public/index.html @@ -2,42 +2,38 @@ - - + - - - - - React App + + + + + + + Kaushik's Website
- diff --git a/public/letter-k_9129435.png b/public/letter-k_9129435.png new file mode 100644 index 0000000..ff2372e Binary files /dev/null and b/public/letter-k_9129435.png differ diff --git a/public/logo192.png b/public/logo192.png deleted file mode 100644 index fc44b0a..0000000 Binary files a/public/logo192.png and /dev/null differ diff --git a/public/logo512.png b/public/logo512.png deleted file mode 100644 index a4e47a6..0000000 Binary files a/public/logo512.png and /dev/null differ diff --git a/public/manifest.json b/public/manifest.json deleted file mode 100644 index 080d6c7..0000000 --- a/public/manifest.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "short_name": "React App", - "name": "Create React App Sample", - "icons": [ - { - "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" - }, - { - "src": "logo192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "logo512.png", - "type": "image/png", - "sizes": "512x512" - } - ], - "start_url": ".", - "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" -} diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png new file mode 100644 index 0000000..6b1a76e Binary files /dev/null and b/public/mstile-150x150.png differ diff --git a/public/safari-pinned-tab.svg b/public/safari-pinned-tab.svg new file mode 100644 index 0000000..9229772 --- /dev/null +++ b/public/safari-pinned-tab.svg @@ -0,0 +1,41 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..7c91efe --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,20 @@ +{ + "name": "Kaushik", + "short_name": "Kaushik", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "start_url": "https://knravish.me", + "display": "standalone" +} diff --git a/src/components/Landing.js b/src/components/Landing.js index 54fe352..092486b 100644 --- a/src/components/Landing.js +++ b/src/components/Landing.js @@ -24,7 +24,7 @@ const Landing = () => { primary={"I'll be brief: Aspiring SWE whose passions lie in cloud technologies,\ web development and machine learning, but open to much more."} /> - {/* intro with education */} + {/* education, for now */} { experiencesData.filter(exp => exp.type === 'prof')[0].location + " as a " + experiencesData.filter(exp => exp.type === 'prof')[0].designation + "."} /> + {/* last stint */} + + + - - - - Reach me at: + + More at: { + return ( + <> + + I really have to finish this... + + + ) +} + +export default UnderConstruction; \ No newline at end of file