Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mrodzis
slides
Commits
9f9aa2ec
Commit
9f9aa2ec
authored
Aug 05, 2020
by
mrodzis
💪
Browse files
delete dir
parent
9d59004f
Pipeline
#146850
passed with stage
in 6 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
talks/2020-08-05-/custom.css
deleted
100644 → 0
View file @
9d59004f
.reveal
.progress
{
height
:
10px
;
}
img
.no-border
{
border
:
none
!important
;}
blockquote
:before
{
content
:
'“'
;
}
blockquote
:after
{
content
:
'‟'
;
}
.small
{
font-size
:
0.5em
!important
;
}
.reveal
a
:hover
{
color
:
violet
;
}
.reveal
section
img
{
border
:
initial
;
box-shadow
:
initial
;
}
talks/2020-08-05-/img/some-image.png
deleted
100644 → 0
View file @
9d59004f
18.8 KB
talks/2020-08-05-/index.html
deleted
100644 → 0
View file @
9d59004f
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html
lang=
"en"
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
charset=
"utf-8"
/>
<title>
EMo-Viewer
</title>
<meta
name=
"description"
content=
"a very brief description"
/>
<meta
name=
"author"
content=
"Your Name"
/>
<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, minimal-ui"
/>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel=
"stylesheet"
href=
"../../lib/reveal/css/reveal.css"
/>
<link
rel=
"stylesheet"
href=
"../../lib/reveal/css/theme/simple.css"
id=
"theme"
/>
<link
rel=
"stylesheet"
href=
"custom.css"
/>
<!-- Code syntax highlighting -->
<link
rel=
"stylesheet"
href=
"../../lib/reveal/lib/css/zenburn.css"
/>
<!-- Printing and PDF exports -->
<script>
var
link
=
document
.
createElement
(
'
link
'
);
link
.
rel
=
'
stylesheet
'
;
link
.
type
=
'
text/css
'
;
link
.
href
=
window
.
location
.
search
.
match
(
/print-pdf/gi
)
?
'
../../lib/reveal/css/print/pdf.css
'
:
'
../../lib/reveal/css/print/paper.css
'
;
document
.
getElementsByTagName
(
'
head
'
)[
0
].
appendChild
(
link
);
</script>
<!--[if lt IE 9]>
<script src="../../lib/reveal/lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div
class=
"reveal"
>
<div
class=
"slides"
>
<section
data-markdown=
"slides.md"
data-separator=
"^\n---\n$"
data-separator-vertical=
"^\n--\n"
data-charset=
"UTF-8"
>
</section>
</div>
</div>
<script
src=
"../../lib/reveal/lib/js/head.min.js"
></script>
<script
src=
"../../lib/reveal/js/reveal.js"
></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal
.
initialize
({
controls
:
true
,
progress
:
true
,
history
:
true
,
center
:
true
,
transition
:
'
slide
'
,
// none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies
:
[
{
src
:
'
../../lib/reveal/lib/js/classList.js
'
,
condition
:
function
()
{
return
!
document
.
body
.
classList
;
}
},
{
src
:
'
../../lib/reveal/plugin/markdown/marked.js
'
,
condition
:
function
()
{
return
!!
document
.
querySelector
(
'
[data-markdown]
'
);
}
},
{
src
:
'
../../lib/reveal/plugin/markdown/markdown.js
'
,
condition
:
function
()
{
return
!!
document
.
querySelector
(
'
[data-markdown]
'
);
}
},
{
src
:
'
../../lib/reveal/plugin/highlight/highlight.js
'
,
async
:
true
,
condition
:
function
()
{
return
!!
document
.
querySelector
(
'
pre code
'
);
},
callback
:
function
()
{
hljs
.
initHighlightingOnLoad
();
}
},
{
src
:
'
../../lib/reveal/plugin/zoom-js/zoom.js
'
,
async
:
true
},
{
src
:
'
../../lib/reveal/plugin/notes/notes.js
'
,
async
:
true
}
]
});
</script>
<script>
Reveal
.
addEventListener
(
'
ready
'
,
function
(
event
)
{
// event.currentSlide, event.indexh, event.indexv
$
(
"
a
"
).
each
(
function
()
{
$
(
this
).
attr
(
"
target
"
,
"
_blank
"
);
}
);
}
);
</script>
</body>
</html>
talks/2020-08-05-/slides.md
deleted
100644 → 0
View file @
9d59004f
# EMo-Viewer
## Ein generischer Viewer für digitale Editionen
Michelle Weidling
<small>
Goettingen State and University Library
</small>
---

you can insert Images…
[
…and Hyperlinks
](
https://de.dariah.eu/
)
--
## Headline 2
-
Lists
-
sublists
-
yes
-
another point
--
### Headline 3
Some awesome text here.
--
<!-- .slide: data-background-color="lightblue" -->
## Background Color Makes Life Good
---
What about a table? You can easily create one with the help of
[
this tool
](
https://www.tablesgenerator.com/markdown_tables
)
.
| Head 1 | Head 2 | Head 3 |
|----------|--------|--------|
| centered | left | right |
| content | align | align |
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment