Skip to content

Commit

Permalink
add images
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoelle committed Nov 7, 2023
1 parent 5690a02 commit 27e94a3
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
Binary file added src/assets/img/architecture.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/automation.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/clean-code.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/cloud-platforms.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/games.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/quality-checks.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/index.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -66,37 +66,37 @@ socials: site.social
</h3>
<div class="grid grid-cols-1 gap-6 pt-10 sm:grid-cols-2 md:gap-10 md:pt-12 lg:grid-cols-3 ">
{% render "partials/_tip_card",
image: "https://picsum.photos/seed/code/200/200" ,
image: "assets/img/clean-code.jpeg" ,
image_alt: "Illustration emphasizing code quality",
title: "Professional Code",
slug: "Clean Code is a must"
%}
{% render "partials/_tip_card",
image: "https://picsum.photos/seed/automation/200/200" ,
image: "assets/img/automation.jpeg" ,
image_alt: "Illustration emphasizing automation",
title: "Automation",
slug: "Pipelines, Continuous Integration and Deployment"
%}
{% render "partials/_tip_card",
image: "https://picsum.photos/seed/test/200/200" ,
image: "assets/img/quality-checks.jpeg" ,
image_alt: "Illustration of test driven development",
title: "Quality Checks",
slug: "Unit tests, Test driven design and development"
%}
{% render "partials/_tip_card",
image: "https://picsum.photos/seed/architecture/200/200" ,
image: "assets/img/architecture.jpeg" ,
image_alt: "Illustration of architecture",
title: "Application architecture",
slug: "Domain driven design, Build only whats needed"
%}
{% render "partials/_tip_card",
image: "https://picsum.photos/seed/Cloud/200/200" ,
image: "assets/img/cloud-platforms.jpeg" ,
image_alt: "Illustration of cloud platforms",
title: "Cloud Platforms",
slug: "Hybrid and off-prem systems, mostly AWS"
%}
{% render "partials/_tip_card",
image: "https://picsum.photos/seed/board/200/200" ,
image: "assets/img/games.jpeg" ,
image_alt: "Illustration of board games",
title: "Board Games",
slug: "Having a great time both collaborating or competing"
Expand Down

0 comments on commit 27e94a3

Please sign in to comment.