From 00fa4f2b0475a42977c912ed0e4c58cd731d4d63 Mon Sep 17 00:00:00 2001
From: Kuromai
Date: Wed, 18 Oct 2023 18:47:04 +0300
Subject: [PATCH 1/3] feat: create html and css files with main content
---
.../GamesProject/index.html | 21 +++++++++++++++++++
.../GamesProject/stylesheet.css | 17 +++++++++++++++
2 files changed, 38 insertions(+)
create mode 100644 homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html
create mode 100644 homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/stylesheet.css
diff --git a/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html b/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html
new file mode 100644
index 00000000..5c56be37
--- /dev/null
+++ b/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+ About
+
+
+
+
About me
+
Hi! My name is Vladyslav Brusentsov 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 [Links to Socials Nets] and/or check out my GitHub.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/stylesheet.css b/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/stylesheet.css
new file mode 100644
index 00000000..4ee8a352
--- /dev/null
+++ b/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/stylesheet.css
@@ -0,0 +1,17 @@
+@import url(https://fonts.googleapis.com/css?family=Roboto:regular,500,700&display=swap);
+
+h1 {
+ font-family: Roboto;
+ font-size: 48px;
+ font-weight: 700;
+}
+
+p {
+ font-family: Roboto;
+ font-size: 22px;
+ font-weight: 400;
+}
+
+p a {
+ color: #EF4934;
+}
\ No newline at end of file
From 775fd15ed161c27afe96cec627cf2850f8b5570d Mon Sep 17 00:00:00 2001
From: Arconiel
Date: Thu, 19 Oct 2023 08:26:48 +0300
Subject: [PATCH 2/3] fix: fixed eslint errors
---
.../GamesProject/index.html | 38 +++++++++----------
.../GamesProject/stylesheet.css | 2 +-
2 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html b/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html
index 5c56be37..16a6e907 100644
--- a/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html
+++ b/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html
@@ -1,21 +1,21 @@
-
-
-
-
-
-
- About
-
-
-
-
About me
-
Hi! My name is Vladyslav Brusentsov and I'm a Junior Frontend Developer. I am already familiar with main Web Technologies like HTML, CSS, JavaScript and Git version control system.
+
+
+
+
+
+
+ About
+
+
+
+
About me
+
Hi! My name is Vladyslav Brusentsov 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.
+ 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 [Links to Socials Nets] and/or check out my GitHub.
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
diff --git a/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/stylesheet.css b/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/stylesheet.css
index 4ee8a352..6bcb7461 100644
--- a/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/stylesheet.css
+++ b/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/stylesheet.css
@@ -14,4 +14,4 @@ p {
p a {
color: #EF4934;
-}
\ No newline at end of file
+}
From a36e410dce67363d6cd308c9331117f0779b2de0 Mon Sep 17 00:00:00 2001
From: Arconiel
Date: Thu, 19 Oct 2023 11:24:24 +0300
Subject: [PATCH 3/3] fix: refactored css and html files by eslint
---
.../GamesProject/index.html | 12 ++++++------
.../GamesProject/stylesheet.css | 16 ++++++++--------
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html b/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html
index 16a6e907..7555bcfb 100644
--- a/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html
+++ b/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html
@@ -1,5 +1,5 @@
-
-
+
+
@@ -10,12 +10,12 @@
About me
Hi! My name is Vladyslav Brusentsov 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 [Links to Socials Nets] and/or check out my GitHub.
+ 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 [Links to Socials Nets] and/or check out my GitHub.