From c56963e7c6f68acd538a6a5be3f11ec5855820f9 Mon Sep 17 00:00:00 2001 From: Vivian <122825376+vivian-bibliophile9@users.noreply.github.com> Date: Sat, 11 Nov 2023 15:44:57 -0600 Subject: [PATCH 1/2] Update index.html update on website --- app/templates/index.html | 76 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 74 insertions(+), 2 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index dab5bcf..78fc0fa 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1,3 +1,75 @@ + -

ALL HAIL KRAIG

- \ No newline at end of file + + Inventory Website + + + + +
+

ALL HAIL KRAIG!

+ +
+
+
+
+

Newest Post

+
+

First Post

+

The first post's content

+ +
+
+
+
+ + + + + + + + From a6911649e0c0c941ac0811d7bac1d77cc5acd573 Mon Sep 17 00:00:00 2001 From: Vivian <122825376+vivian-bibliophile9@users.noreply.github.com> Date: Tue, 28 Nov 2023 09:23:47 -0600 Subject: [PATCH 2/2] Update index.html additional update: added orange banner + maker space image --- app/templates/index.html | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index 78fc0fa..43c09c6 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1,7 +1,7 @@ - Inventory Website + UT MakerSpace Inventory Website @@ -9,10 +9,10 @@

ALL HAIL KRAIG!

@@ -21,10 +21,14 @@

ALL HAIL KRAIG!

Newest Post

First Post

-

The first post's content

- +

The first post's content

+
+

+ +

About the Website

+
@@ -36,12 +40,17 @@

First Post

header { text-align: center; padding: 20px; + background-color: #bf5700; + color: #ffffff; + font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; + } /*navigation menu style*/ nav { text-align: center; word-spacing: 30px; Padding: 10px; + background-color: #bf5700; } /*creating the two-column layout*/ *{ @@ -54,6 +63,7 @@

First Post

.post-text-box { flex: 70%; padding: 20px; + font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; } .profile { flex: 70%; @@ -61,10 +71,12 @@

First Post

} /*profile image and heading style*/ .profile img { - width: 120px; + width: 250px; display: block; margin-left: 0; margin-right: 0; + flex-shrink: 0; + } .profile h1 { text-align: center;