Commit 29b8ad38 authored by Samarth Joshi's avatar Samarth Joshi

Adding pariksha logo

parent 212225fc
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<!DOCTYPE html>
<html>
<head>
{% load static %}
<title>Pariksha | Login</title>
<style>
......@@ -206,7 +207,9 @@ p > input {
#login_btn {
margin-top: 20px;
}
.logo {
width: 100%;
}
</style>
</head>
<body>
......@@ -215,7 +218,7 @@ p > input {
<div class='window'>
<div class='overlay'></div>
<div class='content'>
<div class='welcome'>PARIKSHA</div>
<div class='welcome'><img class="logo" src="{% static 'img/logo3.svg' %}"></div>
<div class='subtitle'>Login with your credentials to enter a new world of Online quiz portal.</div>
<div class='input-fields'>
<form class='input-line full-width' method="post">
......
<!DOCTYPE html>
<html>
<head>
{% load static %}
<title>Pariksha | Sign Up</title>
<style>
......@@ -202,6 +203,9 @@ color: black;
}
}
.logo {
width: 100%;
}
</style>
</head>
<body>
......@@ -210,7 +214,7 @@ color: black;
<div class='window'>
<div class='overlay'></div>
<div class='content'>
<div class='welcome'>PARIKSHA</div>
<div class='welcome'><img class="logo" src="{% static 'img/logo3.svg' %}"></div>
<div class='subtitle'>New Users! Sign up first.</div>
<div class='input-fields'>
<form class='input-line full-width' method="post">
......
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