From 7a59fb798f1219930bf9ae4c68afbe8a7c8a6dd4 Mon Sep 17 00:00:00 2001 From: daviddoji Date: Wed, 2 Mar 2022 16:51:28 +0100 Subject: [PATCH] Styling --- projects/templates/projects/all_projects.html | 32 ++++++++++++------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/projects/templates/projects/all_projects.html b/projects/templates/projects/all_projects.html index 76123aa..76d478c 100644 --- a/projects/templates/projects/all_projects.html +++ b/projects/templates/projects/all_projects.html @@ -5,19 +5,29 @@ Title - - + -

Hi again

- - {% for project in projects%} - screenshot of project -

{{ project.title }}

-

{{ project.description }}

-

{{ project.technology }}

+
+

Projects

+
+ + + {% for project in projects%} +
+
+ {{ project.description }} +
+
{{ project.title }}
+

{{ project.description }}

+ Read More +
+
+
{% endfor %} +
+
\ No newline at end of file