@@ -57,16 +57,35 @@ <h1 class="page__title" itemprop="headline">
57
57
<!-- BEGIN: insert a welcome to the module block on pages that are part of a module set -->
58
58
59
59
<!-- END: insert welcome block -->
60
+
60
61
{% if page.title %}
61
- < h1 class ="page__title " itemprop ="headline ">
62
+
63
+ {% if page.course == "earth-analytics-python" %}
64
+ < div class ="notice--warning header " markdown ="1 ">
65
+ < h1 class ="page__title " itemprop ="headline "> < i class ="fa fa-6 fa-exclamation-circle " aria-hidden ="true "> </ i > THIS CONTENT IS MOVING! {{ page.module-title }} </ h1 >
66
+ < p > We are moving our course lessons to an improved textbook series. All of the same
67
+ content will be improved and available by the end of Spring 2020. While these pages will automagically redirect,
68
+ you can also visit the links below to check out our new content!
69
+
70
+ Our course landing pages with associated readings and assignments will stay here so you can continue to follow along with our courses!
71
+ </ p >
72
+ < ul >
73
+ < li > < a href ="https://www.earthdatascience.org/courses/intro-to-earth-data-science/ "> Introduction to Earth Analytics Textbook</ a > </ li >
74
+ < li > < a href ="https://www.earthdatascience.org/courses/use-data-open-source-python/ "> Intermediate Earth Analytics Textbook</ a > </ li >
75
+ < li > < a href ="https://www.earthdatascience.org/courses/scientists-guide-to-plotting-data-in-python/ "> Earth Analytics Plotting Data Textbook</ a > </ li >
76
+ </ ul >
77
+ </ div >
78
+ {% endif %}
62
79
{% if page.deprecated %}
63
- {% if page.order %}< i class ="fa fa-6 fa-exclamation-circle " aria-hidden ="true "> </ i > DEPRECATED / MOVED Lesson {% endif %}
80
+ < h1 class =" page__title " itemprop =" headline " > {% if page.order %}< i class ="fa fa-6 fa-exclamation-circle " aria-hidden ="true "> </ i > DEPRECATED / MOVED Lesson {% endif %}</ h1 >
64
81
{% else %}
82
+ < h1 class ="page__title " itemprop ="headline ">
65
83
{% if page.order %}Lesson {{ page.order }}. {% endif %}
66
84
{% if page.header1 %}{{ page.header1 | markdownify | remove: "< p > " | remove: "</ p > " }}{% else %} {{ page.title | markdownify | remove: "< p > " | remove: "</ p > " }}{% endif %}
67
85
{% if page.module %} {{ page.module | replace: '-', ' ' | capitalize }} {{ page.module-type | capitalize }} {% endif %}
86
+ </ h1 >
68
87
{% endif %}
69
- </ h1 >
88
+
70
89
{% endif %}
71
90
72
91
{% if page.authors %}
0 commit comments