From c550ba078ed912d446b7ab5f182cde1398adb692 Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Thu, 30 Jul 2020 18:26:06 +0200 Subject: [PATCH] Dynamically fill the project table cards --- _includes/project_tablecard.html | 162 ++++++++++++++----------------- 1 file changed, 73 insertions(+), 89 deletions(-) diff --git a/_includes/project_tablecard.html b/_includes/project_tablecard.html index 6b7bcd0..bdb39ae 100644 --- a/_includes/project_tablecard.html +++ b/_includes/project_tablecard.html @@ -1,66 +1,66 @@
- {% for paragraph in card.description %} - {{ paragraph }} - {% endfor %} -
-- The Safing API has come very far. It actually already is online, signing in valid users and responding with information on each users SPN subscription status. Setting the API up securely took quite a lot of planning, but we are happy about the result. -
-- Now in the Portmaster part, we both need to provide an interface where you can log in to the SPN and where it displays your current account status. The designs for this have also been completed by Luke. -
++ {% for paragraph in card.description %} + {{ paragraph }} + {% endfor %} +
+- The only puzzle piece missing is the frontend implementation, Here meaning the Portmaster UI actually showing the designs and making the API calls. This project is nearing its completion, so stay tuned! -
-