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