Skip to content

Commit

Permalink
fix: fixed eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vBrusentsov committed Oct 19, 2023
1 parent 00fa4f2 commit 775fd15
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<title>About</title>
</head>
<body>
<header>
<h1>About me</h1>
<p>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.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<title>About</title>
</head>
<body>
<header>
<h1>About me</h1>
<p>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 <a href="https://www.mastersacademy.education/frontend-for-beginners-it">'Frontend for beginners' from Masters Academy in 2023.</a>
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.
</p>
</header>
<main></main>
<footer></footer>
</body>
</html>
</p>
</header>
<main></main>
<footer></footer>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ p {

p a {
color: #EF4934;
}
}

0 comments on commit 775fd15

Please sign in to comment.