add spo 1 logo
This commit is contained in:
		@@ -26,7 +26,7 @@ googleAnalytics = "UA-37514928-9"
 | 
			
		||||
	permalink = "#"
 | 
			
		||||
 | 
			
		||||
	# Custom assets
 | 
			
		||||
	custom_css = []
 | 
			
		||||
	custom_css = ["custom-style.css"]
 | 
			
		||||
	custom_js  = []
 | 
			
		||||
 | 
			
		||||
	# Syntax highlighting theme
 | 
			
		||||
 
 | 
			
		||||
@@ -20,6 +20,16 @@ Supports a variety of useful Docker Images, pre-configured to provide a wonderfu
 | 
			
		||||
<a name="sponsors"></a>
 | 
			
		||||
## Sponsors
 | 
			
		||||
 | 
			
		||||
<p align="center">
 | 
			
		||||
<!-- Golden Sponsors -->
 | 
			
		||||
    <a href="https://edubirdie.com/?ref=Laradock" target="_blank">
 | 
			
		||||
       <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"/>
 | 
			
		||||
    </a>
 | 
			
		||||
</p>
 | 
			
		||||
 | 
			
		||||
<br>
 | 
			
		||||
 | 
			
		||||
<!-- OpenCollective Sponsors -->
 | 
			
		||||
<a href="https://opencollective.com/laradock/sponsor/0/website" target="_blank"><img src="https://opencollective.com/laradock/sponsor/0/avatar.svg"></a>
 | 
			
		||||
<a href="https://opencollective.com/laradock/sponsor/1/website" target="_blank"><img src="https://opencollective.com/laradock/sponsor/1/avatar.svg"></a>
 | 
			
		||||
<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
 | 
			
		||||
 | 
			
		||||
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>.
 | 
			
		||||
<br>
 | 
			
		||||
*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.* 
 | 
			
		||||
*Your logo will show up on the [github repository](https://github.com/laradock/laradock/) index page and the [documentation](http://laradock.io/) main page.* 
 | 
			
		||||
 | 
			
		||||
## Quick Overview
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										13
									
								
								DOCUMENTATION/static/custom-style.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								DOCUMENTATION/static/custom-style.css
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
/* Custom CSS */
 | 
			
		||||
 | 
			
		||||
.article a {
 | 
			
		||||
    border-bottom: none;
 | 
			
		||||
}
 | 
			
		||||
.project .logo {
 | 
			
		||||
    width: 200px;
 | 
			
		||||
    padding-right: 0;
 | 
			
		||||
}
 | 
			
		||||
.project .banner {
 | 
			
		||||
    height: 70px;
 | 
			
		||||
    padding: 25px;
 | 
			
		||||
}
 | 
			
		||||
@@ -5,7 +5,7 @@
 | 
			
		||||
        <div class="logo">
 | 
			
		||||
          <img src="{{ $.Site.BaseURL }}{{ . }}">
 | 
			
		||||
        </div>
 | 
			
		||||
        Laradock
 | 
			
		||||
 | 
			
		||||
      {{ end }}
 | 
			
		||||
      <!--<div class="name">-->
 | 
			
		||||
        <!--<strong>{{ .Site.Title }} {{ with .Site.Params.version }}<span class="version">{{ . }}</span>{{ end }}</strong>-->
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user