forked from EventStore/eventstore.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.html
33 lines (32 loc) · 1.71 KB
/
header.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!doctype html>
<html lang="en-gb">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="{% if page.description == null %}{{ site.description }}{% else %}{{ page.description }}{% endif %}" name="description">
<link href="//fonts.googleapis.com" rel="preconnect">
<link href="//code.jquery.com" rel="preconnect">
<link href="//www.google-analytics.com" rel="preconnect">
<title>{% if page.title != "Homepage" %}{{ page.title }} – {% endif %}{{ site.name }}</title>
<link href="/css/main12.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic|Source+Code+Pro:400,700" rel="stylesheet">
<link href="https://eventstore.org/blog/feed/index.xml" rel="alternate" title="Event Store" type="application/rss+xml">
</head>
<body>
<header class="site-banner">
<div class="inner-container">
<h1 class="site-logo">
<a href="/">
<img src="/images/logo--white.svg" alt="Event Store logo">
</a>
</h1>
<ul class="site-navigation">
<li class="site-navigation__item"><a href="/community">Community</a></li>
<li class="site-navigation__item"><a href="/support">Commercial Support</a></li>
<li class="site-navigation__item"><a href="/blog">Blog</a></li>
<li class="site-navigation__item"><a href="/docs">Documentation</a></li>
<li class="site-navigation__item"><a href="/downloads">Downloads</a></li>
</ul>
<a href="javascript:void(0)" class="site-navigation-toggle">Menu</a>
</div>
</header>