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

Adding pariksha logo

parent 3ea74ab4
......@@ -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: 350px;
height: 450px;
background: url("{% static 'img/skulls/skulls/skulls.png' %}");
position: absolute;
top:0px;
......@@ -181,7 +180,7 @@
height: 0px;
}
100% {
height: 350px;
height: 450px;
}
}
}
......@@ -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>
......
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