Skip to content

Commit e72a349

Browse files
committed
Update logo
1 parent f1e5266 commit e72a349

File tree

3 files changed

+153
-58
lines changed

3 files changed

+153
-58
lines changed

_layouts/default.html

Lines changed: 61 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,72 @@
11
<!DOCTYPE html>
2-
<html lang="{{ site.lang | default: "en-US" }}">
3-
<head>
4-
<meta charset='utf-8'>
5-
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7-
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
8-
<link rel="stylesheet" href="{{ '/assets/style.css?v=' | append: site.github.build_revision | relative_url }}">
9-
<link rel="stylesheet" type="text/css" href="{{ '/assets/css/print.css' | relative_url }}" media="print">
10-
<!--[if lt IE 9]>
2+
<html lang="{{ site.lang | default: " en-US" }}">
3+
4+
<head>
5+
<meta charset='utf-8'>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8+
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
9+
<link rel="stylesheet" href="{{ '/assets/style.css?v=' | append: site.github.build_revision | relative_url }}">
10+
<link rel="stylesheet" type="text/css" href="{{ '/assets/css/print.css' | relative_url }}" media="print">
11+
<!--[if lt IE 9]>
1112
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1213
<![endif]-->
13-
<!-- Google tag (gtag.js) -->
14-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TMTZVLLMBP"></script>
15-
<script>
16-
window.dataLayer = window.dataLayer || [];
17-
function gtag(){dataLayer.push(arguments);}
18-
gtag('js', new Date());
19-
gtag('config', 'G-TMTZVLLMBP');
20-
</script>
21-
{% seo %}
22-
</head>
14+
<!-- Google tag (gtag.js) -->
15+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TMTZVLLMBP"></script>
16+
<script>
17+
window.dataLayer = window.dataLayer || [];
18+
function gtag() { dataLayer.push(arguments); }
19+
gtag('js', new Date());
20+
gtag('config', 'G-TMTZVLLMBP');
21+
</script>
22+
{% seo %}
23+
</head>
2324

24-
<body>
25-
<div id="container">
26-
<header>
27-
<div id="innerHeader">
28-
<img id="logoContainer" src="/assets/slang-logo-1.png">
29-
<div class="main_nav">
30-
<span class="mainNavItem"><a href="/">Home</a></li></span>
31-
<span class="mainNavItem"><a href="/docs/getting-started">Getting Started</a></li></span>
32-
<span class="mainNavItem"><a href="/slang-playground">Playground</a></li></span>
33-
<span class="mainNavItem"><a href="/docs/">Documentation</a></li></span>
34-
<span class="mainNavItem"><a href="/tools">Tools</a></li></span>
35-
<span class="mainNavItem"><a href="/community">Community</a></li></span>
36-
</div>
25+
<body>
26+
<div id="container">
27+
<header>
28+
<div id="innerHeader">
29+
<img id="logoContainer" src="/assets/slang-logo.svg">
30+
<div class="main_nav">
31+
<span class="mainNavItem"><a href="/">Home</a></li></span>
32+
<span class="mainNavItem"><a href="/docs/getting-started">Getting Started</a></li></span>
33+
<span class="mainNavItem"><a href="/slang-playground">Playground</a></li></span>
34+
<span class="mainNavItem"><a href="/docs/">Documentation</a></li></span>
35+
<span class="mainNavItem"><a href="/tools">Tools</a></li></span>
36+
<span class="mainNavItem"><a href="/community">Community</a></li></span>
3737
</div>
38-
</header>
38+
</div>
39+
</header>
3940

40-
<div id="bodyInner">
41-
42-
<section id="downloads" class="clearfix">
43-
{% if site.show_downloads %}
44-
<a href="{{ site.github.zip_url }}" id="download-zip" class="button"><span>Download .zip</span></a>
45-
<a href="{{ site.github.tar_url }}" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
46-
{% endif %}
47-
{% if site.github.public %}
48-
{% if site.github.is_project_page %}
49-
<a href="{{ site.github.repository_url }}" id="view-on-github" class="button"><span>View on GitHub</span></a>
50-
{% else %}
51-
<a href="{{ site.github.owner_url }}" id="view-on-github" class="button"><span>View on GitHub</span></a>
52-
{% endif %}
53-
{% endif %}
54-
</section>
55-
<hr>
56-
<section id="main_content">
57-
{{ content }}
58-
</section>
41+
<div id="bodyInner">
5942

60-
<footer>
43+
<section id="downloads" class="clearfix">
44+
{% if site.show_downloads %}
45+
<a href="{{ site.github.zip_url }}" id="download-zip" class="button"><span>Download .zip</span></a>
46+
<a href="{{ site.github.tar_url }}" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
47+
{% endif %}
48+
{% if site.github.public %}
6149
{% if site.github.is_project_page %}
62-
{{ site.title | default: site.github.repository_name }} is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a><br>
50+
<a href="{{ site.github.repository_url }}" id="view-on-github" class="button"><span>View on GitHub</span></a>
51+
{% else %}
52+
<a href="{{ site.github.owner_url }}" id="view-on-github" class="button"><span>View on GitHub</span></a>
6353
{% endif %}
64-
</footer>
54+
{% endif %}
55+
</section>
56+
<hr>
57+
<section id="main_content">
58+
{{ content }}
59+
</section>
60+
61+
<footer>
62+
{% if site.github.is_project_page %}
63+
{{ site.title | default: site.github.repository_name }} is maintained by <a
64+
href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a><br>
65+
{% endif %}
66+
</footer>
6567

66-
</div>
6768
</div>
68-
</body>
69-
</html>
69+
</div>
70+
</body>
71+
72+
</html>

assets/slang-logo.png

-7.2 KB
Binary file not shown.

assets/slang-logo.svg

Lines changed: 92 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)