Diligent web site
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

dedicatedDevelopmentTeam.php 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. <!DOCTYPE html>
  2. <!--[if IE 7 ]><html class="ie7" lang="en"><![endif]-->
  3. <!--[if IE 8 ]><html class="ie8" lang="en"><![endif]-->
  4. <!--[if IE 9 ]><html class="ie9" lang="en"><![endif]-->
  5. <!--[if (gte IE 10)|!(IE)]><!-->
  6. <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
  7. <!--<![endif]-->
  8. <head>
  9. <title>Dedicated development team - Diligent</title>
  10. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  11. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
  12. <!-- Seo Meta -->
  13. <meta name="description" content="Diligent software solutions careers">
  14. <meta name="keywords" content="dilignet, software, development, company, it, job, careers">
  15. <meta property="og:title" content="Diligent Portfolio" />
  16. <meta property="og:type" content="website" />
  17. <meta property="og:url" content="http://dilig.net" />
  18. <meta property="og:image" content="../images/diligent-black.png" />
  19. <meta property="og:description" content="Site description" />
  20. <!-- Styles -->
  21. <link rel="stylesheet" type="text/css" href="../styles/font-awesome.css" media="screen" />
  22. <link rel="stylesheet" type="text/css" href="../styles/font-awesome.min.css" media="screen" />
  23. <link rel="stylesheet" type="text/css" href="../style.css" media="screen" />
  24. <link rel="stylesheet" type="text/css" href="../styles/custom.css" media="screen" />
  25. <link rel="stylesheet" type="text/css" href="../styles/flexslider.css" media="screen" />
  26. <link id="animate_css_file" rel="stylesheet" type="text/css" href="../styles/animate.css" media="screen" />
  27. <link rel="stylesheet" type="text/css" href="../styles/prettyPhoto.css" media="screen" />
  28. <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700" rel="stylesheet" type="text/css">
  29. <link href="../styles/bootstrap.min.css" rel="stylesheet" type="text/css">
  30. <!-- Favicon -->
  31. <link rel="shortcut icon" href="../images/favicon.ico" />
  32. <!-- Custom Styles -->
  33. <style type="text/css" id="themecolors"></style>
  34. <style>
  35. .client-description {
  36. padding: 100px 0px 30px 0px;
  37. }
  38. .chips span {
  39. display: inline-block;
  40. padding: 0 12px;
  41. margin-right: 8px;
  42. margin-bottom: 8px;
  43. border-radius: 5px;
  44. background-color: #4a4949;
  45. box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  46. color: white;
  47. }
  48. .center-item {
  49. text-align: center;
  50. }
  51. .technologies-title {
  52. margin-top: 30px;
  53. }
  54. .testemonial-item
  55. {
  56. text-align: center;
  57. margin-top: 40px;
  58. font-size: 14px;
  59. }
  60. </style>
  61. </head>
  62. <body>
  63. <div id="container">
  64. <div id="header-wrap">
  65. <header id="header" class="general-section">
  66. <div id="logo"><a data-id ="intro-section" class="home_link" href="../index.php">
  67. <div class="dinamic-logo"></div>
  68. </a></div><!-- end Logo -->
  69. <a class="mobile-nav-toggle deactive" href="#"><i class="fa-bars"></i></a>
  70. <nav id="navigation">
  71. <ul>
  72. <li><a data-id ="intro-section" class="home_link" href="../index.php">home</a></li>
  73. <li><a data-id ="about-section" class="home_link" href="../index.php">about us</a></li>
  74. <li><a data-id="our_partners-section" class="home_link" href="../index.php">our partners</a></li>
  75. <!-- <li><a href="#team-wrap">our team</a></li> -->
  76. <!-- <li><a data-id ="services-section" class="home_link" href="index.php">services</a></li> -->
  77. <!--<li><a data-id ="teams-wrap" class="home_link" href="index.php">teams</a></li>-->
  78. <!-- <li><a href="#gallery-wrap">gallery</a></li>
  79. <li><a href="#events-wrap">events</a></li>
  80. <li><a href="#stats-wrap">stats</a></li>
  81. <li><a href="#news-wrap">news</a></li> -->
  82. <li><a data-id ="contact-section" class="home_link" href="../index.php">contact us</a></li>
  83. <li class="service-link link active"><a>Services</a><span class="nav-active-mark"></span></li>
  84. <li class="industries-link"><a>Industries</a></li>
  85. <li class="career "><a href="../careers.php">careers</a></li>
  86. <li><a href="../portfolio.php">portfolio</a></li>
  87. </ul>
  88. </nav><!-- end Navigation -->
  89. <nav id="mobile-navigation">
  90. <ul>
  91. <li><a data-id ="intro-section" class="home_link" href="../index.php">home</a></li>
  92. <li><a data-id ="about-section" class="home_link" href="../index.php">about us</a></li>
  93. <li ><a data-id="our_partners-section" class="home_link" href="../index.php">our partners</a></li>
  94. <!-- <li><a href="#team-wrap">our team</a></li> -->
  95. <!-- <li><a data-id ="services-section" class="home_link" href="#services-section">services</a></li> -->
  96. <!-- <li><a href="#gallery-wrap">gallery</a></li>
  97. <li><a href="#events-wrap">events</a></li>
  98. <li><a href="#stats-wrap">states</a></li>
  99. <li><a href="#news-wrap">news</a></li> -->
  100. <li class=""><a data-id ="contact-section" class="home_link" href="../index.php">contact us</a></li>
  101. <li class="service-link"><a>Services</a>
  102. <ul class="mobile-submenu">
  103. <li>
  104. <a href="dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
  105. </li>
  106. <li>
  107. <a href="sofwareProductDevelopment.php">Software Product Development</a>
  108. </li>
  109. <li>
  110. <a href="softwareTesting.php">Software Testing and QA</a>
  111. </li>
  112. <li>
  113. <a href="mobileApplicationDevelopment.html">Mobile Aplication Development</a>
  114. </li>
  115. <li>
  116. <a href="apiDevelopmentIntegration.php">API Development and Integration</a>
  117. </li>
  118. </ul>
  119. </li>
  120. <li class="industries-link"><a>Industries</a>
  121. <ul class="mobile-submenu">
  122. <li>
  123. <a href="../industries/financeBanking.php">Finance & Banking</a>
  124. </li>
  125. <li>
  126. <a href="../industries/healthcare.php">Healthcare</a>
  127. </li>
  128. </ul>
  129. </li>
  130. <li class=" active" ><a href="../careers.php">careers</a><span class="nav-active-mark"></span></li>
  131. <li ><a href="../portfolio.php">portfolio</a></li>
  132. </ul>
  133. </nav>
  134. <div class="dropdown_wrap general-section">
  135. <div class="dropdown_menu" id="servicesMenu">
  136. <div class="dropdown-container">
  137. <div class="row">
  138. <div class="col-md-7 dropdown-half dropdown-left">
  139. <img src="" >
  140. </div>
  141. <div class="col-md-5 dropdown-half dropdown-right">
  142. <ul class="expand-menu">
  143. <li>
  144. <a href="dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
  145. </li>
  146. <li>
  147. <a href="sofwareProductDevelopment.php">Software Product Development</a>
  148. </li>
  149. <li>
  150. <a href="softwareTesting.php">Software Testing and QA</a>
  151. </li>
  152. <li>
  153. <a href="mobileApplicationDevelopment.html">Mobile Aplication Development</a>
  154. </li>
  155. <li>
  156. <a href="apiDevelopmentIntegration.php">API Development and Integration</a>
  157. </li>
  158. </ul>
  159. </div>
  160. </div>
  161. </div>
  162. </div>
  163. <div class="dropdown_menu" id="industriesMenu">
  164. <div class="dropdown-container">
  165. <div class="row">
  166. <div class="col-md-7 dropdown-half dropdown-left">
  167. </div>
  168. <div class="col-md-5 dropdown-half dropdown-right">
  169. <ul class="expand-menu">
  170. <li>
  171. <a href="../industries/financeBanking.php">Finance & Banking</a>
  172. </li>
  173. <li>
  174. <a href="../industries/healthcare.php">Healthcare</a>
  175. </li>
  176. </ul>
  177. </div>
  178. </div>
  179. </div>
  180. </div>
  181. <!-- end Navigation -->
  182. </header>
  183. </div><!-- end Header -->
  184. <div class="service-type-wrapper">
  185. <div class="service_type clearfix general-section ">
  186. <div class="section-title">
  187. <h1>Dedicated development team</h1>
  188. <h5>See all we have to offer you</h5>
  189. </div>
  190. <div class="service_type-intro">
  191. <div class="row">
  192. <div class="col-md-6 col-sm-12 wow bounceInRight second-sti"><img src="../images/dedicated-development-team.jpg" alt=""></div>
  193. <div class="col-md-6 col-sm-12 first-sti">
  194. We are a modern software development company with experience as fuel for innovation and we are always open to talent and tech enthusiasts that can add additional value to our teams. Open positions are listed below, but if your skills are not listed, send your CV to <a class="email" href="mailto:[email protected]">[email protected]</a> so we can meet you and discuss how we can work together.
  195. </div>
  196. </div>
  197. </div><!-- end Services Intro -->
  198. </div>
  199. </div>
  200. <!--service info-->
  201. <div class="service-info-wrapper dark">
  202. <div class="service-info clearfix general-section">
  203. <div class="row">
  204. <div class="col-md-6 col-sm-12">
  205. <div class="service-info-icon">
  206. <i class="fab fa-accusoft"></i>
  207. </div>
  208. <div class="service-info-content">
  209. <h3>Fintech Integration Process</h3>
  210. <p>
  211. Accounting software—we make integrations with third-party services and provide you with secure software.
  212. Protect assets against fraud
  213. We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
  214. </p>
  215. </div>
  216. </div>
  217. <div class="col-md-6 col-sm-12">
  218. <div class="service-info-icon">
  219. <i class="fas fa-search"></i>
  220. </div>
  221. <div class="service-info-content">
  222. <h3>Protect assets against fraud</h3>
  223. <p>
  224. Accounting software—we make integrations with third-party services and provide you with secure software.
  225. Protect assets against fraud
  226. We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
  227. </p>
  228. </div>
  229. </div>
  230. <div class="col-md-6 col-sm-12">
  231. <div class="service-info-icon">
  232. <i class="fab fa-amazon-pay"></i>
  233. </div>
  234. <div class="service-info-content">
  235. <h3>Fintech Integration Process</h3>
  236. <p>
  237. Accounting software—we make integrations with third-party services and provide you with secure software.
  238. Protect assets against fraud
  239. We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
  240. </p>
  241. </div>
  242. </div>
  243. <div class="col-md-6 col-sm-12">
  244. <div class="service-info-icon">
  245. <i class="fab fa-buffer"></i>
  246. </div>
  247. <div class="service-info-content">
  248. <h3>Protect assets against fraud</h3>
  249. <p>
  250. Accounting software—we make integrations with third-party services and provide you with secure software.
  251. Protect assets against fraud
  252. We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
  253. </p>
  254. </div>
  255. </div>
  256. </div>
  257. </div>
  258. </div>
  259. <!--end service info-->
  260. <!--footer -->
  261. <?php include '../footer.php';?>
  262. <!-- end footer -->
  263. </div><!-- end container -->
  264. <!-- Scripts -->
  265. <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
  266. <!-- <script type="text/javascript" src="scripts/jquery-3.3.1.slim.min.js"></script> -->
  267. <script type="text/javascript" src="../scripts/popper.min.js"></script>
  268. <script type="text/javascript" src="../scripts/bootstrap.min.js"></script>
  269. <script type="text/javascript" src="../scripts/font-awesome.js"></script>
  270. <script type="text/javascript" src="../scripts/jquery.easing.js"></script>
  271. <script src="../scripts/jquery.easypiechart.min.js"></script>
  272. <!-- <script type="text/javascript" src="scripts/jquery.flexslider-min.js"></script> -->
  273. <script id="wow_js_file" type="text/javascript" src="../scripts/wow.min.js"></script>
  274. <script id="waypoints_js_file" type="text/javascript" src="../scripts/waypoints.js"></script>
  275. <script type="text/javascript" src="../scripts/jquery.prettyPhoto.js"></script>
  276. <script type="text/javascript" src="../scripts/custom.js"></script>
  277. <script type="text/javascript" charset="utf-8" src="../scripts/twitter/jquery.tweet.js"></script>
  278. <script type="text/javascript" src="../scripts/jquery.typed.js"></script>
  279. <script type="text/javascript">
  280. jQuery(document).ready(function ($) {
  281. $('.tweets-container').tweet({
  282. modpath: 'scripts/twitter/',
  283. count: 3,
  284. loading_text: 'loading twitter feed...',
  285. username: 'odindesign_tw',
  286. template: '<div class="hive"><div class="hex outer-hex"><div class="hex-in1"><div class="hex-in2 outer-hex"><div class="hex inner-hex"><div class="hex-in1"><div class="hex-in2 hex-area"><i class="fa-twitter-black"></i></div></div></div></div></div></div></div><div class="twitter-content">{time}<p>{text}</p></div>'
  287. });
  288. var $ = jQuery;
  289. // process each typed-enabled element
  290. $('[data-typed-str]').each(function () {
  291. var $this = $(this),
  292. texts = $this.attr('data-typed-str').split('|');
  293. $this.html('').append('<span class="typed-container"></span>');
  294. $this.find('> .typed-container').typed({
  295. strings: texts,
  296. typeSpeed: 25,
  297. loop: ($this.attr('data-typed-repeat') === 'yes'),
  298. backDelay: 1500,
  299. showCursor: ($this.attr('data-typed-cursor') === 'yes')
  300. });
  301. });
  302. });
  303. </script>
  304. <div class="background-overlay">
  305. </div>
  306. <div class="apply-notification">
  307. <span class="notification-msg">
  308. Email sent succesfully
  309. </span>
  310. <span class="close-notification">
  311. <i class="fa fa-times"></i>
  312. </span>
  313. </div>
  314. <div id="back-to-top">
  315. <span>Top</span>
  316. </div>
  317. </body>
  318. </html>