Add alphabetic ordering.
This commit is contained in:
parent
b844a83db1
commit
bc395e5e7e
1
public/css/style.css
vendored
1
public/css/style.css
vendored
|
@ -78,7 +78,6 @@ h2 {
|
|||
display: block;
|
||||
margin: auto;
|
||||
font:Roboto;
|
||||
font-style:italic;
|
||||
font-weight:400;
|
||||
}
|
||||
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
<article class="member">
|
||||
<div class="member-content">
|
||||
<div class="person-photo" alt"">
|
||||
<img src="/images/danila.jpg" alt="daa">
|
||||
<img src="/images/claire.jpg" alt="daa">
|
||||
</div>
|
||||
<h2 class="Person-Name" >Danila Fedorin</h2>
|
||||
<h2 class="Person-Name" >Claire Cahill</h2>
|
||||
<p class="member-text">
|
||||
We don't need a weakened government but a strong government that would take responsibility for the rights of the individual and care for the society as a whole.
|
||||
Claire created a page explaining the rules of Go, so that new players can learn how to play the game instead of clicking around randomly.
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
|
@ -34,11 +34,11 @@
|
|||
<article class="member">
|
||||
<div class="member-content">
|
||||
<div class="person-photo" alt"">
|
||||
<img src="/images/matthew.jpg" alt="daa">
|
||||
<img src="/images/danila.jpg" alt="daa">
|
||||
</div>
|
||||
<h2 class="Person-Name" >Matthew Sessions</h2>
|
||||
<h2 class="Person-Name" >Danila Fedorin</h2>
|
||||
<p class="member-text">
|
||||
Education is a weapon whose effects depend on who holds it in his hands and at whom it is aimed.
|
||||
Danila created the front-end and a basic back-end for the Go game. He used unconventional languages, namely Elm, a functional programming language designed for web applications, and Crystal, a compiled sibiling language of Ruby.
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
|
@ -50,7 +50,7 @@
|
|||
</div>
|
||||
<h2 class="Person-Name" >Michael Huang</h2>
|
||||
<p class="member-text">
|
||||
To be fair, you have to have a very high IQ to understand Rick and Morty. The humour is extremely subtle, and without a solid grasp of theoretical physics most of the jokes will go over a typical viewer's head.
|
||||
Michael created this about page!
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
|
@ -58,11 +58,11 @@
|
|||
<article class="member">
|
||||
<div class="member-content">
|
||||
<div class="person-photo" alt"">
|
||||
<img src="/images/claire.jpg" alt="daa">
|
||||
<img src="/images/matthew.jpg" alt="daa">
|
||||
</div>
|
||||
<h2 class="Person-Name" >Claire Cahill</h2>
|
||||
<h2 class="Person-Name" >Matthew Sessions</h2>
|
||||
<p class="member-text">
|
||||
Unfortunately these two properties are only implemented in Firefox and are behind a -moz- prefix. Here’s how you can use the various
|
||||
Matt adapted the Crystal back-end to work with SQLite. This meant loading and saving Go games into the database instead of an in-memory cache, thereby allowing games to persist after server restarts.
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
|
|
Loading…
Reference in New Issue
Block a user