Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

Prechádzať zdrojové kódy

get rid of google api, change color, hu image and some text change

julien colomb 1 rok pred
rodič
commit
15768d662e

+ 1 - 1
templates/base/footer.tmpl

@@ -29,7 +29,7 @@
 <span>      <a href="https://www.sfb1315.de"><img class="ui mini footericon" src="https://www.sfb1315.de/images/sfb-logo.svg"/></a>  data center        </span>
 				<span> <a href="https://gin.g-node.org"><img class="ui mini footericon" src="https://gin.g-node.org/img/favicon.png"/></a>
  software powered by      <a href="https://github.com/gogs/gogs"><img class="ui mini footericon" src="{{AppSubURL}}/img/gogs.svg"/></a>  </a>        </span>
-				<span>Hosted by:       <a href="https://www.cms.hu-berlin.de/de/dl/systemservice/fileservice/san/standardseite"><img class="ui mini footericon" src="https://www.hu-berlin.de/de/service/design/downloads/dateien-intern/hu-siegel/hu_siegel_schwarz.jpg"/></a>          </span>
+				<span>Hosted by:       <a href="https://www.cms.hu-berlin.de/de/dl/systemservice/fileservice/san/standardseite"><img class="ui mini footericon" src="https://www2.hu-berlin.de/sfb1315/wp-content/uploads/2020/11/husiegel_bw.svg"/></a>          </span>
 				
 				<span>GIN publications Registered with: <a href="https://doi.org/10.17616/R3SX9N"><img class="ui mini footericon" src="{{AppSubURL}}/img/re3data_logo.png"/></a>          </span>
 				

+ 2 - 2
templates/home.tmpl

@@ -7,9 +7,9 @@
 			</div>
 			<div class="hero">
 				<h1 class="ui icon header title">
-					SFB1315 research data center
+					SFB1315 research data portal
 				</h1>
-				<h2> portal to our GIN-Tonic instance</h2>
+				<h3> A GIN-Tonic instance.</h3>
 				<div class="ginsubtitle">data management, backup, sharing and publication.</div>
 			</div>
 		</div>

+ 4 - 2
templates/inject/head.tmpl

@@ -22,6 +22,10 @@ body {
 .home a {
   color: #7e4934;
 }
+.ginsubtitle {
+  font-size: 2em;
+  font-family: "Brush Script MT", "Helvetica Neue", Helvetica, Arial, cursive;
+}
 
 a {    
  	color:#7e4934;
@@ -44,8 +48,6 @@ a {
 	<meta name="robots" content="noindex,nofollow"/>
 {{end}}
 
-<!-- Front page cursive font -->
-<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
 
 <!-- twitterish -->
 <meta name="twitter:card" content="summary" />