Selaa lähdekoodia

[GINR] Landing page updated

cgars 8 vuotta sitten
vanhempi
commit
e1d0fb2183
3 muutettua tiedostoa jossa 18 lisäystä ja 11 poistoa
  1. 5 0
      public/css/gogs.css
  2. 8 7
      templates/base/footer.tmpl
  3. 5 4
      templates/home.tmpl

+ 5 - 0
public/css/gogs.css

@@ -3198,10 +3198,15 @@ footer .ui.language .menu {
 }
 
 .supersmall {
+  padding-left: 10px;
   font-size: 0.8em;
   text-align: left;
 }
 
+.leftspace {
+  padding-left: 40px;
+}
+
 .gogssmall {
   height: 40px;
   align-content: center;

+ 8 - 7
templates/base/footer.tmpl

@@ -19,20 +19,21 @@
 				<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>
+
+				<div class="ui supersmall leftspace">
+					Powered by:
+					<a href="https://github.com/gogits/gogs">
+						<img class="ui gogssmall image" src="{{AppSubURL}}/img/gogs.svg"/>
+					</a>
+				</div>
 				<div class="ui supersmall">
-					Hosted at:
+					Hosted by:
 					<img class="ui bmbf image" src="{{AppSubURL}}/img/lmu.png"/>
 				</div>
 				<div class="ui supersmall">
 					Funded by:
 					<img class="ui bmbf image" src="{{AppSubURL}}/img/bmbf.png"/>
 				</div>
-				<div class="ui supersmall">
-					With the power of:
-					<a href="https://github.com/gogits/gogs">
-						<img class="ui gogssmall image" src="{{AppSubURL}}/img/gogs.svg"/>
-					</a>
-				</div>
 			</div>
 		</div>
 	</div>

+ 5 - 4
templates/home.tmpl

@@ -9,7 +9,7 @@
 				<h1 class="ui icon header title">
 					GIN
 				</h1>
-				<h2>Modern research data management</h2>
+				<h2>Modern Research Data Management for Neuroscience</h2>
 				<div class="ginsubtitle">...inspired by github, flavoured for science</div>
 			</div>
 		</div>
@@ -18,7 +18,7 @@
 	<div class="ui stackable middle very relaxed page grid">
 		<div class="eight wide center column">
 			<h1 class="hero ui icon header">
-				<i class="octicon octicon-device-desktop"></i> Manage your data
+				<i class="octicon octicon-device-desktop"></i> Manage your research data
 			</h1>
 			<p class="large">
 				Upload your data to private repositories.<br>
@@ -28,11 +28,12 @@
 		</div>
 		<div class="eight wide center column">
 			<h1 class="hero ui icon header">
-				<i class="octicon octicon-mortar-board"></i> Sharing of research data
+				<i class="octicon octicon-mortar-board"></i> Share your data
 			</h1>
 			<p class="large">
 				Collaborate with colleagues using access control.<br>
-				Make your data public.
+				Make your data public.<br>
+				Make your data citable with the gin DOI service.
 			</p>
 		</div>
 	</div>