Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion landing_page/mainpage/templates/mainpage/advanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Курс программирования на python 3.11 для тех, кто уже знаком с веб-разработкой на python">
<meta name="description" content="Курс программирования на python 3.12 для тех, кто уже знаком с веб-разработкой на python">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>
<h1 class="col-12 col-md-10 col-xl-8">
Курс программирования на
<span class="js-type-it color-purple">Python 3.11</span>
<span class="js-type-it color-purple">Python 3.12</span>
для тех, кто уже знаком с веб-разработкой на Python
</h1>
<p class="hdescr col-12 col-md-8 col-xl-8">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>
<h1 class="col-12 col-md-10 col-xl-8">
Курс программирования на
<span class="js-type-it color-yellow">Python 3.11</span>
<span class="js-type-it color-yellow">Python 3.12</span>
для любого уровня c упором на практику
</h1>
<h3 class="h3 col-12 col-md-10 col-xl-8">Ближайший набор пройдет только Онлайн</h3>
Expand Down
2 changes: 1 addition & 1 deletion landing_page/mainpage/templates/mainpage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Курс программирования на python 3.11 для любого уровня c упором на практику">
<meta name="description" content="Курс программирования на python 3.12 для любого уровня c упором на практику">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
Expand Down