Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Pariksha
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Roshan Rabinarayan
Pariksha
Commits
574e8424
Commit
574e8424
authored
Nov 15, 2020
by
Samarth Joshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small UI changes
parent
6bc80228
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
4 deletions
+18
-4
quiz/templates/ongoing_quiz.html
quiz/templates/ongoing_quiz.html
+1
-1
quiz/templates/registration/login.html
quiz/templates/registration/login.html
+15
-2
quiz/templates/registration/signup.html
quiz/templates/registration/signup.html
+1
-1
quiz/templates/view_submissions.html
quiz/templates/view_submissions.html
+1
-0
No files found.
quiz/templates/ongoing_quiz.html
View file @
574e8424
<!DOCTYPE html>
<head>
<title>
Pariksha
</title>
<title>
Pariksha
| Quiz List
</title>
<script>
function
start_quiz
(
x
)
{
window
.
open
(
"
/quiz/?q=
"
+
x
,
"
_blank
"
,
"
fullscreen=yes
"
);
...
...
quiz/templates/registration/login.html
View file @
574e8424
<!DOCTYPE html>
<html>
<head>
<title>
Pariksha | Login
</title>
<style>
@import
url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500)
;
...
...
@@ -79,7 +80,6 @@ button:focus {
.divider
{
border-bottom
:
1px
solid
rgba
(
255
,
255
,
255
,
0.65
);
}
.full-width
{
...
...
@@ -181,6 +181,16 @@ button:focus {
z-index
:
1
;
}
p
{
display
:
flex
;
flex-direction
:
column
;
}
p
>
input
{
width
:
100%
;
height
:
40px
;
font-size
:
1em
;
}
@media
(
max-width
:
500px
)
{
...
...
@@ -193,6 +203,9 @@ button:focus {
height
:
100%
;
}
}
#login_btn
{
margin-top
:
20px
;
}
</style>
</head>
...
...
@@ -208,7 +221,7 @@ button:focus {
<form
class=
'input-line full-width'
method=
"post"
>
{% csrf_token %}
{{form.as_p}}
<div><button
class=
'sub_button full-width'
>
Login
</button></div>
<div><button
id=
"login_btn"
class=
'sub_button full-width'
>
Login
</button></div>
</form>
</div>
...
...
quiz/templates/registration/signup.html
View file @
574e8424
<!DOCTYPE html>
<html>
<head>
<title>
Pariksha | Sign Up
</title>
<style>
@import
url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500)
;
...
...
quiz/templates/view_submissions.html
View file @
574e8424
<!DOCTYPE html>
<head>
<title>
Pariksha | My Submission
</title>
{% load static %}
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"
></script>
<link
href=
"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&display=swap"
rel=
"stylesheet"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment