change projects
This commit is contained in:
parent
e36261fdb6
commit
69df6bacbd
|
@ -47,7 +47,7 @@ const Footer = () => {
|
||||||
{` `}
|
{` `}
|
||||||
<Link
|
<Link
|
||||||
aria-label="Link to the theme author's website"
|
aria-label="Link to the theme author's website"
|
||||||
href="https://www.lekoarts.de?utm_source=cara&utm_medium=Theme"
|
href="https://www.linkedin.com/in/priyatham-sai-chand/"
|
||||||
>
|
>
|
||||||
Priyatham Sai Chand
|
Priyatham Sai Chand
|
||||||
</Link>
|
</Link>
|
||||||
|
|
|
@ -1,32 +1,30 @@
|
||||||
## Projects
|
## Projects
|
||||||
|
|
||||||
<ProjectCard
|
<ProjectCard
|
||||||
title="Tips & Tricks for Gatsby"
|
title="IoT Speed Bump"
|
||||||
link="https://www.lekoarts.de/gatsby/tips-and-tricks-for-gatsby?utm_source=cara&utm_medium=Theme"
|
link="https://www.lekoarts.de/gatsby/tips-and-tricks-for-gatsby?utm_source=cara&utm_medium=Theme"
|
||||||
bg="linear-gradient(to right, #D4145A 0%, #FBB03B 100%)"
|
bg="linear-gradient(to right, #D4145A 0%, #FBB03B 100%)"
|
||||||
>
|
>
|
||||||
A collection of short, but useful quick tips shared by me and the community
|
Major Project to enhance safety and disrupt nation's roadways system with innovation.
|
||||||
about Gatsby. From GraphQL over local development to deployment.
|
|
||||||
</ProjectCard>
|
</ProjectCard>
|
||||||
<ProjectCard
|
<ProjectCard
|
||||||
title="Setting up a yarn Workspace"
|
title="Mini Project"
|
||||||
link="https://www.lekoarts.de/javascript/setting-up-a-yarn-workspace-with-typescript-eslint-and-cypress?utm_source=cara&utm_medium=Theme"
|
link="https://www.lekoarts.de/javascript/setting-up-a-yarn-workspace-with-typescript-eslint-and-cypress?utm_source=cara&utm_medium=Theme"
|
||||||
bg="linear-gradient(to right, #662D8C 0%, #ED1E79 100%)"
|
bg="linear-gradient(to right, #662D8C 0%, #ED1E79 100%)"
|
||||||
>
|
>
|
||||||
A robust solution for multi-package repositories.
|
A robust solution for multi-package repositories.
|
||||||
</ProjectCard>
|
</ProjectCard>
|
||||||
<ProjectCard
|
<ProjectCard
|
||||||
title="Adding a Draft Feature to Gatsby"
|
title="Coursera Projects"
|
||||||
link="https://www.lekoarts.de/garden/adding-a-draft-feature-to-gatsby?utm_source=cara&utm_medium=Theme"
|
link="https://www.lekoarts.de/garden/adding-a-draft-feature-to-gatsby?utm_source=cara&utm_medium=Theme"
|
||||||
bg="linear-gradient(to right, #009245 0%, #FCEE21 100%)"
|
bg="linear-gradient(to right, #009245 0%, #FCEE21 100%)"
|
||||||
>
|
>
|
||||||
A solution with the createSchemaCustomization API.
|
Projects I did in excel and SQL.
|
||||||
</ProjectCard>
|
</ProjectCard>
|
||||||
<ProjectCard
|
<ProjectCard
|
||||||
title="Theme UI Plugin for Figma"
|
title="Kalam"
|
||||||
link="https://www.lekoarts.de/design/introducing-the-theme-ui-plugin-for-figma?utm_source=cara&utm_medium=Theme"
|
link="https://www.lekoarts.de/design/introducing-the-theme-ui-plugin-for-figma?utm_source=cara&utm_medium=Theme"
|
||||||
bg="linear-gradient(to right, #D585FF 0%, #00FFEE 100%)"
|
bg="linear-gradient(to right, #D585FF 0%, #00FFEE 100%)"
|
||||||
>
|
>
|
||||||
The Theme UI plugin for Figma allows for a workflow where Theme UI is the
|
My social service that was the life of the organization.
|
||||||
starting point both for design & development.
|
|
||||||
</ProjectCard>
|
</ProjectCard>
|
||||||
|
|
Loading…
Reference in New Issue