diff --git a/src/includes/mentor/validation-process.pug b/src/includes/mentor/validation-process.pug index cb89431b65b7b7677e5990cfb297819a9c0eaa69..b4368f167010fbb957ecfcf5239e3fbe4cd0cbf6 100644 --- a/src/includes/mentor/validation-process.pug +++ b/src/includes/mentor/validation-process.pug @@ -2,10 +2,31 @@ div.block_log.block_creat_count.no_shadow sib-link(class="backlink pull-right", next="mentor-resource-list") X div#validation-process div - p Mentor upload a resource to the database - p Resource is sent to qualified peers for validation + figure + img( src="http://placekitten.com/g/150/150" + alt="") + figcaption Mentor upload a resource to the database + + figure( + img src="http://placekitten.com/1/300" + alt="" + ) + figcaption Resource is sent to qualified peers for validation + div - p Resource is validated and becomes available in the database - p Resource is not validated and improvement is siggested. You get a list of improvement, can edit ans re-load the resource. It goes to validation process again.L0 - p Resource is reported inapropriate. You get a notification with a message from your peer explaning why. \ No newline at end of file + figure + img( src="http://placekitten.com/g/150/150" + alt="") + figcaption Resource is validated and becomes available in the database + + figure + img( src="http://placekitten.com/g/150/150" + alt="") + figcaption Resource is not validated and improvement is siggested. You get a list of improvement, can edit ans re-load the resource. It goes to validation process again.L0 + + figure + img( src="http://placekitten.com/g/150/150" + alt="") + figcaption Resource is reported inapropriate. You get a notification with a message from your peer explaning why. + \ No newline at end of file