Skip to content

Commit

Permalink
Adding Latin2->Fun tab :)
Browse files Browse the repository at this point in the history
and a small update to the groups tab
  • Loading branch information
impallari committed May 8, 2017
1 parent dd4ed94 commit 21a03e2
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 5 deletions.
28 changes: 28 additions & 0 deletions includes/latin-02/fun.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<div contenteditable="true">

<p>&nbsp;</p>
<p class="sizelabel" style="text-align: center;">http://www.mrc-cbu.cam.ac.uk/people/matt.davis/Cmabrigde/</p>
<p style="font-size: 32px; line-height: 1.5em; text-align: center;">
Aoccdrnig to rsceearch at Cmarbidge Uinervtisy, <br />
it deosn't mttaer in waht oredr the ltteers in a wrod aer,<br />
the olny ipmoratnt tinhg is taht the frist and lsat ltteer<br />
be in the rghit pclae. The rset can be a ttaol mses and<br />
you can sitll raed it wouthit a porlbem. Tihs is bcuseae<br />
the hmuan mnid deos not raed ervey ltteer by istelf,<br />
but the wrod as a wohle.</p>
<p>&nbsp;</p>
<p class="sizelabel" style="text-align: center;">Some Uppercase Fun :)</p>
<p style="font-size: 32px; line-height: 1.5em; text-align: center;">
7H15 M3554G3 53RV35 7O PR0V3<br />
H0W 0UR M1ND5 C4N D0 4M4Z1NG 7H1NG5!<br />
1MPR3551V3 7H1NG5!<br />
1N 7H3 B3G1NN1NG 17 WA5 H4RD BU7<br />
Y0UR M1ND 1S R34D1NG 17 4UT0M471C4LLY<br />
W17H 0U7 3V3N 7H1NK1NG 4B0U7 17,<br />
B3 PR0UD! 0NLY C3R741N P39PL3 C4N R3AD 7H15.<br />
PL3453 F0RW4RD 1F U C4N R34D 7H15.</p>
<p>&nbsp;</p>
</div>
4 changes: 2 additions & 2 deletions includes/latin-02/groups.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
h n u m r i l k t<br />
c e o d b p q a<br />
n a b<br />
jypgqdlhkf - f i fi fl</p>
qgpqyjpdlhkf</p>
<p>&nbsp;</p>
<p style="font-size: 80px; line-height: 1.2em;">il beodo over brown dog</p>
<p>&nbsp;</p>
<p style="font-size: 80px; line-height: 1.2em;">C E F G L S T Z s z 5 7</p>
<p style="font-size: 80px; line-height: 1.2em;">C E F G L S T Z s z 5 7 4 2 3</p>
<p>&nbsp;</p>
<p style="font-size: 60px; line-height: 1em;">HHCHGHJHSHH<br />
Expand Down
12 changes: 9 additions & 3 deletions index-latin-02.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@
<li><a href="#dia_three">Diacritics 3</a></li>
<li><a href="#dia_four">Diacritics 4</a></li>
<li><a href="#locale">Locale</a></li>
<li><a href="#news">News Headlines</a></li>
<li><a href="#groups">Groups</a></li>
<li><a href="#news">Headlines</a></li>
<li><a href="#groups">Groups</a></li>
<li><a href="#fun">Fun</a></li>
</ul>

<!-- Briem Basic Proof -->
Expand Down Expand Up @@ -233,7 +234,12 @@
<!-- Groups -->
<div id="groups">
<?php include("includes/latin-02/groups.php"); ?>
</div>
</div>

<!-- Fun -->
<div id="fun">
<?php include("includes/latin-02/fun.php"); ?>
</div>

</div><!-- end tabs -->

Expand Down

0 comments on commit 21a03e2

Please sign in to comment.