public: update to new logo

pull/5943/head
ᴜɴᴋɴᴡᴏɴ 2020-02-27 20:21:41 +08:00
parent 7950f2d17d
commit 177806068d
No known key found for this signature in database
GPG Key ID: B43718D76E30A238
9 changed files with 30 additions and 59 deletions

View File

@ -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.
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fgogs%2Fgogs.svg?type=small)](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

BIN
public/img/favicon.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 57 KiB

BIN
public/img/gogs-hero.png Executable file

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

View File

@ -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}}

View File

@ -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>
@ -94,8 +91,8 @@
<i class="octicon octicon-flame"></i> Facile à installer
</h1>
<p class="large">
Il suffit de <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_binary.html">lancer l'exécutable</a> correspondant à votre système.
Ou d'utiliser Gogs avec <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogits/gogs/tree/master/docker">Docker</a> ou
Il suffit de <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_binary.html">lancer l'exécutable</a> correspondant à votre système.
Ou d'utiliser Gogs avec <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogits/gogs/tree/master/docker">Docker</a> ou
<a target="_blank" rel="noopener noreferrer" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>
ou en l'installant depuis un <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_packages.html">package</a>.
</p>