Skip to content

Commit 814f205

Browse files
committed
Added first slide (maybe temporary, should be just fine for a dry run), fixed background styling - opacity should affect only iframes
1 parent d66d217 commit 814f205

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
<body>
1616
<div class="reveal">
1717
<div class="slides">
18-
<section>
19-
<h3>Revolution in Web</h3>
20-
<p>
21-
First slide placeholder. Needs to be adjusted.
22-
</p>
18+
19+
<section data-background-image="/src/img/techtalk_rewolucja_web_grafika_do_wydarzenia_v2.png" data-background-size="90%">
20+
2321
</section>
2422

23+
2524
<section data-background-color="var(--secondary-color)">
2625
<h1 style="font-size: 3em; margin-bottom: -0.25em;" class="fallbackColor" >Just</h1>
2726
<h1 style="font-size: 4.5em; margin-bottom: -0.25em;" class="primaryColor" >like</h1>
@@ -729,7 +728,7 @@ <h3>What can I tell the browser?</h3>
729728
</section>
730729

731730
<section>
732-
<h3>Native vs browser launch style</h3>
731+
<h3>Native vs. browser launch style</h3>
733732
<img class="plain" style="max-height: 12em;" src="/src/img/manifest-display-options.png">
734733
<p>
735734
<a href="https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/" class="credits" target="_blank">Image from Google Web Fundamentals</a>

src/css/common.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ html body {
9696
border-radius: 5px;
9797
color: var(--bg-color);
9898
}
99-
.reveal .slide-background.present {
99+
100+
.reveal .slide-background.present iframe {
100101
opacity: 0.4;
101102
}
102103

412 KB
Loading

0 commit comments

Comments
 (0)