-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00fa4f2
commit 775fd15
Showing
2 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
38 changes: 19 additions & 19 deletions
38
homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ p { | |
|
||
p a { | ||
color: #EF4934; | ||
} | ||
} |