From ed6bc0c58bd6697075a454d5035faf8437f31088 Mon Sep 17 00:00:00 2001 From: Marianna Sternefeld Date: Tue, 31 Oct 2017 18:53:13 -0400 Subject: [PATCH 1/4] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index deb6ec8..698cc29 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # PersonalWebsite The code for my personal website. Includes PHP contact form and the site is utilized for mobile. This website was made with no frameworks and was built from the ground up. + + +Contains the following features: +- a way to contact me +- some of my projects +- some of my artwork From ba58fc279f010b20140911d0f9db2e6c8b95d1f8 Mon Sep 17 00:00:00 2001 From: Stephen Cioffi Date: Tue, 31 Oct 2017 17:57:13 -0700 Subject: [PATCH 2/4] Added supportive message. --- contact.php | 1 + 1 file changed, 1 insertion(+) diff --git a/contact.php b/contact.php index 7c93167..61ef305 100644 --- a/contact.php +++ b/contact.php @@ -33,6 +33,7 @@


Date: Tue, 31 Oct 2017 17:58:47 -0700 Subject: [PATCH 3/4] Added proper punctuation. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 698cc29..dc960db 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ The code for my personal website. Includes PHP contact form and the site is util Contains the following features: -- a way to contact me -- some of my projects -- some of my artwork +- a way to contact me. +- some of my projects. +- some of my artwork. From e6f7a2e83553008e3c385c58fe951ad404f891d5 Mon Sep 17 00:00:00 2001 From: Stephen Cioffi Date: Tue, 31 Oct 2017 17:59:53 -0700 Subject: [PATCH 4/4] I like blue --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 06e0259..579f691 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,7 @@ html, body { padding:0; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 15px; - background-color: #333333; + background-color: #0000ff; background-image: url(pictures/dark_embroidery.png); min-width: 500px; @@ -324,4 +324,4 @@ input[type=text], input[type=url], input[type=email], textarea[type=text] { } input[type=submit]{ width: 100%; height: 40px; -} \ No newline at end of file +}