Merge pull request 'updates to the clinic page' (#13) from dachary/website:wip-clinic into master

Reviewed-on: https://gitea.hostea.org/Hostea/website/pulls/13
master
Aravinth Manivannan 2022-05-04 14:03:14 -04:00
commit 9c9e68617f
3 changed files with 10 additions and 12 deletions

View File

@ -1,11 +1,11 @@
+++
title = "Gitea Clinic"
description = "Debug and Recover broken Gitea instances"
description = "Get help with your sick Gitea instance"
+++
## How does it work?
1. Get in touch with the doctor of your choice
1. Get in touch with the [doctor of your choice](#hostea-doctors)
2. Upload your sick Gitea
3. Once it gets better bring it back home (or decide it should get a
permanent residence at hostea)
@ -14,14 +14,12 @@ description = "Debug and Recover broken Gitea instances"
## How much does it cost?
All Hostea doctors charge a flat hourly rate for consultations held in public
(private information is never revealed, even if the consultation is held
in public) Private consultations fees depend on the Hostea doctor
(sensitive information is never revealed, even if the consultation is held
in public). Private consultations fees depend on the Hostea doctor.
Sounds good, I want to get an appointment!
{{ call_to_action_banner(prompt="Sounds good, I want to get an appointment!", link="/contanct", action="Contact Us") }}
## Sounds good, I want to get an appointment!
The doctor name links to their resume. Stars are awarded when someone is
happy about a public consultation (not for private consulations).
Each star is awarded when someone is happy about a public consultation. Doctors cannot get a star for a private consulation.
## Hostea Doctors
{{ gitea_clinic_doc_reviews() }}

View File

@ -3,12 +3,12 @@
[[ doctors ]]
nick = "dachary"
name ="Loïc Dachary"
website = "https://dachary.org"
website = "https://gitea.hostea.org/dachary/hostea/issues"
[[ doctors.reviews ]]
name = "Rob B"
name = "Chris H."
rating = 5
remarks = "Nice"
remarks = "https://discourse.gitea.io/t/blank-page-after-login/5051/14"
## ------------- end dachary ---------
## ------------- start realaravinth ---------

View File

@ -42,7 +42,7 @@
<p class="doctor_rating-stars">{{ rating_str }}</p>
<!--<p class="doctor_rating-value">{{ rating }}</p> -->
</div>
<a href='{{ doctor["website"] }}' class="doctor__contact">Learn More</a>
<a href='{{ doctor["website"] }}' class="doctor__contact">Get in touch</a>
</div>
{% endfor %}
</div>