Commit dabce1db authored by Samarth Joshi's avatar Samarth Joshi

Adding favicon

parent a835b3f5
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
viewBox="0 0 4.2333332 4.2333335"
version="1.1"
id="svg1434"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
sodipodi:docname="favicon.svg">
<defs
id="defs1428">
<filter
inkscape:label="Flex Metal"
inkscape:menu="Materials"
inkscape:menu-tooltip="Bright, polished uneven metal casting, colorizable"
height="1.5"
y="-0.25"
width="1.5"
x="-0.25"
style="color-interpolation-filters:sRGB;"
id="filter2193">
<feGaussianBlur
stdDeviation="5"
result="result8"
id="feGaussianBlur2177" />
<feTurbulence
seed="25"
result="result7"
type="turbulence"
numOctaves="2"
baseFrequency="0.03"
id="feTurbulence2179" />
<feComposite
in2="result8"
result="result6"
operator="in"
in="result8"
id="feComposite2181" />
<feDisplacementMap
in="result7"
in2="result6"
xChannelSelector="A"
yChannelSelector="A"
scale="120"
result="result4"
id="feDisplacementMap2183" />
<feComposite
in2="result4"
result="result2"
operator="arithmetic"
in="SourceGraphic"
k1="2"
k3="2.5"
k2="0.25"
id="feComposite2185" />
<feComposite
result="fbSourceGraphic"
in="result2"
operator="in"
in2="SourceGraphic"
id="feComposite2187" />
<feBlend
mode="screen"
in2="fbSourceGraphic"
result="result91"
id="feBlend2189" />
<feBlend
mode="multiply"
in2="result91"
id="feBlend2191" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.490058"
inkscape:cx="21.553218"
inkscape:cy="1.3941629"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="true"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid2001" />
</sodipodi:namedview>
<metadata
id="metadata1431">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<circle
style="fill:#3737c8;stroke-width:0;filter:url(#filter2193)"
id="path1999"
cx="2.1166666"
cy="2.1166666"
r="2.1166666" />
<path
id="path72"
style="mix-blend-mode:normal;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.013656px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 3.1820763,1.1791996 c 0.081832,0.034307 -0.8539578,-0.00524 -2.19097657,0.010221 L 0.96850695,1.5772907 H 1.2171409 c 0,0 -0.011301,0.438919 0,0.5716156 0.011301,0.1326964 0.045195,0.275596 0.1695169,0.398085 0.1243215,0.1224893 0.3729814,0.2756152 0.6555303,0.2552005 0.2825492,-0.020415 0.3616547,-0.1020753 0.3616547,-0.1020753 v 0.7043104 l 0.4859853,-2e-7 -0.033902,-1.8373514 0.3261511,0.02043 z M 1.6805057,1.5875 H 2.38125 v 0.6736903 c 0,0 -0.079133,0.081643 -0.2486622,0.1122647 C 1.9630584,2.4040766 1.850058,2.3836759 1.7483404,2.23057 1.6466225,2.0774589 1.6692228,1.8120546 1.6692228,1.8120546 Z"
sodipodi:nodetypes="ccccssscccccccccsscc" />
</g>
</svg>
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<head> <head>
{% load static %} {% load static %}
<title>Pariksha | Quiz</title> <title>Pariksha | Quiz</title>
<link rel="shortcut icon" href="{% static 'img/favicon.svg' %}" />
<script src="{% static 'js/script.js' %}"></script> <script src="{% static 'js/script.js' %}"></script>
<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">
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
{% load static %} {% load static %}
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Pariksha | Quiz dashboard</title> <title>Pariksha | Quiz dashboard</title>
<link rel="shortcut icon" href="{% static 'img/favicon.svg' %}" />
<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">
<style> <style>
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<title>Pariksha | Quiz Logs</title> <title>Pariksha | Quiz Logs</title>
<link rel="shortcut icon" href="{% static 'img/favicon.svg' %}" />
{% load static %} {% load static %}
<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="stylesheet" type="text/css" href="{% static 'assets/DataTables/datatables.min.css' %}"/> <link rel="stylesheet" type="text/css" href="{% static 'assets/DataTables/datatables.min.css' %}"/>
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<head> <head>
{% load static %} {% load static %}
<title>Pariksha | Monitor Quiz</title> <title>Pariksha | Monitor Quiz</title>
<link rel="shortcut icon" href="{% static 'img/favicon.svg' %}" />
<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">
<style> <style>
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<head> <head>
{% load static %} {% load static %}
<title>Pariksha | ALL Quizzes</title> <title>Pariksha | ALL Quizzes</title>
<link rel="shortcut icon" href="{% static 'img/favicon.svg' %}" />
<script> <script>
function start_quiz(x) { function start_quiz(x) {
window.open("/quiz/?q="+x, "_blank", "fullscreen=yes"); window.open("/quiz/?q="+x, "_blank", "fullscreen=yes");
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<head> <head>
{% load static %} {% load static %}
<title>Pariksha</title> <title>Pariksha</title>
<link rel="shortcut icon" href="{% static 'img/favicon.svg' %}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <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">
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Title</title> <title>Title</title>
<link rel="shortcut icon" href="{% static 'img/favicon.svg' %}" />
</head> </head>
<body> <body>
<table > <table >
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<head> <head>
{% load static %} {% load static %}
<title>Pariksha | Create Quiz</title> <title>Pariksha | Create Quiz</title>
<link rel="shortcut icon" href="{% static 'img/favicon.svg' %}" />
<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 href="{% static 'css/quiz_attempt_page.css' %}" rel="stylesheet"> <link href="{% static 'css/quiz_attempt_page.css' %}" rel="stylesheet">
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<head> <head>
{% load static %} {% load static %}
<title>Pariksha | Login</title> <title>Pariksha | Login</title>
<link rel="shortcut icon" href="{% static 'img/favicon.svg' %}" />
<style> <style>
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500); @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500);
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<head> <head>
{% load static %} {% load static %}
<title>Pariksha | Sign Up</title> <title>Pariksha | Sign Up</title>
<link rel="shortcut icon" href="{% static 'img/favicon.svg' %}" />
<style> <style>
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500); @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500);
......
<!DOCTYPE html> <!DOCTYPE html>
<head> <head>
<title>Result Page</title> <title>Result Page</title>
<link rel="shortcut icon" href="{% static 'img/favicon.svg' %}" />
</head> </head>
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<head> <head>
{% load static %} {% load static %}
<title>Pariksha</title> <title>Pariksha</title>
<link rel="shortcut icon" href="{% static 'img/favicon.svg' %}" />
<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">
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<head> <head>
{% load static %} {% load static %}
<title>Pariksha | My Quizzes</title> <title>Pariksha | My Quizzes</title>
<link rel="shortcut icon" href="{% static 'img/favicon.svg' %}" />
<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="stylesheet" type="text/css" href="{% static 'assets/DataTables/datatables.min.css' %}"/> <link rel="stylesheet" type="text/css" href="{% static 'assets/DataTables/datatables.min.css' %}"/>
<script type="text/javascript" src="{% static 'assets/DataTables/datatables.min.js' %}"></script> <script type="text/javascript" src="{% static 'assets/DataTables/datatables.min.js' %}"></script>
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<head> <head>
<title>Pariksha | My Submission</title> <title>Pariksha | My Submission</title>
{% load static %} {% load static %}
<link rel="shortcut icon" href="{% static 'img/favicon.svg' %}" />
<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 href="https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap" rel="stylesheet">
......
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