Minors to homepage

This commit is contained in:
John J. Camilleri
2018-11-27 21:58:19 +01:00
parent cb0e919bf5
commit 8a45d23d63

View File

@@ -16,8 +16,8 @@
<body> <body>
<div class="container"> <div class="container">
<div class="m-5 text-center"> <div class="m-4 text-center">
<img style="height:300px" src="doc/Logos/gf1.svg" alt="GF Logo"> <img style="height:250px" src="doc/Logos/gf1.svg" alt="GF Logo">
<h1 class="display-3" style="text-shadow: 1px 1px 5px #999;">Grammatical Framework</h1> <h1 class="display-3" style="text-shadow: 1px 1px 5px #999;">Grammatical Framework</h1>
<h4 class="text-black-50">A programming language for multilingual grammar applications</h4> <h4 class="text-black-50">A programming language for multilingual grammar applications</h4>
</div> </div>
@@ -25,7 +25,7 @@
<div class="row"> <div class="row">
<div class="col-sm-6 col-md-3 offset-md-1"> <div class="col-sm-6 col-md-3 offset-md-1">
<h2>Use</h2> <h3>Use</h3>
<a href="download/index.html" class="btn btn-primary mb-2"> <a href="download/index.html" class="btn btn-primary mb-2">
<i class="fas fa-download mr-1"></i> <i class="fas fa-download mr-1"></i>
Download GF Download GF
@@ -37,14 +37,14 @@
<h4>Community</h4> <h4>Community</h4>
<ul> <ul>
<li><a href="http://groups.google.com/group/gf-dev">User Group</a></li> <li><a href="http://groups.google.com/group/gf-dev">Mailing List</a></li>
<li><a href="https://github.com/GrammaticalFramework/gf-core/issues">Issue Tracker</a></li> <li><a href="https://github.com/GrammaticalFramework/gf-core/issues">Issue Tracker</a></li>
<li><a href="http://school.grammaticalframework.org/2018/">Summer School</a></li> <li><a href="http://school.grammaticalframework.org/2018/">Summer School</a></li>
</ul> </ul>
</div> </div>
<div class="col-sm-6 col-md-4"> <div class="col-sm-6 col-md-4">
<h2>Learn</h2> <h3>Learn</h3>
<a href="lib/doc/synopsis/index.html" class="btn btn-primary mb-2"> <a href="lib/doc/synopsis/index.html" class="btn btn-primary mb-2">
<i class="fab fa-readme mr-1"></i> <i class="fab fa-readme mr-1"></i>
@@ -67,7 +67,7 @@
</ul> </ul>
</div> </div>
<div class="col-sm-6 col-md-4"> <div class="col-sm-6 col-md-4">
<h2>Develop</h2> <h3>Develop</h3>
<a href="https://github.com/GrammaticalFramework/" class="btn btn-primary mb-2"> <a href="https://github.com/GrammaticalFramework/" class="btn btn-primary mb-2">
<i class="fab fa-github mr-1"></i> <i class="fab fa-github mr-1"></i>
GF on GitHub GF on GitHub
@@ -199,7 +199,7 @@ least one, it may help you to get a first idea of what GF is.
</ul> </ul>
<p> <p>
The GF programming language is high-level and advanced, featuring The GF programming language is high-level and advanced, featuring:
</p> </p>
<ul> <ul>
<li>static type checking</li> <li>static type checking</li>
@@ -217,7 +217,7 @@ least one, it may help you to get a first idea of what GF is.
<p> <p>
We run the IRC channel <strong><code>#gf</code></strong> on the Freenode network, where you are welcome to look for help with small questions or just start a general discussion. We run the IRC channel <strong><code>#gf</code></strong> on the Freenode network, where you are welcome to look for help with small questions or just start a general discussion.
IRC logs (in raw format) are available <a href="irc/">here</a>. IRC logs (in raw format) are available <a href="http://www.grammaticalframework.org/irc/">here</a>.
If you have a larger question which the community may benefit from, we recommend you ask it on the <a href="http://groups.google.com/group/gf-dev">mailing list</a>. If you have a larger question which the community may benefit from, we recommend you ask it on the <a href="http://groups.google.com/group/gf-dev">mailing list</a>.
</p> </p>
@@ -264,7 +264,7 @@ least one, it may help you to get a first idea of what GF is.
an authoring system for medical drug descriptions. an authoring system for medical drug descriptions.
</p> </p>
<p> <p>
Later projects using GF and involving third parties include, in chronological order, Later projects using GF and involving third parties include, in chronological order:
</p> </p>
<ul> <ul>
<li> <li>
@@ -298,19 +298,20 @@ least one, it may help you to get a first idea of what GF is.
</li> </li>
<li> <li>
<a href="http://remu.grammaticalframework.org">REMU</a>: <a href="http://remu.grammaticalframework.org">REMU</a>:
reliable multilingual digital communication. reliable multilingual digital communication
</li> </li>
</ul> </ul>
<p> <!-- <p>
Here is a <a Here is a <a
href="http://videos.xrce.xerox.com/index.php/videos/index/618">talk href="http://videos.xrce.xerox.com/index.php/videos/index/618">talk
about GF at XRCE</a>, about GF at XRCE</a>,
14 years later. 14 years later.
</p> -->
<p> <p>
Academically, GF has been used in at least ten PhD theses and resulted Academically, GF has been used in at least ten PhD theses and resulted
in more than a hundred in more than a hundred scientific publications.
scientific publications (see <a href="doc/gf-bibliography.html">GF publication list</a>). <!-- (see <a href="doc/gf-bibliography.html">GF publication list</a>). -->
</p> </p>
<h2>Libraries</h2> <h2>Libraries</h2>