Changes on Contact page
This commit is contained in:
parent
48a17b6d55
commit
0d34656fe0
|
@ -31,9 +31,9 @@
|
|||
<div id="aboutDropdown" class="dropdown-content">
|
||||
<div class="dropdown-top"></div>
|
||||
<div class="dropdown-options">
|
||||
<a href="#howItWorks">How it works</a>
|
||||
<a href="#roadmap">Roadmap</a>
|
||||
<a href="#faqs">faqs</a>
|
||||
<a href="about/how-it-works.html">How it works</a>
|
||||
<a href="https://trello.com/b/x49lylnK/argos" target="_blank">Roadmap</a>
|
||||
<a href="about/faqs.html">faqs</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
@ -42,9 +42,9 @@
|
|||
<div id="resourcesDropdown" class="dropdown-content">
|
||||
<div class="dropdown-top"></div>
|
||||
<div class="dropdown-options">
|
||||
<a href="#mediaKit">Media kit</a>
|
||||
<a href="#userGuide">User Guide</a>
|
||||
<a href="#coBranding">Co-branding</a>
|
||||
<a href="resources/media-kit.html">Media kit</a>
|
||||
<a href="resources/user-guide.html">User Guide</a>
|
||||
<a href="resources/co-branding.html">Co-branding</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
@ -58,10 +58,10 @@
|
|||
<section class="page-section contact" id="contact">
|
||||
<div class="container">
|
||||
<div class="col ">
|
||||
<div class="contact-title">Contact</div>
|
||||
<div class="page-title">Contact</div>
|
||||
</div>
|
||||
<div class="main-contact">
|
||||
<div class="col contact-subtitle"><div>Contact us to learn more</div></div>
|
||||
<div class="col page-subtitle"><div>Contact us to learn more</div></div>
|
||||
<div class="col required"><div>* Required fields</div></div>
|
||||
<form class="form">
|
||||
<!-- Full Name -->
|
||||
|
|
|
@ -1,23 +1,3 @@
|
|||
.contact-title {
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
font-size: 2.375rem;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
letter-spacing: -0.95px;
|
||||
color: #212121;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.contact-subtitle {
|
||||
text-align: left;
|
||||
font-weight: 300;
|
||||
font-size: 2.375rem;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.main-contact {
|
||||
padding: 3rem 16.5rem;
|
||||
}
|
||||
|
@ -39,4 +19,4 @@
|
|||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 1.12rem;
|
||||
color: #212121;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,223 +1,325 @@
|
|||
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
|
||||
*, *::before, *::after {
|
||||
box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
line-height: 1.15;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
font-family: sans-serif;
|
||||
line-height: 1.15;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #212529;
|
||||
margin: 0;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
button:focus {
|
||||
outline: none !important;
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
input[type=text], select {
|
||||
width: 100%;
|
||||
height: 56px;
|
||||
padding: 16px;
|
||||
background: #FAFAFA 0% 0% no-repeat padding-box;
|
||||
border: 1px solid #D1D1D1;
|
||||
border-radius: 4px;
|
||||
opacity: 1;
|
||||
width: 100%;
|
||||
height: 56px;
|
||||
padding: 16px;
|
||||
background: #FAFAFA 0% 0% no-repeat padding-box;
|
||||
border: 1px solid #D1D1D1;
|
||||
border-radius: 4px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
input[type=email], select {
|
||||
width: 100%;
|
||||
height: 56px;
|
||||
padding: 16px;
|
||||
background: #FAFAFA 0% 0% no-repeat padding-box;
|
||||
border: 1px solid #D1D1D1;
|
||||
border-radius: 4px;
|
||||
opacity: 1;
|
||||
width: 100%;
|
||||
height: 56px;
|
||||
padding: 16px;
|
||||
background: #FAFAFA 0% 0% no-repeat padding-box;
|
||||
border: 1px solid #D1D1D1;
|
||||
border-radius: 4px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
textarea {
|
||||
width: 100%;
|
||||
height: 142px;
|
||||
padding: 16px;
|
||||
background: #FAFAFA 0% 0% no-repeat padding-box;
|
||||
border: 1px solid #D1D1D1;
|
||||
border-radius: 4px;
|
||||
opacity: 1;
|
||||
width: 100%;
|
||||
height: 142px;
|
||||
padding: 16px;
|
||||
background: #FAFAFA 0% 0% no-repeat padding-box;
|
||||
border: 1px solid #D1D1D1;
|
||||
border-radius: 4px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: left;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-weight: 300;
|
||||
font-size: 1.25rem;
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
}
|
||||
|
||||
p a {
|
||||
color: #23BCBA;
|
||||
}
|
||||
|
||||
.bootstrap-overrides a {
|
||||
text-decoration: none;
|
||||
background-color: transparent;
|
||||
text-decoration: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.bootstrap-overrides a:hover {
|
||||
color: #23BCBA;
|
||||
text-decoration: none;
|
||||
color: #23BCBA;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.bootstrap-overrides h1, .bootstrap-overrides h2, .bootstrap-overrides h3, .bootstrap-overrides h4, .bootstrap-overrides h5, .bootstrap-overrides h6, .caption, .placeholder, .body-text, .h1, .h2, .h3, .h4, .h5, .h6 {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
color: #212121;
|
||||
text-align: left;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
color: #212121;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.bootstrap-overrides h1, .h1 {
|
||||
font-size: 3.3125rem;
|
||||
line-height: 4rem;
|
||||
font-weight: 300;
|
||||
font-size: 3.3125rem;
|
||||
line-height: 4rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.bootstrap-overrides h2, .h2 {
|
||||
font-size: 3.16rem;
|
||||
line-height: 3.66rem;
|
||||
font-weight: 300;
|
||||
font-size: 3.16rem;
|
||||
line-height: 3.66rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.bootstrap-overrides h3, .h3 {
|
||||
font-size: 2.5rem;
|
||||
line-height: 2.83rem;
|
||||
font-weight: 700;
|
||||
font-size: 2.5rem;
|
||||
line-height: 2.83rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.bootstrap-overrides h4, .h4 {
|
||||
font-size: 1.66rem;
|
||||
line-height: 1.2;
|
||||
font-weight: 700;
|
||||
font-size: 1.66rem;
|
||||
line-height: 1.2;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.bootstrap-overrides h5, .h5 {
|
||||
font-size: 1.33rem;
|
||||
line-height: 2.16rem;
|
||||
font-weight: 300;
|
||||
font-size: 1.33rem;
|
||||
line-height: 2.16rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.bootstrap-overrides h6, .h6 {
|
||||
font-size: 1.66rem;
|
||||
line-height: 1.2;
|
||||
font-weight: 300;
|
||||
font-size: 1.66rem;
|
||||
line-height: 1.2;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.caption {
|
||||
font-size: 1rem;
|
||||
line-height: 1.66rem;
|
||||
font-weight: 300;
|
||||
font-size: 1rem;
|
||||
line-height: 1.66rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.placeholder {
|
||||
font-size: 1.33rem;
|
||||
line-height: 1.83rem;
|
||||
font-weight: 300;
|
||||
font-size: 1.33rem;
|
||||
line-height: 1.83rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.title-1 {
|
||||
text-align: left;
|
||||
font-size: 2.37rem;
|
||||
line-height: 2.75rem;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-weight: 300;
|
||||
color: #FFFFFF;
|
||||
text-align: left;
|
||||
font-size: 2.37rem;
|
||||
line-height: 2.75rem;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-weight: 300;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.title-2 {
|
||||
text-align: left;
|
||||
font-size: 2.37rem;
|
||||
line-height: 2.75rem;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-weight: 700;
|
||||
color: #FFFFFF;
|
||||
text-align: left;
|
||||
font-size: 2.37rem;
|
||||
line-height: 2.75rem;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-weight: 700;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.title-3 {
|
||||
text-align: left;
|
||||
font-size: 2.37rem;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-weight: 300;
|
||||
color: #212121;
|
||||
opacity: 0.95;
|
||||
text-align: left;
|
||||
font-size: 2.37rem;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-weight: 300;
|
||||
color: #212121;
|
||||
opacity: 0.95;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
font-size: 2.375rem;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
letter-spacing: -0.95px;
|
||||
color: #212121;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.page-subtitle {
|
||||
text-align: left;
|
||||
font-weight: 300;
|
||||
font-size: 2.375rem;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.body-text {
|
||||
font-size: 1rem;
|
||||
line-height: 1.6;
|
||||
font-weight: 400;
|
||||
opacity: 0.8;
|
||||
font-size: 1rem;
|
||||
line-height: 1.6;
|
||||
font-weight: 400;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
border: 0;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
border: 0;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.fixed-top {
|
||||
position: fixed !important;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
z-index: 1030;
|
||||
position: fixed !important;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
z-index: 1030;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
padding-right: 0.75rem;
|
||||
padding-left: 0.75rem;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
z-index: 1;
|
||||
.container, .container-small {
|
||||
width: 100%;
|
||||
padding-right: 0.75rem;
|
||||
padding-left: 0.75rem;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.normal-btn {
|
||||
width: 162px;
|
||||
height: 40px;
|
||||
cursor: pointer;
|
||||
background: #129D99 0% 0% no-repeat padding-box;
|
||||
box-shadow: 0px 3px 6px #1E202029;
|
||||
border-radius: 30px;
|
||||
border: none;
|
||||
color: #FFFFFF;
|
||||
opacity: 1;
|
||||
min-width: 162px;
|
||||
max-width: 256px;
|
||||
height: 40px;
|
||||
cursor: pointer;
|
||||
background: #129D99 0% 0% no-repeat padding-box;
|
||||
box-shadow: 0px 3px 6px #1E202029;
|
||||
border-radius: 30px;
|
||||
border: none;
|
||||
color: #FFFFFF;
|
||||
opacity: 1;
|
||||
font-size: 0.87rem;
|
||||
padding: 0.62rem 1.87rem;
|
||||
}
|
||||
|
||||
.mirror {
|
||||
-webkit-transform: scaleX(-1);
|
||||
transform: scaleX(-1);
|
||||
-webkit-transform: scaleX(-1);
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
|
||||
.text-box {
|
||||
width: 894px;
|
||||
height: 221px;
|
||||
background: #FFFFFF 0% 0% no-repeat padding-box;
|
||||
border: 1px solid #23BCBA;
|
||||
border-radius: 37px;
|
||||
opacity: 1;
|
||||
margin: 3.75rem 0rem;
|
||||
padding: 3.37rem 4.37rem;
|
||||
}
|
||||
|
||||
.collapse-box {
|
||||
background: #FFFFFF 0% 0% no-repeat padding-box;
|
||||
border: 1px solid #D1D1D1;
|
||||
border-radius: 4px;
|
||||
opacity: 1;
|
||||
padding: 1.45rem 1.5rem;
|
||||
margin: 1rem 0rem;
|
||||
}
|
||||
|
||||
.collapse-title a {
|
||||
text-align: left;
|
||||
font-size: 1.25rem;
|
||||
font-weight: 700;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
opacity: 0.76;
|
||||
}
|
||||
|
||||
.collapse-title a:after {
|
||||
content: '\f077';
|
||||
font-family: "Font Awesome 5 Free" !important;
|
||||
float: right;
|
||||
font-size: 1rem;
|
||||
font-weight: 900;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.collapse-title a.collapsed:after {
|
||||
content: '\f078';
|
||||
font-family: "Font Awesome 5 Free";
|
||||
font-weight: 900;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.collapse:not(.show) {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.faq-content {
|
||||
text-align: left;
|
||||
font-weight: 400;
|
||||
font-size: 1rem;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
letter-spacing: 0px;
|
||||
color: #212121;
|
||||
opacity: 0.8;
|
||||
padding-top: 1.5rem;
|
||||
}
|
||||
|
||||
.fa-download {
|
||||
color: #212121;
|
||||
opacity: 0.8;
|
||||
padding-right: .5rem;
|
||||
}
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.container {
|
||||
max-width: 540px;
|
||||
}
|
||||
.container {
|
||||
max-width: 540px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.container {
|
||||
max-width: 720px;
|
||||
}
|
||||
.container {
|
||||
max-width: 720px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.container {
|
||||
max-width: 960px;
|
||||
}
|
||||
|
||||
.margin-right-6 {
|
||||
margin-left: 5.8rem;
|
||||
}
|
||||
.container {
|
||||
max-width: 960px;
|
||||
}
|
||||
.margin-right-6 {
|
||||
margin-left: 5.8rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1244px) {
|
||||
.container {
|
||||
max-width: 1204px !important;
|
||||
}
|
||||
.container {
|
||||
max-width: 1204px !important;
|
||||
}
|
||||
.container-small {
|
||||
max-width: 900px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue