Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lesson Template
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
prace-lessons
Lesson Template
Commits
c1fe9d81
Commit
c1fe9d81
authored
8 years ago
by
Greg Wilson
Browse files
Options
Downloads
Patches
Plain Diff
Loading standard images via HTTPS
parent
a19a6259
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_includes/carpentries.html
+2
-2
2 additions, 2 deletions
_includes/carpentries.html
_includes/navbar.html
+4
-4
4 additions, 4 deletions
_includes/navbar.html
with
6 additions
and
6 deletions
_includes/carpentries.html
+
2
−
2
View file @
c1fe9d81
<div
class=
"row"
>
<div
class=
"col-md-2"
align=
"center"
>
<a
href=
"{{ site.swc_site }}"
><img
src=
"{{ site.github.url }}/assets/img/swc-icon-blue.svg"
alt=
"Software Carpentry logo"
/></a>
<a
href=
"{{ site.swc_site }}"
><img
src=
"{{ site.github.url
| replace_first: 'http:', 'https:'
}}/assets/img/swc-icon-blue.svg"
alt=
"Software Carpentry logo"
/></a>
</div>
<div
class=
"col-md-8"
>
Since 1998,
...
...
@@ -14,7 +14,7 @@
<br/>
<div
class=
"row"
>
<div
class=
"col-md-2"
align=
"center"
>
<a
href=
"{{ site.dc_site }}"
><img
src=
"{{ site.github.url }}/assets/img/dc-icon-black.svg"
alt=
"Data Carpentry logo"
/></a>
<a
href=
"{{ site.dc_site }}"
><img
src=
"{{ site.github.url
| replace_first: 'http:', 'https:'
}}/assets/img/dc-icon-black.svg"
alt=
"Data Carpentry logo"
/></a>
</div>
<div
class=
"col-md-8"
>
<a
href=
"{{ site.dc_site }}"
>
Data Carpentry
</a>
develops and teaches workshops on the fundamental data skills needed to conduct research.
...
...
This diff is collapsed.
Click to expand it.
_includes/navbar.html
+
4
−
4
View file @
c1fe9d81
...
...
@@ -11,19 +11,19 @@
{% comment %} Select what logo to display. {% endcomment %}
{% if page.carpentry == "swc" %}
<a
href=
"{{ site.swc_site }}"
class=
"pull-left"
>
<img
class=
"navbar-logo"
src=
"{{ site.github.url }}/assets/img/swc-icon-blue.svg"
alt=
"Software Carpentry logo"
/>
<img
class=
"navbar-logo"
src=
"{{ site.github.url
| replace_first: 'http:', 'https:'
}}/assets/img/swc-icon-blue.svg"
alt=
"Software Carpentry logo"
/>
</a>
{% elsif page.carpentry == "dc" %}
<a
href=
"{{ site.dc_site }}"
class=
"pull-left"
>
<img
class=
"navbar-logo"
src=
"{{ site.github.url }}/assets/img/dc-icon-black.svg"
alt=
"Data Carpentry logo"
/>
<img
class=
"navbar-logo"
src=
"{{ site.github.url
| replace_first: 'http:', 'https:'
}}/assets/img/dc-icon-black.svg"
alt=
"Data Carpentry logo"
/>
</a>
{% elsif site.carpentry == "swc" %}
<a
href=
"{{ site.swc_site }}"
class=
"pull-left"
>
<img
class=
"navbar-logo"
src=
"{{ site.github.url }}/assets/img/swc-icon-blue.svg"
alt=
"Software Carpentry logo"
/>
<img
class=
"navbar-logo"
src=
"{{ site.github.url
| replace_first: 'http:', 'https:'
}}/assets/img/swc-icon-blue.svg"
alt=
"Software Carpentry logo"
/>
</a>
{% elsif site.carpentry == "dc" %}
<a
href=
"{{ site.dc_site }}"
class=
"pull-left"
>
<img
class=
"navbar-logo"
src=
"{{ site.github.url }}/assets/img/dc-icon-black.svg"
alt=
"Data Carpentry logo"
/>
<img
class=
"navbar-logo"
src=
"{{ site.github.url
| replace_first: 'http:', 'https:'
}}/assets/img/dc-icon-black.svg"
alt=
"Data Carpentry logo"
/>
</a>
{% endif %}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment