Loading _includes/carpentries.html +3 −2 Original line number Diff line number Diff line {% comment %} General description of Software and Data Carpentry. {% endcomment %} <div class="row"> <div class="col-md-2" align="center"> <a href="{{ site.swc_site }}"><img src="{{ page.root }}/assets/img/swc-icon-blue.svg" alt="Software Carpentry logo" /></a> Loading @@ -23,5 +26,3 @@ building on learners' existing knowledge to enable them to quickly apply skills learned to their own research. </div> </div> _includes/episode_keypoints.html +3 −0 Original line number Diff line number Diff line {% comment %} Display key points for an episode. {% endcomment %} <blockquote class="keypoints"> <h2>Key Points</h2> <ul> Loading _includes/javascript.html +3 −0 Original line number Diff line number Diff line {% comment %} Javascript used in lesson and workshop pages. {% endcomment %} <script src="{{ page.root }}/assets/js/jquery.min.js"></script> <script src="{{ page.root }}/assets/js/bootstrap.min.js"></script> <script src="{{ page.root }}/assets/js/lesson.js"></script> Loading _includes/lesson_footer.html +3 −0 Original line number Diff line number Diff line {% comment %} Footer for lesson pages. {% endcomment %} <footer> <div class="row"> <div class="col-md-6" align="left"> Loading _includes/main_title.html +3 −0 Original line number Diff line number Diff line {% comment %} Main title for lesson pages. {% endcomment %} <h1 class="maintitle"><a href="{{ page.root }}/">{{ site.title }}</a>{% if page.title %}: {{ page.title }}{% endif %}</h1> Loading
_includes/carpentries.html +3 −2 Original line number Diff line number Diff line {% comment %} General description of Software and Data Carpentry. {% endcomment %} <div class="row"> <div class="col-md-2" align="center"> <a href="{{ site.swc_site }}"><img src="{{ page.root }}/assets/img/swc-icon-blue.svg" alt="Software Carpentry logo" /></a> Loading @@ -23,5 +26,3 @@ building on learners' existing knowledge to enable them to quickly apply skills learned to their own research. </div> </div>
_includes/episode_keypoints.html +3 −0 Original line number Diff line number Diff line {% comment %} Display key points for an episode. {% endcomment %} <blockquote class="keypoints"> <h2>Key Points</h2> <ul> Loading
_includes/javascript.html +3 −0 Original line number Diff line number Diff line {% comment %} Javascript used in lesson and workshop pages. {% endcomment %} <script src="{{ page.root }}/assets/js/jquery.min.js"></script> <script src="{{ page.root }}/assets/js/bootstrap.min.js"></script> <script src="{{ page.root }}/assets/js/lesson.js"></script> Loading
_includes/lesson_footer.html +3 −0 Original line number Diff line number Diff line {% comment %} Footer for lesson pages. {% endcomment %} <footer> <div class="row"> <div class="col-md-6" align="left"> Loading
_includes/main_title.html +3 −0 Original line number Diff line number Diff line {% comment %} Main title for lesson pages. {% endcomment %} <h1 class="maintitle"><a href="{{ page.root }}/">{{ site.title }}</a>{% if page.title %}: {{ page.title }}{% endif %}</h1>