From 01390d5be1ea7dbfd75a474ca21e951ca65c6fb7 Mon Sep 17 00:00:00 2001 From: Perfectfire33 Date: Sat, 9 Jul 2022 17:08:59 -0400 Subject: [PATCH] Updated width of content across the site --- .idea/workspace.xml | 194 ++++++++++++++-------------- flaskr/static/style.css | 1 + flaskr/templates/about.html | 6 +- flaskr/templates/auth/login.html | 2 + flaskr/templates/auth/register.html | 2 + flaskr/templates/contact_us.html | 2 + flaskr/templates/services.html | 2 + flaskr/templates/testimonials.html | 2 + 8 files changed, 110 insertions(+), 101 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f078ad8..1e2fba4 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,13 +2,12 @@ - - - - - - - + + + + + + @@ -522,13 +518,6 @@ - - - - - - - @@ -595,34 +584,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -654,20 +615,6 @@ - - - - - - - - - - - - - - @@ -747,17 +694,66 @@ + + + + + + + - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + diff --git a/flaskr/static/style.css b/flaskr/static/style.css index 49ac48d..e2cc153 100644 --- a/flaskr/static/style.css +++ b/flaskr/static/style.css @@ -32,6 +32,7 @@ input.danger { color: #cc2f2e; } input[type=submit] { align-self: start; min-width: 10em; } .bottom { background: lightyellow; display: flex; align-items: center; padding: 0 0.5rem; } +.post2 { width: 25%; margin-left: 25%;} p2 {background-color: none; color: black; font-size: 25px; margin-left: 35%; } p3 {background-color: none; color: black; font-size: 25px; margin-left: 20%; } diff --git a/flaskr/templates/about.html b/flaskr/templates/about.html index 40fbd0f..6b3522e 100644 --- a/flaskr/templates/about.html +++ b/flaskr/templates/about.html @@ -4,7 +4,9 @@

{% block title %}About{% endblock %}

{% endblock %} + {% block content %} +
Charles Murillo is an Engineer by profession.

@@ -42,5 +44,5 @@ This project also encourages everyone to contribute and share their expertise to
OpenHouseParty aims to help people have stable housing at a very affordable cost.
- -{% endblock %} \ No newline at end of file +
+{% endblock %} diff --git a/flaskr/templates/auth/login.html b/flaskr/templates/auth/login.html index b7dd5dc..db502ab 100644 --- a/flaskr/templates/auth/login.html +++ b/flaskr/templates/auth/login.html @@ -5,6 +5,7 @@ {% endblock %} {% block content %} +
@@ -12,4 +13,5 @@
+
{% endblock %} \ No newline at end of file diff --git a/flaskr/templates/auth/register.html b/flaskr/templates/auth/register.html index a3c73cc..aaa5458 100644 --- a/flaskr/templates/auth/register.html +++ b/flaskr/templates/auth/register.html @@ -5,6 +5,7 @@ {% endblock %} {% block content %} +
@@ -12,4 +13,5 @@
+
{% endblock %} \ No newline at end of file diff --git a/flaskr/templates/contact_us.html b/flaskr/templates/contact_us.html index b4e05c7..5a8acb6 100644 --- a/flaskr/templates/contact_us.html +++ b/flaskr/templates/contact_us.html @@ -5,6 +5,7 @@ {% endblock %} {% block content %} +
@@ -16,4 +17,5 @@
+
{% endblock %} \ No newline at end of file diff --git a/flaskr/templates/services.html b/flaskr/templates/services.html index b173b72..b2d2905 100644 --- a/flaskr/templates/services.html +++ b/flaskr/templates/services.html @@ -5,6 +5,7 @@ {% endblock %} {% block content %} +
Modular Toy Construction
Modular Toy Construction @@ -25,4 +26,5 @@ Repurposing of 3D Printing

+
{% endblock %} \ No newline at end of file diff --git a/flaskr/templates/testimonials.html b/flaskr/templates/testimonials.html index ca5368d..3cdb5ad 100644 --- a/flaskr/templates/testimonials.html +++ b/flaskr/templates/testimonials.html @@ -5,6 +5,7 @@ {% endblock %} {% block content %} +


Elsa Jones @@ -40,4 +41,5 @@ But this Tobby Toy Car kit is totally different because I get to experience how


+
{% endblock %} \ No newline at end of file -- 2.30.2