Skip to content

Commit

Permalink
fix: refactored css and html files by eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
vBrusentsov committed Oct 19, 2023
1 parent 775fd15 commit a36e410
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand All @@ -10,12 +10,12 @@
<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.
You can contact me via [Links to Socials Nets] and/or check out my GitHub.
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.
You can contact me via [Links to Socials Nets] and/or check out my GitHub.
</p>
</header>
<main></main>
<footer></footer>
</body>
</html>
</html>
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
@import url(https://fonts.googleapis.com/css?family=Roboto:regular,500,700&display=swap);
@import url("https://fonts.googleapis.com/css?family=Roboto:regular,500,700&display=swap");

h1 {
font-family: Roboto;
font-size: 48px;
font-weight: 700;
font-family: Roboto;
font-size: 48px;
font-weight: 700;
}

p {
font-family: Roboto;
font-size: 22px;
font-weight: 400;
font-family: Roboto;
font-size: 22px;
font-weight: 400;
}

p a {
color: #EF4934;
color: #EF4934;
}

0 comments on commit a36e410

Please sign in to comment.