浏览代码

Update new logo

[CI SKIP]
Unknwon 8 年之前
父节点
当前提交
ad4bbf5173
共有 7 个文件被更改,包括 6 次插入4 次删除
  1. 2 2
      README.md
  2. 2 2
      README_ZH.md
  3. 1 0
      public/css/gogs.css
  4. 二进制
      public/img/avatar_default.png
  5. 二进制
      public/img/gogs-large-resize.png
  6. 0 0
      public/img/gogs.svg
  7. 1 0
      public/less/_home.less

文件差异内容过多而无法显示
+ 2 - 2
README.md


+ 2 - 2
README_ZH.md

@@ -1,4 +1,4 @@
-Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?branch=master)](https://travis-ci.org/gogits/gogs)
+Gogs [![Build Status](https://travis-ci.org/gogits/gogs.svg?branch=master)](https://travis-ci.org/gogits/gogs) [![Build status](https://ci.appveyor.com/api/projects/status/b9uu5ejl933e2wlt/branch/master?svg=true)](https://ci.appveyor.com/project/Unknwon/gogs/branch/master)
 =====================
 
 Gogs (Go Git Service) 是一款极易搭建的自助 Git 服务。
@@ -92,7 +92,7 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自
 
 - 基于 [Macaron](https://github.com/go-macaron/macaron) 的路由与中间件机制。
 - 基于 [GoBlog](https://github.com/fuxiaohei/goblog) 修改的系统监视状态。
-- 感谢 [Rocker](http://weibo.com/rocker1989) 设计的 Logo。
+- 感谢 [Egon Elbre](https://twitter.com/egonelbre) 设计的 Logo。
 - 感谢 [Crowdin](https://crowdin.com/project/gogs) 提供免费的开源项目本地化支持。
 - 感谢 [DigitalOcean](https://www.digitalocean.com) 提供主站和体验站点的服务器赞助。
 - 感谢 [KeyCDN](https://www.keycdn.com/) 和 [七牛云存储](http://www.qiniu.com/) 提供 CDN 服务赞助。

+ 1 - 0
public/css/gogs.css

@@ -845,6 +845,7 @@ footer .ui.language .menu {
 }
 .home .logo {
   max-width: 220px;
+  margin-bottom: 20px;
 }
 .home .hero h1,
 .home .hero h2 {

二进制
public/img/avatar_default.png


二进制
public/img/gogs-large-resize.png


public/img/icon.svg → public/img/gogs.svg


+ 1 - 0
public/less/_home.less

@@ -2,6 +2,7 @@
 	padding-bottom: @footer-margin * 2;
 	.logo {
 		max-width: 220px;
+		margin-bottom: 20px;
 	}
 	.hero {
 		h1, h2 {