Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
swc-bb
swc-pages
2019-11-26-Potsdam-Berlin-Python
Commits
b357f4e7
Commit
b357f4e7
authored
Jan 09, 2017
by
Greg Wilson
Browse files
Adding comments on include files purposes
parent
c8f6fdc8
Changes
8
Hide whitespace changes
Inline
Side-by-side
_includes/carpentries.html
View file @
b357f4e7
{% 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>
...
...
@@ -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
View file @
b357f4e7
{% comment %}
Display key points for an episode.
{% endcomment %}
<blockquote
class=
"keypoints"
>
<h2>
Key Points
</h2>
<ul>
...
...
_includes/javascript.html
View file @
b357f4e7
{% 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>
...
...
_includes/lesson_footer.html
View file @
b357f4e7
{% comment %}
Footer for lesson pages.
{% endcomment %}
<footer>
<div
class=
"row"
>
<div
class=
"col-md-6"
align=
"left"
>
...
...
_includes/main_title.html
View file @
b357f4e7
{% comment %}
Main title for lesson pages.
{% endcomment %}
<h1
class=
"maintitle"
><a
href=
"{{ page.root }}/"
>
{{ site.title }}
</a>
{% if page.title %}: {{ page.title }}{% endif %}
</h1>
_includes/navbar.html
View file @
b357f4e7
{% comment %}
Lesson navigation bar.
{% endcomment %}
<nav
class=
"navbar navbar-default"
>
<div
class=
"container-fluid"
>
<div
class=
"navbar-header"
>
...
...
_includes/workshop_ad.html
View file @
b357f4e7
{% comment %}
Advertising box at the top of a workshop website home page.
{% endcomment %}
<div
class=
"jumbotron"
>
<div
class=
"row"
>
<div
class=
"col-md-10 col-md-offset-1"
>
...
...
_includes/workshop_footer.html
View file @
b357f4e7
{% comment %}
Footer for a standard workshop.
{% endcomment %}
<footer>
<div
class=
"row"
>
<div
class=
"col-md-6"
align=
"left"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment