change projects
This commit is contained in:
parent
e36261fdb6
commit
69df6bacbd
|
@ -47,7 +47,7 @@ const Footer = () => {
|
|||
{` `}
|
||||
<Link
|
||||
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
|
||||
</Link>
|
||||
|
|
|
@ -1,32 +1,30 @@
|
|||
## Projects
|
||||
|
||||
<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"
|
||||
bg="linear-gradient(to right, #D4145A 0%, #FBB03B 100%)"
|
||||
>
|
||||
A collection of short, but useful quick tips shared by me and the community
|
||||
about Gatsby. From GraphQL over local development to deployment.
|
||||
Major Project to enhance safety and disrupt nation's roadways system with innovation.
|
||||
</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"
|
||||
bg="linear-gradient(to right, #662D8C 0%, #ED1E79 100%)"
|
||||
>
|
||||
A robust solution for multi-package repositories.
|
||||
</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"
|
||||
bg="linear-gradient(to right, #009245 0%, #FCEE21 100%)"
|
||||
>
|
||||
A solution with the createSchemaCustomization API.
|
||||
Projects I did in excel and SQL.
|
||||
</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"
|
||||
bg="linear-gradient(to right, #D585FF 0%, #00FFEE 100%)"
|
||||
>
|
||||
The Theme UI plugin for Figma allows for a workflow where Theme UI is the
|
||||
starting point both for design & development.
|
||||
My social service that was the life of the organization.
|
||||
</ProjectCard>
|
||||
|
|
Loading…
Reference in New Issue