Skip to content

Commit

Permalink
Corect file
Browse files Browse the repository at this point in the history
  • Loading branch information
SviatoslavTaranenko committed Oct 18, 2023
1 parent 6c97d5e commit 44df738
Showing 1 changed file with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">

Check failure on line 6 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html

View workflow job for this annotation

GitHub Actions / Lint HTML

Expected indentation of 12 space but found 10 space

Check failure on line 6 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html

View workflow job for this annotation

GitHub Actions / Lint HTML

Expected indentation of 12 space but found 10 space
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<title>Games Project</title>
</head>
<body>
<section class="about">
<div class="about__all">
<div class="about__img">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<title>Games Project</title>
</head>
<body>

Check failure on line 12 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html

View workflow job for this annotation

GitHub Actions / Lint HTML

Expected indentation of 4 space but found 8 space

Check failure on line 12 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html

View workflow job for this annotation

GitHub Actions / Lint HTML

Expected indentation of 4 space but found 8 space
<section class="about">

Check failure on line 13 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html

View workflow job for this annotation

GitHub Actions / Lint HTML

Expected indentation of 8 space but found 12 space

Check failure on line 13 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html

View workflow job for this annotation

GitHub Actions / Lint HTML

Expected indentation of 8 space but found 12 space
<div class="about__all">

Check failure on line 14 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html

View workflow job for this annotation

GitHub Actions / Lint HTML

Expected indentation of 12 space but found 16 space

Check failure on line 14 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html

View workflow job for this annotation

GitHub Actions / Lint HTML

Expected indentation of 12 space but found 16 space
<div class="about__img">

</div>
</div>

<div class="about__text">
<h1 class="about__text_title">About me</h1>
<p class="about__text_inf">Hi! My name is Sviatoslav 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="about__text_inf">This page was developed during the course <a class="about__text_link" href="https://www.mastersacademy.education/frontend-for-beginners-it"> 'Frontend for beginners' from Masters Academy in 2023.</a></p>
<p class="about__text_inf">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="about__text_inf">You can contact me via instagram: sviat_taranenko and/or check out my GitHub.</p>
</div>
</div>
</section>
<div class="about__text">
<h1 class="about__text_title">About me</h1>
<p class="about__text_inf">Hi! My name is Sviatoslav 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="about__text_inf">This page was developed during the course <a class="about__text_link" href="https://www.mastersacademy.education/frontend-for-beginners-it"> 'Frontend for beginners' from Masters Academy in 2023.</a></p>

Check failure on line 22 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html

View workflow job for this annotation

GitHub Actions / Lint HTML

There should be a linebreak after <p>

Check failure on line 22 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html

View workflow job for this annotation

GitHub Actions / Lint HTML

There should be a linebreak before </p>

Check failure on line 22 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html

View workflow job for this annotation

GitHub Actions / Lint HTML

There should be a linebreak after <p>

Check failure on line 22 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html

View workflow job for this annotation

GitHub Actions / Lint HTML

There should be a linebreak before </p>
<p class="about__text_inf">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="about__text_inf">You can contact me via instagram: sviat_taranenko and/or check out my GitHub.</p>
</div>
</div>

Check failure on line 26 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html

View workflow job for this annotation

GitHub Actions / Lint HTML

Expected indentation of 12 space but found 16 space

Check failure on line 26 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html

View workflow job for this annotation

GitHub Actions / Lint HTML

Expected indentation of 12 space but found 16 space
</section>

Check failure on line 27 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html

View workflow job for this annotation

GitHub Actions / Lint HTML

Expected indentation of 8 space but found 12 space

Check failure on line 27 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html

View workflow job for this annotation

GitHub Actions / Lint HTML

Expected indentation of 8 space but found 12 space

</body>
</body>

Check failure on line 29 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html

View workflow job for this annotation

GitHub Actions / Lint HTML

Expected indentation of 4 space but found 8 space

Check failure on line 29 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html

View workflow job for this annotation

GitHub Actions / Lint HTML

Expected indentation of 4 space but found 8 space
</html>

0 comments on commit 44df738

Please sign in to comment.