Skip to content

Commit 45c9727

Browse files
authored
Merge pull request #426 from keep-network/feat/srt-82-keep-ui-feedback-landing-page
Feat(UI)/SRT-82: Keep UI feedback landing-page
2 parents c0c0c10 + beb0370 commit 45c9727

5 files changed

Lines changed: 19 additions & 8 deletions

File tree

src/components/Contact.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const Contact = ({
4646
<h1>{title}</h1>
4747
<EmailForm
4848
label="Email"
49-
placeholder="captain@marvel.io"
49+
placeholder="Enter email address"
5050
onSubmit={signupMailingList}
5151
requestStates={ajaxRequestStates}
5252
request={actionTypes.SIGNUP_MAILING_LIST}

src/components/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export const HeaderTemplate = ({ navItems = [] }) => {
169169
</li>
170170
<li className="nav-item">
171171
<a
172-
href="#"
172+
href="https://dashboard.keep.network/"
173173
className="btn btn-primary btn-small nav-item"
174174
rel="noopener noreferrer"
175175
>

src/css/forms.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
font-size: 1rem;
2020
font-weight: 400;
2121
line-height: 1.25rem;
22-
@include placeholder(#b4b4b4);
22+
color: $black;
23+
&::placeholder {
24+
color: $grey-30;
25+
}
2326
}
2427
}
2528

@@ -54,7 +57,7 @@
5457
border-color: $error-color;
5558

5659
&:focus {
57-
border-color: transparent;
60+
border-color: $black;
5861
}
5962
}
6063
}

src/css/home.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
background-repeat: no-repeat;
3131

3232
padding: 72px 0 0;
33-
min-height: 100vh;
33+
min-height: 900px;
3434
margin-top: 0;
3535

3636
&-video-bg {
@@ -105,7 +105,7 @@
105105

106106
@media (min-width: #{$bp-medium}) {
107107
padding: 150px 0 0;
108-
108+
min-height: 1000px;
109109
&-video-bg {
110110
top: -150px;
111111
}
@@ -529,8 +529,7 @@
529529

530530
&__left {
531531
height: calc((var(--circle-width) * 1.1));
532-
background: url("../images/w-image.jpg") no-repeat center;
533-
background-size: cover;
532+
background: url("../images/w-image.svg") no-repeat left;
534533
transform: translate3d(-100px, -50%, 0);
535534

536535
&.aos-animate {

src/images/w-image.svg

Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)