Parcourir la source

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

julien colomb il y a 1 an
Parent
commit
15768d662e
3 fichiers modifiés avec 7 ajouts et 5 suppressions
  1. 1 1
      templates/base/footer.tmpl
  2. 2 2
      templates/home.tmpl
  3. 4 2
      templates/inject/head.tmpl

+ 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" />