From d8695a079d398323a5c410bb441cf726d6bf049f Mon Sep 17 00:00:00 2001 From: Matthieu96Code <117777066+Matthieu96Code@users.noreply.github.com> Date: Tue, 24 Jan 2023 09:23:47 +0000 Subject: [PATCH 1/4] Update page title --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 127a9ec..12beb4f 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Portfolio + Matthieu portfolio home page
From f134099f87078c7024b3a757234406dbc2132848 Mon Sep 17 00:00:00 2001 From: Matthieu96Code <117777066+Matthieu96Code@users.noreply.github.com> Date: Tue, 24 Jan 2023 09:30:36 +0000 Subject: [PATCH 2/4] check and update alternatives for img tag --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 12beb4f..52116d5 100644 --- a/index.html +++ b/index.html @@ -35,9 +35,9 @@

I'am a Software Developer

@@ -166,7 +166,7 @@

About me

-

+

I'm always interested in hearing about new projects, so if you'd like to chat please get in touch. -

+

  • From 8bb3170a0ff9f13075f98376980e36b0e8704d3d Mon Sep 17 00:00:00 2001 From: Matthieu96Code <117777066+Matthieu96Code@users.noreply.github.com> Date: Tue, 24 Jan 2023 11:06:47 +0000 Subject: [PATCH 4/4] change CSS contacts h4 --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 3321df8..30df55c 100644 --- a/styles.css +++ b/styles.css @@ -488,7 +488,7 @@ a { background-color: #fff; } -.contacts h4 { +.contacts p { font-family: 'Crete Round', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-style: normal; font-weight: 700; @@ -832,7 +832,7 @@ button:visited { flex-direction: row; } - .contacts h4 { + .contacts p { margin-right: 24px; flex: 1; text-align: start;