Skip to content

Commit

Permalink
chore: add consulting card
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi-De committed Sep 3, 2024
1 parent aab9dd1 commit e6f7344
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
42 changes: 42 additions & 0 deletions docs/_templates/sidebars/consulting.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<style>
.consulting-card {
background-color: var(--sy-c-background);
border-radius: 6px;
border: 1px solid var(--sy-c-divider);
padding: .8rem;
margin-top: 16px;
}

.consulting-card h3 {
font-size: 18px;
font-weight: 600;
color: var(--sy-c-heading);
margin-bottom: 8px;
}

.consulting-card p {
font-size: 14px;
color: var(--sy-c-text);
margin-bottom: 12px;
}

.consulting-card a {
font-size: 14px;
color: var(--sy-c-link);
text-decoration: none;
font-weight: 500;
}

.consulting-card a:hover {
color: var(--sy-c-link-hover);
text-decoration: underline;
}
</style>

<div class="consulting-card">
<h3>Need Django expertise?</h3>
<p>If you're interested in hiring me as a consultant for your project, please don't hesitate to reach out.</p>
<a href="mailto:tobidegnon@proton.me">
Contact me for consulting
</a>
</div>
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"sidebars/localtoc.html",
"sidebars/repo-stats.html",
"sidebars/edit-this-page.html",
"sidebars/consulting.html",
# "sidebars/buy-me-a-coffee.html",
]
}
Expand Down

0 comments on commit e6f7344

Please sign in to comment.