diff --git a/content/thumbnails/docker.svg b/content/thumbnails/docker.svg new file mode 100644 index 0000000..9bd3874 --- /dev/null +++ b/content/thumbnails/docker.svg @@ -0,0 +1,8 @@ + + + \ No newline at end of file diff --git a/content/thumbnails/kubernetes.svg b/content/thumbnails/kubernetes.svg new file mode 100644 index 0000000..968b9dd --- /dev/null +++ b/content/thumbnails/kubernetes.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/content/thumbnails/terraform.svg b/content/thumbnails/terraform.svg new file mode 100644 index 0000000..9b4314a --- /dev/null +++ b/content/thumbnails/terraform.svg @@ -0,0 +1,10 @@ + + + \ No newline at end of file diff --git a/data/SiteConfig.js b/data/SiteConfig.js index dd51b15..0470573 100644 --- a/data/SiteConfig.js +++ b/data/SiteConfig.js @@ -3,7 +3,7 @@ const config = { siteTitleShort: 'sydrawat', siteTitleAlt: 'Siddharth Rawat', siteLogo: '/src/images/stickie.svg', - siteUrl: 'https://sydrawat.netlify.app', + siteUrl: 'https://sydrawat.me', repo: 'https://github.com/sydrawat01/sydrawat.dev', pathPrefix: '', siteDescription: 'Siddharth is a software engineer, tinkering with full-stack cloud native apps', diff --git a/src/components/UserInfo/UserInfo.jsx b/src/components/UserInfo/UserInfo.jsx index 83d2b87..13b19f6 100644 --- a/src/components/UserInfo/UserInfo.jsx +++ b/src/components/UserInfo/UserInfo.jsx @@ -16,9 +16,9 @@ export default class UserInfo extends Component { Sydrawat
- Hey, Iām Sid, a front-end software + Hey, Iām Sid, a full-stack software engineer. Every now and then I like to write down my personal thoughts floating - beyond the space-time continnum. + beyond the space-time continuum.
diff --git a/src/data/projectList.js b/src/data/projectList.js index ed691bd..92770ac 100644 --- a/src/data/projectList.js +++ b/src/data/projectList.js @@ -9,6 +9,7 @@ const projectsList = [ { name: 'React Pocket Notes', date: '2021', + slug: 'gitbooks/tree/master/react', tagline: 'Pocket-sized notes for React, TypeScript & Redux Toolkit.', url: 'https://sydrawat.gitbook.io/react/', }, @@ -50,6 +51,12 @@ const projectsList = [ tagline: 'Generate a QR code for your WiFi!', url: 'https://qr-ifi.web.app/', }, + { + name: 'K8s for dummies', + slug: 'gitbooks/tree/master/k8s', + tagline: 'Beginners guide to kubernetes', + url: 'https://sids-digital-garden.gitbook.io/k8s-4-dummies/', + }, ]; export default projectsList; diff --git a/src/pages/about.jsx b/src/pages/about.jsx index 453917a..ff1c8cd 100644 --- a/src/pages/about.jsx +++ b/src/pages/about.jsx @@ -1,5 +1,6 @@ import React, { Component } from 'react'; import { Helmet } from 'react-helmet'; +import { Link } from 'gatsby'; import ThemeContext from '../context/ThemeContext'; import Layout from '../layout'; import SEO from '../components/SEO/SEO'; @@ -23,11 +24,15 @@ export default class Me extends Component {
diff --git a/src/pages/contact.jsx b/src/pages/contact.jsx index e74ee9d..c2e63e6 100644 --- a/src/pages/contact.jsx +++ b/src/pages/contact.jsx @@ -24,10 +24,14 @@ export default class Contact extends Component {whoami
- I'm Sid, in front-end developer working with{' '} - React. I love tinkering with{' '} - GraphQL and{' '} - MongoDB as backend technologies to eventually - transition into a full-stack developer. I{' '} + Hi, I'm Sid! I'm a full-stack developer with a passion for creating + efficient, scalable, and easy-to-maintain web applications. I specialize in{' '} + React + and love to experiment with back-end technologies like{' '} + ExpressJS and{' '} + Postgres, while also tinkering with cloud + technologies such as Terraform. As an + open-source enthusiast, I believe in the power of collaboration and constantly seek + ways to improve my skills by contributing to the community. I{' '} ā„ļø {' '} @@ -35,22 +40,19 @@ export default class Me extends Component {
Getting to know me
- I'm currently pursuing my Master's degree in Information Systems from - Northeastern University, Boston. -
-- I graduated in 2017 with a Bachelor's in Computer Science from{' '} - Manipal University, India - and later worked as a senior software developer at{' '} + Currently, I'm pursuing my Master's degree in Information Systems from + Northeastern University in Boston. + Before that, I graduated with a Bachelor's degree in Computer Science from + Manipal University, India , and worked as a + senior software developer at Wipro Technologies.
- I have 3+ years of professional experience in Software Development. As I've - grown as a developer, worked in conjunction with senior designers and developers who - have raised my standards for what is expected of any web application. Through these - experiences, I've had the opportunity to create memorable products that are not - only delightful to use but are written in code that's efficient, highly - scalable, easy to understand and particularly maintainable. + Over the past 3+ years, I've gained extensive experience in software + development, working closely with senior designers and developers to elevate my + standards for web 'm proud to have contributed to creating memorable products + that are delightful to use, highly scalable, and written with clean, maintainable + code.
Tech Setup
@@ -89,8 +91,8 @@ export default class Me extends Component {- Special thanks to Tania Rascia for the heavy - inspiration for this site! + Thank you for visiting my website! If you have any questions or would like to + collaborate on a project, feel free to reach out to me.
Contact
The fastest way to reach me is through{' '} - LinkedIn, or + LinkedIn, or e-mail.
-Hit me you if you feel like getting in touch with me!
++ Hit me up if you feel like getting in touch with me or want to contribute to any of + my open-source projects! +
+Want to collaborate on a project together? Count me in!
Social
Make sure you check me out elsewhere too! ;)
diff --git a/src/pages/index.jsx b/src/pages/index.jsx index b54b4fa..42d3afd 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -1,6 +1,5 @@ import React from 'react'; import { Helmet } from 'react-helmet'; -import { Link } from 'gatsby'; import Layout from '../layout'; import SEO from '../components/SEO/SEO'; @@ -9,9 +8,12 @@ import sid from '../../content/images/disp.jpeg'; import reactjs from '../../content/thumbnails/reactjs.svg'; import graphql from '../../content/thumbnails/graphql.png'; import javascript from '../../content/thumbnails/js.png'; -import yarn from '../../content/thumbnails/yarn-kitten-circle.png'; -import sass from '../../content/thumbnails/sass.png'; +// import yarn from '../../content/thumbnails/yarn-kitten-circle.png'; +// import sass from '../../content/thumbnails/sass.png'; import aws from '../../content/thumbnails/aws.svg'; +import k8s from '../../content/thumbnails/kubernetes.svg'; +import docker from '../../content/thumbnails/docker.svg'; +import tf from '../../content/thumbnails/terraform.svg'; const IndexPage = () => (@@ -27,27 +29,44 @@ const IndexPage = () => ( šš» - + {/*
Beep boop!{' '} š¤ +
*/} ++ I'm a passionate{' '} + + āļø{' '} + + full-stack developer with 3+ years of professional experience creating beautiful, highly + efficient web applications.
- I'm an international masters student at{' '} + {' '} + Currently pursuing a Master's degree in Information Systems from{' '} - Northeastern University, Boston + Northeastern University, Boston. - . I love creating stuff on the web and occasionally write about stuff in my{' '} - blog. + Let's work together to build a better web!
Tech
-Here are a few skills that I possess in my bag of tricks!
+Here are few of the skills that I possess in my repertoire
diff --git a/src/styles/components/layout.scss b/src/styles/components/layout.scss index aa0afa8..87f495b 100644 --- a/src/styles/components/layout.scss +++ b/src/styles/components/layout.scss @@ -37,8 +37,13 @@ letter-spacing: -0.03rem; } - .flashcard-section .flashcard-avatar { - display: none; + .flashcard-section { + flex: 1; + display: flex; + align-items: center; + .flashcard-avatar { + display: block; + } } p {