Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
8 changes: 8 additions & 0 deletions _colors.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
$primary-color: #ffffff;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$white-color

$black-color: #000000;
$btn-color: #f9ce01;
$paragraph-color: #303030;
$div-who-we-are: #f0f0f0;
$btn-learn-color: #0a0a0a;
$copyright-color: #a5a9af;
$btn-navigate: #55606e;
Empty file added colors.css
Empty file.
32 changes: 19 additions & 13 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,41 @@
<script src="home.js"></script>
<div class="body">
<div class="header">
<div class=innerHeader>
<div class=inner-header>
<span class="logo">
<a href="/">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class?

<img height="90" width="270" src="https://argildx.com/wp-content/uploads/2017/05/final-logo-wdspace-300x98.png" alt="Argil DX">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Class?

</a>
</span>
<div class="div-navigation">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class= navigation

<a class="btn-navigate" href="#div-home">Home</a>
<a class="btn-navigate" href="#services">Services</a>
<a class="btn-navigate" href="#div-who-we-are">About Us</a>
<a class="btn-navigate" href="#">DX Insights</a>
</div>
</div>
</div>
<div class="main">
<div class="imageTop">
<div class="centreContent">
<div class=divCentre>
<div class="main" id="div-home">
<div class="image-top">
<div class="centre-content">
<div class=div-centre>
<span>Leverage Our Expertise with the
<br> Adobe Marketing Cloud</span>
<div class="buttonCenter">
<a href="/contact/" class="btnConsultation" style="background-color:#f9ce01; border-color:#f9ce01; color:#000000; text-decoration:none">
<div class="button-enter">
<a href="/contact/" class="btn-consultation" style="background-color:#f9ce01; border-color:#f9ce01; color:#000000; text-decoration:none">
<span>Request a Consultation
</span>
</a>
</div>
</div>
</div>
</div>
<div class="divSolutionPartner">
<div class="imgSolution">
<div class="div-solution-partner">
<div class="img-solution">
<img src="https://argildx.com/wp-content/uploads/2017/10/solution-partner.jpg" alt="" title="solution-partner" itemprop="thumbnailUrl">
</div>
</div>
<div id="services" class="divServices">
<div id="services" class="div-services">
<h2 class="centre">Services</h2>
<ul class="servicesUl">
<li>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the li without class?

Expand All @@ -55,8 +61,8 @@ <h2 class="centre">Services</h2>
</ul>
<br>
</div>
<div class="divWhoWeAre">
<div class="contentWhoWeAre">
<div class="div-who-we-are" id="div-who-we-are">
<div class="content-who-we-are">
<h2 class="centre">
Who We Are
</h2>
Expand All @@ -71,7 +77,7 @@ <h2 class="centre">
</p>
</div>
<div class="centre">
<input type="button" class="btnLearn" value="Learn more about us" />
<input type="button" class="btn-learn" value="Learn more about us" />
</div>
<br>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never use BR

<br>
Expand Down
113 changes: 63 additions & 50 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
.btn-css, .body .main .image-top .centre-content .btn-consultation, .body .main .div-who-we-are .btn-learn {
padding: 1.563rem 3.125rem 1.438rem;
font-size: 1rem;
min-width: 12.5rem;
border-radius: 0.1875rem; }

body {
margin: 0;
font-family: 'Open Sans','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-se; }
font-family: 'Open Sans','HelveticaNeue','Helvetica Neue',Helvetica,Arial;
font-size: 16px; }

.centre {
text-align: center; }
Expand All @@ -12,97 +19,103 @@ body {
background: #ffffff;
border-bottom-width: 1px;
border-bottom-style: solid;
height: 88px;
line-height: 88px; }
.body .header .innerHeader {
height: 5.5rem;
line-height: 5.5rem; }
.body .header .inner-header {
width: 85%;
margin: auto;
height: 100%; }
.body .header .logo {
float: left; }
.body .header .div-navigation {
float: right; }
.body .header .div-navigation .btn-navigate {
color: #55606e;
padding: 0 0.625rem;
height: 5.5rem;
line-height: 5.5rem;
transition: background-color 0.4s ease-in-out,color 0.4s ease-in-out,border-color 0.8s ease-in-out;
text-decoration: none;
font-weight: normal;
font-weight: 600;
font-size: 0.8125rem; }
.body .header .div-navigation .btn-navigate:hover {
border-bottom: 0.125rem solid #000000; }

.body .main {
background-color: #ffffff;
padding-top: 88px; }
.body .main .imageTop {
padding-top: 5.5rem; }
.body .main .image-top {
background-repeat: no-repeat;
background-image: url(https://argildx.com/wp-content/uploads/2017/10/home-banner.jpg);
background-attachment: scroll;
background-position: center center;
height: 350px; }
.body .main .imageTop .centreContent {
margin: 0px auto;
height: 21.88rem; }
.body .main .image-top .centre-content {
margin: 0 auto;
width: 60%;
text-align: center;
color: white;
font-size: 34px;
color: #ffffff;
font-size: 2.125rem;
font-weight: 600;
padding-top: 70px;
padding-top: 4.375rem;
font-family: 'Open Sans','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif; }
.body .main .imageTop .centreContent .divCentre {
margin: 30px auto; }
.body .main .imageTop .centreContent .buttonCenter {
.body .main .image-top .centre-content .div-centre {
margin: 1.875rem auto; }
.body .main .image-top .centre-content .button-enter {
display: block;
text-align: center;
clear: both;
margin-top: 40px; }
.body .main .imageTop .centreContent .btnConsultation {
padding: 25px 50px 23px;
font-size: 15px;
min-width: 200px; }
.body .main .divSolutionPartner {
margin-top: 2.5rem; }
.body .main .div-solution-partner {
background-color: #000000;
border: none; }
.body .main .divSolutionPartner .imgSolution {
.body .main .div-solution-partner .img-solution {
margin: 0 auto;
vertical-align: bottom;
width: 340px; }
.body .main .divSolutionPartner .imgSolution img {
margin: 30px auto; }
.body .main .divServices {
width: 21.25rem; }
.body .main .div-solution-partner .img-solution img {
margin: 1.875rem auto; }
.body .main .div-services {
background-color: #ffffff; }
.body .main .divServices ul {
.body .main .div-services ul {
margin: 0;
padding: 6px;
padding: 0.375rem;
display: flex;
text-align: center;
font-weight: bold; }
.body .main .divServices ul li {
.body .main .div-services ul li {
list-style: none;
width: 50%; }
.body .main .divServices ul li img {
.body .main .div-services ul li img {
display: block;
margin: auto; }
.body .main .divServices ul li span {
margin-top: 20px; }
.body .main .divServices a {
.body .main .div-services ul li span {
margin-top: 1.25rem; }
.body .main .div-services a {
display: block;
padding: 6px 12px;
padding: 0.375rem 0.75rem;
text-decoration: none; }
.body .main .divWhoWeAre {
.body .main .div-who-we-are {
background-color: #f0f0f0; }
.body .main .divWhoWeAre .contentWhoWeAre {
.body .main .div-who-we-are .content-who-we-are {
width: 85%;
margin: auto; }
.body .main .divWhoWeAre .contentWhoWeAre h2 {
padding-top: 20px; }
.body .main .divWhoWeAre .contentWhoWeAre p {
font-size: 26px;
.body .main .div-who-we-are .content-who-we-are h2 {
padding-top: 1.25rem; }
.body .main .div-who-we-are .content-who-we-are p {
font-size: 1.625rem;
color: #303030;
line-height: 1.65em; }
.body .main .divWhoWeAre .btnLearn {
.body .main .div-who-we-are .btn-learn {
background-color: #f9ce01;
border-color: #f9ce01;
color: #0a0a0a;
padding: 25px 50px 23px;
font-size: 15px;
min-width: 200px;
border-radius: 3px; }
color: #0a0a0a; }

.body .footer {
height: 60px;
background-color: black;
padding-top: 30px; }
height: 3.75rem;
background-color: #000000;
padding-top: 1.875rem; }
.body .footer .copyright {
color: #a5a9af;
padding-left: 40px; }
padding-left: 2.5rem; }
Loading