53 lines
1.1 KiB
TOML
53 lines
1.1 KiB
TOML
## ------------- start dachary ---------
|
|
|
|
[[ doctors ]]
|
|
nick = "dachary"
|
|
name ="Loïc Dachary"
|
|
website = "https://gitea.gna.org/dachary/hostea/issues"
|
|
picture = "/people/dachary.png"
|
|
|
|
[[ doctors.reviews ]]
|
|
name = "Chris H."
|
|
rating = 5
|
|
remarks = "https://discourse.gitea.io/t/blank-page-after-login/5051/14"
|
|
## ------------- end dachary ---------
|
|
|
|
## ------------- start realaravinth ---------
|
|
|
|
[[ doctors ]]
|
|
nick = "realaravinth"
|
|
name ="Aravinth Manivannan"
|
|
website = "https://gitea.gna.org/realaravinth/hostea/issues"
|
|
picture = "/people/realaravinth.jpg"
|
|
|
|
[[ doctors.reviews ]]
|
|
name = "Lisa V"
|
|
rating = 5
|
|
remarks = "Timely response, very satisfied."
|
|
|
|
|
|
[[ doctors.reviews ]]
|
|
name = "Bob C"
|
|
rating = 5
|
|
remarks = "Nice"
|
|
|
|
|
|
|
|
## ------------- end realaravinth ---------
|
|
|
|
## ------------- start easter-eggs ---------
|
|
|
|
[[ doctors ]]
|
|
nick = "easter-eggs"
|
|
name ="Easter-eggs"
|
|
website = "https://gitea.gna.org/easter-eggs/clinic/issues"
|
|
picture = "/people/easter-eggs.png"
|
|
|
|
|
|
[[ doctors.reviews ]]
|
|
name = "Ken G"
|
|
rating = 5
|
|
remarks = "Very reliable!"
|
|
|
|
## ------------- end easter-eggs ---------
|