Skip to content

Commit 599c795

Browse files
authored
Add files via upload
1 parent 43ac866 commit 599c795

File tree

8 files changed

+984
-0
lines changed

8 files changed

+984
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{% autoescape off %} {% load static %}
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
5+
<head>
6+
<meta charset="UTF-8">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9+
<script src="https://kit.fontawesome.com/7028828c4e.js" crossorigin="anonymous"></script>
10+
<title>Authentication Application ACTIVATION MAIL.</title>
11+
</head>
12+
13+
<body>
14+
</div>
15+
<center class="wrapper">
16+
<div class="webkit">
17+
<div class="heade">
18+
<p>Just one more step...</p>
19+
</div>
20+
<div class="main">
21+
<h2>Hi! {{ user.username }}</h2>
22+
<p>You just created a new account at Authentication App. All you have to do now is activate it :</p>
23+
</div>
24+
<div class="click">
25+
<a href="{{ domain }}{% url 'activate' uidb64=uid token=token %}">
26+
<button>Activate my account</button>
27+
</a>
28+
</div>
29+
<div class="reg">
30+
<p>If this link doesn't work copy this URL into browser : <a href="#">View URL</a></p>
31+
<p>Or else reply to this mail.</p>
32+
</div>
33+
</div>
34+
<div class="foot">
35+
<p>© 2024 Authentication Application. All rights reserved</p>
36+
<p>You received this mail because you signed up for Authentication Application.</p>
37+
<p>By SIDDHANT CHAUHAN, RAJKUMAR RATHI, AKSHAT PANDEJI</p>
38+
</div>
39+
</center>
40+
</body>
41+
42+
</html>
43+
{% endautoescape %}
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Account Verification</title>
7+
<link rel="stylesheet" href="style.css">
8+
</head>
9+
<body>
10+
<div class="confirmation-container">
11+
<h1>Verify Your Account</h1>
12+
<p>
13+
A verification email has been sent to the address you provided during account creation: <b>{{user_data.email}}</b>.
14+
<br>
15+
Please check your inbox (including spam folder) for an email from <b>3shield.cerberus@gmail.com</b>. Click the verification link provided in the email to activate your account.
16+
</p>
17+
<p>
18+
*Having trouble finding the email?*
19+
<br>
20+
- Check your spam folder.
21+
- Request a new verification email by clicking <a href="/login">here</a>.
22+
</p>
23+
</div>
24+
<style>
25+
body {
26+
font-family: sans-serif;
27+
margin: 0;
28+
display: flex;
29+
justify-content: center;
30+
align-items: center;
31+
min-height: 100vh;
32+
background: rgb(2,0,36);
33+
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(121,9,77,1) 65%, rgba(0,212,255,1) 100%);
34+
color: rgb(0, 0, 0);
35+
}
36+
37+
.confirmation-container {
38+
background-color: #fff;
39+
padding: 30px;
40+
border-radius: 5px;
41+
text-align: center;
42+
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
43+
}
44+
45+
.confirmation-container h1 {
46+
margin-bottom: 20px;
47+
font-size: 20px;
48+
}
49+
50+
.confirmation-container p {
51+
line-height: 1.5;
52+
}
53+
54+
.confirmation-container a {
55+
color: #333;
56+
text-decoration: none;
57+
}
58+
59+
.confirmation-container a:hover {
60+
text-decoration:underline;
61+
}
62+
</style>
63+
</body>
64+
</html>
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Get the Perfect Face Capture</title>
8+
<style>
9+
body {
10+
font-family: sans-serif;
11+
margin: 1.5rem;
12+
background: rgb(2,0,36);
13+
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,121,41,1) 65%, rgba(0,212,255,1) 100%);
14+
color: aliceblue;
15+
}
16+
h2 {
17+
text-align: center;
18+
margin-bottom: 1rem;
19+
}
20+
.tip {
21+
font-weight: bold;
22+
margin-bottom: 0.5rem;
23+
}
24+
25+
</style>
26+
</head>
27+
<body>
28+
<h2>No Face Detected</h2>
29+
<h2>Capture Tips for a Smooth Experience</h2>
30+
<p>
31+
To ensure your face is recognized perfectly, here are some quick tips to
32+
keep in mind while capturing your photo:
33+
</p>
34+
35+
<section>
36+
<h3>Lighting Matters!</h3>
37+
<p>
38+
Lighting can affect how clearly your face shows. Here's what to avoid:
39+
</p>
40+
<ul>
41+
<li class="tip">Dim lighting:** Makes your features hard to see.</li>
42+
<li class="tip">
43+
Harsh shadows:** Creates uneven lighting across your face.
44+
</li>
45+
<li class="tip">Backlight:** Makes your face appear dark.</li>
46+
</ul>
47+
<p>Aim for:</p>
48+
<ul>
49+
<li class="tip">
50+
Bright, even lighting:** Natural light from a window is ideal.
51+
</li>
52+
</ul>
53+
</section>
54+
<p>
55+
By following these simple tips, you'll get a clear face capture that works
56+
best with our application.
57+
</p>
58+
</body>
59+
</html>
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>User Not Authorized</title>
6+
<style>
7+
body {
8+
font-family: Arial, sans-serif;
9+
background-color: #e9f5f5; /* Light blue-gray background */
10+
color: #333;
11+
display: flex;
12+
justify-content: center;
13+
align-items: center;
14+
height: 100vh;
15+
margin: 0;
16+
}
17+
.container {
18+
text-align: center;
19+
background-color: #fff; /* White container background */
20+
padding: 40px;
21+
border-radius: 10px;
22+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
23+
}
24+
h1 {
25+
color: #ff6347;
26+
font-size: 36px;
27+
margin-bottom: 20px;
28+
}
29+
p {
30+
font-size: 24px;
31+
margin-top: 10px;
32+
color: #666;
33+
}
34+
</style>
35+
</head>
36+
<body>
37+
<div class="container">
38+
<h1>Access Denied</h1>
39+
<p>Sorry, you are not authorized to view this content.</p>
40+
</div>
41+
</body>
42+
</html>

0 commit comments

Comments
 (0)