Skip to content

Commit 4fd3cdb

Browse files
Merge pull request #869 from danielgtaylor/hire-me
docs: add links to hire me
2 parents badf024 + 38e9b2e commit 4fd3cdb

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
[**🌎中文文档**](./README_CN.md)
1212
[**🇯🇵日本語ドキュメント**](./README_JA.md)
1313

14+
> [!IMPORTANT]
15+
> Enjoying Huma? Please consider hiring me! I'm looking for new opportunities. Here's my [resume](https://registry.jsonresume.org/danielgtaylor).
16+
1417
- [What is huma?](#intro)
1518
- [Install](#install)
1619
- [Example](#example)

docs/docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ sponsors:
2525
[![Huma Powered](https://img.shields.io/badge/Powered%20By-Huma-f40273)](https://huma.rocks/) [![CI](https://github.com/danielgtaylor/huma/workflows/CI/badge.svg?branch=main)](https://github.com/danielgtaylor/huma/actions?query=workflow%3ACI+branch%3Amain++) [![codecov](https://codecov.io/gh/danielgtaylor/huma/branch/main/graph/badge.svg)](https://codecov.io/gh/danielgtaylor/huma) [![Docs](https://godoc.org/github.com/danielgtaylor/huma/v2?status.svg)](https://pkg.go.dev/github.com/danielgtaylor/huma/v2?tab=doc) [![Go Report Card](https://goreportcard.com/badge/github.com/danielgtaylor/huma/v2)](https://goreportcard.com/report/github.com/danielgtaylor/huma/v2)
2626
</div>
2727

28+
!!! question "Looking for an experienced Go developer?"
29+
30+
Enjoying Huma? Please consider hiring me! I'm looking for new opportunities. Here's my [resume](https://registry.jsonresume.org/danielgtaylor).
31+
2832
A modern, simple, fast & flexible micro framework for building HTTP REST/RPC APIs in Golang backed by OpenAPI 3 and JSON Schema. Pronounced IPA: [/'hjuːmɑ/](https://en.wiktionary.org/wiki/Wiktionary:International_Phonetic_Alphabet).
2933

3034
## Goals

docs/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ nav:
6161
- "Migrating From V1": how-to/migrate.md
6262
- "OAuth 2.0 & JWT": how-to/oauth2-jwt.md
6363
- "Go Reference": "https://pkg.go.dev/github.com/danielgtaylor/huma/v2?tab=doc"
64+
- "Hire @danielgtaylor": https://registry.jsonresume.org/danielgtaylor
6465
theme:
6566
name: material
6667
custom_dir: overrides

0 commit comments

Comments
 (0)