diff --git a/data/clinic-doctors.toml b/data/clinic-doctors.toml new file mode 100644 index 0000000..00f5ddb --- /dev/null +++ b/data/clinic-doctors.toml @@ -0,0 +1,49 @@ +## ------------- start dachary --------- + +[[ doctors ]] +nick = "dachary" +name ="Loïc Dachary" +website = "https://dachary.org" + +[[ doctors.reviews ]] +name = "Rob B" +rating = 5 +remarks = "Nice" +## ------------- end dachary --------- + +## ------------- start realaravinth --------- + +[[ doctors ]] +nick = "realaravinth" +name ="Aravinth Manivannan" +website = "https://batsense.net" +picture = "/people/realaravinth.jpg" + +[[ doctors.reviews ]] +name = "Lisa V" +rating = 5 +remarks = "Timely response, very satisfied." + + +[[ doctors.reviews ]] +name = "Bob C" +rating = 4.7 +remarks = "Nice" + + + +## ------------- end realaravinth --------- + +## ------------- start easter-eggs --------- + +[[ doctors ]] +nick = "easter-eggs" +name ="Easter-eggs" +website = "https://easter-eggs.com/" + +[[ doctors.reviews ]] +name = "Ken G" +rating = 5 +remarks = "Very reliable!" + +## ------------- end easter-eggs --------- diff --git a/static/people/realaravinth.jpg b/static/people/realaravinth.jpg new file mode 100644 index 0000000..1163a9d Binary files /dev/null and b/static/people/realaravinth.jpg differ