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
118a5df6
Commit
118a5df6
authored
Nov 15, 2020
by
Samarth Joshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding pariksha logo
parent
3ea74ab4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
quiz/templates/professor.html
quiz/templates/professor.html
+9
-5
No files found.
quiz/templates/professor.html
View file @
118a5df6
...
...
@@ -2,6 +2,7 @@
<head>
{% load static %}
<title>
Pariksha
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<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"
>
<link
rel=
"preconnect"
href=
"https://fonts.gstatic.com"
>
...
...
@@ -49,6 +50,7 @@
}
.profile
{
margin
:
50px
;
text-align
:
center
;
}
.profile
h3
{
margin-top
:
0px
;
...
...
@@ -102,9 +104,6 @@
background-color
:
#ff6f00
;
}
@media
only
screen
and
(
min-width
:
800px
)
{
.profile
{
text-align
:
center
;
}
.cards
{
display
:
flex
;
flex-direction
:
row
;
...
...
@@ -168,7 +167,7 @@
.backdrop
{
display
:
block
;
width
:
100%
;
height
:
3
50px
;
height
:
4
50px
;
background
:
url("{% static 'img/skulls/skulls/skulls.png' %}")
;
position
:
absolute
;
top
:
0px
;
...
...
@@ -181,7 +180,7 @@
height
:
0px
;
}
100
%
{
height
:
3
50px
;
height
:
4
50px
;
}
}
}
...
...
@@ -226,6 +225,10 @@
from
{
bottom
:
30px
;
opacity
:
1
;}
to
{
bottom
:
0
;
opacity
:
0
;}
}
.logo
{
height
:
100px
;
}
</style>
<script>
function
snackBar
()
{
...
...
@@ -249,6 +252,7 @@
<body
onload=
"snackBar() "
>
<div
id=
"snackbar"
></div>
<section
class=
"profile"
>
<img
class=
"logo"
src=
"{% static 'img/logo2.svg' %}"
></img>
<h3>
Welcome,
</h3>
<h1>
Professor {{user}}
</h1>
</section>
...
...
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