From b209c843b6e28ab3985605297be79181c78598d2 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sun, 31 Aug 2025 10:51:08 +0100 Subject: [PATCH] Prior to getting sound recording working, I've brought all necessary resources into the repo. --- japji/index.html | 134 +++++++-- .../fonts/NotoSansGurmukhi-Medium.ttf | Bin 0 -> 58796 bytes ...otoSansGurmukhi-VariableFont_wdth,wght.ttf | Bin 0 -> 227756 bytes japji/resources/fonts/README.md | 15 + japji/resources/scripts/README.md | 22 ++ .../scripts/jquery-3.7.1.slim.min.js | 2 + .../scripts/react-dom.production.min.js | 267 ++++++++++++++++++ .../resources/scripts/react.production.min.js | 31 ++ japji/resources/scripts/scittle.reagent.js | 158 +++++++++++ 9 files changed, 609 insertions(+), 20 deletions(-) create mode 100644 japji/resources/fonts/NotoSansGurmukhi-Medium.ttf create mode 100644 japji/resources/fonts/NotoSansGurmukhi-VariableFont_wdth,wght.ttf create mode 100644 japji/resources/fonts/README.md create mode 100644 japji/resources/scripts/README.md create mode 100644 japji/resources/scripts/jquery-3.7.1.slim.min.js create mode 100644 japji/resources/scripts/react-dom.production.min.js create mode 100644 japji/resources/scripts/react.production.min.js create mode 100644 japji/resources/scripts/scittle.reagent.js diff --git a/japji/index.html b/japji/index.html index e68413b..7f5e9c0 100644 --- a/japji/index.html +++ b/japji/index.html @@ -8,6 +8,13 @@ @font-face { font-family: Bulara; src: url(resources/fonts/bulara_5.ttf); + font-weight: normal; + } + + @font-face { + font-family: 'Noto Sans Gurmukhi'; + src: url(resources/fonts/NotoSansGurmukhi-Medium.ttf); + font-weight: normal; } body { @@ -35,8 +42,8 @@ } */ #popup-phrase { - text-align: center; - margin: 0; + text-align: center; + margin: 0; font-size: 2em; } @@ -45,12 +52,13 @@ text-align: right; } - #popup-record-stop, #popup-close-box { + #popup-record-stop, + #popup-close-box { color: red; } .gurmukhi { - font-family: Bulara; + font-family: "Noto Sans Gurmukhi", Bulara; } .play-control { @@ -61,8 +69,6 @@ float: right; } - - @media all and (max-device-width: 768px) { body { margin: 0 5%; @@ -72,9 +78,87 @@ + + - + + + + +