Skip to content

Commit 493fc1a

Browse files
committed
add spo 1 logo
1 parent 8254c34 commit 493fc1a

6 files changed

Lines changed: 37 additions & 7 deletions

File tree

.github/README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,28 @@
1616
<h4 align="center" style="color:#7d58c2">Use Docker First - Then Learn About It Later</h4>
1717

1818
<p align="center">
19-
<a href="http://zalt.me"><img src="http://forthebadge.com/images/badges/built-by-developers.svg" alt="forthebadge" width="240" ></a>
19+
<a href="http://zalt.me"><img src="http://forthebadge.com/images/badges/built-by-developers.svg" alt="forthebadge" width="240"></a>
2020
</p>
2121

2222

2323
---
2424

2525
<p align="center">
2626
<a href="http://laradock.io">
27-
<img src="https://raw.githubusercontent.com/laradock/laradock/master/.github/home-page-images/documentation-button.png" width=300px" alt="Laradock Docs"/>
27+
<img src="https://raw.githubusercontent.com/laradock/laradock/master/.github/home-page-images/documentation-button.png" width="300px" alt="Laradock Documentation"/>
2828
</a>
2929
</p>
3030

31-
3231
## Sponsors
3332

33+
<p align="center">
34+
<!-- Golden Sponsors -->
35+
<a href="https://edubirdie.com/?ref=Laradock" target="_blank">
36+
<img src="https://raw.githubusercontent.com/laradock/laradock/master/.github/home-page-images/sponsor-1.png?raw=true" width="300px" alt="Writing essays service Edubirdie"/>
37+
</a>
38+
</p>
39+
40+
<!-- OpenCollective Sponsors -->
3441
<a href="https://opencollective.com/laradock/sponsor/0/website" target="_blank"><img src="https://opencollective.com/laradock/sponsor/0/avatar.svg"></a>
3542
<a href="https://opencollective.com/laradock/sponsor/1/website" target="_blank"><img src="https://opencollective.com/laradock/sponsor/1/avatar.svg"></a>
3643
<a href="https://opencollective.com/laradock/sponsor/2/website" target="_blank"><img src="https://opencollective.com/laradock/sponsor/2/avatar.svg"></a>
@@ -42,7 +49,7 @@
4249

4350
For basic sponsorships go to [Open Collective](https://opencollective.com/laradock#sponsor), for golden sponsorships contact <a href = "mailto: support@laradock.io">support@laradock.io</a>.
4451

45-
*Your logo will show up on the [github repository](https://github.com/laradock/laradock/) index page and the [documentation](http://laradock.io/) main page, with a link to your website.*
52+
*Your logo will show up on the [github repository](https://github.com/laradock/laradock/) index page and the [documentation](http://laradock.io/) main page.*
4653

4754
## People
4855

69.9 KB
Loading

DOCUMENTATION/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ googleAnalytics = "UA-37514928-9"
2626
permalink = "#"
2727

2828
# Custom assets
29-
custom_css = []
29+
custom_css = ["custom-style.css"]
3030
custom_js = []
3131

3232
# Syntax highlighting theme

DOCUMENTATION/content/introduction/index.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ Supports a variety of useful Docker Images, pre-configured to provide a wonderfu
2020
<a name="sponsors"></a>
2121
## Sponsors
2222

23+
<p align="center">
24+
<!-- Golden Sponsors -->
25+
<a href="https://edubirdie.com/?ref=Laradock" target="_blank">
26+
<img src="https://raw.githubusercontent.com/laradock/laradock/master/.github/home-page-images/sponsor-1.png?raw=true" width="300px" alt="Writing essays service Edubirdie"/>
27+
</a>
28+
</p>
29+
30+
<br>
31+
32+
<!-- OpenCollective Sponsors -->
2333
<a href="https://opencollective.com/laradock/sponsor/0/website" target="_blank"><img src="https://opencollective.com/laradock/sponsor/0/avatar.svg"></a>
2434
<a href="https://opencollective.com/laradock/sponsor/1/website" target="_blank"><img src="https://opencollective.com/laradock/sponsor/1/avatar.svg"></a>
2535
<a href="https://opencollective.com/laradock/sponsor/2/website" target="_blank"><img src="https://opencollective.com/laradock/sponsor/2/avatar.svg"></a>
@@ -31,7 +41,7 @@ Supports a variety of useful Docker Images, pre-configured to provide a wonderfu
3141

3242
For basic sponsorships go to [Open Collective](https://opencollective.com/laradock#sponsor), for golden sponsorships contact <a href = "mailto: support@laradock.io">support@laradock.io</a>.
3343
<br>
34-
*Your logo will show up on the [github repository](https://github.com/laradock/laradock/) index page and the [documentation](http://laradock.io/) main page, with a link to your website.*
44+
*Your logo will show up on the [github repository](https://github.com/laradock/laradock/) index page and the [documentation](http://laradock.io/) main page.*
3545

3646
## Quick Overview
3747

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/* Custom CSS */
2+
3+
.article a {
4+
border-bottom: none;
5+
}
6+
.project .logo {
7+
width: 200px;
8+
padding-right: 0;
9+
}
10+
.project .banner {
11+
height: 70px;
12+
padding: 25px;
13+
}

DOCUMENTATION/themes/hugo-material-docs/layouts/partials/drawer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="logo">
66
<img src="{{ $.Site.BaseURL }}{{ . }}">
77
</div>
8-
Laradock
8+
99
{{ end }}
1010
<!--<div class="name">-->
1111
<!--<strong>{{ .Site.Title }} {{ with .Site.Params.version }}<span class="version">{{ . }}</span>{{ end }}</strong>-->

0 commit comments

Comments
 (0)