Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 Add home section #3

Merged
merged 1 commit into from
Aug 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# About

<p align="center">
<img src="https://images.weserv.nl/?url=avatars.githubusercontent.com/u/7353520?v=4&h=300&w=300&fit=cover&mask=circle&maxage=7d" alt="The FastAPI Expert"/>
<p align="center">I'm Marcelo Trylesinski, nice to meet you! 👋</p>
</p>

---
<p align="center">
I'm a software engineer from <b>Brazil</b>. 🇧🇷
</p>

<p align="center">
I'm currently living in <b>Utrecht</b>, <b>Netherlands</b>. 🇳🇱
</p>


<p align="center">
I'm a maintainer of <b><a href="https://starlette.io/">Starlette</a></b> and <b><a href="https://uvicorn.org/">Uvicorn</a></b>.
</p>

<p align="center">
I'm also a <b><a href="https://fastapi.tiangolo.com/fastapi-people/#experts">FastAPI Expert</a></b>.
</p>

<p align="center">If my open source work is useful to you, consider sponsoring me. 🙏</p>
<p align="center">
<iframe src="https://github.com/sponsors/Kludex/button" title="Sponsor Kludex" height="32" width="114" style="border: 0; border-radius: 6px;"></iframe>
</p>
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ markdown_extensions:
alternate_style: true

nav:
- Home: index.md
- Home:
- About: index.md
- Blog:
- blog/index.md

Expand Down