Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
git-seminar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Scientific Computing
education
git-seminar
Commits
7ce45e41
Unverified
Commit
7ce45e41
authored
2 years ago
by
ck85nori
Browse files
Options
Downloads
Patches
Plain Diff
bumps reveal.js
parent
7641b539
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
basics.html
+32
-27
32 additions, 27 deletions
basics.html
reveal.js
+1
-1
1 addition, 1 deletion
reveal.js
with
33 additions
and
28 deletions
basics.html
+
32
−
27
View file @
7ce45e41
<!DOCTYPE html>
<html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
/>
<meta
name=
"author"
content=
"Dirk Sarpe and Christian Krause"
/>
<title>
git basics
</title>
<meta
name=
"description"
content=
"a git seminar for beginners"
/>
<meta
name=
"author"
content=
"Dirk Sarpe and Christian Krause"
/>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
/>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<link
rel=
"stylesheet"
href=
"reveal.js/css/reveal.css"
/>
<link
rel=
"stylesheet"
href=
"reveal.js/lib/css/zenburn.css"
/>
<style
type=
"text/css"
>code
{
white-space
:
pre
;}
</style>
<link
rel=
"stylesheet"
href=
"reveal.js/css/theme/black.css"
id=
"theme"
/>
<link
rel=
"stylesheet"
href=
"reveal.js/dist/reset.css"
>
<link
rel=
"stylesheet"
href=
"reveal.js/dist/reveal.css"
>
<link
rel=
"stylesheet"
href=
"reveal.js/dist/theme/black.css"
id=
"theme"
>
<link
rel=
"stylesheet"
href=
"reveal.js/plugin/highlight/monokai.css"
>
<link
rel=
"stylesheet"
href=
"css/company-logo.css"
/>
<link
rel=
"stylesheet"
href=
"css/ribbon.css"
/>
<link
rel=
"stylesheet"
href=
"css/crawl.css"
/>
...
...
@@ -1173,30 +1180,28 @@
<!-- reveal.stuff -->
<script
src=
"reveal.js/lib/js/head.min.js"
></script>
<script
src=
"reveal.js/js/reveal.js"
></script>
<script
src=
"reveal.js/dist/reveal.js"
></script>
<script
src=
"reveal.js/plugin/zoom/zoom.js"
></script>
<script
src=
"reveal.js/plugin/notes/notes.js"
></script>
<script
src=
"reveal.js/plugin/search/search.js"
></script>
<script
src=
"reveal.js/plugin/markdown/markdown.js"
></script>
<script
src=
"reveal.js/plugin/highlight/highlight.js"
></script>
<script>
Reveal
.
initialize
({
controls
:
true
,
progress
:
true
,
slideNumber
:
true
,
history
:
true
,
center
:
true
,
keyboard
:
true
,
maxScale
:
1.5
,
slideNumber
:
false
,
theme
:
Reveal
.
getQueryHash
().
theme
,
transition
:
Reveal
.
getQueryHash
().
transition
||
'
default
'
,
dependencies
:
[
{
src
:
'
reveal.js/lib/js/classList.js
'
,
condition
:
function
()
{
return
!
document
.
body
.
classList
;
}
},
{
src
:
'
reveal.js/plugin/zoom-js/zoom.js
'
,
async
:
true
,
condition
:
function
()
{
return
!!
document
.
body
.
classList
;
}
},
{
src
:
'
reveal.js/plugin/notes/notes.js
'
,
async
:
true
,
condition
:
function
()
{
return
!!
document
.
body
.
classList
;
}
},
{
src
:
'
reveal.js/plugin/markdown/marked.js
'
,
condition
:
function
()
{
return
!!
document
.
querySelector
(
'
[data-markdown]
'
);
}
},
{
src
:
'
reveal.js/plugin/markdown/markdown.js
'
,
condition
:
function
()
{
return
!!
document
.
querySelector
(
'
[data-markdown]
'
);
}
},
{
src
:
'
reveal.js/plugin/highlight/highlight.js
'
,
async
:
true
,
callback
:
function
()
{
hljs
.
initHighlightingOnLoad
();
}
},
]
controls
:
true
,
progress
:
true
,
center
:
true
,
hash
:
true
,
plugins
:
[
RevealZoom
,
RevealNotes
,
RevealSearch
,
RevealMarkdown
,
RevealHighlight
,
]
});
</script>
</body>
...
...
This diff is collapsed.
Click to expand it.
reveal.js
@
3fcf0db9
Compare
65bdccd5
...
3fcf0db9
Subproject commit
65bdccd5807b6dfecad6eb3ea38872436d291e81
Subproject commit
3fcf0db96e1a65336677e4ff7df813ed9c4a6792
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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