Skip to content

Commit

Permalink
se crea form de contacto
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirFront-End committed Jan 30, 2024
1 parent d75d058 commit cb3dcc6
Show file tree
Hide file tree
Showing 29 changed files with 356 additions and 264 deletions.
113 changes: 113 additions & 0 deletions assets/css/modales/begin/characterize_begin.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
.characterize {
width: 90%;
height: 500px;
margin: auto;
display: grid;
grid-template-columns: 50% 50%;
background-image: url(../../../images/Cloudy.svg);
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.container-image {
display: flex;
justify-content: center;
align-items: center;
}
.image-characterize {
width: 80%;
}
.container-form {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.title-characterize {
text-align: center;
font-family: var(--font2);
width: 90%;
margin: 0px auto 10px auto;
}
.subtitle-characterize {
text-align: center;
font-family: var(--font4);
width: 90%;
font-weight: lighter;
margin-bottom: 40px;
}
.footer-characterize {
width: 100%;
height: 60px;
display: flex;
justify-content: space-evenly;
align-items: center;
/* background-color: red; */
}
.all-footer-char {
margin-top: 50px;
}
.btn-start-characterize {
width: 40%;
height: 50px;
background-color: var(--color1);
display: flex;
align-items: center;
border-radius: 5px;
}
.btn-profile-characterize {
width: 90px;
height: 40px;
background-color: var(--color1);
display: flex;
align-items: center;
border-radius: 5px;
}
.btn-next-char {
border: none;
border-radius: 5px;
width: 90px;
height: 40px;
background-color: var(--color1);
color: var(--color5);
font-family: var(--font2);
font-weight: bolder;
font-size: medium;
}
.btn-start-characterize:hover, .btn-profile-characterize:hover, .btn-next-char:hover {
cursor: pointer;
background-color: var(--color2);
}
.fa-circle-left {
font-size: x-large;
}
.btn-content-start {
margin: auto;
text-align: center;
font-family: var(--font2);
font-weight: bolder;
color: var(--color5);
}

/* ===>>> SCREEN MOBILE <<<=== */
@media (max-width: 767px) {
.characterize {
display: block;
}
.title-characterize {
margin-top: 20px;
font-size: large;
}
.subtitle-characterize {
text-align: justify;
margin-bottom: 20px;
font-size: small;
}
.btn-start-characterize {
width: 60%;
height: 40px;
}
.all-footer-char {
margin-top: 20px;
}
}
20 changes: 20 additions & 0 deletions assets/css/modales/begin/container_begin.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.container-begin {
background-color: rgba(30, 136, 229, 0.6);
/* position: fixed; */
width: 100%;
height: 100%;
z-index: 1;
opacity: 1;
top: 0;
transition: all .5s ease-in;
}
.container-begin.show {
background-color: rgba(30, 136, 229, 0.6);
position: fixed;
width: 100%;
height: 100%;
z-index: 1;
opacity: 1;
top: 0;
transition: all .5s ease-in;
}
36 changes: 36 additions & 0 deletions assets/css/modales/begin/frm_begin.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
.profile-char {
/* background-color: green; */
width: 100%;
}
.lbl-profile-char {
width: 90%;
margin: 0 5%;
font-family: var(--font2);
font-size: small;
font-weight: bolder;
}
.inp-profile-char {
width: 90%;
height: 24px;
margin: 10px 5%;
border: none;
font-family: var(--font2);
}
.inp-profile-char:focus, .txtmsg-characterize:focus {
outline: none;
border-bottom: 1px solid var(--color1);
background-color: var(--color3);
}
.txtmsg-characterize {
width: 90%;
margin: 0 5%;
border: none;
font-family: var(--font2);
}

/* ===>>> SCREEN MOBILE <<<=== */
@media (max-width: 767px) {
.txtmsg-characterize {
height: 100px;
}
}
9 changes: 9 additions & 0 deletions assets/css/modales/begin/slider_begin.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.slider {
background-color: blue;
margin-top: 80px;
width: 600%;
display: grid;
grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
justify-content: space-evenly;
overflow-x: scroll;
}
8 changes: 6 additions & 2 deletions assets/css/modales/subscription/form_subscription.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,16 @@
.npt-subscription {
width: 90%;
height: 30px;
margin: 0px auto 10px auto;
margin: 5px auto 10px auto;
border: none;
border-bottom: 1px solid var(--color4);
font-family: var(--font4);
background-color: var(--color3);
transition: background-color 0.6s ease;
}
.npt-subscription:focus {
outline: none;
border-bottom: 1px solid var(--color4);
background-color: var(--color5);
}
.modal-btn-subscription {
width: 40%;
Expand All @@ -89,6 +92,7 @@
cursor: pointer;
background-color: var(--color3);
color: var(--color4);
border: 1px solid var(--color4);
}


Expand Down
3 changes: 0 additions & 3 deletions assets/css/section_begin/container_begin.css

This file was deleted.

65 changes: 0 additions & 65 deletions assets/css/section_begin/frm_begin.css

This file was deleted.

1 change: 1 addition & 0 deletions assets/images/illustrations/business1.svg
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 cb3dcc6

Please sign in to comment.