Compare commits
No commits in common. "131c5961ed4342a1356e1bdb8f42e153734ad971" and "9379ffec3039cdc062b8751d7ac23b850a0dc89c" have entirely different histories.
131c5961ed
...
9379ffec30
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load diff
2
resources/public/scripts/jquery.min.js
vendored
2
resources/public/scripts/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,11 +1,4 @@
|
|||
@font-face {
|
||||
font-family: Bulara;
|
||||
src: url(fonts/bulara_5.ttf);
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
|
||||
padding: 0 5%;
|
||||
}
|
||||
|
||||
|
@ -51,8 +44,8 @@ th {
|
|||
}
|
||||
|
||||
.firefox img {
|
||||
float: left;
|
||||
height: 2em;
|
||||
float: left;
|
||||
height: 2em;
|
||||
width: 2em;
|
||||
}
|
||||
|
||||
|
@ -81,10 +74,6 @@ th {
|
|||
animation-timing-function: linear;
|
||||
}
|
||||
|
||||
.punjabi {
|
||||
font-family: Bulara;
|
||||
}
|
||||
|
||||
@keyframes progressbar-countdown {
|
||||
0% {
|
||||
width: 100%;
|
||||
|
@ -128,4 +117,4 @@ th {
|
|||
|
||||
#record-stop {
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
c ((columns col) (if long? :upper-latin :lower-latin))
|
||||
audio (format "audio/%02d%s.mp3" r c)
|
||||
char ((entries row) col)]
|
||||
(vector :td {:class "entry, punjabi"}
|
||||
(vector :td {:class "entry"}
|
||||
[:span {:class "entry-text"
|
||||
:id (format "%s%02d%s" (if long? "l" "s") r c)} char]
|
||||
[:button
|
||||
|
@ -189,7 +189,7 @@
|
|||
[:link {:rel "stylesheet" :type "text/css" :href "style.css"}]
|
||||
;; pull jquery from Google rather than host locally.
|
||||
[:script {:type "text/javascript"
|
||||
:src "scripts/jquery.min.js"}]
|
||||
:src "https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"}]
|
||||
[:script {:type "text/javascript"
|
||||
:src "scripts/muharni.js"}]
|
||||
[:title (str title)]]
|
||||
|
|
Loading…
Reference in a new issue