Skip to content

Commit

Permalink
Merge pull request #78 from MastersAcademy/1-fix-false-passed-homework
Browse files Browse the repository at this point in the history
Fix the homework of AndriiMorozov88, which was merged without html linting
  • Loading branch information
vladyslav-yermolin-moc authored Oct 18, 2023
2 parents 4b4a4cf + 7908952 commit 1de721f
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions homeworks/andrii.morozov_AndriiMorozov88/GamesProject/index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main class="main">
<h1 class="main__heading--h1">About Me</h1>
<p class="main__paragraf">Hi! My name is Andrii Morozov and I'm a Junior Frontend Developer. I am already familiar with main Web Technologies like HTML, CSS, JavaScript and Git version control system.</p>
<p class="main__paragraf">This page was developed during the course <a href="https://www.mastersacademy.education/frontend-for-beginners-it" class="link--red" target="_blank">'Frontend for beginners' from Masters Academy in 2023.</a></p>
<p class="main__paragraf">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. </p>
<p class="main__paragraf">You can contact me via <a href="https://www.facebook.com/profile.php?id=100024573128932" class="link--red" target="_blank">facebook</a> and/or check out my GitHub.</p>
</main>
</body>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main class="main">
<h1 class="main__heading--h1">About Me</h1>
<p class="main__paragraf">Hi! My name is Andrii Morozov and I'm a Junior Frontend Developer. I am already familiar with main Web Technologies like HTML, CSS, JavaScript and Git version control system.</p>
<p class="main__paragraf">
This page was developed during the course <a href="https://www.mastersacademy.education/frontend-for-beginners-it" class="link--red" target="_blank">'Frontend for beginners' from Masters Academy in 2023.</a>
</p>
<p class="main__paragraf">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. </p>
<p class="main__paragraf">
You can contact me via <a href="https://www.facebook.com/profile.php?id=100024573128932" class="link--red" target="_blank">facebook</a> and/or check out my GitHub.
</p>
</main>
</body>
</html>

0 comments on commit 1de721f

Please sign in to comment.