-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy paths1.html
151 lines (121 loc) · 8.77 KB
/
s1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'/>
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js"></script>
<link rel="stylesheet" href="CSS/DeskloginStyle.css">
<link rel="stylesheet" href="CSS/DesksucessLoader.css">
<link rel="stylesheet" href="CSS/DeskloginForm.css">
<link rel="stylesheet" href="CSS/DeskregisterForm.css">
<link rel="stylesheet" href="CSS/Desklogout.css">
<link rel="stylesheet" href="CSS/DeskforgetPassword.css">
<link rel="stylesheet" href="CSS/loginStyle.css">
<link rel="stylesheet" href="CSS/sucessLoader.css">
<link rel="stylesheet" href="CSS/loginForm.css">
<link rel="stylesheet" href="CSS/registerForm.css">
<link rel="stylesheet" href="CSS/logout.css">
<link rel="stylesheet" href="CSS/forgetPassword.css">
<!-- <link rel="stylesheet" href="CSS/mobileStyleChanges.css"> -->
<link rel="icon" type="image/x-icon" href="https://firebasestorage.googleapis.com/v0/b/psswdmanager-68a29.appspot.com/o/OfficialFiles%2Fcypher.png?alt=media&token=73ba0b18-84a0-4dd1-8c3d-c9fae2b7ab31">
<title>Welcome to Cypher</title>
</head>
<body>
<div class="successLoaderContainer" id="successLoaderContainer">
<div class="darkbackground">
</div>
<div class="sucessLoader">
<div id="tiles">
</div>
<h1 id="title" class="centered">
In The Way to Respect Your
<span class="fancy">Privacy.</span>
</h1>
</div>
</div>
<div class="loginform" id="loginform">
<p class="loginTxt"> LOGIN </p>
<input type="email" class="usrEmailInp" id="usrEmailInp" placeholder="Username" autocomplete="off" autofocus spellcheck="false"><span class="usrEmailMask"></span>
<input type="password" class="usrPwdInp" id="usrPwdInp" placeholder="Password" autocomplete="off" spellcheck="false"><span class="usrPwdMask"></span>
<i class="fa-solid fa-down-long" id="pull_down"></i>
<p class="ErrorLog" id="ErrorLog"></p>
<button class="submitEntryCard" id="submitEntryCard">LOGIN</button>
<p class="forgot_password_login_page_link" id="forgot_password_login_page_link"> Forgot Password </p>
<div class="signin_with_google" id="signin_with_google"></div>
<div class="signin_with_github" id="signin_with_github"></div>
</div>
<div class="registerForm" id="registerForm">
<i class="fa-solid fa-up-long" id="pull_up"></i>
<p class="regTxt"> Register </p>
<input type="text" class="usrNameInpReg" id="usrNameInpReg" spellcheck="false" placeholder="Provide Username " autocomplete="off" spellcheck="false"><span class="usrNameMaskReg" ></span><i class="fa-solid fa-circle-check" id="validUser"></i>
<input type="email" class="usrEmailInpReg" id="usrEmailInpReg" placeholder="Provide Email Address" value="" autocomplete="off"spellcheck="false"> <span class="usrEmailMaskReg" ></span><i class="fa-solid fa-circle-check" id="validEmail"></i>
<input type="password" class="usrPwdInpReg " id="usrPwdInpReg" value = "" placeholder="Provide Password" autocomplete="off" spellcheck="false"><span class="usrPwdMaskReg" ></span><span class="passwordHideMask"></span><i class="fa-solid fa-wand-magic-sparkles" id="GenPwd"></i><ion-icon name="eye" id="SeePwd" class="hidden"></ion-icon>
<input type="password" class="usrPwdConfInpReg hidden" id="usrPwdConfInpReg" value = "" placeholder="Confirm Password" autocomplete="off" spellcheck="false"><span class="usrPwdConfMaskReg"></span><ion-icon name="eye" id="SeePwdConf" class="hidden"></ion-icon>
<p class="ErrorReg" id="ErrorReg"></p>
<button class="submitEntryCardReg" id="submitEntryCardReg">Register</button>
<div class="signin_with_google_reg" id="signin_with_google_reg"></div>
<div class="signin_with_github_reg" id="signin_with_github_reg"></div>
</div>
</div>
<div class="LogoutForm" id="LogoutForm">
<img class="round" id="profilePicData" loading="lazy"/>
<ion-icon name="enter" id="reEnter"></ion-icon>
<button class="submitEntryCardLogout" id="submitEntryCardLogout">Logout</button>
</div>
<div class="ForgetPasswordForm" id="ForgetPasswordForm">
<ion-icon name="enter" id="reLogin"></ion-icon>
<input type="text" class="otpInputUsername" id="otpInputUsername" spellcheck="false" placeholder="Enter Your Username" value=""><span class="otpInputUsernameMask" ></span>
<input type="text" class="otpInput" id="otpInput" spellcheck="false" placeholder="Enter OTP from email" ><span class="otpInputMask" id="otpInputMask"></span>
<input type="text" class="changePassword" id="changePassword" spellcheck="false" placeholder="Enter New Password" ><span class="changePasswordMask" ></span><i class="fa-solid fa-circle-check" id="validOTP"></i><i class="fa-solid fa-wand-magic-sparkles" id="GenPwdforPasswordChange"></i><ion-icon name="eye" id="SeePwdforPasswordChange" class="hidden"></ion-icon>
<p class="ErrorForgetPassword" id="ErrorForgetPassword"></p>
<button class="submitEntryCardForgetPassowrd" id="submitEntryCardForgetPassowrd" onclick="ValidateUsername()">Validate Username</button>
<p class="ForgetPasswordDec" id="ForgetPasswordDec"> Once you change password, you can't change for 7 Days!</p>
</div>
</div>
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg" class="blob1">
<!-- Define the linear gradient -->
<linearGradient id="linearGradientblob1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color: #ff4e50" />
<stop offset="100%" style="stop-color: #f9d423" />
</linearGradient>
<!-- Apply the linear gradient to the path -->
<path fill="url(#linearGradientblob1)" d="M42.2,-49.7C58.3,-36.9,77.4,-26.9,80.9,-13.3C84.5,0.3,72.5,17.6,57.9,24.5C43.3,31.4,26,27.7,13.9,27.6C1.7,27.4,-5.3,30.7,-13.4,30.5C-21.5,30.3,-30.7,26.7,-34,20.1C-37.3,13.5,-34.8,3.9,-37,-10.6C-39.3,-25,-46.3,-44.3,-41,-59C-35.6,-73.8,-17.8,-83.9,-2.4,-81.1C13.1,-78.3,26.2,-62.5,42.2,-49.7Z" transform="translate(100 100)" />
</svg>
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg" class="blob2">
<linearGradient id="linearGradientblob2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color: #b3ffab" />
<stop offset="100%" style="stop-color: #12fff7" />
</linearGradient>
<path fill="url(#linearGradientblob2)" d="M63.7,-27C68.7,-5.4,49.2,17.8,24.9,35.7C0.7,53.7,-28.4,66.4,-43.5,56.3C-58.6,46.2,-59.6,13.3,-50,-14.7C-40.4,-42.6,-20.2,-65.4,4.6,-66.9C29.4,-68.4,58.8,-48.5,63.7,-27Z" transform="translate(100 100)" />
</svg>
<p id="rightClickVouch"></p>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<script type="text/javascript">
(function(){
emailjs.init("g2F8kLL8Can5VtSZ1");
})();
</script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.2.0/crypto-js.min.js"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/firebase/7.14.1-0/firebase.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/firebase/7.14.1-0/firebase-firestore.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js"></script>
<script src="JS/PsswdManagerGeneral.js"></script>
<script src="JS/RegisterWithGitHub.js"></script>
<script src="JS/RegisterWithGoogle.js"></script>
<script src="JS/PsswdManagerloginRegister.js"></script>
<script src="JS/LoginWithGoogle.js"></script>
<script src="JS/LoginWithGithub.js"></script>
<script src="JS/successLoading.js"></script>
<script src="JS/forgetPassword.js"></script>
<script src="JS/LogoutHandle.js"></script>
<script src="JS/PatchContextMenu.js"></script>
<!-- <script src="JS/desktopCheker.js"></script> -->
</body>
</html>
<!--
email authentication like username!
forgot password feature
animation on login/register [CHECKED]-->