Skip to content

Source #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: source
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Portfolio Website Version 1
</h1>
<p align="center">
The first iteration of <a href="https://yashitanamdeo.github.io/" target="_blank">Yashita Namdeo's</a> portfolio built with <a href="https://www.gatsbyjs.org/" target="_blank">Gatsby</a> and hosted with <a href="https://pages.github.com/" target="_blank">Github Pages</a>
The first iteration of <a href="https://github.com/aizaz-dev/" target="_blank">Azaz Khan</a> portfolio built with <a href="https://www.gatsbyjs.org/" target="_blank">Gatsby</a> and hosted with <a href="https://pages.github.com/" target="_blank">Github Pages</a>
</p>
<!-- <p align="center">
Previous iterations:
Expand Down
8 changes: 1 addition & 7 deletions content/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ skills:
- Mentoring
---

Hello! I'm Yashita Namdeo, from Indore, also known as Mini Mumbai and the Cleanest City of India.

I am a creative, time punctual, dedicated, goal-oriented individual with decent moral Values and Ethicates along with a high-energy level, honed communication skills, strong organizational skills, and meticulous attention to detail.

I am pursuing my Bachelors from [SVVV, Indore](https://www.svvv.edu.in/) in Computer Science and Engineering (2018-2022) my current GPA is [3.7]() out of 4.

I am a member of [Developer Student Club - SVVV](https://dsc.community.dev/shri-vaishnav-vidyapeeth-vishwavidyalaya/) and have also been awarded 75% Merit Scholarship(Top 10%) by my college.
Hello, I am a skilled and versatile full stack developer with expertise in front-end and back-end web development. With a passion for crafting robust and user-friendly applications, John leverages a strong foundation in HTML, CSS, JavaScript, and various frameworks to deliver dynamic and responsive websites. Equipped with in-depth knowledge of server-side programming languages like Python and Node.js, as well as experience in database management, I excels at creating scalable and efficient solutions. Committed to staying up-to-date with emerging technologies and industry best practices, John consistently delivers high-quality code and thrives in collaborative environments

Here are a few of the other activities that I love to do!
2 changes: 1 addition & 1 deletion content/hero/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Hello, my name is'
name: 'Yashita Namdeo'
name: 'Azaz Khan'
subtitle: 'I love exploring new things!'
buttonText: 'Get In Touch'
---
Expand Down
4 changes: 2 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ module.exports = {
{
resolve: `gatsby-plugin-manifest`,
options: {
name: 'Yashita Namdeo',
short_name: 'Yashita Namdeo',
name: 'Azaz Khan',
short_name: 'Azaz Khan',
start_url: '/',
background_color: config.colors.darkNavy,
theme_color: config.colors.navy,
Expand Down
3 changes: 1 addition & 2 deletions src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ const Footer = () => {
target="_blank"
rel="nofollow noopener noreferrer">
<div>
Designed &amp; Built by Brittany Chiang<br></br>
Revised by Yashita Namdeo
Designed &amp; Built by Azaz Khan<br></br>
</div>

{githubInfo.stars && githubInfo.forks && (
Expand Down
14 changes: 7 additions & 7 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
module.exports = {
siteTitle: 'Yashita Namdeo',
siteTitle: 'Azaz Khan',
siteDescription:
'Yashita Namdeo is an incoming Software Developer, based in India, who loves learning new things and helping tech beginners.',
'Azaz Khan is an incoming Software Developer, based in India, who loves learning new things and helping tech beginners.',
siteKeywords:
'Yashita Namdeo, Yashita, Namdeo, yashitanamdeo, software engineer, web developer, javascript, python, java, svvv, indore',
'Azaz Khan, Azaz, Aizaz, azazkhan, software engineer, web developer, javascript, python, java, svvv, indore',
siteUrl: 'https://yashitanamdeo.github.io/',
siteLanguage: 'en_US',
googleAnalyticsID: 'UA-45666519-2',
googleVerification: 'DCl7VAf9tcz6eD9gb67NfkNnJ1PKRNcg8qQiwpbx9Lk',
name: 'Yashita Namdeo',
location: 'Indore, India',
email: 'yashita.namdeo2000@gmail.com',
github: 'https://github.com/yashitanamdeo',
name: 'Azaz Khan',
location: 'Multan Pakistan',
email: 'azazkhan2682000@gmail.com',
github: 'https://github.com/aizaz-dev',
twitterHandle: '@',
socialMedia: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/archive.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const ArchivePage = ({ location, data }) => {
return (
<Layout location={location}>
<Helmet>
<title>Archive | Yashita Namdeo</title>
<title>Archive | Azaz Khan</title>
<link rel="canonical" href="https://brittanychiang.com/archive" />
</Helmet>

Expand Down
4 changes: 2 additions & 2 deletions src/templates/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const PostTemplate = ({ data, location }) => {
return (
<Layout location={location}>
<Helmet>
<title>{title} | Yashita Namdeo</title>
<title>{title} | Azaz Khan</title>
<link rel="canonical" href="https://github.com/yashitanamdeo/pensieve" />
</Helmet>

Expand Down Expand Up @@ -87,7 +87,7 @@ PostTemplate.propTypes = {
};

export const pageQuery = graphql`
query ($path: String!) {
query($path: String!) {
markdownRemark(frontmatter: { slug: { eq: $path } }) {
html
frontmatter {
Expand Down
56 changes: 53 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2097,6 +2097,13 @@ async@1.5.2:
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=

async@^2.6.1:
version "2.6.4"
resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221"
integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==
dependencies:
lodash "^4.17.14"

async@^2.6.2, async@^2.6.3:
version "2.6.3"
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
Expand Down Expand Up @@ -3257,7 +3264,7 @@ command-exists@^1.2.4:
resolved "https://registry.yarnpkg.com/command-exists/-/command-exists-1.2.8.tgz#715acefdd1223b9c9b37110a149c6392c2852291"
integrity sha512-PM54PkseWbiiD/mMsbvW351/u+dafwTJ0ye2qB60G1aGQP9j3xK2gmMDc+R34L3nDtx4qMCitXT75mkbkGJDLw==

commander@^2.11.0, commander@^2.20.0:
commander@^2.11.0, commander@^2.18.0, commander@^2.20.0:
version "2.20.3"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
Expand Down Expand Up @@ -4489,6 +4496,11 @@ elliptic@^6.0.0:
minimalistic-assert "^1.0.0"
minimalistic-crypto-utils "^1.0.0"

email-addresses@^3.0.1:
version "3.1.0"
resolved "https://registry.yarnpkg.com/email-addresses/-/email-addresses-3.1.0.tgz#cabf7e085cbdb63008a70319a74e6136188812fb"
integrity sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg==

"emoji-regex@>=6.0.0 <=6.1.1":
version "6.1.1"
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.1.1.tgz#c6cd0ec1b0642e2a3c67a1137efc5e796da4f88e"
Expand Down Expand Up @@ -5331,6 +5343,15 @@ filenamify@^2.0.0:
strip-outer "^1.0.0"
trim-repeated "^1.0.0"

filenamify@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/filenamify/-/filenamify-4.3.0.tgz#62391cb58f02b09971c9d4f9d63b3cf9aba03106"
integrity sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==
dependencies:
filename-reserved-regex "^2.0.0"
strip-outer "^1.0.1"
trim-repeated "^1.0.0"

filesize@3.5.11:
version "3.5.11"
resolved "https://registry.yarnpkg.com/filesize/-/filesize-3.5.11.tgz#1919326749433bb3cf77368bd158caabcc19e9ee"
Expand Down Expand Up @@ -5389,6 +5410,15 @@ find-cache-dir@^2.1.0:
make-dir "^2.0.0"
pkg-dir "^3.0.0"

find-cache-dir@^3.3.1:
version "3.3.2"
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
dependencies:
commondir "^1.0.1"
make-dir "^3.0.2"
pkg-dir "^4.1.0"

find-up@3.0.0, find-up@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
Expand Down Expand Up @@ -6194,6 +6224,19 @@ getpass@^0.1.1:
dependencies:
assert-plus "^1.0.0"

gh-pages@^3.2.3:
version "3.2.3"
resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-3.2.3.tgz#897e5f15e111f42af57d21d430b83e5cdf29472c"
integrity sha512-jA1PbapQ1jqzacECfjUaO9gV8uBgU6XNMV0oXLtfCX3haGLe5Atq8BxlrADhbD6/UdG9j6tZLWAkAybndOXTJg==
dependencies:
async "^2.6.1"
commander "^2.18.0"
email-addresses "^3.0.1"
filenamify "^4.3.0"
find-cache-dir "^3.3.1"
fs-extra "^8.1.0"
globby "^6.1.0"

git-up@4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/git-up/-/git-up-4.0.1.tgz#cb2ef086653640e721d2042fe3104857d89007c0"
Expand Down Expand Up @@ -8571,6 +8614,13 @@ make-dir@^3.0.0:
dependencies:
semver "^6.0.0"

make-dir@^3.0.2:
version "3.1.0"
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==
dependencies:
semver "^6.0.0"

map-age-cleaner@^0.1.1:
version "0.1.3"
resolved "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz#7d583a7306434c055fe474b0f45078e6e1b4b92a"
Expand Down Expand Up @@ -10116,7 +10166,7 @@ pkg-dir@^3.0.0:
dependencies:
find-up "^3.0.0"

pkg-dir@^4.2.0:
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
Expand Down Expand Up @@ -12667,7 +12717,7 @@ strip-json-comments@~2.0.1:
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=

strip-outer@^1.0.0:
strip-outer@^1.0.0, strip-outer@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/strip-outer/-/strip-outer-1.0.1.tgz#b2fd2abf6604b9d1e6013057195df836b8a9d631"
integrity sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==
Expand Down