Explorar el Código

[GinR] Scientific data badge

cgars hace 7 años
padre
commit
5b59ae244c
Se han modificado 4 ficheros con 24 adiciones y 5 borrados
  1. 3 0
      public/css/gogs.css
  2. BIN
      public/img/sdatarecbadge.jpg
  3. 4 0
      public/less/_gin.less
  4. 17 5
      templates/base/footer.tmpl

+ 3 - 0
public/css/gogs.css

@@ -3457,3 +3457,6 @@ textarea#description {
 .textnode.focusable.whitespace {
   display: none !important;
 }
+.footertext {
+  font-size: 0.5rem;
+}

BIN
public/img/sdatarecbadge.jpg


+ 4 - 0
public/less/_gin.less

@@ -272,4 +272,8 @@ textarea#description {
     display: none !important;
 }
 
+.footertext{
+    font-size:.5rem
+}
+
 

+ 17 - 5
templates/base/footer.tmpl

@@ -13,12 +13,14 @@
 				<a class="item brand" href="http://www.g-node.org">
 					<img class="ui mini image"
 							 src="https://projects.g-node.org/assets/gnode-bootstrap-theme/1.2.0-snapshot/img/gnode-icon-50x50-transparent.png"/>
-					© G-Node, 2016-2017
+					© G-Node, 2016-2018
 				</a>
-				<a class="item brand" href="/G-Node/Info/wiki/about">About</a>
-				<a class="item brand" href="/G-Node/Info/wiki/imprint">Imprint</a>
-				<a class="item brand" href="/G-Node/Info/wiki/contact">Contact</a>
-				<a class="item brand" href="/G-Node/Info/wiki/Terms+of+Use">Terms of Use</a>
+				<a class="item brand footertext" href="/G-Node/Info/wiki/about">About</a>
+				<a class="item brand footertext" href="/G-Node/Info/wiki/imprint">Imprint</a>
+				<a class="item brand footertext" href="/G-Node/Info/wiki/contact">Contact</a>
+				<a class="item brand footertext" href="/G-Node/Info/wiki/Terms+of+Use">Terms of Use</a>
+				<a class="item brand footertext " href="/G-Node/Info/wiki/Datenschutz">Data Safety</a>
+
 
 				<div class="ui supersmall leftspace">
 					Powered by:
@@ -28,11 +30,15 @@
 				</div>
 				<div class="ui supersmall">
 					Hosted by:
+					<a href="http://neuro.bio.lmu.de">
 					<img class="ui bmbf image" src="{{AppSubURL}}/img/lmu.png"/>
+					</a>
 				</div>
 				<div class="ui supersmall">
 					Funded by:
+					<a href="http://www.bmbf.de">
 					<img class="ui bmbf image" src="{{AppSubURL}}/img/bmbf.png"/>
+					</a>
 				</div>
 				<div class="ui supersmall">
 					Registered with:
@@ -40,6 +46,12 @@
 						<img class="ui bmbf image" src="{{AppSubURL}}/img/re3.png"/>
 					</a>
 				</div>
+				<div class="ui supersmall">
+					Recommended by:
+					<a href="https://www.nature.com/sdata/policies/repositories#neurosci">
+						<img class="ui gogssmall image" src="{{AppSubURL}}/img/sdatarecbadge.jpg"/>
+					</a>
+				</div>
 			</div>
 		</div>
 	</div>