forked from GNUsocial/gnusocial.rocks
[V3] Add development blog
This commit is contained in:
87
v3/tag_example.html
Normal file
87
v3/tag_example.html
Normal file
@@ -0,0 +1,87 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.5/build/pure-min.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.5/build/grids-responsive-min.css">
|
||||
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
|
||||
<link rel="stylesheet" href="https://gnusocial.rocks/assets/css/style.css">
|
||||
<style>
|
||||
.content-wrapper {
|
||||
top: 2em;
|
||||
}
|
||||
s {
|
||||
text-decoration-color:rgba(0, 255, 0, 0.5)
|
||||
}
|
||||
@media (min-width: 600px) {
|
||||
s {
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
}
|
||||
s::after {
|
||||
content: "";
|
||||
line-height: 1em;
|
||||
margin-top: calc(0.125em / 2 * -1);
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
border-top: 0.125em solid rgba(0, 255, 0, 0.5);
|
||||
height: calc(50% - 1px);
|
||||
width: 100%;
|
||||
transform: rotateZ(-1deg);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<title>GNU social - Version 3 — Posts tagged "example" - GNU social - Version 3</title>
|
||||
</head><body>
|
||||
<header class="header">
|
||||
<div class="home-menu pure-menu pure-menu-horizontal pure-menu-fixed">
|
||||
<a class="pure-menu-heading" href="/">GNU social</a>
|
||||
<ul class="pure-menu-list">
|
||||
<li class="pure-menu-item pure-menu-selected"><a href="#" class="pure-menu-link">Version 3</a></li>
|
||||
<li class="pure-menu-item"><a href="https://code.gnusocial.rocks/" class="pure-menu-link">Repository</a></li>
|
||||
<li class="pure-menu-item"><a href="https://coverage.gnusocial.rocks/" class="pure-menu-link">Code Coverage</a></li>
|
||||
<li class="pure-menu-item"><a href="https://docs.gnusocial.rocks/" class="pure-menu-link">Documentation</a></li>
|
||||
<li class="pure-menu-item"><a href="https://agile.gnusocial.rocks/" class="pure-menu-link">Wiki</a></li>
|
||||
<li class="pure-menu-item"><a href="https://kanban.undefinedhackers.net/?controller=BoardViewController&action=readonly&token=d2293e55cabae7cceff9fb496c651328195357d392b9e61a9f229ed6d463" class="pure-menu-link">Roadmap</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<div class="content">
|
||||
<div id="divbodyholder">
|
||||
<div class="headerholder"><div class="header">
|
||||
<div id="title">
|
||||
<h1 class="nomargin"><a class="ablack" href="https://gnusocial.rocks/v3/latest_five.html">GNU social - Version 3</a></h1>
|
||||
<div id="description">Development blog where we announce our progress.</div>
|
||||
</div></div></div>
|
||||
<div id="divbody"><div class="content">
|
||||
<h3><a class="ablack" href="title-on-this-line.html">
|
||||
Title on this line
|
||||
</a></h3>
|
||||
<!-- bashblog_timestamp: #202108161257.49# -->
|
||||
<div class="subtitle">August 16, 2021 —
|
||||
GNU social development team
|
||||
</div>
|
||||
<!-- text begin -->
|
||||
|
||||
<p>The rest of the text file is a <strong>Markdown</strong> blog post. The process will continue
|
||||
as soon as you exit your editor.</p>
|
||||
|
||||
<p>Tags: <a href='tag_keep-this-tag-format.html'>keep-this-tag-format</a>, <a href='tag_tags-are-optional.html'>tags-are-optional</a>, <a href='tag_beware-with-underscores-in-markdown.html'>beware-with-underscores-in-markdown</a>, <a href='tag_example.html'>example</a></p>
|
||||
|
||||
|
||||
<!-- text end -->
|
||||
</div>
|
||||
</div>
|
||||
<footer class="l-box is-center">
|
||||
This site's source is <a href="https://code.undefinedhackers.net/GNUsocial/gnusocial.rocks">hosted here</a>.
|
||||
</footer>
|
||||
</div>
|
||||
</div></div>
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user