zregvart commented on a change in pull request #272: Pull contributor data from JSON APIs URL: https://github.com/apache/camel-website/pull/272#discussion_r398628424
########## File path: layouts/shortcodes/committers.html ########## @@ -0,0 +1,26 @@ +{{ $urlPre := "https://projects.apache.org" }} +{{ $path := "/json/foundation" }} +{{ $group := getJSON $urlPre $path "/groups.json"}} +{{ $name := getJSON $urlPre $path "/people_name.json" }} +{{$orgnisations := getJSON "data/teamdata.json" }} + +<table class="tableblock frame-all grid-all stretch"> Review comment: I don't see `frame-all` and `grid-all` CSS classes in our CSS, are these needed or are they missing? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services