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
dcae7846
Commit
dcae7846
authored
10 years ago
by
Greg Wilson
Browse files
Options
Downloads
Patches
Plain Diff
Regenerating motivation
parent
cb55433c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
motivation.html
+7
-43
7 additions, 43 deletions
motivation.html
with
7 additions
and
43 deletions
motivation.html
+
7
−
43
View file @
dcae7846
...
...
@@ -8,23 +8,13 @@
<title>
Software Carpentry
</title>
<!-- Required stylesheet -->
<link
rel=
"stylesheet"
media=
"screen"
href=
"deck.js/core/deck.core.css"
>
<!-- Extension CSS files go here. Remove or add as needed. -->
<link
rel=
"stylesheet"
media=
"screen"
href=
"deck.js/extensions/goto/deck.goto.css"
>
<link
rel=
"stylesheet"
media=
"screen"
href=
"deck.js/extensions/menu/deck.menu.css"
>
<link
rel=
"stylesheet"
media=
"screen"
href=
"deck.js/extensions/navigation/deck.navigation.css"
>
<link
rel=
"stylesheet"
media=
"screen"
href=
"deck.js/extensions/status/deck.status.css"
>
<link
rel=
"stylesheet"
media=
"screen"
href=
"deck.js/extensions/scale/deck.scale.css"
>
<!-- Style theme. More available in /themes/style/ or create your own. -->
<link
rel=
"stylesheet"
media=
"screen"
href=
"deck.js/themes/style/web-2.0.css"
>
<!-- Transition theme. More available in /themes/transition/ or create your own. -->
<link
rel=
"stylesheet"
media=
"screen"
href=
"deck.js/themes/transition/horizontal-slide.css"
>
<!-- Basic black and white print styles -->
<link
rel=
"stylesheet"
media=
"print"
href=
"deck.js/core/print.css"
>
<script
src=
"js/deckjs-custom.js"
></script>
<script>
includedeck
([
"
css/slideshow.css
"
],{});
</script>
<style>
.slide.title-slide
h1
{
padding-bottom
:
0
;}
/* title is long... */
a
{
text-decoration
:
underline
;}
/* make links clearer */
pre
{
font-size
:
75%
;}
/* make code blocks smaller */
</style>
<!-- Required Modernizr file -->
<script
src=
"js/modernizr.custom.js"
></script>
...
...
@@ -65,33 +55,7 @@ Here we go!
<span
class=
"deck-status-total"
></span>
</p>
<!-- deck.goto snippet -->
<form
action=
"."
method=
"get"
class=
"goto-form"
>
<label
for=
"goto-slide"
>
Go to slide:
</label>
<input
type=
"text"
name=
"slidenum"
id=
"goto-slide"
list=
"goto-datalist"
>
<datalist
id=
"goto-datalist"
></datalist>
<input
type=
"submit"
value=
"Go"
>
</form>
<!-- End extension snippets. -->
</div>
<!-- Required JS files. -->
<script
src=
"js/jquery.min.js"
></script>
<script
src=
"deck.js/core/deck.core.js"
></script>
<!-- Extension JS files. Add or remove as needed. -->
<script
src=
"deck.js/extensions/menu/deck.menu.js"
></script>
<script
src=
"deck.js/extensions/goto/deck.goto.js"
></script>
<script
src=
"deck.js/extensions/status/deck.status.js"
></script>
<script
src=
"deck.js/extensions/navigation/deck.navigation.js"
></script>
<script
src=
"deck.js/extensions/scale/deck.scale.js"
></script>
<!-- Initialize the deck. Note that we have to use double dollar signs to escape for Pandoc. -->
<script>
$
(
function
()
{
$
.
deck
(
'
.slide
'
);
});
</script>
</body>
</html>
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