Skip to content

Commit c5cc418

Browse files
committed
add new logo
1 parent 56e42c3 commit c5cc418

File tree

3 files changed

+67
-0
lines changed

3 files changed

+67
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
theme: jekyll-theme-minimal
22
title: PegNet
33
description: A stablecoin on top of the Factom Blockchain.
4+
logo: "assets/img/logo.png"

_layouts/default.html

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
<!DOCTYPE html>
2+
<html lang="{{ site.lang | default: "en-US" }}">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
8+
{% seo %}
9+
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
10+
<!--[if lt IE 9]>
11+
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
12+
<![endif]-->
13+
</head>
14+
<body>
15+
<div class="wrapper">
16+
<header>
17+
<h1>
18+
<a href="{{ "/" | absolute_url }}" alt="{{ site.title | default: site.github.repository_name }}">
19+
<img src="{{site.logo | relative_url}}" alt="Logo" />
20+
</a>
21+
</h1>
22+
23+
24+
<p>{{ site.description | default: site.github.project_tagline }}</p>
25+
26+
{% if site.github.is_project_page %}
27+
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p>
28+
{% endif %}
29+
30+
{% if site.github.is_user_page %}
31+
<p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p>
32+
{% endif %}
33+
34+
{% if site.show_downloads %}
35+
<ul class="downloads">
36+
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
37+
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
38+
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
39+
</ul>
40+
{% endif %}
41+
</header>
42+
<section>
43+
44+
{{ content }}
45+
46+
</section>
47+
<footer>
48+
{% if site.github.is_project_page %}
49+
<p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
50+
{% endif %}
51+
<!-- <p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p> -->
52+
</footer>
53+
</div>
54+
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
55+
{% if site.google_analytics %}
56+
<script>
57+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
58+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
59+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
60+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
61+
ga('create', '{{ site.google_analytics }}', 'auto');
62+
ga('send', 'pageview');
63+
</script>
64+
{% endif %}
65+
</body>
66+
</html>

assets/img/logo.png

16.4 KB
Loading

0 commit comments

Comments
 (0)