Skip to content

Commit 05c053a

Browse files
committed
fix: bugfixes/updates
1 parent c6c0f53 commit 05c053a

13 files changed

+51
-58
lines changed

navigation.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@
2525
'Providers' => [
2626
'url' => 'docs#providers',
2727
],
28+
'Branding' => [
29+
'url' => 'branding',
30+
],
2831
];

source/_layouts/documentation.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@include('_nav.menu', ['items' => $page->navigation])
88
</nav>
99

10-
<div class="w-full lg:w-3/5 break-words pb-16 lg:pl-4" v-pre>
10+
<div class="w-full lg:w-2/3 break-words pb-16 lg:pl-4" v-pre>
1111
@yield('content')
1212
</div>
1313
</div>

source/_layouts/master.blade.php

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
@if ($page->docsearchApiKey && $page->docsearchIndexName)
3838
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
3939
@endif
40+
41+
{{-- Website source: https://github.com/geocoder-php/geocoder-php.github.io --}}
42+
{{-- Website by: https://github.com/atymic --}}
4043
</head>
4144

4245
<body class="flex flex-col justify-between min-h-screen bg-grey-lightest text-grey-darkest leading-normal font-sans">
@@ -48,6 +51,16 @@
4851
</a>
4952
</div>
5053

54+
55+
<div class="ml-10 hidden lg:block">
56+
<div>
57+
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square" alt="Software License">
58+
<img alt="Travis (.org)" src="https://img.shields.io/travis/geocoder-php/Geocoder?style=flat-square">
59+
<img alt="Packagist" src="https://img.shields.io/packagist/dt/willdurand/geocoder?style=flat-square">
60+
<img alt="GitHub stars" src="https://img.shields.io/github/stars/geocoder-php/Geocoder?style=flat-square&logo=github">
61+
</div>
62+
</div>
63+
5164
<div class="flex flex-1 justify-end items-center text-right md:pl-10">
5265
@if ($page->docsearchApiKey && $page->docsearchIndexName)
5366
@include('_nav.search-input')
@@ -73,8 +86,11 @@
7386
<li class="md:mr-2">
7487
This project is maintained by <a href="https://github.com/willdurand">William Durand</a> and
7588
<a href="https://github.com/geocoder-php/?tab=members">
76-
awesome people
77-
</a><div class=""></div>
89+
awesome people.
90+
</a>
91+
</li>
92+
<li>
93+
Built with <a href="http://jigsaw.tighten.co" title="Jigsaw">Jigsaw</a>
7894
</li>
7995
</ul>
8096
</footer>

source/_nav/header-menu.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ class="ml-6 text-grey-darker hover:text-blue-600 {{ $page->isActive('/docs/getti
1111

1212
<a title="{{ $page->siteName }} Github" href="{{ $page->repoUrl }}"
1313
class="ml-6 text-grey-darker hover:text-blue-600 {{ $page->isActive('/about') ? 'active text-blue-600' : '' }}">
14-
{{-- <img src="/assets/img/github.svg" alt="githubh logo" style="height: 2em" >--}}
1514
Github
1615
</a>
1716
</nav>

source/assets/build/js/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/assets/build/mix-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"/js/main.js": "/js/main.js?id=08d9e325c7fd6f7cd67e",
2+
"/js/main.js": "/js/main.js?id=c538451819f81e5a3cdc",
33
"/css/main.css": "/css/main.css?id=bfeb0e0f7abaed381134"
44
}

source/assets/img/docsearch.png

-72.6 KB
Binary file not shown.

source/assets/img/logo-large.svg

Lines changed: 0 additions & 34 deletions
This file was deleted.

source/assets/img/logo.png

-551 Bytes
Binary file not shown.

source/assets/img/logo.svg

Lines changed: 0 additions & 12 deletions
This file was deleted.

source/docs/branding.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Geocoder Branding
3+
description:
4+
extends: _layouts.documentation
5+
section: content
6+
---
7+
8+
Logo
9+
====
10+
11+
![logo](/assets/img/geocoder.png)
12+
13+
You will find our logo in different formats below:
14+
15+
16+
[Adobe Illustrator](https://raw.githubusercontent.com/geocoder-php/geocoder-php.github.io/master/res/Geocoder.ai)
17+
&nbsp;|&nbsp;
18+
[SVG](https://raw.githubusercontent.com/geocoder-php/geocoder-php.github.io/master/res/Geocoder.svg)
19+
&nbsp;|&nbsp;
20+
[PNG](https://raw.githubusercontent.com/geocoder-php/geocoder-php.github.io/master/res/Geocoder.png)
21+
22+

source/favicon.ico

100644100755
12.7 KB
Binary file not shown.

source/index.blade.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
@include('_nav.menu', ['items' => $page->navigation])
77
</nav>
88
<div class="flex flex-col-reverse mb-10 lg:flex-row lg:mb-24">
9-
10-
<div class="mt-8">
9+
<div class="mt-4">
1110
<h1 id="intro-docs-template">{{ $page->siteName }}</h1>
1211

1312
<h2 id="intro-powered-by-jigsaw" class="font-light mt-4">{{ $page->siteDescription }}</h2>
@@ -32,7 +31,7 @@
3231
<div class="mb-8 mx-3 px-2 md:w-1/3">
3332
<img src="/assets/img/icon-window.svg" class="h-12 w-12" alt="window icon">
3433

35-
<h3 id="intro-laravel" class="text-2xl text-blue-darkest mb-0">30+ Swappable Providers</h3>
34+
<h3 id="intro-swappable" class="text-2xl text-blue-darkest mb-0">30+ Swappable Providers</h3>
3635

3736
<p>
3837
Geocoder support a wide range of third-party services, providing a consistent, swappable interface for use in your projects.
@@ -42,7 +41,7 @@
4241
<div class="mb-8 mx-3 px-2 md:w-1/3">
4342
<img src="/assets/img/icon-terminal.svg" class="h-12 w-12" alt="terminal icon">
4443

45-
<h3 id="intro-markdown" class="text-2xl text-blue-darkest mb-0">Extensive Test Coverage</h3>
44+
<h3 id="intro-tests" class="text-2xl text-blue-darkest mb-0">Extensive Test Coverage</h3>
4645

4746
<p>
4847
Geocoder has an extensive test suite with unit tests covering all of common logic, plus detailed integration tests for every provider.
@@ -52,7 +51,7 @@
5251
<div class="mx-3 px-2 md:w-1/3">
5352
<img src="/assets/img/icon-stack.svg" class="h-12 w-12" alt="stack icon">
5453

55-
<h3 id="intro-mix" class="text-2xl text-blue-darkest mb-0">Framework Support</h3>
54+
<h3 id="intro-frameworks" class="text-2xl text-blue-darkest mb-0">Framework Support</h3>
5655

5756
<p>
5857
Geocoder has excellent frameworks integrations to implement in your project.

0 commit comments

Comments
 (0)