updates to the clinic page

* Removed the contact banner that leads to /contact
* Changed the link to each doctor to be the support tracker that
contains their track record instead of a resume
* Added testimony link to the first Hostea public consult
wip-coc
Loïc Dachary 2022-05-04 08:24:06 +01:00
parent 93087e33dd
commit 3eda37b4fe
Signed by: dachary
GPG Key ID: 992D23B392F9E4F2
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>