From 354eefa2adc946cca57a9104c269ec0886a9b52e Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 14:30:51 -0400 Subject: [PATCH 01/33] intail commit --- index.html | 17 +++++++++++++++++ style/index.css | 50 ++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 66 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d01f779ff..ad3764fd8 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,23 @@ Document +
+

Raven Moceri

+ + +
+
+

Raven Moceri

+ + +
+ + \ No newline at end of file diff --git a/style/index.css b/style/index.css index 440e53514..6ce25ce72 100644 --- a/style/index.css +++ b/style/index.css @@ -1 +1,49 @@ -/* Add CSS styling here */ \ No newline at end of file +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} + From dab69782ef9e22db8d1a317336586ac6f76c3289 Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 14:38:01 -0400 Subject: [PATCH 02/33] added section for nam and frist div --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/index.html b/index.html index ad3764fd8..138f41faf 100644 --- a/index.html +++ b/index.html @@ -20,9 +20,21 @@

Raven Moceri

Raven Moceri

+
+  open laptop with espresso shots + +
+ + + +
+ +
\ No newline at end of file From 513d7210f89f4b660a78359ace2ac341d3f68a86 Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 14:42:38 -0400 Subject: [PATCH 03/33] added to imgs --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 138f41faf..6ea9b3e35 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,11 @@

Raven Moceri

-  open laptop with espresso shots +  open laptop with espresso shots

tech skills

+ +  coffee cups on table

Whats Brewing? +

+
From d2f6aa8d65c20436d8fa089c8b1e868b81fead03 Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 14:55:53 -0400 Subject: [PATCH 04/33] finished adding example photos and text --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6ea9b3e35..9eaf4a04c 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@ + Document @@ -25,7 +26,10 @@

Raven Moceri

 coffee cups on table

Whats Brewing?

- +  laptop and notebook

upcoming projects

+ personal family pic

About me

+ americana rooster

My flock and homesteading tips

+  winding road

Where Im headed next!

From 599ba55b43a64f2d64888ab2362ea00dbc2519e7 Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 15:00:21 -0400 Subject: [PATCH 05/33] linked css style sheet to html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9eaf4a04c..aad8b4edc 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - + Document From 5325542868f5082db93459b45b05fa82daf6c9de Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 15:04:03 -0400 Subject: [PATCH 06/33] added border boxes --- style/index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style/index.css b/style/index.css index 6ce25ce72..7e539e637 100644 --- a/style/index.css +++ b/style/index.css @@ -47,3 +47,9 @@ table { border-spacing: 0; } +*{ + box-sizing: border-box; + border-color: black; + border-width: 10px; +} + From 682e98bdf223aeccbc8eca758d421d428dc0800e Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 15:05:32 -0400 Subject: [PATCH 07/33] adjusted boxes --- style/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style/index.css b/style/index.css index 7e539e637..6188412e6 100644 --- a/style/index.css +++ b/style/index.css @@ -50,6 +50,9 @@ table { *{ box-sizing: border-box; border-color: black; - border-width: 10px; + border-width: 100%; } +.header{ + +} \ No newline at end of file From 86bf1fa8e34abdd1e912a1c0dbcab927dee2a33b Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 15:16:33 -0400 Subject: [PATCH 08/33] added buttons to nav --- index.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index aad8b4edc..f03eba864 100644 --- a/index.html +++ b/index.html @@ -10,10 +10,12 @@

Raven Moceri

@@ -21,12 +23,14 @@

Raven Moceri

Raven Moceri

-
+
 open laptop with espresso shots

tech skills

 coffee cups on table

Whats Brewing?

 laptop and notebook

upcoming projects

+
+
personal family pic

About me

americana rooster

My flock and homesteading tips

 winding road

Where Im headed next!

From 5e525b0561f4dbd7425641af8655d669f75bb2f9 Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 15:19:32 -0400 Subject: [PATCH 09/33] added flexboc to header --- style/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style/index.css b/style/index.css index 6188412e6..0260ee5b9 100644 --- a/style/index.css +++ b/style/index.css @@ -54,5 +54,6 @@ table { } .header{ - + display: flex; + flex-flow: space-between; } \ No newline at end of file From 1a6e3761ebf5d02169476c84736fd01adf209013 Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 15:32:05 -0400 Subject: [PATCH 10/33] added image button --- index.html | 7 ++++--- style/index.css | 19 ++++++++++++++++++- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index f03eba864..f797614ff 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ Document -
+

Raven Moceri

-

Raven Moceri

- +
 open laptop with espresso shots

tech skills

diff --git a/style/index.css b/style/index.css index 0260ee5b9..af8ecd5b7 100644 --- a/style/index.css +++ b/style/index.css @@ -55,5 +55,22 @@ table { .header{ display: flex; - flex-flow: space-between; + justify-content: space-between; +} + +.name{ + display: flex; + justify-content: center;} + +.imagebutton{ + + background-image: url(https://scontent.fdet1-2.fna.fbcdn.net/v/t39.30808-6/366284344_10228077244510383_4579627247168734375_n.jpg?_nc_cat=105&ccb=1-7&_nc_sid=300f58&_nc_ohc=rCi85XHB_wwAX_VwpL7&_nc_ht=scontent.fdet1-2.fna&oh=00_AfAvTt26zylh84-I2MixaBeHrzoBYvSMRFYxshvi0tdZdg&oe=64E01970); + background-size: cover; + background-repeat: no-repeat; + background-position: center; + color:white; + font-size:large; + width: 600px; + height: 400px; + } \ No newline at end of file From b9d14d89eff9cb0cef6f15c141fd01aba58b557e Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 15:33:38 -0400 Subject: [PATCH 11/33] fixed url --- style/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style/index.css b/style/index.css index af8ecd5b7..997d1c630 100644 --- a/style/index.css +++ b/style/index.css @@ -64,10 +64,9 @@ table { .imagebutton{ - background-image: url(https://scontent.fdet1-2.fna.fbcdn.net/v/t39.30808-6/366284344_10228077244510383_4579627247168734375_n.jpg?_nc_cat=105&ccb=1-7&_nc_sid=300f58&_nc_ohc=rCi85XHB_wwAX_VwpL7&_nc_ht=scontent.fdet1-2.fna&oh=00_AfAvTt26zylh84-I2MixaBeHrzoBYvSMRFYxshvi0tdZdg&oe=64E01970); + background-image: url("https://scontent.fdet1-2.fna.fbcdn.net/v/t39.30808-6/366284344_10228077244510383_4579627247168734375_n.jpg?_nc_cat=105&ccb=1-7&_nc_sid=300f58&_nc_ohc=rCi85XHB_wwAX_VwpL7&_nc_ht=scontent.fdet1-2.fna&oh=00_AfAvTt26zylh84-I2MixaBeHrzoBYvSMRFYxshvi0tdZdg&oe=64E01970"); background-size: cover; background-repeat: no-repeat; - background-position: center; color:white; font-size:large; width: 600px; From 2857cf701851a29708e1d175046671c5d5262c94 Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 15:36:02 -0400 Subject: [PATCH 12/33] changed background photo --- style/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/index.css b/style/index.css index 997d1c630..7a176eb3c 100644 --- a/style/index.css +++ b/style/index.css @@ -64,7 +64,7 @@ table { .imagebutton{ - background-image: url("https://scontent.fdet1-2.fna.fbcdn.net/v/t39.30808-6/366284344_10228077244510383_4579627247168734375_n.jpg?_nc_cat=105&ccb=1-7&_nc_sid=300f58&_nc_ohc=rCi85XHB_wwAX_VwpL7&_nc_ht=scontent.fdet1-2.fna&oh=00_AfAvTt26zylh84-I2MixaBeHrzoBYvSMRFYxshvi0tdZdg&oe=64E01970"); + background-image: url(https://picsum.photos/600/400); background-size: cover; background-repeat: no-repeat; color:white; From ad71689b8bc103ff78bccbb90dd92ecf44fb9e27 Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 15:40:17 -0400 Subject: [PATCH 13/33] added footer styling --- index.html | 4 +--- style/index.css | 16 ++++++++++------ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index f797614ff..ffcfe83f4 100644 --- a/index.html +++ b/index.html @@ -44,9 +44,7 @@

Raven Moceri

diff --git a/style/index.css b/style/index.css index 7a176eb3c..4f2c5c14b 100644 --- a/style/index.css +++ b/style/index.css @@ -47,11 +47,7 @@ table { border-spacing: 0; } -*{ - box-sizing: border-box; - border-color: black; - border-width: 100%; -} + .header{ display: flex; @@ -64,7 +60,7 @@ table { .imagebutton{ - background-image: url(https://picsum.photos/600/400); + background-image: url("https://picsum.photos/600/400"); background-size: cover; background-repeat: no-repeat; color:white; @@ -72,4 +68,12 @@ table { width: 600px; height: 400px; +} + + + +.footer{ + display: flex; + justify-content: center; + background-color: lightgrey; } \ No newline at end of file From a228c3f5dc092ed62d659072f612be12d8ebfd68 Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 15:42:49 -0400 Subject: [PATCH 14/33] fixed style sheet link --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ffcfe83f4..b907344c9 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - + Document From d2d8fc86eff9d0b41a06768c75a73baab7455c01 Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 15:44:55 -0400 Subject: [PATCH 15/33] attempt two to fix the style sheet link --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b907344c9..a32d5f585 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - + Document From 6bb86f18ddacd565bb85aeb1d70d682f0a8e1a59 Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 15:47:33 -0400 Subject: [PATCH 16/33] hid protfolie elements --- index.html | 4 ++-- style/index.css | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index a32d5f585..bbb368a27 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@

Raven Moceri

Raven Moceri

Current projects -
+
diff --git a/style/index.css b/style/index.css index 4f2c5c14b..f8b84e3e3 100644 --- a/style/index.css +++ b/style/index.css @@ -67,13 +67,12 @@ table { font-size:large; width: 600px; height: 400px; - } -.footer{ +/* .footer{ display: flex; justify-content: center; background-color: lightgrey; -} \ No newline at end of file +} */ \ No newline at end of file From d39c0008aab29be784695ee727902514162c00af Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 15:50:12 -0400 Subject: [PATCH 17/33] updated row div in css --- index.html | 8 ++++---- style/index.css | 6 +++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index bbb368a27..d9713a02c 100644 --- a/index.html +++ b/index.html @@ -24,23 +24,23 @@

Raven Moceri

Raven Moceri

Current projects -
- --> +
diff --git a/style/index.css b/style/index.css index f8b84e3e3..ff1e2b714 100644 --- a/style/index.css +++ b/style/index.css @@ -69,7 +69,11 @@ table { height: 400px; } - +.row{ + display: flexbox; + flex-wrap: wrap; + justify-content: space-between; +} /* .footer{ display: flex; From 8c2ab4c843daf38b15d6217ce73b771fa0b0daa2 Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 15:51:43 -0400 Subject: [PATCH 18/33] changed photo sizing in row --- style/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style/index.css b/style/index.css index ff1e2b714..d6b59ccd0 100644 --- a/style/index.css +++ b/style/index.css @@ -73,6 +73,8 @@ table { display: flexbox; flex-wrap: wrap; justify-content: space-between; + width: 100px; + height: 100px; } /* .footer{ From eec6ade33c93fee83e7ed79fe54b685bf1a7412b Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 15:52:27 -0400 Subject: [PATCH 19/33] teduce image sizing --- style/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/index.css b/style/index.css index d6b59ccd0..9f9dd140f 100644 --- a/style/index.css +++ b/style/index.css @@ -73,8 +73,8 @@ table { display: flexbox; flex-wrap: wrap; justify-content: space-between; - width: 100px; - height: 100px; + width: 50px; + height: 50px; } /* .footer{ From b282aa93eb49963cc3bbbfe8ae53423f3302e72f Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 15:54:05 -0400 Subject: [PATCH 20/33] change to flex flow --- style/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/index.css b/style/index.css index 9f9dd140f..8b1b0437c 100644 --- a/style/index.css +++ b/style/index.css @@ -71,7 +71,7 @@ table { .row{ display: flexbox; - flex-wrap: wrap; + flex-flow: row wrap; justify-content: space-between; width: 50px; height: 50px; From 42b5f5f5ce281f2cb66437af7d82424872353905 Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 15:54:50 -0400 Subject: [PATCH 21/33] fixed typo --- style/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/index.css b/style/index.css index 8b1b0437c..738b468c5 100644 --- a/style/index.css +++ b/style/index.css @@ -70,7 +70,7 @@ table { } .row{ - display: flexbox; + display: flex; flex-flow: row wrap; justify-content: space-between; width: 50px; From 7680254cbe92c1e5ba32b4f90543cf71f6ad5dc0 Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 16:01:15 -0400 Subject: [PATCH 22/33] added section --- index.html | 6 ++++-- style/index.css | 9 +++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index d9713a02c..10665fdd0 100644 --- a/index.html +++ b/index.html @@ -23,9 +23,11 @@

Raven Moceri

- + +
-  open laptop with espresso shots

tech skills

+
+  open laptop with espresso shots

tech skills

 coffee cups on table

Whats Brewing?

diff --git a/style/index.css b/style/index.css index 738b468c5..0d63b2761 100644 --- a/style/index.css +++ b/style/index.css @@ -77,8 +77,9 @@ table { height: 50px; } -/* .footer{ - display: flex; - justify-content: center; +.footer{ background-color: lightgrey; -} */ \ No newline at end of file + padding: 20px; + text-align: center; + +} \ No newline at end of file From 02cc0da144c5dcf97f1214502e72202758140b54 Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 16:03:31 -0400 Subject: [PATCH 23/33] changed photos in row --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 10665fdd0..ab7096fd2 100644 --- a/index.html +++ b/index.html @@ -27,11 +27,11 @@

Raven Moceri

-  open laptop with espresso shots

tech skills

+

tech skills

-  coffee cups on table

Whats Brewing? +

Whats Brewing?

-  laptop and notebook

upcoming projects

+

upcoming projects

+
+
+

tech skills

+ +

Whats Brewing? +

+

upcoming projects

+
diff --git a/style/index.css b/style/index.css index 0d63b2761..f71fa1c76 100644 --- a/style/index.css +++ b/style/index.css @@ -71,10 +71,13 @@ table { .row{ display: flex; - flex-flow: row wrap; - justify-content: space-between; - width: 50px; - height: 50px; + flex-direction: row; + justify-content: space-evenly; + padding: 20px; + +} +.element{ + text-align: center; } .footer{ From a0e45314ef601577ff72f040238d5256f2375d2b Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 19:32:40 -0400 Subject: [PATCH 25/33] updated html fpr rows and elemnts --- index.html | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 78a2344f7..4fe5929f8 100644 --- a/index.html +++ b/index.html @@ -28,20 +28,19 @@

Raven Moceri

tech skills

- -

Whats Brewing? -

-

upcoming projects

-
-
+
+

tech skills

+

tech skills

+
+
+
+

tech skills

+

tech skills

- -

Whats Brewing? -

-

upcoming projects

-
- +
+

tech skills

+
From 805dade3640b9d9e048c8e84721b4724a74933b7 Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 19:33:47 -0400 Subject: [PATCH 26/33] added footer styling --- style/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/index.css b/style/index.css index f71fa1c76..b280fcc2b 100644 --- a/style/index.css +++ b/style/index.css @@ -80,7 +80,7 @@ table { text-align: center; } -.footer{ +footer{ background-color: lightgrey; padding: 20px; text-align: center; From cff24df1b4e3ec4289b5bbfefb45dc4ac0b0c7ae Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 19:36:07 -0400 Subject: [PATCH 27/33] changed h1 font size --- style/index.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style/index.css b/style/index.css index b280fcc2b..a35716d85 100644 --- a/style/index.css +++ b/style/index.css @@ -53,7 +53,8 @@ table { display: flex; justify-content: space-between; } - + h1 + {font-size: x-large;} .name{ display: flex; justify-content: center;} @@ -67,6 +68,7 @@ table { font-size:large; width: 600px; height: 400px; + } .row{ From c8fbeefad5bb5c62ce0c869c0b99d9d12ede6bec Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 19:39:23 -0400 Subject: [PATCH 28/33] styled buttons --- style/index.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/style/index.css b/style/index.css index a35716d85..6696d7922 100644 --- a/style/index.css +++ b/style/index.css @@ -87,4 +87,16 @@ footer{ padding: 20px; text-align: center; +} +button{ + background-color: #fff; + color: black; + border: black solid 1px; + padding: 5px 10px; +} +button:hover{ + background-color: black; + color: #fff; + border: black solid 1px; + } \ No newline at end of file From 84148f2533be6f512fa9fc732fff561414418d7c Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Mon, 14 Aug 2023 19:40:40 -0400 Subject: [PATCH 29/33] finished css styling --- style/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/index.css b/style/index.css index 6696d7922..2430f287a 100644 --- a/style/index.css +++ b/style/index.css @@ -99,4 +99,8 @@ button:hover{ color: #fff; border: black solid 1px; +} +button a { + text-decoration: none; + color:inherit; } \ No newline at end of file From 0a4f25c217390b3192c9e1ec40d4fe5faf697c69 Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Sat, 19 Aug 2023 19:13:10 -0400 Subject: [PATCH 30/33] first commiut --- index.html | 4 ++-- style/index.css | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4fe5929f8..5f6fed8be 100644 --- a/index.html +++ b/index.html @@ -10,12 +10,12 @@

Raven Moceri

diff --git a/style/index.css b/style/index.css index 2430f287a..bc68f6218 100644 --- a/style/index.css +++ b/style/index.css @@ -103,4 +103,28 @@ button:hover{ button a { text-decoration: none; color:inherit; +} + +@media(max-width:800px){ + .nav{ + display: flex; + flex-direction: column; + align-items: center; + width: 100%; + } + .link{ + display: flex; + flex-direction: column; + align-items: center; + } + .imagebutton{ + width:40%; + margin: 1% 0; + } + + +} + +@media(max-width:500px) { + } \ No newline at end of file From 8ccb446b2f526e56b2ae3ad3e5ab2e537c695f71 Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Sat, 19 Aug 2023 19:21:10 -0400 Subject: [PATCH 31/33] ajust main project button --- index.html | 6 ++++-- style/index.css | 37 ++++++++++++++++++++++++++++++------- 2 files changed, 34 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 5f6fed8be..e8b5db028 100644 --- a/index.html +++ b/index.html @@ -20,9 +20,11 @@

Raven Moceri

- +
diff --git a/style/index.css b/style/index.css index bc68f6218..f0be62980 100644 --- a/style/index.css +++ b/style/index.css @@ -57,19 +57,23 @@ table { {font-size: x-large;} .name{ display: flex; - justify-content: center;} - -.imagebutton{ - + justify-content: center; + align-items: center; + height: 50vh; + text-align: center; background-image: url("https://picsum.photos/600/400"); background-size: cover; - background-repeat: no-repeat; + background-repeat: no-repeat;} + +/* .imagebutton{ + + color:white; font-size:large; width: 600px; height: 400px; -} +} */ .row{ display: flex; @@ -125,6 +129,25 @@ button a { } -@media(max-width:500px) { +@media(max-width:500px) {.nav{ + display: flex; + flex-direction: column; + align-items: center; + width: 100%; +} +.link{ + display: flex; + flex-direction: column; + align-items: center; +} +.imagebutton{ + width:40%; + margin: 1% 0; +} +.name{ + width: 80; + margin: 0 auto; +} + } \ No newline at end of file From 82c4b6e8f0c799111cef99a36d02b5aba1e73845 Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Sat, 19 Aug 2023 19:27:43 -0400 Subject: [PATCH 32/33] adjust css --- index.html | 3 +-- style/index.css | 24 +++++++++++++++++++++--- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index e8b5db028..5502cc667 100644 --- a/index.html +++ b/index.html @@ -34,8 +34,7 @@

Raven Moceri

tech skills

tech skills

- -
+

tech skills

diff --git a/style/index.css b/style/index.css index f0be62980..aa48bc808 100644 --- a/style/index.css +++ b/style/index.css @@ -48,13 +48,19 @@ table { } +html{ + font-size: 62.55; +} +body{ + font-size: 1.6rem; +} .header{ display: flex; justify-content: space-between; } h1 - {font-size: x-large;} + {font-size: 4rem;} .name{ display: flex; justify-content: center; @@ -63,7 +69,9 @@ table { text-align: center; background-image: url("https://picsum.photos/600/400"); background-size: cover; - background-repeat: no-repeat;} + background-repeat: no-repeat; +color: #fff; +} /* .imagebutton{ @@ -74,13 +82,22 @@ table { height: 400px; } */ +header,section{ + padding:4% 0; + +} .row{ display: flex; flex-direction: row; + flex-wrap: wrap; justify-content: space-evenly; - padding: 20px; + +} +.row div{ + width:30%; + margin: 2% 0;; } .element{ text-align: center; @@ -149,5 +166,6 @@ button a { margin: 0 auto; } + } \ No newline at end of file From 74a7683b69adcd36c4d7b296e3f3706d1181dcdf Mon Sep 17 00:00:00 2001 From: Rmartiny Date: Sat, 19 Aug 2023 19:30:09 -0400 Subject: [PATCH 33/33] completed --- style/index.css | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/style/index.css b/style/index.css index aa48bc808..591a0b90f 100644 --- a/style/index.css +++ b/style/index.css @@ -127,26 +127,12 @@ button a { } @media(max-width:800px){ - .nav{ - display: flex; - flex-direction: column; - align-items: center; - width: 100%; - } - .link{ - display: flex; - flex-direction: column; - align-items: center; - } - .imagebutton{ - width:40%; - margin: 1% 0; - } - + } -@media(max-width:500px) {.nav{ +@media(max-width:500px) { + .nav{ display: flex; flex-direction: column; align-items: center; @@ -165,6 +151,9 @@ button a { width: 80; margin: 0 auto; } +.row div{ + width:40%; +}