Bläddra i källkod

Added Image to Home

Yoginth 7 år sedan
förälder
incheckning
c6bfb52494
3 ändrade filer med 5 tillägg och 5 borttagningar
  1. 1 1
      public/css/gitote.min.css
  2. 1 1
      public/less/_home.less
  3. 3 3
      templates/home.tmpl

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 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>