-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy patharticle.html
executable file
·73 lines (49 loc) · 2.96 KB
/
article.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
If you are writing the article directly in WordPress, please use the "text" editor in WordPress instead of the "visual" one, especially if you are planning to write code.
<h2>Section headline example</h2>
<!-- example paragraph, no <p></p> needed -->
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud <strong>exercitation</strong> ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. <em>Excepteur</em> sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<h3>Sub-section headline example</h3>
For code snippets replace < and > with < and >
Example for HTML:
<pre class="brush:html"><code>
<div class="st-container">
</div><!-- // st-container -->
</code></pre>
Example for CSS:
<pre class="brush:css"><code>
body {
background: #000;
}
</code></pre>
Example for JavaScript:
<pre class="brush:js"><code>
...
</code></pre>
Available brushes for code hightlighting: html, scss, css, js, xml, php, mysql or any other if needed: https://highlightjs.org/
Images should be a maximum of 800px wide.
<!-- ===================================== -->
<!-- Available styles and shortcodes -->
<!-- ===================================== -->
<div class="box-attention">
<strong>Attention:</strong> Some of these techniques are very experimental and won't work in all browsers.
</div>
Codepen embed example:
[codepen_embed height="542" theme_id="light" slug_hash="148b441363a320d4b46cb5ff835525ef" default_tab="result" user="SaraSoueidan"]See the Pen <a href='https://codepen.io/SaraSoueidan/pen/148b441363a320d4b46cb5ff835525ef/'>feTurbluence: baseFrequency</a> by Sara Soueidan (<a href='https://codepen.io/SaraSoueidan'>@SaraSoueidan</a>) on <a href='https://codepen.io'>CodePen</a>.[/codepen_embed]
Codesandbox example:
<iframe src="https://codesandbox.io/embed/v8439q295l?fontsize=12" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;" sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
Optional browser support icons shortcode:
[browsersupport chrome="all" safari="all" opera="all" firefox="flag" ie="9+"]
(If a browser is not supported at all, just leave it out)
<!-- To be added in the end of the article -->
<h2>References and Credits</h2>
<ul>
<li><a href="">Some resource</a></li>
<li><a href="">Some resource</a></li>
</ul>
<!-- ===================================== -->
<!-- For admins -->
<!-- ===================================== -->
<!-- Sponsor -->
<strong>The demo is kindly sponsored by <a href="" rel="nofollow"></a></strong>. <em>If you would like to sponsor one of our demos, find out more <a href="https://tympanus.net/codrops/advertise/#advertise_demo">here</a>.</em>
<!-- Article ad shortcode -->
[adrotate group="2"]