-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
84 lines (84 loc) · 3.54 KB
/
home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<link rel="stylesheet" type="text/css" href="style.css">
<script src="home.js"></script>
<div class="body">
<div class="header">
<div class=innerHeader>
<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>
</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
</span>
</a>
</div>
</div>
</div>
</div>
<div class="divSolutionPartner">
<div class="imgSolution">
<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">
<h2 class="centre">Services</h2>
<ul class="servicesUl">
<li>
<img class="avia_image " src="https://argildx.com/wp-content/uploads/2017/10/srvc-1.jpg">
<span>Digital Transformation </span>
</li>
<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>
<img class="avia_image " src="https://argildx.com/wp-content/uploads/2017/10/srvc-1.jpg">
<span>Digital Transformation </span>
</li>
<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">
<h2 class="centre">
Who We Are
</h2>
<p>
Argil DX is amalgamation of ZAP Technology Solutions LLC (US) and Accunity Software Pvt Ltd (India). Both companies bring
in their unique qualities such as fresh thinking, digital transformation expertise, tremendous experience,
knack to innovate and a common vision to delivery quality experience for the clients.
</p>
<p>
We focus on the future while living in the present and being completely aware of the past. That drives our thinking, impact
and presence.
</p>
</div>
<div class="centre">
<input type="button" class="btnLearn" value="Learn more about us" />
</div>
<br>
<br>
<br>
</div>
</div>
<div class="footer">
<span class="copyright">Copyright © 2017 Argil DX. All rights reserved. </span>
</div>
</div>