Skip to content

Commit

Permalink
Grublo
Browse files Browse the repository at this point in the history
  • Loading branch information
kralion committed May 6, 2024
1 parent dc8ea3e commit 5836944
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
Binary file added src/assets/repo-covers/grublo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/data/techstack.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,11 @@
"icon": "https://svgl.app/library/canva.svg",
"label": "Canva",
"name": "canva"
},

{
"icon": "https://svgl.app/library/astro.svg",
"label": "Astro",
"name": "astro-dark"
}
]
16 changes: 11 additions & 5 deletions src/pages/Experience.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import PowerHubCover from "../assets/repo-covers/powerhub.jpg";
import VidplusCover from "../assets/repo-covers/vidplus.jpg";
import GithubIcon from "../assets/svg/github.svg";
import ProjectCard from "../components/ProjectCard";
import GrubloCover from "../assets/repo-covers/grublo.jpg";

export default function Experience() {
return (
Expand Down Expand Up @@ -50,11 +51,16 @@ export default function Experience() {
projectImage={PowerHubCover}
/>
<ProjectCard
projectTitle="VidPlus"
description="Vid plus SASS product backbone with modern tech stack, w/ UX best practices."
demoLink="https://vidplus-e8edr3vpr-brayanpaucar.vercel.app"
usedTechnologies={["nextjs", "mysql", "typescript", "tailwindcss"]}
projectImage={VidplusCover}
projectTitle="Grublo Inc"
description="Software development company with a focus on web development and design."
demoLink="https://grublo.netlify.app"
usedTechnologies={[
"figma",
"astro-dark",
"typescript",
"tailwindcss",
]}
projectImage={GrubloCover}
/>
<ProjectCard
projectTitle="Expense Tracker"
Expand Down

0 comments on commit 5836944

Please sign in to comment.