Skip to content

Commit

Permalink
**
Browse files Browse the repository at this point in the history
  • Loading branch information
tntanvir committed Mar 23, 2024
1 parent 2a5ebbb commit 4a18c05
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
19 changes: 10 additions & 9 deletions .firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
index.html,1711128095807,a12fceb1448d28959e8ed7f8f4032f7b77f193bb99a81798b4e2d085e3adee01
404.png,1701798433482,faa8a7081c307c4aebf4040d58297c35e53bbe36ea1c0672ebb9b16d70ddfb87
favicon.ico,1703403210000,3ef54200b11160280d9ffe3f80fa91c9ba259364d337eaf853bce3ba20698071
vite.png,1703403210000,c7e8b220c2ad5d70459bcbabf1023fbc4d4730c057a55724c48eac987fc8580b
assets/html2canvas-BoXo-x4V.js,1711128095807,ae0f0ea36d3706a749cf3416a91ed6cdca1ae89e49527cfaaac888408a8f6658
assets/vite-CXBKpRo0.png,1711128095797,c7e8b220c2ad5d70459bcbabf1023fbc4d4730c057a55724c48eac987fc8580b
assets/purify.es-BZcJlXyC.js,1711128095807,2a0b4acf81d951ac70b052a34b3a38af17f1560bca447431c5111fb4cc4e5ab5
assets/index-BdfVPcmp.css,1711128095807,2e5b2b2f2c936984c14bd75093c3a99b69ef6a6f557496e14d2d4f37eb90acc9
assets/index.es-C6WI5ZDP.js,1711128095815,3d02ba40c9dcd1c874ff5e4abc975050653b2da2ad31d8493236e1bdb69ea65b
assets/404-BdmjsMXD.png,1711128095806,faa8a7081c307c4aebf4040d58297c35e53bbe36ea1c0672ebb9b16d70ddfb87
404.png,1701798433482,faa8a7081c307c4aebf4040d58297c35e53bbe36ea1c0672ebb9b16d70ddfb87
assets/index-CN8JQPpJ.js,1711128095816,78351d4c351e42480848096a428c848f01ffbc24913fa3891bf02aa8160de23b
index.html,1711185384273,c0b4146907d1de9e4d84c06e6405c0ade7b2d9f305f19bac21394ef54d834bf1
assets/html2canvas-B0VT5q2d.js,1711185384273,74e80d8edc7a55973bcba555a3d84c840bc1689bd4cedbc4a9130acbedbeee05
assets/vite-CXBKpRo0.png,1711185384263,c7e8b220c2ad5d70459bcbabf1023fbc4d4730c057a55724c48eac987fc8580b
assets/purify.es-BZcJlXyC.js,1711185384282,2a0b4acf81d951ac70b052a34b3a38af17f1560bca447431c5111fb4cc4e5ab5
tawheed.png,1706790530451,3fd82bed41cf5d587139d4425af07773d30fbaed50f78152c9191f9c9e3a75ce
assets/index-BdfVPcmp.css,1711185384273,2e5b2b2f2c936984c14bd75093c3a99b69ef6a6f557496e14d2d4f37eb90acc9
assets/index.es-c9q8hxo9.js,1711185384282,38737a0e805d0d13a018db9e02578ef0cc6c312df4d8a8741a28de9be442ab9c
assets/404-BdmjsMXD.png,1711185384271,faa8a7081c307c4aebf4040d58297c35e53bbe36ea1c0672ebb9b16d70ddfb87
assets/index-l15oGe11.js,1711185384282,7ca6c066eda6a2167fc112937a8d4ba5648f250c8e1783317e2a5ef07401bbe0
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# LIVE LINK: [Tawheed](https://taw-heed.web.app/)


# Home Page -

<img src="./public/tawheed.png">
Binary file added public/tawheed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 1 addition & 6 deletions src/component/Alquran/Alquran.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,41 +22,36 @@ const Alquran = () => {
<div className='flex justify-around items-center flex-wrap'>
{
myArray && myArray.map((e, i) => (
<div key={i} className="w-[22rem] lg:w-96 animate-pulse">
<div key={i} className="w-[22rem] lg:w-96 animate-pulse flex flex-col justify-center items-center">
<Typography
as="div"
variant="h1"
className="mb-4 h-3 w-56 rounded-full bg-gray-300"
>
&nbsp;
</Typography>
<Typography
as="div"
variant="paragraph"
className="mb-2 h-2 w-72 rounded-full bg-gray-300"
>
&nbsp;
</Typography>
<Typography
as="div"
variant="paragraph"
className="mb-2 h-2 w-72 rounded-full bg-gray-300"
>
&nbsp;
</Typography>
<Typography
as="div"
variant="paragraph"
className="mb-2 h-2 w-72 rounded-full bg-gray-300"
>
&nbsp;
</Typography>
<Typography
as="div"
variant="paragraph"
className="mb-2 h-2 w-72 rounded-full bg-gray-300"
>
&nbsp;
</Typography>
</div>
))
Expand Down

0 comments on commit 4a18c05

Please sign in to comment.