Skip to content
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 docs/custom-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
https://<your-username>.github.io
```

Facing issues? Feel free to contact at anglesvar.cheenu98@gmail.com.
Facing issues? Feel free to contact at rikshithkumar.2898@gmail.com.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"version": "1.0.0",
"private": true,
"author": {
"name": "Anglesvar",
"email": "anglesvar.cheenu98@gmail.com",
"url": "https://github.com/anglesvar"
"name": "Rikshith kumar ",
"email": "rikshithkumar.28@gmail.com",
"url": "https://github.com/rikshith"
},
"dependencies": {
"@popperjs/core": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion pages.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const ghpages = require("gh-pages");
const pathname = `${__dirname}/build`;
const repoURL = "https://github.com/anglesvar/anglesvar.github.io.git";
const repoURL = "";

ghpages.publish(
pathname, {
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" rel="stylesheet" />

<meta name="theme-color" content="#000000" />
<meta name="description" content="A Software Engineer working at 𝗖𝗵𝘂𝗯𝗯 India, having an overall experience of 1.5+ years in web application development. He is an engineering graduate from Anna University, Chennai and is an ardent fan of technology and loves to play around with them. He loves cooking, listening to songs, playing games and tutoring."
<meta name="description" content=""
/>
<link rel="apple-touch-icon" href="logo192.png" />
<!--
Expand All @@ -27,7 +27,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>𝙰𝚗𝚐𝚕𝚎𝚜𝚟𝚊𝚛 𝙲𝚑𝚊𝚗𝚍𝚛𝚊𝚜𝚎𝚔𝚊𝚛 𝙰𝚙𝚙𝚒𝚢𝚊</title>
<title>Rikshith kumar Appiya Chandrasekar</title>
<script src="https://cdn.rawgit.com/progers/pathseg/master/pathseg.js"></script>
</head>

Expand Down
4 changes: 2 additions & 2 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ const Footer = () => {
<a
className="badge badge-dark"
rel="noopener"
href="https://github.com/anglesvar"
href="https://github.com/rikshith"
aria-label="My GitHub"
>
Anglesvar Chandrasekar Appiya
rikshith kumar Chandrasekar Appiya
</a>{" "}
using <i className="fab fa-react"></i>
<p>
Expand Down
22 changes: 11 additions & 11 deletions src/editable-stuff/configurations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,44 @@
"backgroundType": "gradient",
"plainBackgroundMode": "daylight",
"gradientColors": "#EE7752, #E73C7E, #23A6D5, #23D5AB",
"FirstName": "Anglesvar",
"FirstName": "Rikshith kumar",
"MiddleName": "Chandrasekar",
"LastName": "Appiya",
"devDesc": "| Engineer | Programmer | Full Stack Developer ",
"devDesc": "| Engineer | Programmer",
"icons": [{
"id": 0,
"image": "fa-github",
"url": "https://github.com/anglesvar",
"url": "https://github.com/rikshith",
"style": "socialicons"
},
{
"id": 1,
"image": "fa-facebook",
"url": "https://www.facebook.com/anglesvar.cheenu",
"url": "https://www.facebook.com",
"style": "socialicons"
},
{
"id": 2,
"image": "fa-instagram",
"url": "https://www.instagram.com/anglesvar",
"url": "https://www.instagram.com/rikshith28",
"style": "socialicons"
},
{
"id": 3,
"image": "fa-linkedin",
"url": "https://www.linkedin.com/in/anglesvar-chandrasekar-appiya-24338a110/",
"url": "https://www.linkedin.com/in/rikshith-kumar-7949b4226/",
"style": "socialicons"
}
],
"aboutHeading": "About Me",
"aboutDescription": "I'm Anglesvar Chandrasekar Appiya, a B.Tech Graduate from India. I'm a Developer with 2+ years of experience in Web Application development. I’m a Software Engineer at Chubb India. I'm always in hunger for new inspiring technologies.❤",
"aboutDescription": "I'm Rikshith kumar Chandrasekar Appiya, a B.Tech student from India. I'm a Developer in Web Application development. I'm always in hunger for new inspiring technologies.❤",
"projectHeading": "My Works",
"gitHubLink": "https://api.github.com/users/",
"gitHubUsername": "anglesvar",
"gitHubUsername": "rikshith",
"gitHubQuerry": "/repos?sort=created&direction=desc",
"projectsLength": 4,
"showNavigationbar": true,
"resumeLink": "https://angle-personal.s3.ap-south-1.amazonaws.com/ANGLESVAR's+Resume.pdf",
"mobileNumber": "9994578216",
"emailId": "anglesvar.cheenu98@gmail.com"
"resumeLink": "",
"mobileNumber": "9042855163",
"emailId": "rikshithkumar.28@gmail.com"
}