Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ymorsi7 committed Nov 10, 2024
1 parent e8266c1 commit 4c8b087
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
margin-top: 1em;
text-align: center;
}
#bismillah {
margin-top: 20px;
text-align: center;
}
#bismillah img {
width: 200px;
}
#logo {
position: absolute;
top: 10px;
Expand Down Expand Up @@ -139,7 +146,6 @@
margin-bottom: 20px;
color: #fff;
}

a{
color: #039900;
}
Expand All @@ -151,7 +157,11 @@
<div class="tooltip">YM - Home</div>
</div>

<h1 style = "color: rgb(3, 174, 0);">Quranic Ayat Interactive Exploration</h1>
<div id="bismillah">
<img src="bismillah.png" alt="Bismillah">
</div>

<h1 style="color: rgb(3, 174, 0);">Quranic Ayat Interactive Exploration</h1>
<p>Learn about different ayat and insights in the Holy Quran. Search by verse / keyword!</p>
<p><b>Notable Verses highlighted in gold!</b></p>

Expand All @@ -168,9 +178,8 @@ <h3>Verse Details</h3>
</div>
</div>


<section id="writeup">
<h2 style = "color: #03ac00;">About the Project</h2>
<h2 style="color: #03ac00;">About the Project</h2>
<h3>Rationale for Design Decisions</h3>
<p>I picked this visualiation so that users can have a cool and aesthetically-appealing way of seeing the entire Quran in one image. A treemap was implementd so that we could with ease see the hierarchy of the data (i.e. Surahs/Chapters by size). Every Surah has a color so that we have contrast with different ones, especially if they are next to each other in the treemap. We've also highlighted notable/meaningful verses in gold so the user can identify and click on it with ease. At the end, a zooming/pan functionality was implemented after realizing it was harder to click on individual Ayat/Verses in the smaller Surahs. Implementing that with the thinner borders was able to solve that issue. A search bar was also implememted so that the user can filter by keyword. For example, if they'd like to only see verses with the word 'love,' it will grey out all the Ayat in that treemap that don't have that word. We also get the full verse on a side-panel when a user clicks on one.</p>

Expand All @@ -179,7 +188,6 @@ <h3>Development Process Overview</h3>

</section>


<div class="footer">
Created for DSC 209R | Interactive Visualization: The Holy Quran
</div>
Expand Down

0 comments on commit 4c8b087

Please sign in to comment.