Skip to content
Open
Show file tree
Hide file tree
Changes from all 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 @@
$white-color: #ffffff;
$black-color: #000000;
$supernova-color: #f9ce01;
$mine-shaft-color: #303030;
$off-white-color: #f0f0f0;
$off-black-color: #0a0a0a;
$gray-color: #a5a9af;
$shuttle-gray-color: #55606e;
14 changes: 14 additions & 0 deletions _mixins.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
@mixin border-radius($radius) {
-webkit-border-radius: $radius;
-moz-border-radius: $radius;
-ms-border-radius: $radius;
border-radius: $radius;
}

@mixin box-shadow($shadow) {
box-shadow: $shadow;
-webkit-box-shadow: $shadow;
-moz-box-shadow: $shadow;
-ms-box-shadow: $shadow;
-o-box-shadow: $shadow;
}
2 changes: 2 additions & 0 deletions _variable.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$padding-paragraph: 0.375rem;
$open-sans-font: 'Open Sans','HelveticaNeue','Helvetica Neue',Helvetica,Arial;
Empty file added colors.css
Empty file.
59 changes: 30 additions & 29 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,61 +2,65 @@
<script src="home.js"></script>
<div class="body">
<div class="header">
<div class=innerHeader>
<div class=inner-header>
<span class="logo">
<a href="/">
<img height="90" width="270" src="https://argildx.com/wp-content/uploads/2017/05/final-logo-wdspace-300x98.png" alt="Argil DX">
<a class="logo-link" href="/">
<img height="90" width="270" class="image-logo" src="https://argildx.com/wp-content/uploads/2017/05/final-logo-wdspace-300x98.png" alt="Argil DX">
</a>
</span>
<div class="div-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>
<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">
<span>Request a Consultation
<div class="main" id="div-home">
<div class="image-top">
<div class="centre-content">
<div class=div-centre>
<span class="text-heading">Leverage Our Expertise with the
Adobe Marketing Cloud</span>
<div class="button-enter">
<a href="/contact/" class="btn-yellow" style="background-color:#f9ce01; border-color:#f9ce01; color:#000000; text-decoration:none">
<span class="btn-text">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>
<ul class="services-ul">
<li class="services-li">
<img class="avia_image " src="https://argildx.com/wp-content/uploads/2017/10/srvc-1.jpg">
<span>Digital Transformation </span>
</li>
<li>
<li class="services-li">
<img class="avia_image " src="https://argildx.com/wp-content/uploads/2017/10/srvc-1.jpg">
<span>Digital Transformation </span>
</li>
</ul>
<br>
<ul class="servicesUl">
<li>
<ul class="services-ul">
<li class="services-li">
<img class="avia_image " src="https://argildx.com/wp-content/uploads/2017/10/srvc-1.jpg">
<span>Digital Transformation </span>
</li>
<li>
<li class="services-li">
<img class="avia_image " src="https://argildx.com/wp-content/uploads/2017/10/srvc-1.jpg">
<span>Digital Transformation </span>
</li>
</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,11 +75,8 @@ <h2 class="centre">
</p>
</div>
<div class="centre">
<input type="button" class="btnLearn" value="Learn more about us" />
<input type="button" class="btn-yellow btn-learn" value="Learn more about us" />
</div>
<br>
<br>
<br>
</div>
</div>
<div class="footer">
Expand Down
127 changes: 75 additions & 52 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
.btn-yellow {
padding: 1.563rem 3.125rem 1.438rem;
font-size: 1rem;
min-width: 12.5rem;
-webkit-border-radius: 0.1875rem;
-moz-border-radius: 0.1875rem;
-ms-border-radius: 0.1875rem;
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 +22,110 @@ 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;
box-shadow: 0 0 4px 2px rgba(50, 50, 50, 0.43);
-webkit-box-shadow: 0 0 4px 2px rgba(50, 50, 50, 0.43);
-moz-box-shadow: 0 0 4px 2px rgba(50, 50, 50, 0.43);
-ms-box-shadow: 0 0 4px 2px rgba(50, 50, 50, 0.43);
-o-box-shadow: 0 0 4px 2px rgba(50, 50, 50, 0.43); }
.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 {
font-weight: bold;
margin-bottom: 2rem; }
.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 {
background-color: #f0f0f0; }
.body .main .divWhoWeAre .contentWhoWeAre {
.body .main .div-who-we-are {
background-color: #f0f0f0;
padding-bottom: 4rem; }
.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