Commit 118a5df6 authored by Samarth Joshi's avatar Samarth Joshi

Adding pariksha logo

parent 3ea74ab4
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<head> <head>
{% load static %} {% load static %}
<title>Pariksha</title> <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> <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 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"> <link rel="preconnect" href="https://fonts.gstatic.com">
...@@ -49,6 +50,7 @@ ...@@ -49,6 +50,7 @@
} }
.profile { .profile {
margin: 50px; margin: 50px;
text-align: center;
} }
.profile h3 { .profile h3 {
margin-top: 0px; margin-top: 0px;
...@@ -102,9 +104,6 @@ ...@@ -102,9 +104,6 @@
background-color: #ff6f00; background-color: #ff6f00;
} }
@media only screen and (min-width: 800px) { @media only screen and (min-width: 800px) {
.profile {
text-align: center;
}
.cards { .cards {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
...@@ -168,7 +167,7 @@ ...@@ -168,7 +167,7 @@
.backdrop { .backdrop {
display: block; display: block;
width: 100%; width: 100%;
height: 350px; height: 450px;
background: url("{% static 'img/skulls/skulls/skulls.png' %}"); background: url("{% static 'img/skulls/skulls/skulls.png' %}");
position: absolute; position: absolute;
top:0px; top:0px;
...@@ -181,7 +180,7 @@ ...@@ -181,7 +180,7 @@
height: 0px; height: 0px;
} }
100% { 100% {
height: 350px; height: 450px;
} }
} }
} }
...@@ -226,6 +225,10 @@ ...@@ -226,6 +225,10 @@
from {bottom: 30px; opacity: 1;} from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;} to {bottom: 0; opacity: 0;}
} }
.logo {
height: 100px;
}
</style> </style>
<script> <script>
function snackBar() { function snackBar() {
...@@ -249,6 +252,7 @@ ...@@ -249,6 +252,7 @@
<body onload="snackBar() "> <body onload="snackBar() ">
<div id="snackbar"></div> <div id="snackbar"></div>
<section class="profile"> <section class="profile">
<img class="logo" src="{% static 'img/logo2.svg' %}"></img>
<h3>Welcome,</h3> <h3>Welcome,</h3>
<h1>Professor {{user}}</h1> <h1>Professor {{user}}</h1>
</section> </section>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment