Merge pull request 'updates to the clinic page' (#13) from dachary/website:wip-clinic into master
ci/woodpecker/push/woodpecker Pipeline was successful Details

Reviewed-on: https://gitea.hostea.org/Hostea/website/pulls/13
pull/15/head
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" title = "Gitea Clinic"
description = "Debug and Recover broken Gitea instances" description = "Get help with your sick Gitea instance"
+++ +++
## How does it work? ## 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 2. Upload your sick Gitea
3. Once it gets better bring it back home (or decide it should get a 3. Once it gets better bring it back home (or decide it should get a
permanent residence at hostea) permanent residence at hostea)
@ -14,14 +14,12 @@ description = "Debug and Recover broken Gitea instances"
## How much does it cost? ## How much does it cost?
All Hostea doctors charge a flat hourly rate for consultations held in public All Hostea doctors charge a flat hourly rate for consultations held in public
(private information is never revealed, even if the consultation is held (sensitive information is never revealed, even if the consultation is held
in public) Private consultations fees depend on the Hostea doctor in public). Private consultations fees depend on the Hostea doctor.
Sounds good, I want to get an appointment! ## 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") }}
The doctor name links to their resume. Stars are awarded when someone is Each star is awarded when someone is happy about a public consultation. Doctors cannot get a star for a private consulation.
happy about a public consultation (not for private consulations).
## Hostea Doctors ## Hostea Doctors
{{ gitea_clinic_doc_reviews() }} {{ gitea_clinic_doc_reviews() }}

View File

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

View File

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