Yoginth 7 éve
szülő
commit
71a577f329

+ 1 - 1
templates/base/footer_content.tmpl

@@ -1,6 +1,6 @@
 <div class="ui stackable grid container home-footer home-main padding">
 	<div class="seven wide right floated column">
-		<span class="ui header"><img src="https://cdn.gitote.in/logo.png">© 2019 Gitote</span>
+		<span class="ui header"><img src="https://cdn.gitote.in/logoblack.svg">© 2019 Gitote</span>
 		<a class="item mwlii" target="_blank" href="https://madewithlove.org.in">
 			<p>
 				Made with <span style="color: #e74c3c">♥</span> in India

+ 1 - 1
templates/embed/user.tmpl

@@ -103,7 +103,7 @@ color: #303030;
             ・{{DateFmtShort .Owner.Created}}
         </div>
         <div class="preview-gitote-logo">
-            <img style="width:5vw" src="https://cdn.gitote.in/logo.png" />
+            <img style="width:5vw" src="https://cdn.gitote.in/logoblack.svg" />
         </div>
     </div>
 </div>

+ 1 - 1
templates/home.tmpl

@@ -4,7 +4,7 @@
 		<div class="ui stackable middle very relaxed page grid home-head">
 			<div class="sixteen wide center aligned centered column">
 				<div class="logo">
-					<img height="80px" src="https://cdn.gitote.in/logo.png" alt="Gitote Logo" />
+					<img height="80px" src="https://cdn.gitote.in/logoblack.svg" alt="Gitote Logo" />
 				</div>
 				<div class="hero">
 					<h1>

+ 1 - 1
templates/misc/internscert.tmpl

@@ -31,7 +31,7 @@
 			<div class="box b">
 				<div class="align-center">
 					<div class="cert-logo">
-						<p><img style="height:100px; margin-bottom:20px" src="https://cdn.gitote.in/logo.png"><br>
+						<p><img style="height:100px; margin-bottom:20px" src="https://cdn.gitote.in/logoblack.svg"><br>
                         <span class="cert-slogan">Software version control made simple!</span></p>
 					</div>
 					<div class="cert-signature signature-1"><img src="https://cdn.gitote.in/img/sign.jpg">

+ 1 - 1
templates/org/settings/webhook_new.tmpl

@@ -10,7 +10,7 @@
 					{{if .PageIsSettingsHooksNew}}{{.i18n.Tr "repo.settings.add_webhook"}} 🎣{{else}}{{.i18n.Tr "repo.settings.update_webhook"}} 🎣{{end}}
 					<div class="ui right">
 						{{if eq .HookType "gitote"}}
-							<img class="img-13" src="https://cdn.gitote.in/logo.png">
+							<img class="img-13" src="https://cdn.gitote.in/logoblack.svg">
 						{{else}}
 							<img class="img-13" src="https://cdn.gitote.in/img/{{.HookType}}.png">
 						{{end}}

+ 1 - 1
templates/repo/settings/webhook/list.tmpl

@@ -10,7 +10,7 @@
 						{{range .Types}}
 							{{if eq . "gitote"}}
 								<a class="item logo" href="{{$.BaseLink}}/settings/hooks/gitote/new">
-									<img class="img-12" src="https://cdn.gitote.in/logo.png">Gitote
+									<img class="img-12" src="https://cdn.gitote.in/logoblack.svg">Gitote
 								</a>
 							{{else if eq . "slack"}}
 								<a class="item logo" href="{{$.BaseLink}}/settings/hooks/slack/new">

+ 2 - 2
templates/repo/settings/webhook/new.tmpl

@@ -10,9 +10,9 @@
 					{{if .PageIsSettingsHooksNew}}{{.i18n.Tr "repo.settings.add_webhook"}} 🎣{{else}}{{.i18n.Tr "repo.settings.update_webhook"}} 🎣{{end}}
 					<div class="ui right">
 						{{if eq .HookType "gitote"}}
-							<img class="img-13" src="https://unpkg.com/gitote@1.0.1/logo.png">
+							<img class="img-13" src="https://cdn.gitote.in/logoblack.svg">
 						{{else}}
-							<img class="img-13" src="https://unpkg.com/gitote@1.0.1/img/{{.HookType}}.png">
+							<img class="img-13" src="https://cdn.gitote.in/img/{{.HookType}}.png">
 						{{end}}
 					</div>
 				</h4>

+ 1 - 1
templates/status/404.tmpl

@@ -17,7 +17,7 @@
 		<a href="http://twitter.com/gitotestatus"><span>@gitotestatus</span></a>
 	</div>
 	<div class="ui center links">
-		<img class="error image" src="https://cdn.gitote.in/logo.png">
+		<img class="error image" src="https://cdn.gitote.in/logoblack.svg">
 	</div>
 </div>
 {{template "base/footer" .}}

+ 1 - 1
templates/status/500.tmpl

@@ -12,6 +12,6 @@
 	<a href="http://twitter.com/gitotestatus"><span>@gitotestatus</span></a>
 </div>
 <div class="ui center links">
-	<img class="error image" src="https://cdn.gitote.in/logo.png">
+	<img class="error image" src="https://cdn.gitote.in/logoblack.svg">
 </div>
 {{template "base/footer" .}}

+ 1 - 1
templates/user/auth/activate.tmpl

@@ -5,7 +5,7 @@
 			<form class="ui form" action="{{AppSubURL}}/user/activate" method="post">
 				{{.CSRFTokenHTML}}
 				<h3 class="ui center">
-					<img height="50px" src="https://cdn.gitote.in/logo.png">
+					<img height="50px" src="https://cdn.gitote.in/logoblack.svg">
 				</h3>
 				<h2 class="ui center">
 					{{.i18n.Tr "auth.active_your_account"}}

+ 1 - 1
templates/user/auth/forgot_passwd.tmpl

@@ -5,7 +5,7 @@
 			<form class="ui form" action="{{.Link}}" method="post">
 				{{.CSRFTokenHTML}}
 				<h3 class="ui center">
-					<img height="50px" src="https://cdn.gitote.in/logo.png">
+					<img height="50px" src="https://cdn.gitote.in/logoblack.svg">
 				</h3>
 				<h2 class="ui center">
 					{{.i18n.Tr "auth.forgot_password"}}

+ 1 - 1
templates/user/auth/login.tmpl

@@ -5,7 +5,7 @@
 			<form class="ui form" action="{{.Link}}" method="post">
 				{{.CSRFTokenHTML}}
 				<h3 class="ui center">
-					<img height="50px" src="https://cdn.gitote.in/logo.png">
+					<img height="50px" src="https://cdn.gitote.in/logoblack.svg">
 				</h3>
 				<h3 class="ui center">
 					{{.i18n.Tr "sign_in"}} to Gitote

+ 1 - 1
templates/user/auth/reset_passwd.tmpl

@@ -6,7 +6,7 @@
 				{{.CSRFTokenHTML}}
 				<input name="code" type="hidden" value="{{.Code}}">
 				<h3 class="ui center">
-					<img height="50px" src="https://cdn.gitote.in/logo.png">
+					<img height="50px" src="https://cdn.gitote.in/logoblack.svg">
 				</h3>
 				<h2 class="ui center">
 					{{.i18n.Tr "auth.reset_password"}}

+ 1 - 1
templates/user/auth/signup.tmpl

@@ -5,7 +5,7 @@
 			<form class="ui form" action="{{.Link}}" method="post">
 				{{.CSRFTokenHTML}}
 				<h3 class="ui center">
-					<img height="50px" src="https://cdn.gitote.in/logo.png">
+					<img height="50px" src="https://cdn.gitote.in/logoblack.svg">
 				</h3>
 				<h3 class="ui center">
 					{{.i18n.Tr "sign_up"}}

+ 1 - 1
templates/user/auth/two_factor.tmpl

@@ -5,7 +5,7 @@
 			<form class="ui form" action="{{.Link}}" method="post">
 				{{.CSRFTokenHTML}}
 				<h3 class="ui center">
-					<img height="50px" src="https://cdn.gitote.in/logo.png">
+					<img height="50px" src="https://cdn.gitote.in/logoblack.svg">
 				</h3>
 				<h3 class="ui center">
 					{{.i18n.Tr "auth.login_two_factor"}}

+ 1 - 1
templates/user/auth/two_factor_recovery_code.tmpl

@@ -5,7 +5,7 @@
 			<form class="ui form" action="{{.Link}}" method="post">
 				{{.CSRFTokenHTML}}
 				<h3 class="ui center">
-					<img height="50px" src="https://cdn.gitote.in/logo.png">
+					<img height="50px" src="https://cdn.gitote.in/logoblack.svg">
 				</h3>
 				<h3 class="ui center">
 					{{.i18n.Tr "auth.login_two_factor_recovery"}}

+ 1 - 1
templates/user/dashboard/dashboard.tmpl

@@ -19,7 +19,7 @@
 				{{end}}
 				<div class="ui stackable grid container home-footer">
 					<div class="seven wide left floated column">
-						<span class="ui header"><img src="https://cdn.gitote.in/logo.png">© 2019 Gitote</span>
+						<span class="ui header"><img src="https://cdn.gitote.in/logoblack.svg">© 2019 Gitote</span>
 					</div>
 					<div class="three wide column">
 						<div class="ui link list">