Skip to content

Commit

Permalink
Frontend styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderVertegaal committed Dec 10, 2024
1 parent 2fc839e commit fd18629
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
<h1 class="title" i18n>About Minimalist Parser</h1>
<div class="content">
<div class="columns is-centered">
<div class="column is-two-thirds">
<h1 i18n>About Minimalist Parser</h1>

<p i18n>
Minimalist Parser is a parser developed by Meaghan Fowlie at Utrecht
University. It produces syntactic parses of English sentences in accordance
with the framework of Chomskyan Minimalism.
</p>
<p i18n>
Minimalist Parser is a parser developed by Meaghan Fowlie at
Utrecht University. It produces syntactic parses of English
sentences in accordance with the framework of Chomskyan
Minimalism.
</p>

<section class="section">
<h2 class="title" i18n>Demonstrated parse</h2>
<h2 i18n>Demonstrated parse</h2>

<i i18n>
Coming soon: an example of a parse produced by Minimalist Parser.
</i>
</section>
<i i18n>
Coming soon: an example of a parse produced by Minimalist
Parser.
</i>
</div>
</div>
</div>
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<h1 class="title" i18n>References</h1>
<div class="content">
<div class="columns is-centered">
<div class="column is-two-thirds">
<h1 i18n>References</h1>

<i i18n>Coming soon: references to scientific literature.</i>
<i i18n>Coming soon: references to scientific literature.</i>
</div>
</div>
</div>
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
<h1 class="title" i18n>Minimalist Parser</h1>
<div class="content">
<div class="columns is-centered">
<div class="column is-two-thirds">
<h1 i18n>Minimalist Parser</h1>

<p i18n>
Welcome to the Minimalist Parser, developed by Meaghan Fowlie at Utrecht
University. This parser has been trained to analyze the syntax of English
sentences and provide minimalist-style tree diagrams using the Vulcan
visualisation tool.
</p>
<p i18n>
Welcome to the Minimalist Parser, developed by Meaghan Fowlie at
Utrecht University. This parser has been trained to analyze the
syntax of English sentences and provide minimalist-style tree
diagrams using the Vulcan visualisation tool.
</p>

<i>More info coming soon!</i>
</div>
</div>
</div>

0 comments on commit fd18629

Please sign in to comment.