From e13f0f9ded7e44799441e96eaf6705e395252c42 Mon Sep 17 00:00:00 2001 From: Evgeny Tolchinsky Date: Wed, 18 Oct 2023 16:38:25 +0300 Subject: [PATCH 1/3] Second homework --- .../GamesProject/Style.css | 31 ++++++++++++++++ .../GamesProject/index.html | 37 +++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 homeworks/evgeny.tolchinsky_ryvik13/GamesProject/Style.css create mode 100644 homeworks/evgeny.tolchinsky_ryvik13/GamesProject/index.html diff --git a/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/Style.css b/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/Style.css new file mode 100644 index 00000000..526519c5 --- /dev/null +++ b/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/Style.css @@ -0,0 +1,31 @@ +text { + width: 575px; + height: 479px; +} + +h1 { + font-family: roboto; + font-size: 48px; + font-weight: 700; + line-height: 32px; + text-align: left; + color: #221F1F; +} + +a { + font-family: roboto; + font-size: 22px; + font-weight: 400; + line-height: 32px; + text-align: left; + color: #EF4934; +} + +p { + ont-family: roboto; + font-size: 22px; + font-weight: 400; + line-height: 32px; + text-align: left; + color: #221F1F; +} diff --git a/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/index.html b/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/index.html new file mode 100644 index 00000000..d303b090 --- /dev/null +++ b/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/index.html @@ -0,0 +1,37 @@ + + + + + + + Masters Academy + + + +
+

+ About me +

+

+ Hi! My name is Evgeny and I'm a Junior Frontend Developer. + I am already familiar with main Web Technologies like HTML, CSS, JavaScript and Git version control system. +

+

+ This page was developed during the course +

+

+ 'Frontend for beginners' from Masters Academy in 2023. +

+

+ This is a social project from MOCG company where + I got an opportunity to work with Frontend mentors and to create my own small project for the portfolio. +

+

+ You can contact me via LinkedIn and/or check out my GitHub. +

+
+ + From b241f35f151f1160fc01871f0a1af1d8545f2da7 Mon Sep 17 00:00:00 2001 From: Evgeny Tolchinsky Date: Thu, 19 Oct 2023 11:48:26 +0300 Subject: [PATCH 2/3] Second homework fix --- homeworks/evgeny.tolchinsky_ryvik13/GamesProject/index.html | 4 +--- .../GamesProject/{Style.css => style.css} | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) rename homeworks/evgeny.tolchinsky_ryvik13/GamesProject/{Style.css => style.css} (94%) diff --git a/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/index.html b/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/index.html index d303b090..5ad8e518 100644 --- a/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/index.html +++ b/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/index.html @@ -6,7 +6,7 @@ Masters Academy @@ -21,8 +21,6 @@

This page was developed during the course -

-

'Frontend for beginners' from Masters Academy in 2023.

diff --git a/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/Style.css b/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/style.css similarity index 94% rename from homeworks/evgeny.tolchinsky_ryvik13/GamesProject/Style.css rename to homeworks/evgeny.tolchinsky_ryvik13/GamesProject/style.css index 526519c5..2d91bb1d 100644 --- a/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/Style.css +++ b/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/style.css @@ -22,7 +22,7 @@ a { } p { - ont-family: roboto; + font-family: roboto; font-size: 22px; font-weight: 400; line-height: 32px; From 0f32d1bb813c631f62df778838544dc52a579895 Mon Sep 17 00:00:00 2001 From: Evgeny Tolchinsky Date: Thu, 19 Oct 2023 11:49:11 +0300 Subject: [PATCH 3/3] Second homework fix --- homeworks/evgeny.tolchinsky_ryvik13/GamesProject/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/style.css b/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/style.css index 2d91bb1d..57e0c3e6 100644 --- a/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/style.css +++ b/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/style.css @@ -1,4 +1,4 @@ -text { +.text { width: 575px; height: 479px; }