aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-05-16 19:37:08 +0200
committerClyhtsuriva <aimeric@adjutor.xyz>2021-05-16 19:37:08 +0200
commit4b8f1fdc05589abd02d67c83b5f25a9425ef1671 (patch)
tree9c368fd441d4b45c3ff98227f08ff1a301eca315 /index.html
parentcbcfe3d6c65ab9b659638d6208af543942625d10 (diff)
Finishing the project
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html79
1 files changed, 57 insertions, 22 deletions
diff --git a/index.html b/index.html
index 4b1acf7..753d294 100755
--- a/index.html
+++ b/index.html
@@ -29,9 +29,11 @@
</a>
</div>
<div id="hamenu">
- <span></span>
- <span></span>
- <span></span>
+ <a href="#">
+ <span></span>
+ <span></span>
+ <span></span>
+ </a>
</div>
</header>
@@ -51,19 +53,18 @@
<img src="img/slide_img3.jpg" style="width:100%">
<div class="text">I.T. Consulting</div>
</div>
-
</div>
<br>
-
<div style="text-align:center">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
- </div>
-
+ </div>
+ <br>
+
<div id="desc-and-pic-container">
<div id="description">
- <p class="highlight">ABOUT US</p>
+ <p class="highlight"><b>ABOUT US</b></p>
<p><b>Are The Leader In I.T. solutions and services.</b></p>
<p>For each project we establish relationships with partners who we know will help us create added value for your project. As well as bringing together the public and private sectors, we make sector-overarching links to gather knowledge and to learn from each other</p>
<br/>
@@ -73,6 +74,7 @@
<img src="img/sever_rack.jpg" alt="server racks">
</div>
</div>
+ <br>
<div id="project-list-container">
<div id="latest-title"><b>Latest Projects</b></div>
@@ -85,47 +87,80 @@
<div><a href="#"><i>View All Projects</i></a></div>
</div>
</div>
+ <br>
<div id="latest-project-pics">
- <img id="server-room" src="img/server_room.jpg">
+ <img src="img/server_room.jpg">
- <img id="server-rack" src="img/sever_rack2.jpg">
+ <img src="img/sever_rack2.jpg">
- <img id="proxy" src="img/proxy.jpg">
+ <img src="img/proxy.jpg">
- <img id="switch" src="img/switch.jpg">
+ <img class="sec-pic" src="img/nas.jpg">
</div>
+ <br>
<div id="review-container">
- <p><b>From Great Our Clients</b></p>
+ <p><b>From Our Great Clients</b></p>
<div id="reviews">
<div class="container">
- <img src="img/customer_pics/" alt="Avatar" style="width:90px">
+ <img src="img/customer_1.jpg" alt="Avatar" style="width:90px">
<p><span>Chris Fox.</span> CEO at Mighty Schools.</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Earum reprehenderit temporibus atque sunt totam ratione blanditiis harum possimus repellendus cumque nihil, soluta culpa asperiores officia amet repellat magni, alias nam?</p>
</div>
<div class="container">
- <img src="img/customer_pics/" alt="Avatar" style="width:90px">
+ <img src="img/customer_2.jpg" alt="Avatar" style="width:90px">
<p><span>Rebecca Flex.</span> CEO at Company.</p>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Voluptatibus possimus deleniti repellendus quas, ratione maiores esse quae reiciendis earum animi, cumque at ipsa sit perferendis ipsum aliquam tempora dolores temporibus.</p>
</div>
</div>
</div>
-
- <div id="latest-news">
- <p><b>Latest News</b></p>
- <div id="latest-news-pics">
- <img src="img/computer_inside.jpg" alt="inside_a_computer">
- </div>
- </div>
+ <br>
<footer>
<div id="logo">
<img src="img/logo.png" alt="adjutor technology"/>
</div>
+ <div>
+ <p>© Adjutech 2021</p>
+ <p>All Rights Reserved</p>
+ </div>
+ <div>
+ <a href="#">Site Map</a><br>
+ <a href="#">Term & Conditions</a><br>
+ <a href="#">Privacy Policy</a><br>
+ <a href="#">Help</a><br>
+ <a href="#">Affiliate</a>
+ </div>
+ <div>
+ <a href="#">Our Location</a><br>
+ <a href="#">Career</a><br>
+ <a href="#">About</a><br>
+ <a href="#">Contact</a>
+ </div>
+ <div>
+ <a href="#">ENG</a><br>
+ <a href="#">FRA</a><br>
+ <a href="#">GER</a>
+ </div>
+ <div id="contacts">
+ <a href="#">
+ <img src="img/twitter.png" alt="twitter"/>
+ </a>
+ <a href="#">
+ <img src="img/facebook.png" alt="facebook"/>
+ </a>
+ <a href="#">
+ <img src="img/gplus.png" alt="google_plus"/>
+ </a>
+ <a href="#">
+ <img src="img/dribbble.png" alt="dribbble"/>
+ </a>
+ </div>
</footer>
<script src="slideshow.js"></script>
+
</body>
</html> \ No newline at end of file