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 modified event/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file modified event/__pycache__/settings.cpython-37.pyc
Binary file not shown.
Binary file modified event/__pycache__/urls.cpython-37.pyc
Binary file not shown.
Binary file modified event/__pycache__/wsgi.cpython-37.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion event/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'social_django',
'social_django',
'quiz.apps.QuizConfig',
]

Expand Down
Binary file modified quiz/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file modified quiz/__pycache__/admin.cpython-37.pyc
Binary file not shown.
Binary file modified quiz/__pycache__/apps.cpython-37.pyc
Binary file not shown.
Binary file modified quiz/__pycache__/forms.cpython-37.pyc
Binary file not shown.
Binary file modified quiz/__pycache__/models.cpython-37.pyc
Binary file not shown.
Binary file modified quiz/__pycache__/urls.cpython-37.pyc
Binary file not shown.
Binary file modified quiz/__pycache__/views.cpython-37.pyc
Binary file not shown.
Binary file modified quiz/migrations/__pycache__/0001_initial.cpython-37.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified quiz/migrations/__pycache__/0006_profile_email.cpython-37.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified quiz/migrations/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
18 changes: 9 additions & 9 deletions quiz/templates/quiz/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
<!-- Custom styles for this template -->
<link href="{% static 'quiz/css5/new-age.min.css' %}" rel="stylesheet">
<style>
@font-face {
font-family: 'Georgia, serif';
src: url('Georgia.eot'); /* IE9 Compat Modes */
src: url('Georgia.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('Georgia.woff2') format('woff2'), /* Super Modern Browsers */
url('Georgia.woff') format('woff'), /* Pretty Modern Browsers */
url('Georgia.ttf') format('truetype'), /* Safari, Android, iOS */
url('Georgia.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Georgia, serif';
src: url('Georgia.eot'); /* IE9 Compat Modes */
src: url('Georgia.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('Georgia.woff2') format('woff2'), /* Super Modern Browsers */
url('Georgia.woff') format('woff'), /* Pretty Modern Browsers */
url('Georgia.ttf') format('truetype'), /* Safari, Android, iOS */
url('Georgia.svg#svgFontName') format('svg'); /* Legacy iOS */
}

</style>

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 @@ -25,6 +25,7 @@

<!-- Custom styles for this template -->
<link href="{% static 'quiz/css5/new-age.min.css' %}" rel="stylesheet">


</head>

Expand Down
10 changes: 3 additions & 7 deletions quiz/templates/quiz/quiz1.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,13 @@
<style>
#particles-js {
margin-top:10%;
/* position: fixed;
*/
top: 0;
top: 0;
width: 100%;
height: 100%;
left: 0;

}


</style>
}
</style>
</head>


Expand Down
26 changes: 1 addition & 25 deletions quiz/templates/quiz/quizpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<link rel="stylesheet" media="screen" href="{% static 'quiz/demo/css/style2.css' %}">
<!-- Custom styles for this template -->
<link href="{% static 'quiz/css1/landing-page.min.css' %}" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<script src="{% static 'quiz/autoquiz-submit.js' %}"></script>
<style>
#particles-js {
Expand Down Expand Up @@ -103,28 +104,3 @@ <h3 class="mb-5" style="color: white; font-size: 2.5em; font-family: 'Roboto';">

</body>
</html>
<!-- <header class="masthead text-white text-center">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-xl-9 mx-auto">
<h3 class="mb-5"><?php echo $qid.".".$arr['question']; $GLOBALS['qid']=$qid; ?></h3>
</div>
<div class="col-md-10 col-lg-8 col-xl-7 mx-auto">
<form method="post" action="">
{% csrf_token %}


<h1 class="mb-5" style="color: white;"> Question {{round.id}}</h1>
<h3 class="mb-5">{{round.question}}</h3>

<input class="form-control form-control-lg" type="text" placeholder="Type your answer here!" name="answers">


<br />
<input class="btn btn-block btn-lg btn-primary" name="submit" type="submit">
</form>
</div>
</div>
</div>
</header>-->
3 changes: 2 additions & 1 deletion requirement.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

pip install social-auth-app-django
pip install Pillow