7979
8080 < body data-spy ="scroll " data-target ="#navBar " data-offset ="20 ">
8181 < header class ="main-header ">
82- {% include 'mainpage/include/index_menu.html' %}
82+ {% include 'mainpage/include/advanced/ index_menu.html' %}
8383 </ header >
8484
8585 < main >
86- {% include 'mainpage/include/index_hero.html' with enrollment=enrollment registration_closes_date_formatted=registration_closes_date_formatted %}
86+ {% include 'mainpage/include/advanced/ index_hero.html' with enrollment=enrollment registration_closes_date_formatted=registration_closes_date_formatted %}
8787 < br >
88- {% include 'mainpage/include/index_about_video.html' %}
88+ {% include 'mainpage/include/advanced/ index_about_video.html' %}
8989
9090 < section id ="about " class ="about show1 ">
9191 < div class ="container d-lg-none ">
@@ -95,27 +95,8 @@ <h4>Что дает этот курс</h4>
9595 </ div >
9696
9797 < div class ="container m-hide ">
98- {% include 'mainpage/include/index_course_details_mobile.html' %}
99- {% include 'mainpage/include/index_course_details_desktop.html' %}
100- {% include 'mainpage/include/index_you_will_learn.html' %}
101- </ div >
102- </ section >
103-
104- < section id ="example-project " class ="example-project darked d-none d-lg-block show1 ">
105- < div class ="container-fluid ">
106- < h2 class ="section-heading text-center col-md-8 mx-auto ">
107- Проекты, созданные во время обучения
108- </ h2 >
109- < div class ="examples-slider row ">
110- {% if projects %}
111- {% for project in projects %}
112- < div class ="text-center ">
113- < img src ="{{ project.project_image.url }} " alt ="slide ">
114- < p class ="text-center "> {{ project.project_name }}</ p >
115- </ div >
116- {% endfor %}
117- {% endif %}
118- </ div >
98+ {% include 'mainpage/include/advanced/index_course_details_mobile.html' %}
99+ {% include 'mainpage/include/advanced/index_course_details_desktop.html' %}
119100 </ div >
120101 </ section >
121102
@@ -170,13 +151,16 @@ <h3>После курса у вас останутся</h3>
170151 </ div >
171152 < div class ="aft-parent lst-after ">
172153 < div class ="after-image-block ">
173- < img src ="{% static 'images/after-curse-5.jpg' %} " alt ="Опыт работы с Flask, SQLAlchemy, Jupyter Notebook, Mongo DB, Pandas, Bootstrap
174- (HTML/CSS), JSON ">
154+ < img
155+ src ="{% static 'images/advanced/technologies.png' %} "
156+ alt ="Опыт работы с Django, DRF, pytest, docker, mypy, github Actions, API популярных сервисов, другими технологиями "
157+ >
175158 </ div >
176159 < div class ="after-content-block d-flex justify-content-center ">
177- < p class ="after-content-big "> < kbd > Опыт работы с Flask, SQLAlchemy, Jupyter Notebook,
178- Mongo DB, Pandas, Bootstrap
179- (HTML/CSS), JSON, API популярных сервисов, другими технологиями.</ kbd > </ p >
160+ < p class ="after-content-big "> < kbd >
161+ Опыт работы с Django, DRF, pytest, docker, mypy, github Actions,
162+ API популярных сервисов, другими технологиями.
163+ </ kbd > </ p >
180164 </ div >
181165 </ div >
182166 </ div >
@@ -186,11 +170,9 @@ <h3>После курса у вас останутся</h3>
186170 </ div >
187171 </ section >
188172
189- {% include 'mainpage/include/index_modules.html' %}
173+ {% include 'mainpage/include/advanced/ index_modules.html' %}
190174
191- {% include 'mainpage/include/index_authors.html' with curators_list=curators_list%}
192-
193- {% include 'mainpage/include/index_labor.html' %}
175+ {% include 'mainpage/include/advanced/index_authors.html' with curators_list=curators_list%}
194176
195177 < section id ="counter " class ="counter show1 ">
196178 < div class ="container d-lg-none ">
@@ -205,14 +187,6 @@ <h2>Записаться</h2>
205187 </ div >
206188 < div class ="container m-hide ">
207189 < div class ="price-second-container row justify-content-center ">
208- < div class ="col-12 d-lg-none ">
209- < div class ="tab-holder bg-yellow ">
210- < div class ="button-holder ">
211- < a data-target =".online-tab " class ="custom-tab active "> онлайн</ a >
212- < a class ="custom-tab " data-target =".offline-tab "> оффлайн</ a >
213- </ div >
214- </ div >
215- </ div >
216190 {% if enrollment %}
217191 < div class ="col-12 col-lg-10 col-xl-6 online-tab active ">
218192 < div class ="price-second bg-yellow ">
@@ -308,18 +282,14 @@ <h3 class="text-center d-none d-lg-block">онлайн курс</h3>
308282 {% if enrollment.platim_url %}
309283 {% include 'mainpage/include/index_how_to_pay_by_platim.html' %}
310284 {% else %}
311- {% include 'mainpage/include/index_how_to_pay.html' %}
285+ {% include 'mainpage/include/advanced/ index_how_to_pay.html' %}
312286 {% endif %}
313287
314- {% include 'mainpage/include/index_reviews.html' with student_videos=student_videos %}
315-
316- {% include 'mainpage/include/index_faq.html' %}
317-
318- {% include 'mainpage/include/index_footer.html' %}
288+ {% include 'mainpage/include/advanced/index_footer.html' %}
319289
320290 </ main >
321291
322- {% include 'mainpage/include/index_register_popup.html' with enrollment=enrollment %}
292+ {% include 'mainpage/include/advanced/ index_register_popup.html' with enrollment=enrollment %}
323293
324294
325295 < script src ="{% static 'vendor/js/jquery-3.3.1.min.js' %} "> </ script >
0 commit comments