Переглянути джерело

Merge pull request #55 from achilleas-k/landing-page-updates

LGTM
Michael Sonntag 5 роки тому
батько
коміт
5453b3d4cb

+ 1 - 1
conf/locale/locale_en-GB.ini

@@ -399,7 +399,7 @@ delete_account_desc=This account is going to be deleted permanently, do you want
 [repo]
 owner=Owner
 repo_name=Repository Name
-repo_name_helper=Repository names should be short, memorable and unique. It must be one word (no spaces) and can contain letters (a-z), numbers (0-9), dash, (-), underscore (_), or dot (.) characters.
+repo_name_helper=Repository names should be short, memorable and unique. It must be one word (no spaces) and can contain letters (a-z), numbers (0-9), dash (-), underscore (_), or dot (.) characters.
 visibility=Private
 visiblity_helper=Accessible only to owner and assigned collaborators
 visiblity_helper_forced=Site admin has forced all new repositories to be <span class="ui red text">Private</span>

+ 1 - 1
conf/locale/locale_en-US.ini

@@ -399,7 +399,7 @@ delete_account_desc = This account is going to be deleted permanently, do you wa
 [repo]
 owner = Owner
 repo_name = Repository Name
-repo_name_helper = Repository names should be short, memorable and unique. It must be one word (no spaces) and can contain letters (a-z), numbers (0-9), dash, (-), underscore (_), or dot (.) characters.
+repo_name_helper = Repository names should be short, memorable and unique. It must be one word (no spaces) and can contain letters (a-z), numbers (0-9), dash (-), underscore (_), or dot (.) characters.
 repo_desc_helper = The title of the dataset or other brief sentence to describe what the repository is about.
 visibility = Private
 visiblity_helper = Accessible only to owner and assigned collaborators

Різницю між файлами не показано, бо вона завелика
+ 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>

Деякі файли не було показано, через те що забагато файлів було змінено