-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
- Loading branch information
There are no files selected for viewing
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 GitHub Actions / Lint HTML
|
||
<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 GitHub Actions / Lint HTML
|
||
<section class="about"> | ||
Check failure on line 13 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html GitHub Actions / Lint HTML
|
||
<div class="about__all"> | ||
Check failure on line 14 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html GitHub Actions / Lint HTML
|
||
<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 GitHub Actions / Lint HTML
Check failure on line 22 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html GitHub Actions / Lint HTML
Check failure on line 22 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html GitHub Actions / Lint HTML
|
||
<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 GitHub Actions / Lint HTML
|
||
</section> | ||
Check failure on line 27 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html GitHub Actions / Lint HTML
|
||
|
||
</body> | ||
</body> | ||
Check failure on line 29 in homeworks/sviatoslav.taranenko_SviatoslavTaranenko/GamesProject/index.html GitHub Actions / Lint HTML
|
||
</html> |