36 lines
1.2 KiB
HTML
36 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<!--[if IE 9]>
|
|
<html class="lt-ie10" lang="{{ page.lang }}" >
|
|
<![endif]-->
|
|
<html class="no-js" lang="{{ page.lang }}" >
|
|
<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.min.css" | relative_url }}">
|
|
<link rel="stylesheet" href="{{ "assets/css/index.css" | relative_url }}">
|
|
</head>
|
|
<body>
|
|
|
|
<header class="header">
|
|
<div class="loginButton"><a href="https://www.youtube.com/watch?v=DLzxrzFCyOs">Login</a></div>
|
|
<a class="#header"><img src="{{ "assets/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">
|