Skip to content

Commit

Permalink
feat(ondrej-sika.cz/bio): Add BIO (english only yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed May 30, 2023
1 parent 1ae0d5d commit 02a16ed
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/ondrej-sika.cz/pages/bio.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import React from "react";
import Article from "@app/ondrejsika-theme/layouts/Article";

const Page = () => (
<Article
title="BIO"
hideNewsletter={true}
markdown={`
I'm a DevOps engineer, consultant, and lecturer from Prague. My job is help you with set up or improve DevOps culture, processes and tools to run and deliver your software products easier, faster and in more reliable way.
I also do popular DevOps related traing where I will teach you to use proven tools, techniques and technologies that will lead to faster development and safer operation of your software.
`}
/>
);

export default Page;

2 comments on commit 02a16ed

@vercel
Copy link

@vercel vercel bot commented on 02a16ed May 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

www-skoleni-io – ./packages/skoleni.io

www-skoleni-io.vercel.app
www-skoleni-io-ondrejsika.vercel.app
www-skoleni-io-git-master-ondrejsika.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 02a16ed May 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

www-trainera-cz – ./packages/trainera.cz

www-trainera-cz.vercel.app
www-trainera-cz-ondrejsika.vercel.app
www-trainera-cz-git-master-ondrejsika.vercel.app

Please sign in to comment.