Skip to content

Commit

Permalink
Renamed to Japji Bani
Browse files Browse the repository at this point in the history
  • Loading branch information
charandeepsinghb committed Nov 13, 2023
1 parent 2590121 commit 46a65b1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# bani-reader
Bani reading
# japji-bani
Japji Bani
Binary file added assets/jb.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bani</title>
<title>Japji Bani</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="./assets/jb.ico">
<link rel="stylesheet" href="style.css">
</head>
<body>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "bani-reader",
"name": "japji-bani",
"version": "1.0.0",
"description": "Bani Reader",
"description": "Japji Bani",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "live-server --no-browser --port=8090"
},
"repository": {
"type": "git",
"url": "tool-engines"
"url": "japji-bani"
},
"author": "Charandeep Singh",
"license": "ISC",
Expand Down
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
:root {
--font-color: black;
--background-color: white;
}

#bani {
height: 85vh;
column-width: 100vw;
Expand Down

0 comments on commit 46a65b1

Please sign in to comment.