Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified db.sqlite3
Binary file not shown.
Binary file added quiz/static/quiz/lemongrass.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions quiz/templates/quiz/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<img src="{% static 'quiz/saelogo.png' %}" style="width: 10%; height: 1%;" />
<img src="{% static 'quiz/lemongrass.jpg' %}" style="width: 9vw; height: 3vw;margin-left:1vw;"/>
<a class="navbar-brand js-scroll-trigger" href="#page-top"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
Expand Down
1 change: 1 addition & 0 deletions quiz/templates/quiz/index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<img src="{% static 'quiz/saelogo.png' %}" style="width: 10%; height: 1%;" />
<img src="{% static 'quiz/lemongrass.jpg' %}" style="width: 9vw; height: 3vw;margin-left:1vw;"/>
<a class="navbar-brand js-scroll-trigger" href="#page-top"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
Expand Down
1 change: 1 addition & 0 deletions quiz/templates/quiz/index3.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<img src="{% static 'quiz/saelogo.png' %}" style="width: 10%; height: 1%;" />
<img src="{% static 'quiz/lemongrass.jpg' %}" style="width: 9vw; height: 3vw;margin-left:1vw;"/>
<a class="navbar-brand js-scroll-trigger" href="#page-top"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
Expand Down
1 change: 1 addition & 0 deletions quiz/templates/quiz/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<img src="{% static 'quiz/saelogo.png' %}" style="width: 10%; height: 1%;" />
<img src="{% static 'quiz/lemongrass.jpg' %}" style="width: 9vw; height: 3vw;margin-left:1vw;"/>

<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
Expand Down