mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-28 15:39:49 -04:00
signup for influencers
This commit is contained in:
parent
1ce0f5d7d2
commit
4c1645c8b9
281
css/login.css
281
css/login.css
|
@ -1,89 +1,230 @@
|
|||
body{
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
background-color: rgb(0,0,0);
|
||||
background-color: rgb(0, 0, 4);
|
||||
color: "white";
|
||||
text-align: right;
|
||||
margin: 20px 0px 20px 0px;
|
||||
element.style{
|
||||
background-image: "./css/res/inverse_branch.svg";
|
||||
}
|
||||
container{
|
||||
width:100%;
|
||||
height:100%;
|
||||
background-color: rgb(255,255,255,0.5);
|
||||
display:block;
|
||||
background-image: "./css/res/inverse_branch.svg";
|
||||
}
|
||||
h1
|
||||
{
|
||||
|
||||
}
|
||||
wrap-login100 {
|
||||
width: 390px;
|
||||
background: transparent;
|
||||
}
|
||||
.login100-form {
|
||||
width: 100%;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.login100-form-title {
|
||||
font-family: Montserrat-ExtraBold;
|
||||
font-size: 24px;
|
||||
color: #fff;
|
||||
line-height: 1.2;
|
||||
text-align: center;
|
||||
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
.limiter {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
@media (max-width: 576px) {
|
||||
.wrap-login100 {
|
||||
padding-top: 80px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
}
|
||||
/*---------------------------------------------*/
|
||||
.login100-form-avatar {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.login100-form-avatar img {
|
||||
width: 100%;
|
||||
}
|
||||
.login100-form-avatar {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.login100-form-avatar img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
p{
|
||||
font-size:12px;
|
||||
text-decoration: none;
|
||||
color:#ffffff;
|
||||
|
||||
/*---------------------------------------------*/
|
||||
.wrap-input100 {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size:1.5em;
|
||||
color:#fff;
|
||||
.input100 {
|
||||
font-family: Montserrat-Bold;
|
||||
font-size: 15px;
|
||||
line-height: 1.2;
|
||||
color: #333333;
|
||||
|
||||
display: block;
|
||||
width: 100%;
|
||||
background: #fff;
|
||||
height: 50px;
|
||||
border-radius: 25px;
|
||||
padding: 0 30px 0 53px;
|
||||
}
|
||||
|
||||
.email{
|
||||
background:#ecf0f1;
|
||||
border: #212529 1px solid;
|
||||
border-bottom: #ccc 2px solid;
|
||||
padding: 8px;
|
||||
color:#AAAAAA;
|
||||
margin-top:10px;
|
||||
font-size:1em;
|
||||
border-radius:4px;
|
||||
|
||||
/*------------------------------------------------------------------
|
||||
[ Focus ]*/
|
||||
.focus-input100 {
|
||||
display: block;
|
||||
position: absolute;
|
||||
border-radius: 25px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
box-shadow: 0px 0px 0px 0px;
|
||||
color: rgba(0,91,234, 0.6);
|
||||
}
|
||||
|
||||
.password{
|
||||
border-radius:4px;
|
||||
background:#ecf0f1;
|
||||
border: #ccc 1px solid;
|
||||
padding: 8px;
|
||||
width:250px;
|
||||
font-size:1em;
|
||||
.input100:focus + .focus-input100 {
|
||||
-webkit-animation: anim-shadow 0.5s ease-in-out forwards;
|
||||
animation: anim-shadow 0.5s ease-in-out forwards;
|
||||
}
|
||||
|
||||
.btn{
|
||||
background:#2ecc71;
|
||||
width:125px;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
color:white;
|
||||
border-radius:4px;
|
||||
border: #27ae60 1px solid;
|
||||
|
||||
margin-top:20px;
|
||||
margin-bottom:20px;
|
||||
float:left;
|
||||
margin-left:16px;
|
||||
font-weight:800;
|
||||
font-size:0.8em;
|
||||
@-webkit-keyframes anim-shadow {
|
||||
to {
|
||||
box-shadow: 0px 0px 80px 30px;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.btn:hover{
|
||||
background:#2CC06B;
|
||||
@keyframes anim-shadow {
|
||||
to {
|
||||
box-shadow: 0px 0px 80px 30px;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#btn2{
|
||||
float:left;
|
||||
background:#3498db;
|
||||
width:125px; padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
color:white;
|
||||
border-radius:4px;
|
||||
border: #2980b9 1px solid;
|
||||
.symbol-input100 {
|
||||
font-size: 15px;
|
||||
color: #999999;
|
||||
|
||||
margin-top:20px;
|
||||
margin-bottom:20px;
|
||||
margin-left:10px;
|
||||
font-weight:800;
|
||||
font-size:0.8em;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
border-radius: 25px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding-left: 30px;
|
||||
pointer-events: none;
|
||||
|
||||
-webkit-transition: all 0.4s;
|
||||
-o-transition: all 0.4s;
|
||||
-moz-transition: all 0.4s;
|
||||
transition: all 0.4s;
|
||||
}
|
||||
|
||||
#btn2:hover{
|
||||
background:#3594D2;
|
||||
.input100:focus + .focus-input100 + .symbol-input100 {
|
||||
color: #00c6fb;
|
||||
padding-left: 23px;
|
||||
}
|
||||
.brancher{
|
||||
background-image: ".css/res/inverse_branch.svg";
|
||||
background-filter: blur(6px);
|
||||
-webkit-filter:blur(6px);
|
||||
background-repeat:no-repeat;
|
||||
background-position:center;
|
||||
background-size:cover;
|
||||
height:100%
|
||||
|
||||
|
||||
/*------------------------------------------------------------------
|
||||
[ Button ]*/
|
||||
.container-login100-form-btn {
|
||||
width: 100%;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.login100-form-btn {
|
||||
font-family: Montserrat-Bold;
|
||||
font-size: 15px;
|
||||
line-height: 1.5;
|
||||
color: #e0e0e0;
|
||||
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
border-radius: 25px;
|
||||
background: #333333;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 0 25px;
|
||||
|
||||
-webkit-transition: all 0.4s;
|
||||
-o-transition: all 0.4s;
|
||||
-moz-transition: all 0.4s;
|
||||
transition: all 0.4s;
|
||||
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.login100-form-btn::before {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 25px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: #005bea;
|
||||
background: -webkit-linear-gradient(left, #005bea, #00c6fb);
|
||||
background: -o-linear-gradient(left, #005bea, #00c6fb);
|
||||
background: -moz-linear-gradient(left, #005bea, #00c6fb);
|
||||
background: linear-gradient(left, #005bea, #00c6fb);
|
||||
-webkit-transition: all 0.4s;
|
||||
-o-transition: all 0.4s;
|
||||
-moz-transition: all 0.4s;
|
||||
transition: all 0.4s;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.login100-form-btn:hover {
|
||||
background: transparent;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.login100-form-btn:hover:before {
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
211
css/signup.css
Normal file
211
css/signup.css
Normal file
|
@ -0,0 +1,211 @@
|
|||
@font-face {
|
||||
font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
* {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box; }
|
||||
|
||||
body {
|
||||
font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
color: #fff;
|
||||
font-size: 13px;
|
||||
margin: 0; }
|
||||
|
||||
input, textarea, select, button {
|
||||
font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
color: #070707;
|
||||
font-size: 13px; }
|
||||
|
||||
p, h1, h2, h3, h4, h5, h6, ul {
|
||||
margin: 0; }
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: 0;
|
||||
margin-bottom: 0; }
|
||||
|
||||
a:hover {
|
||||
text-decoration: none; }
|
||||
|
||||
:focus {
|
||||
outline: none; }
|
||||
|
||||
.wrapper {
|
||||
min-height: 100vh;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
display: flex;
|
||||
align-items: center; }
|
||||
|
||||
.inner {
|
||||
padding: 20px;
|
||||
background: #070707;
|
||||
max-width: 850px;
|
||||
margin: auto;
|
||||
display: flex; }
|
||||
.inner .image-holder {
|
||||
width: 50%; }
|
||||
.inner form {
|
||||
width: 200%;
|
||||
padding-top: 36px;
|
||||
padding-left: 45px;
|
||||
padding-right: 45px; }
|
||||
.inner h3 {
|
||||
text-transform: uppercase;
|
||||
font-size: 25px;
|
||||
font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
text-align: center;
|
||||
margin-bottom: 28px; }
|
||||
|
||||
.form-group {
|
||||
display: flex; }
|
||||
.form-group input {
|
||||
width: 50%; }
|
||||
.form-group input:first-child {
|
||||
margin-right: 25px; }
|
||||
|
||||
.form-wrapper {
|
||||
position: relative; }
|
||||
.form-wrapper i {
|
||||
position: absolute;
|
||||
bottom: 9px;
|
||||
right: 0; }
|
||||
|
||||
.form-control {
|
||||
border: 1px solid #333;
|
||||
border-top: none;
|
||||
border-right: none;
|
||||
border-left: none;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
padding: 0;
|
||||
margin-bottom: 25px; }
|
||||
.form-control::-webkit-input-placeholder {
|
||||
font-size: 13px;
|
||||
color: #070707;
|
||||
font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
.form-control::-moz-placeholder {
|
||||
font-size: 13px;
|
||||
color: #070707;
|
||||
font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
.form-control:-ms-input-placeholder {
|
||||
font-size: 13px;
|
||||
color: #070707;
|
||||
font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
.form-control:-moz-placeholder {
|
||||
font-size: 13px;
|
||||
color: #070707;
|
||||
font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
|
||||
select {
|
||||
-moz-appearance: none;
|
||||
-webkit-appearance: none;
|
||||
cursor: pointer;
|
||||
padding-left: 20px; }
|
||||
select option[value=""][disabled] {
|
||||
display: none; }
|
||||
|
||||
button {
|
||||
border: none;
|
||||
width: 164px;
|
||||
height: 51px;
|
||||
margin: auto;
|
||||
margin-top: 40px;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0;
|
||||
background: #fff;
|
||||
font-size: 15px;
|
||||
color: #070707;
|
||||
vertical-align: middle;
|
||||
-webkit-transform: perspective(1px) translateZ(0);
|
||||
transform: perspective(1px) translateZ(0);
|
||||
-webkit-transition-duration: 0.3s;
|
||||
transition-duration: 0.3s; }
|
||||
button i {
|
||||
margin-left: 10px;
|
||||
-webkit-transform: translateZ(0);
|
||||
transform: translateZ(0); }
|
||||
button:hover i, button:focus i, button:active i {
|
||||
-webkit-animation-name: hvr-icon-wobble-horizontal;
|
||||
animation-name: hvr-icon-wobble-horizontal;
|
||||
-webkit-animation-duration: 1s;
|
||||
animation-duration: 1s;
|
||||
-webkit-animation-timing-function: ease-in-out;
|
||||
animation-timing-function: ease-in-out;
|
||||
-webkit-animation-iteration-count: 1;
|
||||
animation-iteration-count: 1; }
|
||||
|
||||
@-webkit-keyframes hvr-icon-wobble-horizontal {
|
||||
16.65% {
|
||||
-webkit-transform: translateX(6px);
|
||||
transform: translateX(6px); }
|
||||
33.3% {
|
||||
-webkit-transform: translateX(-5px);
|
||||
transform: translateX(-5px); }
|
||||
49.95% {
|
||||
-webkit-transform: translateX(4px);
|
||||
transform: translateX(4px); }
|
||||
66.6% {
|
||||
-webkit-transform: translateX(-2px);
|
||||
transform: translateX(-2px); }
|
||||
83.25% {
|
||||
-webkit-transform: translateX(1px);
|
||||
transform: translateX(1px); }
|
||||
100% {
|
||||
-webkit-transform: translateX(0);
|
||||
transform: translateX(0); } }
|
||||
@keyframes hvr-icon-wobble-horizontal {
|
||||
16.65% {
|
||||
-webkit-transform: translateX(6px);
|
||||
transform: translateX(6px); }
|
||||
33.3% {
|
||||
-webkit-transform: translateX(-5px);
|
||||
transform: translateX(-5px); }
|
||||
49.95% {
|
||||
-webkit-transform: translateX(4px);
|
||||
transform: translateX(4px); }
|
||||
66.6% {
|
||||
-webkit-transform: translateX(-2px);
|
||||
transform: translateX(-2px); }
|
||||
83.25% {
|
||||
-webkit-transform: translateX(1px);
|
||||
transform: translateX(1px); }
|
||||
100% {
|
||||
-webkit-transform: translateX(0);
|
||||
transform: translateX(0); } }
|
||||
@media (max-width: 1199px) {
|
||||
.wrapper {
|
||||
background-position: right center; } }
|
||||
@media (max-width: 991px) {
|
||||
.inner form {
|
||||
padding-top: 10px;
|
||||
padding-left: 30px;
|
||||
padding-right: 30px; } }
|
||||
@media (max-width: 767px) {
|
||||
.inner {
|
||||
display: block; }
|
||||
.inner .image-holder {
|
||||
width: 100%; }
|
||||
.inner form {
|
||||
width: 200%;
|
||||
padding: 40px 0 30px; }
|
||||
|
||||
button {
|
||||
margin-top: 60px; } }
|
||||
|
||||
/*# sourceMappingURL=signup.css.map */
|
243
css/signup.scss
Normal file
243
css/signup.scss
Normal file
|
@ -0,0 +1,243 @@
|
|||
@font-face {
|
||||
font-family: "Poppins-Regular";
|
||||
src: url('../fonts/poppins/Poppins-Regular.ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Poppins-SemiBold";
|
||||
src: url('../fonts/poppins/Poppins-SemiBold.ttf');
|
||||
}
|
||||
* {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
font-family: "Poppins-Regular";
|
||||
color: #333;
|
||||
font-size: 13px;
|
||||
margin: 0;
|
||||
}
|
||||
input, textarea, select, button {
|
||||
font-family: "Poppins-Regular";
|
||||
color: #333;
|
||||
font-size: 13px;
|
||||
}
|
||||
p, h1, h2, h3, h4, h5, h6, ul {
|
||||
margin: 0;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
ul {
|
||||
padding-left: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
:focus {
|
||||
outline: none;
|
||||
}
|
||||
.wrapper {
|
||||
min-height: 100vh;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.inner {
|
||||
padding: 20px;
|
||||
background: #fff;
|
||||
max-width: 850px;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
.image-holder {
|
||||
width: 50%;
|
||||
}
|
||||
form {
|
||||
width: 50%;
|
||||
padding-top: 36px;
|
||||
padding-left: 45px;
|
||||
padding-right: 45px;
|
||||
}
|
||||
h3 {
|
||||
text-transform: uppercase;
|
||||
font-size: 25px;
|
||||
font-family: "Poppins-SemiBold";
|
||||
text-align: center;
|
||||
margin-bottom: 28px;
|
||||
}
|
||||
}
|
||||
.form-group {
|
||||
display: flex;
|
||||
input {
|
||||
width: 50%;
|
||||
&:first-child {
|
||||
margin-right: 25px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.form-wrapper {
|
||||
position: relative;
|
||||
i {
|
||||
position: absolute;
|
||||
bottom: 9px;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
.form-control {
|
||||
border: 1px solid #333;
|
||||
border-top: none;
|
||||
border-right: none;
|
||||
border-left: none;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
padding: 0;
|
||||
margin-bottom: 25px;
|
||||
&::-webkit-input-placeholder {
|
||||
font-size: 13px;
|
||||
color: #333;
|
||||
font-family: "Poppins-Regular";
|
||||
}
|
||||
&::-moz-placeholder {
|
||||
font-size: 13px;
|
||||
color: #333;
|
||||
font-family: "Poppins-Regular";
|
||||
}
|
||||
&:-ms-input-placeholder {
|
||||
font-size: 13px;
|
||||
color: #333;
|
||||
font-family: "Poppins-Regular";
|
||||
}
|
||||
&:-moz-placeholder {
|
||||
font-size: 13px;
|
||||
color: #333;
|
||||
font-family: "Poppins-Regular";
|
||||
}
|
||||
}
|
||||
select {
|
||||
-moz-appearance: none;
|
||||
-webkit-appearance: none;
|
||||
cursor: pointer;
|
||||
padding-left: 20px;
|
||||
option[value=""][disabled] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
button {
|
||||
border: none;
|
||||
width: 164px;
|
||||
height: 51px;
|
||||
margin: auto;
|
||||
margin-top: 40px;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0;
|
||||
background: #333;
|
||||
font-size: 15px;
|
||||
color: #fff;
|
||||
vertical-align: middle;
|
||||
-webkit-transform: perspective(1px) translateZ(0);
|
||||
transform: perspective(1px) translateZ(0);
|
||||
-webkit-transition-duration: 0.3s;
|
||||
transition-duration: 0.3s;
|
||||
i {
|
||||
margin-left: 10px;
|
||||
-webkit-transform: translateZ(0);
|
||||
transform: translateZ(0);
|
||||
}
|
||||
&:hover, &:focus, &:active {
|
||||
i {
|
||||
-webkit-animation-name: hvr-icon-wobble-horizontal;
|
||||
animation-name: hvr-icon-wobble-horizontal;
|
||||
-webkit-animation-duration: 1s;
|
||||
animation-duration: 1s;
|
||||
-webkit-animation-timing-function: ease-in-out;
|
||||
animation-timing-function: ease-in-out;
|
||||
-webkit-animation-iteration-count: 1;
|
||||
animation-iteration-count: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
@-webkit-keyframes hvr-icon-wobble-horizontal {
|
||||
16.65% {
|
||||
-webkit-transform: translateX(6px);
|
||||
transform: translateX(6px);
|
||||
}
|
||||
33.3% {
|
||||
-webkit-transform: translateX(-5px);
|
||||
transform: translateX(-5px);
|
||||
}
|
||||
49.95% {
|
||||
-webkit-transform: translateX(4px);
|
||||
transform: translateX(4px);
|
||||
}
|
||||
66.6% {
|
||||
-webkit-transform: translateX(-2px);
|
||||
transform: translateX(-2px);
|
||||
}
|
||||
83.25% {
|
||||
-webkit-transform: translateX(1px);
|
||||
transform: translateX(1px);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: translateX(0);
|
||||
transform: translateX(0);
|
||||
}
|
||||
}
|
||||
@keyframes hvr-icon-wobble-horizontal {
|
||||
16.65% {
|
||||
-webkit-transform: translateX(6px);
|
||||
transform: translateX(6px);
|
||||
}
|
||||
33.3% {
|
||||
-webkit-transform: translateX(-5px);
|
||||
transform: translateX(-5px);
|
||||
}
|
||||
49.95% {
|
||||
-webkit-transform: translateX(4px);
|
||||
transform: translateX(4px);
|
||||
}
|
||||
66.6% {
|
||||
-webkit-transform: translateX(-2px);
|
||||
transform: translateX(-2px);
|
||||
}
|
||||
83.25% {
|
||||
-webkit-transform: translateX(1px);
|
||||
transform: translateX(1px);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: translateX(0);
|
||||
transform: translateX(0);
|
||||
}
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
.wrapper {
|
||||
background-position: right center;
|
||||
}
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.inner form {
|
||||
padding-top: 10px;
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.inner {
|
||||
display: block;
|
||||
.image-holder {
|
||||
width: 100%;
|
||||
}
|
||||
form {
|
||||
width: 100%;
|
||||
padding: 40px 0 30px;
|
||||
}
|
||||
}
|
||||
button {
|
||||
margin-top: 60px;
|
||||
}
|
||||
}
|
31
signup.html
31
signup.html
|
@ -1,28 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:700,600' rel='stylesheet' type="text/css">
|
||||
<link rel="stylesheet" type="text/css" href="css/login.css">
|
||||
|
||||
<div class="brancher"></div>
|
||||
<link rel="stylesheet" type="text/css" href="./css/login.css">
|
||||
<body>
|
||||
<form method="post" action="signup.html">
|
||||
<h1>Brancher Influencer Sign Up</h1>
|
||||
|
||||
<input type="email address" name="email address" value="email address" onFocus="field_focus(this, 'email');" onblur="field_blur(this, 'email');" class="email" />
|
||||
<input type="username" name="username" value="username" onFocus="field_focus(this, 'email');" onblur="field_blur(this, 'email');" class="email" />
|
||||
|
||||
<input type="password" name="email" value="email" onFocus="field_focus(this, 'email');" onblur="field_blur(this, 'email');" class="email" />
|
||||
|
||||
<a href="#"><div class="btn">Register</div></a> <!-- End Btn -->
|
||||
|
||||
<a href="#"><div id="btn2">Sign Up</div></a> <!-- End Btn2 -->
|
||||
|
||||
</div> <!-- End Box -->
|
||||
|
||||
</form>
|
||||
|
||||
<p>Forgot your password? <u style="color:#f1c40f;">Click Here!</u></p>
|
||||
|
||||
<div class="limiter">
|
||||
<div class="container" style="background-image: url('images/img-01.jpg');">
|
||||
<div class="wrap-login100 p-t-190 p-b-30">
|
||||
<form class="login100-form validate-form">
|
||||
<div class="login100-form-avatar">
|
||||
<img src="images/avatar-01.jpg" alt="AVATAR">
|
||||
</div>
|
||||
<h1 style="text-center">Brancher Influencer Sign Up</h1>
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js" type="text/javascript"></script>
|
||||
<script type="text/javascript" src="js/login.js"></script>
|
||||
</body>
|
||||
|
|
63
signupinfluence.html
Normal file
63
signupinfluence.html
Normal file
|
@ -0,0 +1,63 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>RegistrationForm_v1 by Colorlib</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<!-- MATERIAL DESIGN ICONIC FONT -->
|
||||
<!-- <link rel="stylesheet" href="fonts/material-design-iconic-font/css/material-design-iconic-font.min.css">-->
|
||||
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
|
||||
<!-- STYLE CSS -->
|
||||
<link rel="stylesheet" href="css/signup.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="wrapper" style="background-image: url('css/res/inverse_branch.svg');">
|
||||
<div class="inner">
|
||||
<div class="image-holder">
|
||||
<img src="css/res/abrar.PNG" alt="">
|
||||
</div>
|
||||
<form action="">
|
||||
<h3>Registration Form</h3>
|
||||
<div class="form-group">
|
||||
<input type="text" placeholder="First Name" class="form-control">
|
||||
<input type="text" placeholder="Last Name" class="form-control">
|
||||
</div>
|
||||
<div class="form-wrapper">
|
||||
<input type="text" placeholder="Username" class="form-control">
|
||||
<i class="zmdi zmdi-account"></i>
|
||||
</div>
|
||||
<div class="form-wrapper">
|
||||
<input type="text" placeholder="Email Address" class="form-control">
|
||||
<i class="zmdi zmdi-email"></i>
|
||||
</div>
|
||||
<div class="form-wrapper">
|
||||
<select name="" id="" class="form-control">
|
||||
<option value="" disabled selected>Gender</option>
|
||||
<option value="male">Male</option>
|
||||
<option value="femal">Female</option>
|
||||
<option value="other">Other</option>
|
||||
</select>
|
||||
<i class="zmdi zmdi-caret-down" style="font-size: 17px"></i>
|
||||
</div>
|
||||
<div class="form-wrapper">
|
||||
<input type="password" placeholder="Password" class="form-control">
|
||||
<i class="zmdi zmdi-lock"></i>
|
||||
</div>
|
||||
<div class="form-wrapper">
|
||||
<input type="password" placeholder="Confirm Password" class="form-control">
|
||||
<i class="zmdi zmdi-lock"></i>
|
||||
</div>
|
||||
<button>Register
|
||||
<i class="zmdi zmdi-arrow-right"></i>
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body><!-- This templates was made by Colorlib (https://colorlib.com) -->
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user