|
36 | 36 | <main>
|
37 | 37 | <article class="rapido">
|
38 | 38 | <header>
|
39 |
| - <h1>Rapido: semantic HTML elements for your writings.</h1> |
40 |
| - <p>Rapido provides a default style for a set of <strong>semantic HTML</strong> elements that you can use to compose your essays. No CSS or JS is required.</p> |
| 39 | + <h1>Rapido.css: semantic HTML for your writings.</h1> |
| 40 | + <p>Rapido provides a default style for a set of <strong>semantic HTML</strong> elements that you can use to compose your essays. Just write with semantic HTML, without the need to remember any CSS class or JS command.</p> |
41 | 41 | <p>The present document has been created using Rapido, you can easily get documents or blog posts with the same layout and style. See how to use Rapido in the next sections.</p>
|
| 42 | + <figure> |
| 43 | + <pre><code><article <mark>class="rapido"</mark>> |
| 44 | + <section> |
| 45 | + <h1>...</h1> |
| 46 | + <p>...<small>...</small></p> |
| 47 | + </section> |
| 48 | +</article></code></pre> |
| 49 | + <figcaption> |
| 50 | + <p>Assign the CSS class <code>rapido</code> to the <code><article></code> element and you are done.</p> |
| 51 | + <p>Rapido is just that: copy the HTML snippets and fill the gaps.</p> |
| 52 | + </figcaption> |
| 53 | + </figure> |
42 | 54 | <p>Rapido is open source, view it on <a href="https://github.com/nextbitlabs/Rapido">Github</a>.</p>
|
43 | 55 | </header>
|
44 | 56 | <section>
|
@@ -89,7 +101,7 @@ <h1>Minimal skeleton of an HTML document.</h1>
|
89 | 101 | <p>Note the presence of the stylesheet <code>rapido.css</code> within the <code><head></code> element, it defines the style rules and it is all you need to use Rapido.</p>
|
90 | 102 | </figcaption>
|
91 | 103 | </figure>
|
92 |
| - <p>The next sections describe how to replace the ellipsis with the content of interest, like paragraphs, figures, tables and so on. Rapido is just that: copy and paste the HTML snippets and fill the gaps with your own content.</p> |
| 104 | + <p>The next sections describe how to replace the ellipsis with the content of interest, like paragraphs, figures, tables and so on.</p> |
93 | 105 | </section>
|
94 | 106 |
|
95 | 107 | <section>
|
@@ -260,8 +272,8 @@ <h1>Code snippet of a quotation from another source.</h1>
|
260 | 272 | <section>
|
261 | 273 | <h1>Highlights</h1>
|
262 | 274 | <p>The repetition of some content from the same source is used for the purposes of enticing readers or highlighting key topics. You can repeat a passage or an entire paragraph using the <code><aside></code> element inside a section.</p>
|
263 |
| - <aside> |
264 |
| - <p><strong>Rapido</strong> is just that: copy and paste the HTML snippets and fill the gaps.</p> |
| 275 | + <aside style="width: 100%"> |
| 276 | + <p>Rapido has been crafted with the idea that using semantic HTML for your writings <em>can be easy</em>.</p> |
265 | 277 | </aside>
|
266 | 278 | <figure>
|
267 | 279 | <pre><code><section>
|
|
0 commit comments