initial commit
This commit is contained in:
commit
442e2dd05e
10 changed files with 313 additions and 0 deletions
BIN
blog/nicos-first-test-page/foo.png
Normal file
BIN
blog/nicos-first-test-page/foo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 161 KiB |
48
blog/nicos-first-test-page/index.html
Normal file
48
blog/nicos-first-test-page/index.html
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="../../static/style.css">
|
||||
<title>Nico's first test page — blog</title>
|
||||
<body>
|
||||
<header>
|
||||
<h1>blog</h1>
|
||||
<nav>
|
||||
<ul class="nav navbar-nav">
|
||||
<li><a href="../../">Welcome</a></li>
|
||||
|
||||
<li class="active"><a href="../../blog/">Blog</a></li>
|
||||
|
||||
<li><a href="../../projects/">Projects</a></li>
|
||||
|
||||
<li><a href="../../about/">About</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<div class="page">
|
||||
|
||||
|
||||
<div class="blog-post">
|
||||
|
||||
<h2>Nico's first test page</h2>
|
||||
|
||||
<p class="meta">
|
||||
written by
|
||||
|
||||
|
||||
|
||||
on
|
||||
</p>
|
||||
<p>test texts</p>
|
||||
<p><img src="../../blog/nicos-first-test-page/foo.png" alt="alt text"></p>
|
||||
<p>{% for image in this.attachments.images %}
|
||||
<div class="image"><img src="{{ image|url }}"></div>
|
||||
{% endfor %}</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<footer>
|
||||
© Copyright 2019 by ungleich.
|
||||
</footer>
|
||||
</body>
|
||||
BIN
blog/nicos-first-test-page/wireguard-tunnel.jpg
Normal file
BIN
blog/nicos-first-test-page/wireguard-tunnel.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 367 KiB |
Loading…
Add table
Add a link
Reference in a new issue