소스 검색

Added Image to Home

Yoginth 7 년 전
부모
커밋
c6bfb52494
3개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 1
      public/css/gitote.min.css
  2. 1 1
      public/less/_home.less
  3. 3 3
      templates/home.tmpl

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
public/css/gitote.min.css


+ 1 - 1
public/less/_home.less

@@ -7,7 +7,7 @@
 
 	.hero {
 		h1 {
-			font-size: 4em;
+			font-size: 3em;
 			font-weight: 400;
 		}
 

+ 3 - 3
templates/home.tmpl

@@ -7,11 +7,11 @@
 					<img height="70px" src="https://cdn.gitote.in/logoblack.svg" alt="Gitote Logo" />
 				</div>
 				<div style="margin-right:-30px" class="ui right">
-					<img height="200px" src="https://42f2671d685f51e10fc6-b9fcecea3e50b3b59bdc28dead054ebc.ssl.cf5.rackcdn.com/illustrations/version_control_9bpv.svg" alt="Version Control" />
+					<img height="250px" src="https://cdn.gitote.in/img/svg/designer.svg" alt="Designer" />
 				</div>
 				<div class="hero">
 					<h1>
-						Gitote
+						Welcome to Gitote 👋
 					</h1>
 					<h2>{{.i18n.Tr "app_desc"}}</h2>
 					<h3 class="desc">Gitote is one of the code hosts in the world with many projects. Private, public, or open source, all repositories are equipped with tools to help you host, version, and release code.</h3>
@@ -70,7 +70,7 @@
 				<p>Make a suggestion, fix a bug, improve documentation, or contribute code to a project. Even asking questions helps.</p>
 			</div>
 			<div class="six wide right floated column">
-				<img src="https://42f2671d685f51e10fc6-b9fcecea3e50b3b59bdc28dead054ebc.ssl.cf5.rackcdn.com/illustrations/work_chat_erdt.svg" class="ui medium image">
+				<img src="https://cdn.gitote.in/img/svg/workchat.svg" class="ui medium image">
 			</div>
 		</div>
     </div>