mirror of https://github.com/gogs/gogs.git
public: update to new logo
parent
7950f2d17d
commit
177806068d
|
@ -111,5 +111,3 @@ There are 6 ways to install Gogs:
|
|||
## License
|
||||
|
||||
This project is under the MIT License. See the [LICENSE](https://github.com/gogs/gogs/blob/master/LICENSE) file for the full license text.
|
||||
|
||||
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fgogs%2Fgogs?ref=badge_small)
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 57 KiB |
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
Binary file not shown.
Before Width: | Height: | Size: 133 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 11 KiB |
|
@ -31,7 +31,7 @@
|
|||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="{{AppName}}">
|
||||
<meta property="og:description" content="Gogs is a painless self-hosted Git service.">
|
||||
<meta property="og:image" content="{{AppURL}}img/gogs-lg.png" />
|
||||
<meta property="og:image" content="{{AppURL}}img/favicon.png" />
|
||||
<meta property="og:site_name" content="Gogs">
|
||||
{{end}}
|
||||
|
||||
|
|
|
@ -3,12 +3,9 @@
|
|||
<div class="ui stackable middle very relaxed page grid">
|
||||
<div class="sixteen wide center aligned centered column">
|
||||
<div class="logo">
|
||||
<img src="{{AppSubURL}}/img/favicon.png" />
|
||||
<img src="{{AppSubURL}}/img/gogs-hero.png" />
|
||||
</div>
|
||||
<div class="hero">
|
||||
<h1 class="ui icon header title">
|
||||
Gogs
|
||||
</h1>
|
||||
<h2>{{.i18n.Tr "app_desc"}}</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue