Skip to content

Icons added and a fix on the commit graph #159

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 16 commits into
base: main
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
7 changes: 7 additions & 0 deletions components/sections/Skills.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ const Skills = React.forwardRef(({ handleIconToggle }, ref) => {
iconType={"frontend"}
iconData={iconData}
/>
{/* Frontend */}
<IconSelector
handleIconToggle={handleIconToggle}
title={"Mobile"}
iconType={"mobile"}
iconData={iconData}
/>
{/* Backend and DB */}
<IconSelector
handleIconToggle={handleIconToggle}
Expand Down
129 changes: 82 additions & 47 deletions pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ export const StateContext = createContext(null);

export const STORED_STATE_KEY = "profileMeLocalStateMar24";

const PROJECT_URL = process.env.NODE_ENV === 'production'
? 'https://raw.githubusercontent.com/danielcranney/readme-generator/main/public'
: 'http://localhost:3000'
const PROJECT_URL =
process.env.NODE_ENV === "production"
? "https://raw.githubusercontent.com/danielcranney/readme-generator/main/public"
: "http://localhost:3000";

// Icon Store
export const iconData = {
Expand Down Expand Up @@ -298,6 +299,14 @@ export const iconData = {
iTag: "remix",
link: "https://remix.run/",
},
{
name: "Astro",
path: "https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/astro-colored.svg",
darkPath:
"https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/astro-dark.svg",
iTag: "astro",
link: "https://astro.build/",
},
],
backend: [
{
Expand Down Expand Up @@ -370,12 +379,6 @@ export const iconData = {
iTag: "appwrite",
link: "https://appwrite.io/",
},
{
name: "Heroku",
path: "https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/heroku-colored.svg",
iTag: "heroku",
link: "https://www.heroku.com/",
},
{
name: "Flask",
path: "https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/flask-colored.svg",
Expand Down Expand Up @@ -451,6 +454,22 @@ export const iconData = {
link: "https://www.sketch.com/",
},
],
mobile: [
{
name: "Flutter",
path: "https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/flutter-colored.svg",
iTag: "flutter",
link: "https://flutter.dev/",
},
{
name: "NativeScript",
path: "https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/nativescript-colored.svg",
darkPath:
"https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/nativescript-colored-dark.svg",
iTag: "nativescript",
link: "https://nativescript.org/",
},
],
web3: [
{
name: "Uniswap",
Expand Down Expand Up @@ -604,12 +623,32 @@ export const iconData = {
},
],
cloud: [
{
name: "Amazon Web Services",
path: "https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/aws-colored.svg",
darkPath:
"https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/aws-colored-dark.svg",
iTag: "aws",
link: "https://aws.amazon.com",
},
{
name: "Digital Ocean",
path: "https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/digitalocean-colored.svg",
iTag: "digitalocean",
link: "https://www.digitalocean.com",
},
{
name: "Google Cloud",
path: "https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/googlecloud-colored.svg",
iTag: "googlecloud",
link: "https://cloud.google.com/",
},
{
name: "Heroku",
path: "https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/heroku-colored.svg",
iTag: "heroku",
link: "https://www.heroku.com/",
},
],
cms: [
{
Expand All @@ -636,6 +675,22 @@ export const iconData = {
iTag: "wix",
link: "https://wix.com",
},
{
name: "Webflow",
path: "https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/webflow-colored.svg",
darkPath:
"https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/webflow-dark.svg",
iTag: "webflow",
link: "https://webflow.com/",
},
{
name: "Weebly",
path: "https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/weebly-colored.svg",
darkPath:
"https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/weebly-dark.svg",
iTag: "weebly",
link: "https://www.weebly.com/",
},
],
other: [
{
Expand All @@ -658,20 +713,6 @@ export const iconData = {
iTag: "laravel",
link: "https://laravel.com/",
},
{
name: "Flutter",
path: "https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/flutter-colored.svg",
iTag: "flutter",
link: "https://flutter.dev/",
},
{
name: "Amazon Web Services",
path: "https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/aws-colored.svg",
darkPath:
"https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/aws-colored-dark.svg",
iTag: "aws",
link: "https://aws.amazon.com",
},
{
name: "Arduino",
path: "https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/arduino-colored.svg",
Expand All @@ -684,18 +725,20 @@ export const iconData = {
iTag: "blender",
link: "https://www.blender.org/",
},
{
name: "Digital Ocean",
path: "https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/digitalocean-colored.svg",
iTag: "digitalocean",
link: "https://www.digitalocean.com",
},
{
name: "Docker",
path: "https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/docker-colored.svg",
iTag: "docker",
link: "https://www.docker.com/",
},
{
name: "Kubernetes",
path: "https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/kubernetes-colored.svg",
darkPath:
"https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/kubernetes-dark.svg",
iTag: "kubernetes",
link: "https://kubernetes.io/",
},
{
name: "Linux",
path: "https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/linux-colored.svg",
Expand Down Expand Up @@ -980,6 +1023,7 @@ const initialState = {
editors: [],
frontend: [],
backend: [],
mobile: [],
software: [],
web3: [],
cloud: [],
Expand All @@ -990,22 +1034,19 @@ const initialState = {
socials: {
github: {
path: `${PROJECT_URL}/icons/socials/github.svg`,
darkPath:
`${PROJECT_URL}/icons/socials/github-dark.svg`,
darkPath: `${PROJECT_URL}/icons/socials/github-dark.svg`,
linkPrefix: "https://www.github.com/",
linkSuffix: "",
},
twitter: {
path: `${PROJECT_URL}/icons/socials/twitter.svg`,
darkPath:
`${PROJECT_URL}/icons/socials/twitter-dark.svg`,
darkPath: `${PROJECT_URL}/icons/socials/twitter-dark.svg`,
linkPrefix: "https://www.x.com/",
linkSuffix: "",
},
threads: {
path: `${PROJECT_URL}/icons/socials/threads.svg`,
darkPath:
`${PROJECT_URL}/icons/socials/threads-dark.svg`,
darkPath: `${PROJECT_URL}/icons/socials/threads-dark.svg`,
linkPrefix: "https://www.threads.net/@",
linkSuffix: "",
},
Expand All @@ -1018,22 +1059,19 @@ const initialState = {
},
medium: {
path: `${PROJECT_URL}/icons/socials/medium.svg`,
darkPath:
`${PROJECT_URL}/icons/socials/medium-dark.svg`,
darkPath: `${PROJECT_URL}/icons/socials/medium-dark.svg`,
linkPrefix: "http://www.medium.com/",
linkSuffix: "",
},
devdotto: {
path: `${PROJECT_URL}/icons/socials/devdotto.svg`,
darkPath:
`${PROJECT_URL}/icons/socials/devdotto-dark.svg`,
darkPath: `${PROJECT_URL}/icons/socials/devdotto-dark.svg`,
linkPrefix: "https://www.dev.to/",
linkSuffix: "",
},
linkedin: {
path: `${PROJECT_URL}/icons/socials/linkedin.svg`,
darkPath:
`${PROJECT_URL}/icons/socials/linkedin-dark.svg`,
darkPath: `${PROJECT_URL}/icons/socials/linkedin-dark.svg`,
linkPrefix: "https://www.linkedin.com/in/",
linkSuffix: "",
},
Expand Down Expand Up @@ -1069,8 +1107,7 @@ const initialState = {
},
facebook: {
path: `${PROJECT_URL}/icons/socials/facebook.svg`,
darkPath:
`${PROJECT_URL}/icons/socials/facebook-dark.svg`,
darkPath: `${PROJECT_URL}/icons/socials/facebook-dark.svg`,
linkPrefix: "https://www.facebook.com/",
linkSuffix: "",
},
Expand All @@ -1088,15 +1125,13 @@ const initialState = {
},
codesandbox: {
path: `${PROJECT_URL}/icons/socials/codesandbox.svg`,
darkPath:
`${PROJECT_URL}/icons/socials/codesandbox-dark.svg`,
darkPath: `${PROJECT_URL}/icons/socials/codesandbox-dark.svg`,
linkPrefix: "https://codesandbox.io/u/",
linkSuffix: "",
},
codepen: {
path: `${PROJECT_URL}/icons/socials/codepen.svg`,
darkPath:
`${PROJECT_URL}/icons/socials/codepen-dark.svg`,
darkPath: `${PROJECT_URL}/icons/socials/codepen-dark.svg`,
linkPrefix: "https://www.codepen.io/",
linkSuffix: "",
},
Expand Down
Loading