Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Courses
Android
App Basics
Commits
163c817b
Commit
163c817b
authored
Oct 04, 2018
by
JackV
Browse files
Adapt index.html to new directory layout
parent
159698c0
Changes
1
Show whitespace changes
Inline
Side-by-side
index.html
View file @
163c817b
...
@@ -14,13 +14,13 @@
...
@@ -14,13 +14,13 @@
content=
"black-translucent"
>
content=
"black-translucent"
>
<!-- reveal.js base stylesheel. Don't remove nor edit this. -->
<!-- reveal.js base stylesheel. Don't remove nor edit this. -->
<link
rel=
"stylesheet"
href=
"css/reveal.css"
>
<link
rel=
"stylesheet"
href=
"
reveal.js/
css/reveal.css"
>
<!-- POuL theme for reveal.js -->
<!-- POuL theme for reveal.js -->
<link
rel=
"stylesheet"
href=
"
css/theme
/poul.css"
id=
"theme"
>
<link
rel=
"stylesheet"
href=
"
poul/css
/poul.css"
id=
"theme"
>
<!-- Code syntax highlighting -->
<!-- Code syntax highlighting -->
<link
rel=
"stylesheet"
href=
"lib/css/hopscotch.css"
>
<link
rel=
"stylesheet"
href=
"
reveal.js/
lib/css/hopscotch.css"
>
<!-- Printing and PDF exports -->
<!-- Printing and PDF exports -->
<script>
<script>
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
link
.
rel
=
'
stylesheet
'
;
link
.
rel
=
'
stylesheet
'
;
link
.
type
=
'
text/css
'
;
link
.
type
=
'
text/css
'
;
link
.
href
=
window
.
location
.
search
.
match
(
/print-pdf/gi
)
link
.
href
=
window
.
location
.
search
.
match
(
/print-pdf/gi
)
?
'
css/print/pdf.css
'
:
'
css/print/paper.css
'
;
?
'
reveal.js/
css/print/pdf.css
'
:
'
reveal.js/
css/print/paper.css
'
;
document
.
getElementsByTagName
(
'
head
'
)[
0
].
appendChild
(
link
);
document
.
getElementsByTagName
(
'
head
'
)[
0
].
appendChild
(
link
);
</script>
</script>
</head>
</head>
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
<h1>
Corsi Punto Croce 2018
</h1>
<h1>
Corsi Punto Croce 2018
</h1>
<h2>
Come fare gli orli
</h2>
<h2>
Come fare gli orli
</h2>
<img
src=
"
lib
/img/logo-text-white.svg"
/>
<img
src=
"
poul
/img/logo-text-white.svg"
/>
<p>
Autore
<
email@email.com
>
</p>
<p>
Autore
<
email@email.com
>
</p>
</section>
</section>
...
@@ -54,19 +54,19 @@
...
@@ -54,19 +54,19 @@
<section
class=
"outro"
>
<section
class=
"outro"
>
<h1>
Thank you!
</h1>
<h1>
Thank you!
</h1>
<img
class=
"logo"
src=
"
lib
/img/logo-notext-white.svg"
/>
<img
class=
"logo"
src=
"
poul
/img/logo-notext-white.svg"
/>
<p>
Rilasciato sotto licenza Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
</p>
<p>
Rilasciato sotto licenza Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
</p>
<img
class=
"cc"
src=
"
lib
/img/creativecommons-by-nc-sa.svg"
/>
<img
class=
"cc"
src=
"
poul
/img/creativecommons-by-nc-sa.svg"
/>
<p>
Autore
<
email@email.com
>
</p>
<p>
Autore
<
email@email.com
>
</p>
</section>
</section>
</div>
</div>
</div>
</div>
<script
src=
"lib/js/head.min.js"
></script>
<script
src=
"
reveal.js/
lib/js/head.min.js"
></script>
<script
src=
"js/reveal.js"
></script>
<script
src=
"
reveal.js/
js/reveal.js"
></script>
<script>
<script>
Reveal
.
initialize
({
Reveal
.
initialize
({
...
@@ -79,30 +79,30 @@
...
@@ -79,30 +79,30 @@
smartypants
:
true
,
smartypants
:
true
,
},
},
math
:
{
math
:
{
mathjax
:
'
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0
/MathJax.js
'
,
mathjax
:
'
reveal.js/lib/js
/MathJax.js
'
,
config
:
'
TeX-AMS_HTML-full
'
// See http://docs.mathjax.org/en/latest/config-files.html
config
:
'
TeX-AMS_HTML-full
'
// See http://docs.mathjax.org/en/latest/config-files.html
},
},
dependencies
:
[
dependencies
:
[
{
{
src
:
'
plugin/markdown/marked.js
'
,
src
:
'
reveal.js/
plugin/markdown/marked.js
'
,
condition
:
function
(){
return
!!
document
.
querySelector
(
'
[data-markdown]
'
);
}
condition
:
function
(){
return
!!
document
.
querySelector
(
'
[data-markdown]
'
);
}
},
},
{
{
src
:
'
plugin/markdown/markdown.js
'
,
src
:
'
reveal.js/
plugin/markdown/markdown.js
'
,
condition
:
function
()
{
return
!!
document
.
querySelector
(
'
[data-markdown]
'
);
}
condition
:
function
()
{
return
!!
document
.
querySelector
(
'
[data-markdown]
'
);
}
},
},
{
{
src
:
'
plugin/highlight/highlight.js
'
,
src
:
'
reveal.js/
plugin/highlight/highlight.js
'
,
async
:
true
,
async
:
true
,
callback
:
function
()
{
hljs
.
initHighlightingOnLoad
();
}
callback
:
function
()
{
hljs
.
initHighlightingOnLoad
();
}
},
},
{
{
src
:
'
plugin/notes/notes.js
'
,
src
:
'
reveal.js/
plugin/notes/notes.js
'
,
async
:
true
async
:
true
},
},
{
{
src
:
'
plugin/math/math.js
'
,
src
:
'
reveal.js/
plugin/math/math.js
'
,
async
:
true
async
:
true
}
}
]
]
...
...
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