Skip to content

Commit

Permalink
updated login buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
TartuDen committed Jan 2, 2024
1 parent aaf7d23 commit fcd6a87
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 4 deletions.
Binary file modified mainDB.db
Binary file not shown.
Binary file added static/logo/G.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 added static/logo/GHub.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 added static/logo/guestLogo.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 added static/logo/guestLogo2.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 added static/post_images/nv gather.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions template/login.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ <h1>Login</h1>
<input type="hidden" name="passwordLogIn" value="123456">

<!-- Button for submitting the form -->

<p><button type="submit" class="btn btn-warning">Enter As Guest</button></p>
<hr>
<p>Other login options:</p>
<p><button type="submit" class="btn btn-secondary">Enter As Guest </button></p>
</form>


<p><a class="btn btn-primary" href="/login-github" role="button">Login with GitHub</a></p>
<p><a class="btn btn-light" href="/login-github" role="button">Login with <img src="./static/logo/GHub.png" alt="GHub_picture" style="width: 5em;"></a></p>

<p><a class="btn btn-primary" href="/login-google" role="button">Login with Goggle</a></p>
<p><a class="btn btn-light" href="/login-google" role="button">Login with <img src="./static/logo/G.png" alt="G-letter" style="height: 1em;">oggle</a></p>

</div>
</div>
Expand Down

0 comments on commit fcd6a87

Please sign in to comment.