|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta charset="utf-8" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 7 | + <title>About Us | Mitoc Group</title> |
| 8 | + <meta name="description" content="Mitoc Group is a technology company that focuses on innovative enterprise solutions. Our mission is to enable businesses and developers to provide high-value products and services in a constantly changing digital world." /> |
| 9 | + <link rel="icon" type="image/ico" href="/favicon.ico" /> |
| 10 | + <link rel="stylesheet" href="../css/index.min.css" /> |
| 11 | +</head> |
| 12 | + |
| 13 | +<body> |
| 14 | +<div class="wrapper"> |
| 15 | + <div class="navbar-fix nav-down white-color"> |
| 16 | + <div class="container"> |
| 17 | + <div class="logo"> |
| 18 | + <a href="/"> |
| 19 | + <img class="mitoc-logo" src="../images/mitoc-logo.svg" alt="Mitoc Group Logo" /> |
| 20 | + </a> |
| 21 | + </div> |
| 22 | + <div class="nav-bar"> |
| 23 | + <i class="icon-burger"></i> |
| 24 | + <ul class="navigation"> |
| 25 | + <li><a href="/services/">Services</a></li> |
| 26 | + <li><a href="/partners/">Partners</a></li> |
| 27 | + <li><a href="/customers/">Customers</a></li> |
| 28 | + <li><a href="/about/" class="active">About Us</a></li> |
| 29 | + <li><a href="/contact/">Contact</a></li> |
| 30 | + <li><a href="https://blog.mitocgroup.com">Blog</a></li> |
| 31 | + </ul> |
| 32 | + </div> |
| 33 | + <div class="clear"></div> |
| 34 | + </div> |
| 35 | + </div> |
| 36 | + <div class="hide-mobile"> |
| 37 | + <div class="space-top"> |
| 38 | + <section class="gray-block page-name"> |
| 39 | + <div class="container"> |
| 40 | + <h1 class="text-uppercase">Work In Progress ...</h1> |
| 41 | + </div> |
| 42 | + </section> |
| 43 | + </div> |
| 44 | + <section class="green-block small-block"> |
| 45 | + <div class="container"> |
| 46 | + <div class="center"> |
| 47 | + <h2 class="header-text transform-text">Let's Build Something Great</h2> |
| 48 | + <div class="top_button"> |
| 49 | + <button class="btn btn-white start-project">Start a Project</button> |
| 50 | + </div> |
| 51 | + </div> |
| 52 | + </div> |
| 53 | + </section> |
| 54 | + </div> |
| 55 | +</div> |
| 56 | + <footer> |
| 57 | + <div class="container"> |
| 58 | + <div class="media"> |
| 59 | + <a href="https://www.linkedin.com/company/mitoc-group" target="_blank"><i class="icon-linkedin"></i></a> |
| 60 | + <a href="https://twitter.com/MitocGroup" target="_blank"><i class="icon-twitter"></i></a> |
| 61 | + <a href="https://facebook.com/MitocGroup" target="_blank"><i class="icon-facebook"></i></a> |
| 62 | + <a href="https://github.com/MitocGroup" target="_blank"><i class="icon-github"></i></a> |
| 63 | + <a href="https://plus.google.com/+MitocGroup" target="_blank"><i class="icon-google"></i></a> |
| 64 | + <a href="https://www.youtube.com/channel/UCyLr_SKBBsA9pNxouO9VB0Q" target="_blank"><i class="icon-youtube"></i></a> |
| 65 | + </div> |
| 66 | + </div> |
| 67 | + <div class="map-background"> |
| 68 | + <div class="container"> |
| 69 | + <div class="flex-row"> |
| 70 | + <div class="flex-item-3"> |
| 71 | + <div class="logo"> |
| 72 | + <a href="/"><img class="mitoc-logo" src="../images/mitoc-logo.svg" alt="Mitoc Group Logo" /></a> |
| 73 | + <p>Copyright © 2014-2017 Mitoc Group.</p> |
| 74 | + <p>All rights reserved.</p> |
| 75 | + </div> |
| 76 | + </div> |
| 77 | + <div class="flex-item-3 block-info"> |
| 78 | + <h4>Get in touch</h4> |
| 79 | + <p><a href="https://goo.gl/RMltf5">50 Tice Blvd <br/> Woodcliff Lake NJ 07677</a></p> |
| 80 | + <p><a href="tel:+18018108186">(+1) 801 810 8186</a></p> |
| 81 | + |
| 82 | + </div> |
| 83 | + <div class="flex-item-3 block-info"> |
| 84 | + <h4>Company</h4> |
| 85 | + <ul> |
| 86 | + <li><a href="/services/">Services</a></li> |
| 87 | + <li><a href="/partners/">Partners</a></li> |
| 88 | + <li><a href="/customers/">Customers</a></li> |
| 89 | + <li><a href="/about/" class="active">About Us</a></li> |
| 90 | + <li><a href="/contact/">Contact</a></li> |
| 91 | + <li><a href="https://blog.mitocgroup.com">Blog</a></li> |
| 92 | + </ul> |
| 93 | + </div> |
| 94 | + <div class="flex-item-3"> |
| 95 | + <a href="https://aws.amazon.com/partners/find/partnerdetails/?id=001E0000018XsYSIA0" target="_blank"><img class="aws-logo" src="../images/apn-advanced-technology.png" alt="Amazon Web Services" /></a> |
| 96 | + </div> |
| 97 | + </div> |
| 98 | + </div> |
| 99 | + </div> |
| 100 | + </footer> |
| 101 | + <script type="text/javascript" src="../js/jquery.min.js"></script> |
| 102 | + <script type="text/javascript" src="../js/main.min.js"></script> |
| 103 | + <script type="text/javascript" src="../js/jquery-popup.min.js"></script> |
| 104 | + <script type="text/javascript" src="../js/jquery-mailchimp.min.js"></script> |
| 105 | + <script type="text/javascript" src="../js/modal-effects.min.js"></script> |
| 106 | +</body> |
| 107 | + |
| 108 | +</html> |
0 commit comments