Initial commit

This commit is contained in:
sairaj mote 2022-11-30 03:32:50 +05:30
commit 45b010aaf1
10 changed files with 6294 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# certifier

2
components.js Normal file

File diff suppressed because one or more lines are too long

61
css/main.css Normal file
View File

@ -0,0 +1,61 @@
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "Times New Roman", Times, serif;
}
:root {
font-size: clamp(16px, 1.2vmax, 40px);
}
body {
--accent-color: #2752ca;
--text-color: 17, 17, 17;
--text-color-light: 85, 85, 85;
--foreground-color: 255, 255, 255;
--background-color: rgba(var(--foreground-color), 1);
--dark-shade: #f4f4f4;
--error-color: #e53935;
--hue: 255;
--saturation: 61%;
--lightness: 39%;
color: rgba(var(--text-color), 1);
background-size: cover;
}
body[data-theme=dark] {
--accent-color: #4d74e0;
--text-color: 238, 238, 238;
--text-color-light: 170, 170, 170;
--foreground-color: 26, 26, 26;
--background-color: #111;
--dark-shade: #222;
--hue: 255;
--saturation: 39%;
--lightness: 70%;
background-color: var(--background-color);
}
a {
font-weight: 500;
text-decoration: none;
color: var(--accent-color);
}
#main {
display: grid;
grid-template-columns: 1fr 24rem;
}
#details {
align-content: flex-start;
padding: 1.5rem;
display: grid;
gap: 1rem;
}
#cert_sec {
padding: 1.5rem;
font-family: "intern";
}

1
css/main.min.css vendored Normal file
View File

@ -0,0 +1 @@
*{padding:0;margin:0;box-sizing:border-box;font-family:"Times New Roman",Times,serif}:root{font-size:clamp(16px,1.2vmax,40px)}body{--accent-color: #2752ca;--text-color: 17, 17, 17;--text-color-light: 85, 85, 85;--foreground-color: 255, 255, 255;--background-color: rgba(var(--foreground-color), 1);--dark-shade: #f4f4f4;--error-color: #e53935;--hue: 255;--saturation: 61%;--lightness: 39%;color:rgba(var(--text-color), 1);background-size:cover}body[data-theme=dark]{--accent-color: #4d74e0;--text-color: 238, 238, 238;--text-color-light: 170, 170, 170;--foreground-color: 26, 26, 26;--background-color: #111;--dark-shade: #222;--hue: 255;--saturation: 39%;--lightness: 70%;background-color:var(--background-color)}a{font-weight:500;text-decoration:none;color:var(--accent-color)}#main{display:grid;grid-template-columns:1fr 24rem}#details{align-content:flex-start;padding:1.5rem;display:grid;gap:1rem}#cert_sec{padding:1.5rem;font-family:"intern"}

55
css/main.scss Normal file
View File

@ -0,0 +1,55 @@
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "Times New Roman", Times, serif;
}
:root {
font-size: clamp(16px, 1.2vmax, 40px);
}
body {
--accent-color: #2752ca;
--text-color: 17, 17, 17;
--text-color-light: 85, 85, 85;
--foreground-color: 255, 255, 255;
--background-color: rgba(var(--foreground-color), 1);
--dark-shade: #f4f4f4;
--error-color: #e53935;
--hue: 255;
--saturation: 61%;
--lightness: 39%;
color: rgba(var(--text-color), 1);
background-size: cover;
}
body[data-theme="dark"] {
--accent-color: #4d74e0;
--text-color: 238, 238, 238;
--text-color-light: 170, 170, 170;
--foreground-color: 26, 26, 26;
--background-color: #111;
--dark-shade: #222;
--hue: 255;
--saturation: 39%;
--lightness: 70%;
background-color: var(--background-color);
}
a {
font-weight: 500;
text-decoration: none;
color: var(--accent-color);
}
#main {
display: grid;
grid-template-columns: 1fr 24rem;
}
#details {
align-content: flex-start;
padding: 1.5rem;
display: grid;
gap: 1rem;
}
#cert_sec {
padding: 1.5rem;
font-family: "intern";
}

215
index.html Normal file

File diff suppressed because one or more lines are too long

2
qrcode-svg.min.js vendored Normal file

File diff suppressed because one or more lines are too long

5
rm-icon.svg Normal file
View File

@ -0,0 +1,5 @@
<svg class="icon rm-logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path
d="M20.46,21.32C20,19.78,18.6,18.59,15.3,17a12.67,12.67,0,0,1-2.64-1.56,4.27,4.27,0,0,1-.79-1,2.6,2.6,0,0,1,0-1.41c.24-.68.49-1,2.43-2.85a7.18,7.18,0,0,0,2.09-2.92,4.25,4.25,0,0,0,0-1.77,6.52,6.52,0,0,0-2.85-3.11c-.56-.36-.81-.4-.81-.15a2.33,2.33,0,0,1-.18.45L12.4,3l-.53-.36c-.28-.21-.64-.41-.77-.49s-.46-.11-.46,0a6.21,6.21,0,0,1-.37.83s-.08,0-.17-.08c-1.15-.83-1.64-1-1.64-.73A7.33,7.33,0,0,1,7.7,3.65C6.48,5.68,5.24,6.7,4,6.7c-.56,0-.54,0-.37.64s.2.58.68.43a3.37,3.37,0,0,0,1.09-.54.86.86,0,0,1,.3-.17,1.34,1.34,0,0,1,.13.39.79.79,0,0,0,.17.4A3.5,3.5,0,0,0,7.37,7.3L7.8,7l.09.34c.12.45.19.51.62.39a4.25,4.25,0,0,0,2.17-1.54l.38-.45,0,.39A5.92,5.92,0,0,1,8.89,9.54L7.67,10.71c-2,1.93-1.89,3.51.37,5a27.41,27.41,0,0,0,2.89,1.51c.17.07.62.32,1,.54C14,19,15,20.23,15,21.48a2,2,0,0,0,0,.49h0c0,.05,0,.05.56-.1a1.89,1.89,0,0,0,.53-.21,2.41,2.41,0,0,0-.34-1.15,7.05,7.05,0,0,0-1.68-1.77,21.91,21.91,0,0,0-3.2-1.83A9.53,9.53,0,0,1,8.16,15.2a2.18,2.18,0,0,1-.74-1.55C7.42,12.79,7.86,12,9,11c1.77-1.64,2.45-2.45,2.92-3.55a2.28,2.28,0,0,0,.26-1.26A2,2,0,0,0,12,5.06l-.2-.45L12,4.3l.28-.49.09-.18L12.6,4a3.69,3.69,0,0,1,.61,1.76A3.47,3.47,0,0,1,12.94,7l-.09.25s-.21.37-.41.69A17.78,17.78,0,0,1,9.91,10.6c-1.07,1-1.43,1.62-1.47,2.47a2.05,2.05,0,0,0,.7,1.73,10.47,10.47,0,0,0,3.28,2.08c2.28,1.13,3.26,1.81,4,2.73a2.94,2.94,0,0,1,.74,1.75,1.26,1.26,0,0,0,.09.57.48.48,0,0,0,.26,0l.51-.13.29-.08,0-.28c-.13-1-1-2-2.47-3a25.52,25.52,0,0,0-3.26-1.77,8.59,8.59,0,0,1-2.23-1.43,2.09,2.09,0,0,1-.5-2.62c.26-.53.5-.83,2.35-2.6,1.51-1.45,2.15-2.58,2.15-3.79A3.67,3.67,0,0,0,13,3.48a3,3,0,0,1-.4-.42A1.85,1.85,0,0,1,13,2.33a6.74,6.74,0,0,1,1.83,1.73,2.62,2.62,0,0,1,.47,1.68,3,3,0,0,1-.55,1.84c-.45.78-.79,1.14-2.67,2.93a5.56,5.56,0,0,0-1.3,1.64,1.77,1.77,0,0,0-.21,1,1.76,1.76,0,0,0,.19.92,6.28,6.28,0,0,0,2.9,2.34,21.6,21.6,0,0,1,3.66,2c1.35,1,2,2,2,3a1.06,1.06,0,0,0,.05.47,2.83,2.83,0,0,0,1-.24C20.56,21.68,20.56,21.66,20.46,21.32ZM7.29,6.4h0a2.23,2.23,0,0,1-.9.28L6,6.72l.43-.53a15.22,15.22,0,0,0,1.89-3,3.52,3.52,0,0,1,.38-.67c.07-.08.49.2,1,.64l.39.35L9.66,4A6.7,6.7,0,0,1,7.29,6.4Zm3.58-1.11A5.8,5.8,0,0,1,9.25,6.51h0a3.3,3.3,0,0,1-.74.17l-.35,0,.39-.49a15.64,15.64,0,0,0,1.32-2,4.63,4.63,0,0,1,.28-.49c.06-.08.33.26.57.77l.28.57Zm1-1.4a1.63,1.63,0,0,1-.28.4A6.63,6.63,0,0,1,11,3.72l-.53-.56.12-.29c.2-.49.24-.51.64-.19a5.57,5.57,0,0,1,.85.78A2.78,2.78,0,0,1,11.87,3.89Z">
</path>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

5949
svg2pdf.js Normal file

File diff suppressed because it is too large Load Diff