Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
Titstewan authored Feb 5, 2017
1 parent f8dcb39 commit cfee655
Show file tree
Hide file tree
Showing 11 changed files with 157 additions and 0 deletions.
Binary file added res/MaiandraGD.ttf
Binary file not shown.
Binary file added res/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/favicon.xcf
Binary file not shown.
23 changes: 23 additions & 0 deletions res/icons.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/* fallback */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: local('Material Icons'), local('MaterialIcons-Regular'), url('material_icons.woff2') format('woff2');
}

.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}
4 changes: 4 additions & 0 deletions res/jquery.min.js

Large diffs are not rendered by default.

Binary file added res/material_icons.woff2
Binary file not shown.
16 changes: 16 additions & 0 deletions res/materialize.min.css

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions res/materialize.min.js

Large diffs are not rendered by default.

104 changes: 104 additions & 0 deletions res/play.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
$(document).ready(function() {
$("#play_a").click(function() {
$("#audio_a")[0].play();
});
$("#play_ae").click(function() {
$("#audio_ae")[0].play();
});
$("#play_e").click(function() {
$("#audio_e")[0].play();
});
$("#play_i").click(function() {
$("#audio_i")[0].play();
});
$("#play_ih").click(function() {
$("#audio_ih")[0].play();
});
$("#play_o").click(function() {
$("#audio_o")[0].play();
});
$("#play_u").click(function() {
$("#audio_u")[0].play();
});
$("#play_u1").click(function() {
$("#audio_u1")[0].play();
});
$("#play_aw").click(function(){
$("#audio_aw")[0].play();
});
$("#play_ay").click(function(){
$("#audio_ay")[0].play();
});
$("#play_ew").click(function(){
$("#audio_ew")[0].play();
});
$("#play_ey").click(function(){
$("#audio_ey")[0].play();
});
$("#play_ll").click(function(){
$("#audio_ll")[0].play();
});
$("#play_rr").click(function(){
$("#audio_rr")[0].play();
});
$("#play_tihftang").click(function(){
$("#audio_tihftang")[0].play();
});
$("#play_f").click(function(){
$("#audio_f")[0].play();
});
$("#play_h").click(function(){
$("#audio_h")[0].play();
});
$("#play_k").click(function(){
$("#audio_k")[0].play();
});
$("#play_kx").click(function(){
$("#audio_kx")[0].play();
});
$("#play_l").click(function(){
$("#audio_l")[0].play();
});
$("#play_m").click(function(){
$("#audio_m")[0].play();
});
$("#play_n").click(function(){
$("#audio_n")[0].play();
});
$("#play_ng").click(function(){
$("#audio_ng")[0].play();
});
$("#play_p").click(function(){
$("#audio_p")[0].play();
});
$("#play_px").click(function(){
$("#audio_px")[0].play();
});
$("#play_r").click(function(){
$("#audio_r")[0].play();
});
$("#play_s").click(function(){
$("#audio_s")[0].play();
});
$("#play_t").click(function(){
$("#audio_t")[0].play();
});
$("#play_ts").click(function(){
$("#audio_ts")[0].play();
});
$("#play_tx").click(function(){
$("#audio_tx")[0].play();
});
$("#play_v").click(function(){
$("#audio_v")[0].play();
});
$("#play_w").click(function(){
$("#audio_w")[0].play();
});
$("#play_y").click(function(){
$("#audio_y")[0].play();
});
$("#play_z").click(function(){
$("#audio_z")[0].play();
});
});
Binary file added res/rss-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/school.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cfee655

Please sign in to comment.