forked from elixir-lang/elixir-lang.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtop.html
More file actions
44 lines (39 loc) · 1.93 KB
/
top.html
File metadata and controls
44 lines (39 loc) · 1.93 KB
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
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{% if page.title %}{{ page.title }} - {% endif %}Elixir</title>
<link href="http://feeds.feedburner.com/ElixirLang" rel="alternate" title="Elixir's Blog" type="application/atom+xml" />
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link rel="stylesheet" type="text/css" href="/css/syntax.css">
<link rel="shortcut icon" href="/images/logo/drop.png">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" id="font-bitter-css" href="http://fonts.googleapis.com/css?family=Bitter&ver=1" type="text/css" media="screen">
</head>
<body class="{{ page.section }}">
<div id="container">
<div class="wrap">
<div id="header">
<div id="branding">
<h1 id="site-title">
<a href="/" title="Elixir" rel="Home">
<img class="logo" src="/images/logo/logo.png" alt="Elixir Logo" />
</a>
</h1>
</div>
<div id="menu-primary" class="menu-container">
<div class="menu">
<ul id="menu-primary-items">
<li class="menu-item home"><a class="spec" href="/">Home</a></li>
<li class="menu-item getting_started"><a class="spec" href="/getting_started/1.html">Getting Started</a></li>
<li class="menu-item docs"><a class="spec" href="/docs.html">Docs</a></li>
<li class="menu-item blog"><a class="spec" href="/blog">Blog</a></li>
<li class="menu-item source"><a class="spec" href="https://github.com/elixir-lang/elixir" target="_blank">Source</a></li>
<li class="menu-item packages"><a class="spec" href="http://expm.co/" target="_blank">Packages</a></li>
</ul>
</div>
</div>
<div class="clear"></div>
</div>
<div id="main">