Skip to content

Commit cae81ef

Browse files
close #123 | remove images no longer used in the documentation
1 parent a18fd87 commit cae81ef

File tree

7 files changed

+4
-193
lines changed

7 files changed

+4
-193
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1>Code snippet of a side comment.</h1>
163163

164164
<section>
165165
<h1 id="images-and-videos">Images and videos</h1>
166-
<p>Images and videos are displayed using the <code>&lt;img&gt;</code> and <code>&lt;video&gt;</code> elements. If a caption is needed, wrap images and videos within the <code>&lt;figure&gt;</code> element. The <code>&lt;figcaption&gt;</code> element can contain a heading and one or more paragraphs.</p>
166+
<p>Images and videos are displayed using the <code>&lt;img&gt;</code> and <code>&lt;video&gt;</code> elements. If a caption is needed, wrap images and videos within the <code>&lt;figure&gt;</code> element and use the <code>&lt;figcaption&gt;</code> element for the caption, as shown in the code snippet below. The <code>&lt;figcaption&gt;</code> element can contain a heading and one or more paragraphs.</p>
167167
<figure>
168168
<img style="width: 100%" src="./media/image.png">
169169
<figcaption>
@@ -185,7 +185,7 @@ <h1 id="images-and-videos">Images and videos</h1>
185185
&lt;/section&gt;</code></pre>
186186
<figcaption>
187187
<h1>Code snippet of an image, with a descriptive caption.</h1>
188-
<p>The <code>&lt;figure&gt;</code> element may be avoided if there is no need for a caption, in such a case the <code>&lt;img&gt;</code> element is a child of the <code>&lt;section&gt;</code> element. The default width is 600px, authors can use inline style declarations to customise the width, as described in section <strong><a href="#customisations">Customisations</a></strong>.</p>
188+
<p>The <code>&lt;figure&gt;</code> element may be avoided if there is no need for a caption, in such a case the <code>&lt;img&gt;</code> element is a child of the <code>&lt;section&gt;</code> element. The default width of images is 600px, equals to the default width of text paragraph and code snippets. Authors can use inline style declarations to customise the width, as described in section <strong><a href="#customisations">Customisations</a></strong>.</p>
189189
</figcaption>
190190
</figure>
191191
<h2>Videos</h2>
@@ -205,7 +205,7 @@ <h2>Videos</h2>
205205
&lt;/section&gt;</code></pre>
206206
<figcaption>
207207
<h1>Code snippet of a video with a caption.</h1>
208-
<p>As with images, videos can be inserted in the article header and have a default width of 600px.</p>
208+
<p>As with images, videos have a default width of 600 pixels, customisable with inline declarations as described in section <strong><a href="#customisations">Customisations</a></strong>.</p>
209209
</figcaption>
210210
</figure>
211211
</section>
@@ -505,7 +505,7 @@ <h1>Maxwell's equations in vacuum.</h1>
505505
&lt;/p&gt;
506506
&lt;/figure&gt;</code></pre>
507507
<figcaption>
508-
<p>Use TeX functions for more sophisticated math typesetting. Use the <code>&lt;figure&gt;</code> element if a caption is needed. The default width of the <code>&lt;p&gt;</code> element whitin the <code>&lt;figure&gt;</code> element is 600px. Authors can use inline style declarations to customise the width for larger formulas, as described in section <strong><a href="#customisations">Customisations</a></strong>.</p>
508+
<p>Use TeX functions for more sophisticated math typesetting. Use the <code>&lt;figure&gt;</code> element if a caption is needed. The default width of the <code>&lt;p&gt;</code> element within the <code>&lt;figure&gt;</code> element is 600px. Authors can use inline style declarations to customise the width for larger formulas, as described in section <strong><a href="#customisations">Customisations</a></strong>.</p>
509509
</figcaption>
510510
</figure>
511511
</section>

media/github.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

media/icon.png

-21.1 KB
Binary file not shown.

media/icon.svg

Lines changed: 0 additions & 92 deletions
This file was deleted.

media/icon_bg.svg

Lines changed: 0 additions & 96 deletions
This file was deleted.

media/icon_black_bg.png

-92.3 KB
Binary file not shown.

media/responsive.png

-24.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)