diff --git a/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html b/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html new file mode 100644 index 00000000..7555bcfb --- /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. +

+
+
+ + + diff --git a/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/stylesheet.css b/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/stylesheet.css new file mode 100644 index 00000000..6d354f7d --- /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; +}