Skip to content

Commit 23188f7

Browse files
committed
Merge tag '4.3.1'
Conflicts: gulpfile.js Signed-off-by: Johannes Schnatterer <johannes.schnatterer@cloudogu.com>
2 parents 78b3417 + 3fcf0db commit 23188f7

39 files changed

+770
-389
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2011-2021 Hakim El Hattab, http://hakim.se, and reveal.js contributors
1+
Copyright (C) 2011-2022 Hakim El Hattab, http://hakim.se, and reveal.js contributors
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README-reveal-js.md

Lines changed: 51 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,66 @@
11
<p align="center">
22
<a href="https://revealjs.com">
3-
<img src="https://hakim-static.s3.amazonaws.com/reveal-js/logo/v1/reveal-black-text-sticker.png" alt="reveal.js" width="450">
3+
<img src="https://hakim-static.s3.amazonaws.com/reveal-js/logo/v1/reveal-black-text-sticker.png" alt="reveal.js" width="500">
44
</a>
55
<br><br>
66
<a href="https://github.com/hakimel/reveal.js/actions"><img src="https://github.com/hakimel/reveal.js/workflows/tests/badge.svg"></a>
77
<a href="https://slides.com/"><img src="https://s3.amazonaws.com/static.slid.es/images/slides-github-banner-320x40.png?1" alt="Slides" width="160" height="20"></a>
88
</p>
99

10-
reveal.js is an open source HTML presentation framework. It enables anyone with a web browser to create fully featured and beautiful presentations for free. [Check out the live demo](https://revealjs.com/).
10+
reveal.js is an open source HTML presentation framework. It enables anyone with a web browser to create beautiful presentations for free. Check out the live demo at [revealjs.com](https://revealjs.com/).
1111

12-
The framework comes with a broad range of features including [nested slides](https://revealjs.com/vertical-slides/), [Markdown support](https://revealjs.com/markdown/), [Auto-Animate](https://revealjs.com/auto-animate/), [PDF export](https://revealjs.com/pdf-export/), [speaker notes](https://revealjs.com/speaker-view/), [LaTeX typesetting](https://revealjs.com/math/), [syntax highlighted code](https://revealjs.com/code/) and much more.
12+
The framework comes with a powerful feature set including [nested slides](https://revealjs.com/vertical-slides/), [Markdown support](https://revealjs.com/markdown/), [Auto-Animate](https://revealjs.com/auto-animate/), [PDF export](https://revealjs.com/pdf-export/), [speaker notes](https://revealjs.com/speaker-view/), [LaTeX typesetting](https://revealjs.com/math/), [syntax highlighted code](https://revealjs.com/code/) and an [extensive API](https://revealjs.com/api/).
1313

14-
<h1>
15-
<a href="https://revealjs.com/installation" style="font-size: 3em;">Get Started</a>
16-
</h1>
14+
---
1715

18-
## Documentation
19-
The full reveal.js documentation is available at [revealjs.com](https://revealjs.com).
16+
### Sponsors
17+
Hakim's open source work is supported by <a href="https://github.com/sponsors/hakimel">GitHub sponsors</a>. Special thanks to:
18+
<div align="center">
19+
<table>
20+
<td align="center">
21+
<a href="https://workos.com/?utm_campaign=github_repo&utm_medium=referral&utm_content=revealjs&utm_source=github">
22+
<div>
23+
<img src="https://user-images.githubusercontent.com/629429/151508669-efb4c3b3-8fe3-45eb-8e47-e9510b5f0af1.svg" width="290" alt="WorkOS">
24+
</div>
25+
<b>Your app, enterprise-ready.</b>
26+
<div>
27+
<sub>Start selling to enterprise customers with just a few lines of code. Add Single Sign-On (and more) in minutes instead of months.</sup>
28+
</div>
29+
</a>
30+
</td>
31+
<td align="center">
32+
<a href="https://www.doppler.com/?utm_cam![Uploading workos-logo-white-bg.svg…]()
33+
paign=github_repo&utm_medium=referral&utm_content=revealjs&utm_source=github">
34+
<div>
35+
<img src="https://user-images.githubusercontent.com/629429/151510865-9fd454f1-fd8c-4df4-b227-a54b87313db4.png" width="290" alt="Doppler">
36+
</div>
37+
<b>All your environment variables, in one place</b>
38+
<div>
39+
<sub>Stop struggling with scattered API keys, hacking together home-brewed tools, and avoiding access controls. Keep your team and servers in sync with Doppler.</sup>
40+
</div>
41+
</a>
42+
</td>
43+
</table>
44+
</div>
2045

21-
## Online Editor
22-
Want to create your presentation using a visual editor? Try the official reveal.js presentation platform for free at [Slides.com](https://slides.com). It's made by the same people behind reveal.js.
46+
---
47+
48+
### Getting started
49+
- 🚀 [Install reveal.js](https://revealjs.com/installation)
50+
- 👀 [View the demo presentation](https://revealjs.com/demo)
51+
- 📖 [Read the documentation](https://revealjs.com/markup/)
52+
- 🖌 [Try the visual editor for reveal.js at Slides.com](https://slides.com/)
53+
- 🎬 [Watch the reveal.js video course (paid)](https://revealjs.com/course)
2354

24-
## License
55+
---
56+
57+
### Online Editor
58+
Want to create your presentation using a visual editor? Try the official reveal.js presentation platform for free at [Slides.com](https://slides.com). It's made by the same people behind reveal.js.
2559

26-
MIT licensed
60+
<br>
61+
<br>
2762

28-
Copyright (C) 2011-2021 Hakim El Hattab, https://hakim.se
63+
---
64+
<div align="center">
65+
MIT licensed | Copyright © 2011-2022 Hakim El Hattab, https://hakim.se
66+
</div>

css/layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
box-sizing: border-box;
1717
}
1818

19-
// Text that auto-fits it's container
19+
// Text that auto-fits its container
2020
.reveal .r-fit-text {
2121
display: inline-block; // https://github.com/rikschennink/fitty#performance
2222
white-space: nowrap;

css/reveal.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ html.reveal-full-page {
3333
color: #000;
3434
}
3535

36+
// Force the presentation to cover the full viewport when we
37+
// enter fullscreen mode. Fixes sizing issues in Safari.
38+
.reveal-viewport:fullscreen {
39+
top: 0 !important;
40+
left: 0 !important;
41+
width: 100% !important;
42+
height: 100% !important;
43+
transform: none !important;
44+
}
45+
3646

3747
/*********************************************
3848
* VIEW FRAGMENTS

demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h2>Vertical Slides</h2>
5252
<p>Slides can be nested inside of each other.</p>
5353
<p>Use the <em>Space</em> key to navigate through all slides.</p>
5454
<br>
55-
<a href="#" class="navigate-down">
55+
<a href="#/2/1" class="navigate-down">
5656
<img class="r-frame" style="background: rgba(255,255,255,0.1);" width="178" height="238" data-src="https://static.slid.es/reveal/arrow.png" alt="Down arrow">
5757
</a>
5858
</section>

dist/reveal.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/reveal.esm.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/reveal.esm.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/reveal.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/reveal.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)