-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ondrej-sika.cz/bio): Add BIO (english only yet)
- Loading branch information
1 parent
1ae0d5d
commit 02a16ed
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
02a16ed
There was a problem hiding this comment.
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
02a16ed
There was a problem hiding this comment.
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