Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitesh2806 committed Jul 11, 2023
0 parents commit 4c22216
Show file tree
Hide file tree
Showing 481 changed files with 260,169 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Qyk9y_15bPyMGJEIjPVjuk8xYQTkZIF-aL-hk-HIhhs.jZEMHLNK000ngUE7HcClgcZZabsPgBGhEs7DZqgj5eY
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_RDfG_1489voID9A5hkOlqqu1wJdrwfCbF4TP1gMrIE.jZEMHLNK000ngUE7HcClgcZZabsPgBGhEs7DZqgj5eY
85 changes: 85 additions & 0 deletions 404.shtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
<!DOCTYPE html>
<html>
<head>
<title>File Not Found</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
body {
background-color: #eee;
}

body, h1, p {
font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: normal;
margin: 0;
padding: 0;
text-align: center;
}

.container {
margin-left: auto;
margin-right: auto;
margin-top: 177px;
max-width: 1170px;
padding-right: 15px;
padding-left: 15px;
}

.row:before, .row:after {
display: table;
content: " ";
}

.col-md-6 {
width: 50%;
}

.col-md-push-3 {
margin-left: 25%;
}

h1 {
font-size: 48px;
font-weight: 300;
margin: 0 0 20px 0;
}

.lead {
font-size: 21px;
font-weight: 200;
margin-bottom: 20px;
}

p {
margin: 0 0 10px;
}

a {
color: #3282e6;
text-decoration: none;
}
</style>
</head>

<body>
<div class="container text-center" id="error">
<svg height="100" width="100">
<polygon points="50,25 17,80 82,80" stroke-linejoin="round" style="fill:none;stroke:#ff8a00;stroke-width:8" />
<text x="42" y="74" fill="#ff8a00" font-family="sans-serif" font-weight="900" font-size="42px">!</text>
</svg>
<div class="row">
<div class="col-md-12">
<div class="main-icon text-warning"><span class="uxicon uxicon-alert"></span></div>
<h1>File not found (404 error)</h1>
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-push-3">
<p class="lead">If you think what you're looking for should be here, please contact the site owner.</p>
</div>
</div>
</div>

</body>
</html>
117 changes: 117 additions & 0 deletions assets/css/auth.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
* {
box-sizing: border-box;
}

body {
font-family: sans-serif;
height: 100vh;
margin: 10px;

}

header {
display: none;
}

.box {
background-color: rgba(0, 0, 0, 0.8);
border-radius: 10px;
box-shadow: 0 15px 25px rgba(0, 0, 0, 0.8);
margin: auto 0;
padding: 40px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width:80%;

}

.box h2 {
margin: 0 0 30px 0;
padding: 0;
color: violet;
text-align: center;
}

.box .inputBox label {
color: #fff;
}

.box .inputBox input {
background: transparent;
border: none;
border-bottom: 1px solid #fff;
color: #fff;
font-size: 18px;
letter-spacing: 2px;
margin-top = 30px;''
outline: none;
padding: 10px 10px;
width: 100%;


}



.suggestions{
width: 100%;
margin-bottom: 40px;
margin-right: 90px;
color: black;

}

.box input[type="submit"], .box button[type="submit"], a.button {
font-family: sans-serif;
background: #03a9f4;
font-size: 11px;
border: none;
border-radius: 5px;
color: #fff;
cursor: pointer;
font-weight: 600;
padding: 10px 20px;
letter-spacing: 2px;
outline: none;
text-transform: uppercase;
text-decoration: none;
margin: 2px 10px 2px 0;
display: inline-block;



}

.box input[type="submit"]:hover, .box button[type="submit"]:hover, a.button:hover {
opacity: 0.8;
}


@media (max-width: 370px){
.box{
display: block;
justify-content: center;
align-items: center;

width: 80%;

/* margin-right: 16px; */
}
}
@media (max-width: 600px){
.box{
display: block;
justify-content: center;
align-items: center;

width: 80%;

/* margin-right: 16px; */
}
}

#suggestion{
height:40px;
}
Binary file added assets/css/cell.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/css/ecell.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/css/ecellthankyou.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4c22216

Please sign in to comment.