Skip to content

Commit abc2585

Browse files
committed
Make the 2023 considerations a placeholder
1 parent 9022f29 commit abc2585

File tree

1 file changed

+2
-44
lines changed

1 file changed

+2
-44
lines changed

general-info/accessible-presenting.html

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -30,51 +30,9 @@ <h1>Presenting Accessibly Guide</h1>
3030
<div class="row">
3131
<div class="col-12">
3232
<h2 id="specifics">Code4Lib {{site.data.conf.year}} Specifics</h2>
33-
<p>For this year’s conference, the stream will utilize Zoom to feed into YouTube. Due to this, two parts of the screen will have added content in them:</p>
34-
35-
<ul>
36-
<li>The upper right corner will show the speaker's camera.</li>
37-
<li>The lower right corner will have a translucent “ZOOM” logo over the area.</li>
38-
</ul>
39-
40-
<style>
41-
#c4l22-slide-areas img {
42-
width: 100%;
43-
max-width: 800px;
44-
display: block;
45-
border: solid 1px;
46-
margin: 1em 0;
47-
}
48-
#c4l22-slide-areas:hover {
49-
background-color: transparent;
50-
color: inherit;
51-
border-bottom: none;
52-
}
53-
#c4l22-slide-areas:hover img {
54-
border-width: 3px;
55-
}
56-
#c4l22-slide-areas:focus {
57-
background: transparent;
58-
color: initial;
59-
border-bottom: none;
60-
outline: none !important;
61-
}
62-
#c4l22-slide-areas:focus img {
63-
outline: 3px dashed;
64-
}
65-
</style>
66-
<a id="c4l22-slide-areas" href="/assets/img/accessibility/c4l22-slide-areas.png" target="_blank">
67-
<img src="/assets/img/accessibility/c4l22-slide-areas.png" alt="Diagram illustrating the areas and sizes to leave open">
68-
</a>
69-
70-
<p>We advise that presenters leave some open space in these areas to avoid any content being obscured. On a 16:9 presentation (13.33 inches by 7.5 inches), the size of the areas to keep clear (including some open spacing) are:</p>
7133

72-
<ul>
73-
<li>Speaker's Camera: 2.5 inch by 1.5 inch area in the upper right</li>
74-
<li>Zoom Logo: 2.8 inch by 1.1 inch area in the lower right</li>
75-
</ul>
76-
77-
</div>
34+
<p>Any specific accessibility considerations for the {{site.data.conf.year}} conference will be mentioned here.</p>
35+
</div>
7836
</div>
7937

8038
<div class="row">

0 commit comments

Comments
 (0)