Skip to content

Commit

Permalink
Insert Comments for Page Sections
Browse files Browse the repository at this point in the history
  • Loading branch information
p0wen committed Oct 1, 2020
1 parent 0697d3d commit 751462e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

<body class="appview">
<div class="app container-fluid" id="myDiv">
<!-- Logo & Settings Section-->
<div class="row toolbar greyfilter">
<div class="col-8 appname">
<p><i class="fas fa-wind"></i> Zen Garden</p>
Expand All @@ -37,13 +38,15 @@
data-target="#settingsModal"><span class="fas fa-cogs"></span></a>
</div>
</div>
<!-- Quotes Section-->
<div class="row quote greyfilter">
<div class="col">
<p class="quoteheading">Quote of the Day:</p>
<p class="quotetext"></p>
<p class="author"></p>
</div>
</div>
<!-- Meditation Timer Section (Circle, Play/Pause, Timer) -->
<div class="row greyfilter playershell">
<div class="player-container">
<div class="circle">
Expand All @@ -67,6 +70,7 @@
<p class="meditationtime"></p>
</div>
</div>
<!-- Streakbar -->
<div class="row streakbar greyfilter">
<div class="col">
<div class="row streak">Streak</div>
Expand All @@ -75,6 +79,7 @@
</div>
</div>

<!-- Settings Modal-->
<div class="modal fade" id="settingsModal" tabindex="-1" role="dialog" aria-labelledby="settingsModalLable"
aria-hidden="true">
<div class="modal-dialog">
Expand All @@ -91,6 +96,7 @@ <h5 class="modal-title" id="settingsModalLable">Settings</h5>
</button>
</div>
<div class="modal-body">
<!-- Choosing Meditation Duration -->
<div class="timersettings">
<h5>Timer</h5>
<div class="timersettings">
Expand Down Expand Up @@ -132,6 +138,7 @@ <h5>Timer</h5>
</div>
</div>
<hr />
<!-- Control Sound and Volume -->
<div class="soundsettings">
<h5>Ambient Sounds</h5>
<div class="row">
Expand Down Expand Up @@ -167,6 +174,7 @@ <h5>Ambient Sounds</h5>
</div>
</div>
<hr />
<!-- Setting the Background-->
<div class="backgroundsettings changebackground">
<h5>Background</h5>
<div class="row">
Expand Down

0 comments on commit 751462e

Please sign in to comment.