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
Linux Advanced
Deploy in Cloud
Commits
6b0f2dfd
Verified
Commit
6b0f2dfd
authored
Nov 14, 2021
by
Roberto Bochet
Browse files
Changed layout in outro and minor change in intro
parent
cce60a9f
Changes
3
Hide whitespace changes
Inline
Side-by-side
poul/css/poul.css
View file @
6b0f2dfd
...
...
@@ -395,6 +395,37 @@ body {
transition
:
width
800ms
cubic-bezier
(
0.26
,
0.86
,
0.44
,
0.985
);
}
/*********************************************
* INTRO & OUTRO
*********************************************/
.reveal
.intro
h1
{
padding
:
0
;
margin
:
0
;
}
.reveal
.intro
.logo
{
max-width
:
none
;
height
:
23%
;
padding
:
0
;
}
.reveal
.intro
.authors
{
list-style
:
none
;
font-size
:
0.7em
;
margin-top
:
3%
;
margin-left
:
0
;
padding-left
:
0
;
display
:
flex
;
justify-content
:
center
;
flex-wrap
:
wrap
;
width
:
80%
;
}
.reveal
.intro
.authors
li
{
flex-basis
:
50%
;
flex-grow
:
1
;
text-align
:
center
;
}
.reveal
.outro
h1
{
padding
:
0
;
...
...
@@ -402,13 +433,34 @@ body {
}
.reveal
.outro
.logo
{
max-
height
:
2
0vh
;
height
:
2
5%
;
padding
:
0
;
}
.reveal
.outro
.cc
{
max-height
:
5vh
;
display
:
flex
;
align-items
:
center
;
height
:
7%
;
max-width
:
45%
;
padding
:
0
;
font-size
:
0.25em
;
}
.reveal
.outro
.authors
{
list-style
:
none
;
font-size
:
0.7em
;
margin-top
:
3%
;
margin-left
:
0
;
padding-left
:
0
;
display
:
flex
;
justify-content
:
center
;
flex-wrap
:
wrap
;
width
:
80%
;
}
.reveal
.outro
.authors
li
{
flex-basis
:
50%
;
flex-grow
:
1
;
text-align
:
center
;
}
/*********************************************
...
...
slides/intro.html
View file @
6b0f2dfd
...
...
@@ -2,7 +2,10 @@
<h1>
Corsi Punto Croce 2018
</h1>
<h2>
Come fare gli orli
</h2>
<img
src=
"./poul/img/logo-text-white.svg"
/>
<img
class=
"logo"
src=
"./poul/img/logo-text-white.svg"
alt=
"poul logo"
/>
<p>
Autore
<
email@email.com
>
</p>
</section>
\ No newline at end of file
<ul
class=
"authors"
>
<li>
Autore
<
email@email.com
>
</li>
<li>
Autore
<
email@email.com
>
</li>
</ul>
</section>
slides/outro.html
View file @
6b0f2dfd
<section
class=
"outro"
>
<h1>
Thank you!
</h1>
<img
class=
"logo"
src=
"./poul/img/logo-notext-white.svg"
/>
<img
class=
"logo"
src=
"./poul/img/logo-notext-white.svg"
alt=
"poul logo"
/>
<p>
Rilasciato sotto licenza Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
</p>
<div
class=
"cc"
>
<img
src=
"./poul/img/creativecommons-by-nc-sa.svg"
alt=
"cc-by-nc-sa"
/>
<div>
This work is licensed under a
<a
rel=
"license"
href=
"http://creativecommons.org/licenses/by-nc-sa/4.0/"
>
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
</a>
.
<br/>
Source code available
<a
href=
"https://gitlab.poul.org/corsi/templates/revealjs-poul"
>
here
</a>
</div>
</div>
<img
class=
"cc"
src=
"./poul/img/creativecommons-by-nc-sa.svg"
/>
<p>
Autore
<
email@email.com
>
</p>
</section>
\ No newline at end of file
<ul
class=
"authors"
>
<li>
Autore
<
email@email.com
>
</li>
<li>
Autore
<
email@email.com
>
</li>
</ul>
</section>
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