Jelajahi Sumber

Small changes to the landing page

Changed the language in some parts of the new user landing page (the
home page that appears when not logged in):
- Changed the tag line
- Fixed capitalisation of projects: Git, Gogs
- Rephrased some of the ad points.
Achilleas Koutsou 5 tahun lalu
induk
melakukan
c32a6b34c0
3 mengubah file dengan 341 tambahan dan 351 penghapusan
  1. 331 334
      pkg/bindata/bindata.go
  2. 0 5
      public/css/custom.css
  3. 10 12
      templates/home.tmpl

File diff ditekan karena terlalu besar
+ 331 - 334
pkg/bindata/bindata.go


+ 0 - 5
public/css/custom.css

@@ -194,7 +194,6 @@ footer {
 }
 .ginsubtitle {
   font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
-  font-size: 16px;
 }
 .supersmall {
   padding-left: 10px;
@@ -229,10 +228,6 @@ figure figcaption {
 #file-buttons {
   padding-right: 5px;
 }
-.ginsubtitle {
-  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
-  font-size: 16px;
-}
 .supersmall {
   padding-left: 10px;
   font-size: 0.8em;

+ 10 - 12
templates/home.tmpl

@@ -10,7 +10,7 @@
 					GIN
 				</h1>
 				<h2>Modern Research Data Management for Neuroscience</h2>
-				<div class="ginsubtitle">...inspired by github, flavoured for science</div>
+				<div class="ginsubtitle">...distributed version control, flavoured for science</div>
 			</div>
 		</div>
 	</div>
@@ -22,7 +22,7 @@
 			</h1>
 			<p class="large">
 				Upload your data to private repositories.<br>
-				Synchronize your data.<br>
+				Synchronise across devices.<br>
 				Securely access your data from anywhere.
 			</p>
 		</div>
@@ -31,9 +31,9 @@
 				<i class="octicon octicon-mortar-board"></i> Share your data
 			</h1>
 			<p class="large">
-				Collaborate with colleagues using access control.<br>
+				Collaborate with colleagues.<br>
 				Make your data public.<br>
-				Make your data citable with the gin DOI service.
+				Make your data citable with the GIN DOI service.
 			</p>
 		</div>
 	</div>
@@ -43,8 +43,9 @@
 				<i class="octicon octicon-list-ordered"></i> Version your data
 			</h1>
 			<p class="large">
-				When changing your files and uploading them to the server, the history is automatically kept, you can always go
-				back to a previous version.
+				Uploaded files are automatically versioned.<br>
+				Retrieve any previously uploaded version of a file.<br>
+				Never lose file history.
 			</p>
 		</div>
 		<div class="eight wide center column">
@@ -52,17 +53,14 @@
 				<i class="octicon octicon-code"></i> Open Source
 			</h1>
 			<p class="large">
-				Its based on open source projects such as <a href="https://git-scm.com/">git</a>, <a
-				href="https://git-annex.branchable.com/">git-annex</a> and <a href="https://github.com/gogits/gogs">gogs</a>.
-				Everything is freely available as source code.
+				Based on open source projects such as <a href="https://git-scm.com/">Git</a>,
+				<a href="https://git-annex.branchable.com/">git-annex</a>, and <a href="https://github.com/gogits/gogs">Gogs</a>.
 				You can even set it up in your lab!
 			</p>
 		</div>
 		<div class="sixteen wide center aligned centered column">
 			<h1 class="hero ui icon header">
-				<i class="octicon octicon-rocket"></i> <a href="/G-Node/Info/wiki">I want to know
-				more!</a><i
-				class="octicon octicon-rocket"></i>
+				<a href="/G-Node/Info/wiki">I want to know more!</a>
 			</h1>
 		</div>
 	</div>

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini