Skip to content

Commit 80b4dae

Browse files
Исправляет название Академии (#68)
(cherry picked from commit ca5ef86)
1 parent 9d98bca commit 80b4dae

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

html-css.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html lang="ru">
33
<head>
44
<meta charset="utf-8">
5-
<title>Стиль кода Академии HTML</title>
5+
<title>Стиль кода HTML Academy</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta name="twitter:card" content="summary_large_image">
88
<meta name="twitter:site" content="@htmlacademy_ru">
99
<meta name="twitter:image" content="https://htmlacademy.github.io/codeguide/img/og.png">
1010
<meta property="og:type" content="website">
1111
<meta property="og:url" content="https://htmlacademy.github.io/codeguide/">
12-
<meta property="og:title" itemprop="name" content="Стиль кода Академии HTML">
12+
<meta property="og:title" itemprop="name" content="Стиль кода HTML Academy">
1313
<meta property="og:image" itemprop="image" content="https://htmlacademy.github.io/codeguide/img/og.png">
1414

1515
<link rel="stylesheet" href="css/prism.css">
@@ -27,7 +27,7 @@
2727
<a href="index.html">
2828
<img class="logo" src="img/bane.svg" width="300" height="300" alt="HTML Academy" title="HTML Academy">
2929
</a>
30-
<h1>Стиль кода Академии HTML</h1>
30+
<h1>Стиль кода HTML Academy</h1>
3131
<p><a href="https://github.com/htmlacademy/codeguide">github.com/htmlacademy/codeguide</a></p>
3232
</header>
3333

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html lang="ru">
33
<head>
44
<meta charset="utf-8">
5-
<title>Стиль кода Академии HTML</title>
5+
<title>Стиль кода HTML Academy</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta name="twitter:card" content="summary_large_image">
88
<meta name="twitter:site" content="@htmlacademy_ru">
99
<meta name="twitter:image" content="https://htmlacademy.github.io/codeguide/img/og.png">
1010
<meta property="og:type" content="website">
1111
<meta property="og:url" content="https://htmlacademy.github.io/codeguide/">
12-
<meta property="og:title" itemprop="name" content="Стиль кода Академии HTML">
12+
<meta property="og:title" itemprop="name" content="Стиль кода HTML Academy">
1313
<meta property="og:image" itemprop="image" content="https://htmlacademy.github.io/codeguide/img/og.png">
1414

1515
<link rel="stylesheet" href="css/prism.css">
@@ -28,7 +28,7 @@
2828
<a href="index.html">
2929
<img class="logo" src="img/bane.svg" width="300" height="300" alt="HTML Academy" title="HTML Academy">
3030
</a>
31-
<h1>Стиль кода Академии HTML</h1>
31+
<h1>Стиль кода HTML Academy</h1>
3232
<p><a href="https://github.com/htmlacademy/codeguide">github.com/htmlacademy/codeguide</a></p>
3333
</header>
3434

javascript.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html lang="ru">
33
<head>
44
<meta charset="utf-8">
5-
<title>Стиль кода Академии HTML</title>
5+
<title>Стиль кода HTML Academy</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta name="twitter:card" content="summary_large_image">
88
<meta name="twitter:site" content="@htmlacademy_ru">
99
<meta name="twitter:image" content="https://htmlacademy.github.io/codeguide/img/og.png">
1010
<meta property="og:type" content="website">
1111
<meta property="og:url" content="https://htmlacademy.github.io/codeguide/">
12-
<meta property="og:title" itemprop="name" content="Стиль кода Академии HTML">
12+
<meta property="og:title" itemprop="name" content="Стиль кода HTML Academy">
1313
<meta property="og:image" itemprop="image" content="https://htmlacademy.github.io/codeguide/img/og.png">
1414

1515
<link rel="stylesheet" href="css/prism.css">
@@ -35,7 +35,7 @@
3535
<a href="index.html">
3636
<img class="logo" src="img/bane.svg" width="300" height="300" alt="HTML Academy" title="HTML Academy">
3737
</a>
38-
<h1><a href="index.html">Стиль кода Академии HTML</a></h1>
38+
<h1><a href="index.html">Стиль кода HTML Academy</a></h1>
3939
<p><a href="https://github.com/htmlacademy/codeguide">github.com/htmlacademy/codeguide</a></p>
4040
</header>
4141

0 commit comments

Comments
 (0)