diff --git a/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/index.html b/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/index.html
new file mode 100644
index 00000000..5ad8e518
--- /dev/null
+++ b/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/index.html
@@ -0,0 +1,35 @@
+
+
+
+
+
+ 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.
+
+
+
+
diff --git a/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/style.css b/homeworks/evgeny.tolchinsky_ryvik13/GamesProject/style.css
new file mode 100644
index 00000000..57e0c3e6
--- /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 {
+ font-family: roboto;
+ font-size: 22px;
+ font-weight: 400;
+ line-height: 32px;
+ text-align: left;
+ color: #221F1F;
+}