Skip to content

Commit 8bda2a0

Browse files
committed
Add logo page
1 parent fcea7ce commit 8bda2a0

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
pygments: true
2-
markdown: redcarpet
3-
exclude: [ README.md, Gemfile ]
1+
highlighter: pygments
2+
markdown: redcarpet
3+
exclude: [ README.md, Gemfile ]
44

55
name: Geocoder
66
description: The almost missing Geocoder PHP library!

_layouts/default.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ <h1>
6161
</a>.
6262
</p>
6363
<p>
64-
<small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small>
64+
<small>
65+
<a href="/logo.html">Logo</a> designed by <a href="https://twitter.com/Swop">Sylvain Mauduit</a>.
66+
<br>
67+
Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a>
68+
</small>
6569
</p>
6670
</footer>
6771
</div>

css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ img.logo {
188188
width: 250px;
189189
}
190190

191+
img {
192+
max-width: 100%;
193+
}
194+
191195
@media print, screen and (max-width: 960px) {
192196

193197
div.wrapper {

logo.markdown

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: home
3+
---
4+
5+
Logo
6+
====
7+
8+
You will find our logo in different formats below:
9+
10+
<center>
11+
![](images/geocoder.png)
12+
13+
[Adobe Illustrator](https://raw.githubusercontent.com/geocoder-php/geocoder-php.github.io/master/res/Geocoder.ai)
14+
&nbsp;|&nbsp;
15+
[SVG](https://raw.githubusercontent.com/geocoder-php/geocoder-php.github.io/master/res/Geocoder.svg)
16+
&nbsp;|&nbsp;
17+
[PNG](https://raw.githubusercontent.com/geocoder-php/geocoder-php.github.io/master/res/Geocoder.png)
18+
</center>

0 commit comments

Comments
 (0)