Skip to content

Commit

Permalink
fix: Landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap committed Jan 11, 2024
1 parent cdb9141 commit 25486b8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Binary file modified public/img/tut1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/tut2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/tut3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,24 +129,24 @@ <h4 class="tut-heading">Create a Google Sheet</h4>
</div>
<div class="w-100"></div>} V
<div class="col-6 tut-elem tut-2">
<h4 class="tut-heading">Publish to the Web</h4>
<p class="tut-text">Select the name of the sheet, and click on <strong>Publish</strong>.</p>
<h4 class="tut-heading">Fetch the sheet</h4>
<p class="tut-text">Click on <strong>Fetch Sheets</strong> and select the one you've created.</p>
<img src="img/tut2.png" class="tut-image" alt="">
</div>
<div class="w-100"></div>
<div class="col-6 tut-elem tut-3">
<h4 class="tut-heading">Get the URL</h4>
<p class="tut-text">Copy the Google Sheet URL from the <strong>browser URL address bar</strong> <em>(not the
published URL)</em> and paste it into the field up top. <br /><strong>Press the Quiz button</strong>.</p>
<p class="tut-text">Click on <strong>Publish</strong>
and a URL will be generated for your quiz.</p>
<img src="img/tut3.png" class="tut-image" alt="">
</div>
<div class="w-100"></div>
<div class="col-6 tut-elem tut-4">
<h4 class="tut-heading">...good to go.</h4>
<p class="tut-text">The grid should appear, complete with all the content from the linked sheet. Access the
quiz
anywhere using <br /> <strong>http://quizgen-final.firebaseapp.com/?sheet=<em>sheeturl</em></strong>, like
<a href="https://quizgen-final.firebaseapp.com/?sheet=https://docs.google.com/spreadsheets/d/1W4A4rrA812qtynqrU3Y4iYQrFrizoAe8WezAw0wviEg/edit#gid=0"
<p class="tut-text">Go the website and the grid should appear, complete with all the content from the linked sheet.
Access the quiz
anywhere using <br /> <strong>https://quizgen.app/?id=<em>sheetId</em></strong>, like
<a href="https://quizgen.app/?id=1oI83izpSqQIJP8_A65smGIuSr1AT66v8F-vFkvR5O2k"
target="_blank">so</a>.<br />
<i class="fa fa-check-circle fa-4x" aria-hidden="true"></i>
</div>
Expand Down

0 comments on commit 25486b8

Please sign in to comment.