-
Notifications
You must be signed in to change notification settings - Fork 0
Training #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Training #1
Changes from 3 commits
e927b19
9ae007b
0df4fc6
080f37f
8c5ed2d
6446e0b
1c57e88
62f6cc7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| $primary-color: #ffffff; | ||
| $black-color: #000000; | ||
| $btn-color: #f9ce01; | ||
| $paragraph-color: #303030; | ||
| $div-who-we-are: #f0f0f0; | ||
| $btn-learn-color: #0a0a0a; | ||
| $copyright-color: #a5a9af; | ||
| $btn-navigate: #55606e; | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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="/"> | ||
|
||
| <img height="90" width="270" src="https://argildx.com/wp-content/uploads/2017/05/final-logo-wdspace-300x98.png" alt="Argil DX"> | ||
|
||
| </a> | ||
| </span> | ||
| <div class="div-navigation"> | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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> | ||
|
||
|
|
@@ -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> | ||
|
|
@@ -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> | ||
|
||
| <br> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$white-color