You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
5.0 KiB
103 lines
5.0 KiB
<!DOCTYPE HTML> |
|
<html> |
|
|
|
<head> |
|
<!-- CHANGE PAGE TITLE--> |
|
<title>PwOSS - News ...</title> |
|
<meta charset="utf-8" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> |
|
<link rel="stylesheet" href="assets/css/main.css" /> |
|
<link rel="icon" type="image/x-icon" href="images/pwoss.svg" /> |
|
</head> |
|
|
|
<body class="is-preload"> |
|
|
|
<!-- Wrapper --> |
|
<div id="wrapper" class="divided" id="top"> |
|
<ul class="actions nav"><br /> |
|
<li> |
|
<a href="index.html" class="button small smooth-scroll-middle">Home</a> |
|
<a href="index.html#news" class="button small smooth-scroll-middle">NEWS</a> |
|
<a href="https://git.pwoss.org" class="button small smooth-scroll-middle">GIT</a> |
|
<a href="https://wiki.pwoss.org" class="button small smooth-scroll-middle">WIKI</a> |
|
<a href="https://element.pwoss.org" class="button small smooth-scroll-middle">CHAT</a> |
|
<a href="https://searx.pwoss.org" class="button small smooth-scroll-middle">SEARX</a> |
|
</li> |
|
</ul> |
|
<section class="wrapper style2 align-left" id="first"> |
|
<div class="content"> |
|
<p> |
|
<author><strong>Author</strong>: NAME </author><br /> |
|
<date><strong>Date</strong>: DAY/MONTH/YEAR </date><br /> |
|
<category><strong>Category</strong>: <a href="categories/tutorials/overview.html">CATEGORY</a> |
|
</category> |
|
</p> |
|
<!-- Copy file and rename it to date --> |
|
<p>Copy template file to <code>/categories/news/YEAR/DAY-MONTH.html</code></p> |
|
<!-- Add content --> |
|
<h1>Headings = <code><h1></h1></code></h1> |
|
<p> CONTENT, TITLE etc. <code><p>here</p></code></p> |
|
<h2>H2 = <code><h2></h2></code></h2> |
|
<h3>H3 = <code><h3></h3></code></h3> |
|
<h4>H4 = <code><h4></h4></code></h4> |
|
<h5>H5 = <code><h5></h5></code></h5> |
|
<h6>H6 = <code><h6></h6></code></h6> |
|
<br> |
|
<br> |
|
<code><code>code</code></code> |
|
<br> |
|
<br> |
|
<pre><pre>codeblock</pre></pre> |
|
<br> |
|
<br> |
|
<p> |
|
Line breaks = <code><br></code>. |
|
</p> |
|
<p> |
|
Spaces = <code>&nbsp; (for one space), &ensp;(for two spaces), &emsp; (for four spaces)</code> . |
|
</p> |
|
<pre><div class="image"> |
|
<image src="images/pwoss+text.png" style="width: 230px; height: 100px;" alt="IMAGE NAME" /> |
|
</image> |
|
</div></pre> |
|
</div> |
|
<!-- Footer --> |
|
<footer class="wrapper style1 align-center"> |
|
<div class="inner"> |
|
<ul class="icons"> |
|
<li> |
|
<a href="#top" class="icon solid style2 fa-arrow-circle-up"><span class="label">back to |
|
top</span></a> |
|
</li> |
|
</ul> |
|
<ul class="icons"> |
|
<li><a href="https://pwoss.org/rss.xml" class="icon solid style2 fa-rss"><span |
|
class="label">RSS</span></a> |
|
</li> |
|
<li><a href="https://git.pwoss.org" class="icon brands style2 fa-git"><span |
|
class="label">Gitea</span></a> |
|
</li> |
|
<li><a href="https://element.pwoss.org" class="icon solid style2 fa-comments"><span |
|
class="label">Matrix</span></a> |
|
</li> |
|
<li><a href="https://searx.pwoss.org" class="icon solid style2 fa-search"><span |
|
class="label">searX</span></a></li> |
|
<li><a href="https://t.me/PwOSS" target="blank" |
|
class="icon brands style2 fa-telegram-plane"><span class="label">Telegram</span></a> |
|
<li><a href="mailto:team@pwoss.org" class="icon solid style2 fa-envelope"><span |
|
class="label">Email</span></a></li> |
|
</li> |
|
</ul> |
|
<p> |
|
<a href="http://creativecommons.org/licenses/by-sa/4.0/" rel="license"><img |
|
style="border-width: 0;" src="images/licensebutton.png" |
|
alt="Creative Commons License" /></a> |
|
<br><a href="privacy-policy.html">Privacy Policy</a> |
|
and |
|
<a href="terms-of-use.html">Terms of Use</a> |
|
</p> |
|
</div> |
|
</footer> |
|
</body> |
|
|
|
</html> |