Initial commit with content from previous site.
This commit is contained in:
commit
c99c2bf3d8
11 changed files with 4542 additions and 0 deletions
_includes
54
_includes/footer.html
Normal file
54
_includes/footer.html
Normal file
|
@ -0,0 +1,54 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="medium-3 columns content-box sidebar">
|
||||
<div class="whitebox">
|
||||
<h2 class="boxhead">Search</h2>
|
||||
<div class="searchbox">
|
||||
<form>
|
||||
<input type="text" placeholder="Search..." class="last"/>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="whitebox">
|
||||
<h2 class="boxhead">Recent Comments</h2>
|
||||
</div>
|
||||
<div class="whitebox">
|
||||
<h2 class="boxhead">Archives</h2>
|
||||
</div>
|
||||
<div class="whitebox">
|
||||
<h2 class="boxhead">Categories</h2>
|
||||
<ul class="list last">
|
||||
<li><a href="#">Intern</a></li>
|
||||
<li><a href="#">Allgemein</a></li>
|
||||
<li><a href="#">Zeug</a></li>
|
||||
<li><a href="#">Off Topic</a></li>
|
||||
<li><a href="#">Projekte</a></li>
|
||||
<li><a href="#">Server</a></li>
|
||||
<li><a href="#">Proggen</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="whitebox">
|
||||
<h2 class="boxhead">Meta</h2>
|
||||
<ul class="list last">
|
||||
<li><a href="#">Log in</a></li>
|
||||
<li><a href="#">Entries RSS</a></li>
|
||||
<li><a href="#">Comments RSS</a></li>
|
||||
<li><a href="#">WordPress.org</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="columns small-12">
|
||||
<div class="whitebox footer">
|
||||
<a href="#">Zom.bi</a>
|
||||
/
|
||||
Design by <a href="#">bsod</a>, <a href="#">Ranomier</a> and <a href="#">madmaurice</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
38
_includes/header.html
Normal file
38
_includes/header.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<!--[if IE 9]>
|
||||
<html class="lt-ie10" lang="en" >
|
||||
<![endif]-->
|
||||
<html class="no-js" lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>{{ page.title }} - Zom.bi</title>
|
||||
|
||||
<link rel="stylesheet" href="{{ "/assets/css/foundation.css" | relative_url }}">
|
||||
<link rel="stylesheet" href="{{ "/assets/css/index.css" | relative_url }}">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header class="header">
|
||||
<a class="#header"><img src="{{ "images/logo-green.png" | relative_url }}" alt="Zom.bi"></a>
|
||||
<h2 class="tagline show-for-medium">The friendly neighborhood tech community</h2>
|
||||
<ul class="header-subnav show-for-medium">
|
||||
{% include menu.html %}
|
||||
</ul>
|
||||
</header>
|
||||
|
||||
<div class="row show-for-small-only">
|
||||
<div class="columns small-12">
|
||||
<div class="whitebox">
|
||||
<ul class="mobile-menu">
|
||||
{% include menu.html %}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row main">
|
||||
<div class="medium-9 columns content-box">
|
||||
<!-- Post begin -->
|
||||
<div class="whitebox">
|
5
_includes/menu.html
Normal file
5
_includes/menu.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% for page in site.pages %}
|
||||
<li><a href="{{ page.url }}">{{ page.menutitle }}</a></li>
|
||||
{% endfor %}
|
||||
<li><a href="https://git.zom.bi/explore/projects">Git</a></li>
|
||||
<li><a href="https://wiki.zom.bi/">Wiki</a></li>
|
Loading…
Add table
Add a link
Reference in a new issue