Diligent web site
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

portfolio.php 46KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024
  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>Portfolio - 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 portfolio">
  14. <meta name="keywords" content="dilignet, software, development, company, it">
  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="style.css" media="screen" />
  22. <link rel="stylesheet" type="text/css" href="styles/custom.css" media="screen" />
  23. <link rel="stylesheet" type="text/css" href="styles/font-awesome.min.css" media="screen" />
  24. <link rel="stylesheet" type="text/css" href="styles/flexslider.css" media="screen" />
  25. <link id="animate_css_file" rel="stylesheet" type="text/css" href="styles/animate.css" media="screen" />
  26. <link rel="stylesheet" type="text/css" href="styles/prettyPhoto.css" media="screen" />
  27. <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700" rel="stylesheet" type="text/css">
  28. <link href="styles/bootstrap.min.css" rel="stylesheet" type="text/css" />
  29. <!-- Favicon -->
  30. <link rel="shortcut icon" href="images/favicon.ico" />
  31. <!-- Custom Styles -->
  32. <style type="text/css" id="themecolors"></style>
  33. <style>
  34. .client-description {
  35. padding: 100px 0px 30px 0px;
  36. }
  37. .chips span {
  38. display: inline-block;
  39. padding: 0 12px;
  40. margin-right: 8px;
  41. margin-bottom: 8px;
  42. border-radius: 5px;
  43. background-color: #4a4949;
  44. box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  45. color: white;
  46. }
  47. .center-item {
  48. text-align: center;
  49. }
  50. .technologies-title {
  51. margin-top: 30px;
  52. }
  53. .testemonial-item
  54. {
  55. text-align: center;
  56. margin-top: 40px;
  57. font-size: 14px;
  58. }
  59. </style>
  60. </head>
  61. <body>
  62. <div id="container">
  63. <?php include 'header.php'; ?>
  64. <div id="portfolio-header" >
  65. <section id="contact" class="contact general-section clearfix our_partners">
  66. <div class="one_half last">
  67. <h1 class="our_partners_title">Our partners and projects</h1>
  68. <p>
  69. Our philosophy is based on the idea of ​​innovation. We work tirelessly to provide useful
  70. solutions that are consistent with the strategic priorities of our clients.<br> That is the key
  71. that differentiates Diligent Software's portfolio of services: our <strong>relentless
  72. motivation</strong> to create value for companies that rely on digital solutions.
  73. </p>
  74. </div><!-- end Contact Form -->
  75. <div class="one_half contact-socials last portfolio-partners">
  76. <h3></h3>
  77. <h5></h5>
  78. <div class="hive contact-social wow swing facebook contact-socials-3s-first">
  79. <div class="hex outer-hex">
  80. <div class="hex-in1">
  81. <a href="#client-description-po" title="Profit Optics">
  82. <div class="hex-in2 outer-hex">
  83. <div class="hex inner-hex">
  84. <div class="hex-in1">
  85. <div class="hex-in2 hex-area">
  86. <div class="hive contact-social-overlay">
  87. <div class="hex outer-hex">
  88. <div class="hex-in1">
  89. <div class="hex-in2 outer-hex">
  90. <div class="hex inner-hex">
  91. <div class="hex-in1">
  92. <div class="hex-in2 hex-area">
  93. <img src="images/PO_small_logo.png">
  94. </div>
  95. </div>
  96. </div>
  97. </div>
  98. </div>
  99. </div>
  100. </div><!-- end contact social overlay -->
  101. </div>
  102. </div>
  103. </div>
  104. </div>
  105. </a>
  106. </div>
  107. </div>
  108. </div><!-- end Facebook Social -->
  109. <div class="hive contact-social wow swing twitter">
  110. <div class="hex outer-hex">
  111. <div class="hex-in1">
  112. <a href="#client-description-badin" title="Badin Soft">
  113. <div class="hex-in2 outer-hex">
  114. <div class="hex inner-hex">
  115. <div class="hex-in1">
  116. <div class="hex-in2 light-blue-background hex-area">
  117. <div class="hive contact-social-overlay">
  118. <div class="hex outer-hex">
  119. <div class="hex-in1">
  120. <div class="hex-in2 outer-hex">
  121. <div class="hex inner-hex">
  122. <div class="hex-in1">
  123. <div class="hex-in2 hex-area">
  124. <img src="images/BADIN_small_logo.png">
  125. </div>
  126. </div>
  127. </div>
  128. </div>
  129. </div>
  130. </div>
  131. </div><!-- end contact social overlay -->
  132. </div>
  133. </div>
  134. </div>
  135. </div>
  136. </a>
  137. </div>
  138. </div>
  139. </div><!-- end Twitter Social -->
  140. <div class="hive contact-social wow swing dribbble">
  141. <div class="hex outer-hex">
  142. <div class="hex-in1">
  143. <a href="#" title="Cine Phonix" >
  144. <div class="hex-in2 outer-hex">
  145. <div class="hex inner-hex">
  146. <div class="hex-in1">
  147. <div class="hex-in2 hex-area">
  148. <div class="hive contact-social-overlay">
  149. <div class="hex outer-hex">
  150. <div class="hex-in1">
  151. <div class="hex-in2 outer-hex">
  152. <div class="hex inner-hex">
  153. <div class="hex-in1">
  154. <div class="hex-in2 hex-area">
  155. <img src="images/CP_small_logo.png">
  156. </div>
  157. </div>
  158. </div>
  159. </div>
  160. </div>
  161. </div>
  162. </div><!-- end contact social overlay -->
  163. </div>
  164. </div>
  165. </div>
  166. </div>
  167. </a>
  168. </div>
  169. </div>
  170. </div><!-- end Dribbble Social -->
  171. <div class="clearfix"></div>
  172. <div class="hive contact-social wow swing linkedin">
  173. <div class="hex outer-hex">
  174. <div class="hex-in1">
  175. <a href="#client-description-gbi" title="Gold bullion international">
  176. <div class="hex-in2 gray-background outer-hex">
  177. <div class="hex inner-hex">
  178. <div class="hex-in1">
  179. <div class="hex-in2 dark-blue-background hex-area">
  180. <div class="hive contact-social-overlay">
  181. <div class="hex outer-hex">
  182. <div class="hex-in1">
  183. <div class="hex-in2 gray-background outer-hex ">
  184. <div class="hex inner-hex">
  185. <div class="hex-in1">
  186. <div class="hex-in2 white-background hex-area ">
  187. <img src="images/GBI_small_logo.png">
  188. </div>
  189. </div>
  190. </div>
  191. </div>
  192. </div>
  193. </div>
  194. </div><!-- end contact social overlay -->
  195. </div>
  196. </div>
  197. </div>
  198. </div>
  199. </a>
  200. </div>
  201. </div>
  202. </div><!-- end Linkedin Social -->
  203. <div class="hive contact-social wow swing rss">
  204. <div class="hex outer-hex">
  205. <div class="hex-in1">
  206. <a href="#client-description-mould" title="Mould Group China">
  207. <div class="hex-in2 outer-hex">
  208. <div class="hex inner-hex">
  209. <div class="hex-in1">
  210. <div class="hex-in2 hex-area">
  211. <div class="hive contact-social-overlay">
  212. <div class="hex outer-hex">
  213. <div class="hex-in1">
  214. <div class="hex-in2 outer-hex">
  215. <div class="hex inner-hex">
  216. <div class="hex-in1">
  217. <div class="hex-in2 hex-area">
  218. <img src="images/MGC_small_logo.png">
  219. </div>
  220. </div>
  221. </div>
  222. </div>
  223. </div>
  224. </div>
  225. </div><!-- end contact social overlay -->
  226. </div>
  227. </div>
  228. </div>
  229. </div>
  230. </a>
  231. </div>
  232. </div>
  233. </div><!-- end RSS Social -->
  234. <div class="hive contact-social wow swing google-plus">
  235. <div class="hex outer-hex">
  236. <div class="hex-in1">
  237. <a href="#client-description-sra" title="Softroadapps">
  238. <div class="hex-in2 outer-hex">
  239. <div class="hex inner-hex">
  240. <div class="hex-in1">
  241. <div class="hex-in2 hex-area">
  242. <div class="hive contact-social-overlay">
  243. <div class="hex outer-hex">
  244. <div class="hex-in1">
  245. <div class="hex-in2 outer-hex">
  246. <div class="hex inner-hex">
  247. <div class="hex-in1">
  248. <div class="hex-in2 hex-area">
  249. <img src="images/SRA_small_logo.png">
  250. </div>
  251. </div>
  252. </div>
  253. </div>
  254. </div>
  255. </div>
  256. </div><!-- end contact social overlay -->
  257. </div>
  258. </div>
  259. </div>
  260. </div>
  261. </a>
  262. </div>
  263. </div>
  264. </div><!-- end Pinterest Google Plus -->
  265. <div class="hive contact-social wow swing pinterest">
  266. <div class="hex outer-hex">
  267. <div class="hex-in1">
  268. <a href="#client-description-aks" title="Stanković & Partners Law office">
  269. <div class="hex-in2 outer-hex">
  270. <div class="hex inner-hex">
  271. <div class="hex-in1">
  272. <div class="hex-in2 hex-area">
  273. <div class="hive contact-social-overlay">
  274. <div class="hex outer-hex">
  275. <div class="hex-in1">
  276. <div class="hex-in2 outer-hex">
  277. <div class="hex inner-hex">
  278. <div class="hex-in1">
  279. <div class="hex-in2 hex-area">
  280. <img src="images/AKS_small_logo.png">
  281. </div>
  282. </div>
  283. </div>
  284. </div>
  285. </div>
  286. </div>
  287. </div><!-- end contact social overlay -->
  288. </div>
  289. </div>
  290. </div>
  291. </div>
  292. </a>
  293. </div>
  294. </div>
  295. </div><!-- end tumblr Social -->
  296. <div class="clearfix"></div>
  297. <div class="hive contact-social wow swing youtube contact-socials-3s-first">
  298. <div class="hex outer-hex">
  299. <div class="hex-in1">
  300. <a href="#client-description-ne" title="Niš Ekspres">
  301. <div class="hex-in2 outer-hex">
  302. <div class="hex inner-hex">
  303. <div class="hex-in1">
  304. <div class="hex-in2 hex-area">
  305. <div class="hive contact-social-overlay">
  306. <div class="hex outer-hex">
  307. <div class="hex-in1">
  308. <div class="hex-in2 outer-hex">
  309. <div class="hex inner-hex">
  310. <div class="hex-in1">
  311. <div class="hex-in2 hex-area">
  312. <img src="images/NE_small_logo.png">
  313. </div>
  314. </div>
  315. </div>
  316. </div>
  317. </div>
  318. </div>
  319. </div><!-- end contact social overlay -->
  320. </div>
  321. </div>
  322. </div>
  323. </div>
  324. </a>
  325. </div>
  326. </div>
  327. </div><!-- end Youtube Social -->
  328. <div class="hive contact-social wow swing skype">
  329. <div class="hex outer-hex">
  330. <div class="hex-in1">
  331. <a href="#" title="Tune Bud">
  332. <div class="hex-in2 outer-hex">
  333. <div class="hex inner-hex">
  334. <div class="hex-in1">
  335. <div class="hex-in2 light-blue-background hex-area">
  336. <div class="hive contact-social-overlay">
  337. <div class="hex outer-hex">
  338. <div class="hex-in1">
  339. <div class="hex-in2 outer-hex">
  340. <div class="hex inner-hex">
  341. <div class="hex-in1">
  342. <div class="hex-in2 hex-area">
  343. <img src="images/TB_small_logo.png">
  344. </div>
  345. </div>
  346. </div>
  347. </div>
  348. </div>
  349. </div>
  350. </div><!-- end contact social overlay -->
  351. </div>
  352. </div>
  353. </div>
  354. </div>
  355. </a>
  356. </div>
  357. </div>
  358. </div><!-- end Skype Social -->
  359. <div class="hive contact-social wow swing pinterest">
  360. <div class="hex outer-hex">
  361. <div class="hex-in1">
  362. <a href="">
  363. <div class="hex-in2 outer-hex">
  364. <div class="hex inner-hex">
  365. <div class="hex-in1">
  366. <div class="hex-in2 hex-area">
  367. <div class="hive contact-social-overlay">
  368. <div class="hex outer-hex">
  369. <div class="hex-in1">
  370. <div class="hex-in2 outer-hex">
  371. <div class="hex inner-hex">
  372. <div class="hex-in1">
  373. <div class="hex-in2 hex-area">
  374. <div>
  375. </div>
  376. </div>
  377. </div>
  378. </div>
  379. </div>
  380. </div><!-- end contact social overlay -->
  381. </div>
  382. </div>
  383. </div>
  384. </div>
  385. </a>
  386. </div>
  387. </div>
  388. </div><!-- end Pinterest Social -->
  389. </div><!-- end Contact Socials -->
  390. </section>
  391. </div><!-- end Contact -->
  392. <div class="partner-descritpion">
  393. <div class="dark"
  394. style="background-image: url('images/stats_bg.png'); background-repeat: no-repeat; background-position: center">
  395. <section id="client-description-gbi" class="stats general-section clearfix client-description">
  396. <div class="section-triangle-grey"></div>
  397. <div class="one_half services-item clearfix">
  398. <div class="">
  399. <div class="hex outer-hex">
  400. <div class="hex-in1">
  401. <div class="hex-in2 outer-hex">
  402. <div class="hex inner-hex">
  403. <div class="hex-in1">
  404. <div class=" hex-in2 hex-area">
  405. <img src="images/GBI_small_logo.png" title="Gold bullion international">
  406. </div>
  407. </div>
  408. </div>
  409. </div>
  410. </div>
  411. </div>
  412. </div>
  413. <!-- <div class="center-item">
  414. <h3 style="font-size: 24px;">Gold Bullion International</h3>
  415. </div> -->
  416. </div>
  417. <div class="one-half last gbi-description" >
  418. <p>
  419. Gold Bullion International is a leading institutional precious metals provider to individual investors and the wealth management industry. The GBI Platform is integrated into the world’s top wealth managers, custodians, banks and e-commerce companies in the U.S., Asia, and Europe. It allows underlying clients to buy, sell, and store precious metals and digital currencies within their existing accounts and trading systems.
  420. </p>
  421. </div>
  422. </section>
  423. </div>
  424. <div class="services-wrap-cont">
  425. <section class="services partner clearfix general-section">
  426. <div class="section-title">
  427. <h2>Gold Bullion International</h2>
  428. <h5>New York | NY | USA | bullioninternational.com</h5>
  429. </div>
  430. <div class="one_half services-item">
  431. <h3>Challenge</h3>
  432. <p>
  433. GBI needed a team that could develop and maintain multiple high-quality trading platforms and supporting services, integrating them into the GBI core trading system, offering high performance, security, scalability while handling the complexity of the requirements of GBI's international partners. Diligent was tasked with providing business analysis, project discovery, management, software design and implementation for various projects, working on a tight schedule, often in a rapidly changing project environment, honoring high demand for quality in the sensitive area of the financial industry.
  434. </p>
  435. </div><!-- end Contact Form -->
  436. <div class="one_half services-item last">
  437. <h3>Solution</h3>
  438. <p>
  439. Diligent helped in creation of new, and modification of previously existing platforms, supporting GBI through the full software development lifecycle. The efforts included, in addition to new trading platforms creation and their integration into GBI's core system, creation of myriad supporting services, providing messaging, identity verification, user registration, FIX protocol integration...support. All of the platforms improved operations automation, integration with financial institutions, and customer experience.
  440. </p>
  441. </div><!-- end Contact Form -->
  442. <!-- <hr style="border-top: 1px dashed #9b9a9a; height:0 !important; position:relative"> -->
  443. <div class="center-item">
  444. <h3 class="technologies-title">Technologies and <span class="diligent-purple-title">Team</span></h3>
  445. <p class="chips">
  446. <span class="diligent-purple-background">20+ engineers</span>
  447. <span>c#</span>
  448. <span>.Net Framework</span>
  449. <span>Win Forms </span>
  450. <span>.Net WebService</span>
  451. <span>WebAPI </span>
  452. <span>JavaScritp</span>
  453. <span>QuickFix</span>
  454. <span>MS SQL Server</span>
  455. </p>
  456. </div>
  457. <div class="testemonial-item">
  458. <section class="position-relative text-center client-testimonial" >
  459. <blockquote data-aos="fade-left" data-aos-duration="1500" data-aos-offset="0" data-aos-delay="1000" class="aos-init aos-animate"><em>‘’Diligent is a highly valuable resource in GBI's arsenal. Reliable, versatile and skilled. They are a true representation of their company name - following through the entire process of any task we challenged them with, meeting, and exceeding, expectations regardless of the project environment.’’</em>
  460. </blockquote><img style="padding: 15px;" src="https://d33wubrfki0l68.cloudfront.net/0375839380fbd61b19d9ba918edf43c2f6a88425/a404f/assets/images/peter.png" alt="GBI CTO">
  461. <p><strong><span >Peter</span> <span >Custer,</span><a href="https://www.linkedin.com/in/peter-custer-97552531/"></a></strong></p>
  462. <p><span class="text-uppercase">CTO</span> @ Gold Bullion International</p></section>
  463. </div>
  464. </section>
  465. </div>
  466. </div>
  467. <div class="partner-descritpion">
  468. <div class="dark"
  469. style="background-image: url('images/stats_bg.png'); background-repeat: no-repeat; background-position: center">
  470. <section id="client-description-po" class="stats general-section clearfix client-description">
  471. <div class="section-triangle-grey"></div>
  472. <div class="one_half services-item clearfix">
  473. <div class="">
  474. <div class="hex outer-hex">
  475. <div class="hex-in1">
  476. <div class="hex-in2 outer-hex">
  477. <div class="hex inner-hex">
  478. <div class="hex-in1">
  479. <div class=" hex-in2 hex-area">
  480. <img src="images/PO_small_logo.png" alt="Profit Optics">
  481. </div>
  482. </div>
  483. </div>
  484. </div>
  485. </div>
  486. </div>
  487. </div>
  488. <!-- <div class="center-item">
  489. <h3 style="font-size: 24px;"></h3>
  490. </div> -->
  491. </div>
  492. <div class="one-half last">
  493. <p>
  494. Located in Richmond, VA, ProfitOptics is an IT consulting company and IIOT firm dedicated to creating a business that does the right thing. They are focused on helping customers and their staff grow. The ProfitOptics team has developed over 50 custom software tools, websites, and mobile apps, allowing decision makers to be more efficient and effective.
  495. </p>
  496. </div>
  497. </section>
  498. </div>
  499. <div class="services-wrap-cont">
  500. <section class="services partner clearfix general-section">
  501. <div class="section-title">
  502. <h2>Profit Optics</h2>
  503. <h5>Richmond | VA | USA | profitoptics.com</h5>
  504. </div>
  505. <div class="one_half services-item">
  506. <h3>Challenge</h3>
  507. <p>
  508. ProfitOptics were in high demand of a professional team which would be able to maintain, upgrade and build new solutions for existing and new business partners, as well as build in-house core solutions. Profit Optics needed independent partner which can provide business analysis, project managers, designers, as well as developers for the ever-growing client demand.
  509. </p>
  510. </div><!-- end Contact Form -->
  511. <div class="one_half services-item last">
  512. <h3>Solution</h3>
  513. <p>
  514. Business Intelligence portal which enhouses series of web applications & reporting tools used for in-depth analysis on product pricing, money flow, resources, employees, etc. Specialized applications provide administrative users overview, as well as detail look scaled down to individual product, sales representative, or individual sale point, pulled from the huge amount of data processed on a daily basis.
  515. </p>
  516. </div><!-- end Contact Form -->
  517. <!-- <hr style="border-top: 1px dashed #9b9a9a; height:0 !important; position:relative"> -->
  518. <div class="center-item">
  519. <h3 class="technologies-title">Technologies and <span class="diligent-purple-title">Team</span></h3>
  520. <p class="chips">
  521. <span class="diligent-purple-background">10+ engineers</span>
  522. <span>c#</span>
  523. <span>asp</span>
  524. <span>.Net MVC Framework </span>
  525. <span>javascript</span>
  526. <span>ms iis </span>
  527. <span>ms sql server</span>
  528. </p>
  529. </div>
  530. <!-- <div class="testemonial-item">
  531. <section class="position-relative text-center client-testimonial" itemprop="citation" itemscope="" itemtype="https://schema.org/CreativeWork">
  532. <blockquote data-aos="fade-left" data-aos-duration="1500" data-aos-offset="0" data-aos-delay="1000" class="aos-init aos-animate"><em>‘’Diligent has been, and continues to be, a valued resource. Skilled and knowledgeable developers. High level of quality, responsiveness, and communication. <strong>Ability to scale to demands as needed. Very much recommended.</strong>’’</em>
  533. </blockquote><img style="padding: 15px;" src="images/Tony2.png" alt="Profit Optics CEO">
  534. <p itemprop="author" itemscope="" itemtype="https://schema.org/Person" ><strong><span itemprop="givenName">Tony</span> <span itemprop="familyName">Pericle,</span><link itemprop="sameAs" href="https://www.linkedin.com/in/peter-custer-97552531/"></strong></p>
  535. <p><span class="text-uppercase">CTO</span> @ Profit Optics</p></section>
  536. </div> -->
  537. </section>
  538. </div>
  539. </div>
  540. <div class="partner-descritpion">
  541. <div class="dark"
  542. style="background-image: url('images/stats_bg.png'); background-repeat: no-repeat; background-position: center">
  543. <section id="client-description-badin" class="stats general-section clearfix client-description">
  544. <div class="section-triangle-grey"></div>
  545. <div class="one_half services-item clearfix">
  546. <div class="">
  547. <div class="hex outer-hex">
  548. <div class="hex-in1">
  549. <div class="hex-in2 outer-hex">
  550. <div class="hex inner-hex">
  551. <div class="hex-in1">
  552. <div class=" hex-in2 hex-area">
  553. <img src="images/BADIN_small_logo.png" alt="Badin">
  554. </div>
  555. </div>
  556. </div>
  557. </div>
  558. </div>
  559. </div>
  560. </div>
  561. <!-- <div class="center-item">
  562. <h3 style="font-size: 24px;"></h3>
  563. </div> -->
  564. </div>
  565. <div class="one-half last">
  566. <p>
  567. Company with the goal to create value to end users and provide competitive advantage to its clients and partners. Badin strategically invests the time and resources in following and implementing leading technological trends into everyday work.
  568. </p>
  569. </div>
  570. </section>
  571. </div>
  572. <div class="services-wrap-cont">
  573. <section class="services partner clearfix general-section">
  574. <div class="section-title">
  575. <h2>Badin</h2>
  576. <h5>Niš | Serbia | badinsoft.com</h5>
  577. </div>
  578. <div class="one_half services-item">
  579. <h3>Challenge</h3>
  580. <p>
  581. Badin needed professional support to help its domestic and international clients to articulate their requirements, setup projects and lead implementation in technology stack that is not their's primary tech stack
  582. </p>
  583. </div><!-- end Contact Form -->
  584. <div class="one_half services-item last">
  585. <h3>Solution</h3>
  586. <p>
  587. We helped in organizing teams to fulfill all clients needs from setting up agile team, project solution, development, team organization on both backend and frontend to delivery of full documented working solution for satisfied customers.
  588. </p>
  589. </div><!-- end Contact Form -->
  590. <!-- <hr style="border-top: 1px dashed #9b9a9a; height:0 !important; position:relative"> -->
  591. <div class="center-item">
  592. <h3 class="technologies-title">Technologies and <span class="diligent-purple-title">Team</span></h3>
  593. <p class="chips">
  594. <span class="diligent-purple-background">5+ engineers</span>
  595. <span>c#</span>
  596. <span>.Net MVC Framework </span>
  597. <span>.Net Core </span>
  598. <span>Net WCF</span>
  599. <span>ms iis </span>
  600. <span>ms sql server</span>
  601. </p>
  602. </div>
  603. <div class="testemonial-item">
  604. <section class="position-relative text-center client-testimonial">
  605. <blockquote data-aos="fade-left" data-aos-duration="1500" data-aos-offset="0" data-aos-delay="1000" class="aos-init aos-animate"><em>‘’Diligent guys are my old and reliable partners. We've been working together for more than a decade. Highly skilled professionals for any assigned job. Do not hesitate if you need support, Diligent brings additional value. They are not only tech team, they'll be partners to your business as they were for our's!’’</em>
  606. </blockquote><img style="padding: 15px;" src="images/CEO_Badin.png" alt="Co-Founder, CEO">
  607. <p ><strong><span >Božidar </span> <span>Ignjatović,</span><a href=""></a></strong></p>
  608. <p><span class="text-uppercase">CEO</span> @ Badin</p></section>
  609. </div>
  610. </section>
  611. </div>
  612. </div>
  613. <div class="partner-descritpion">
  614. <div class="dark"
  615. style="background-image: url('images/stats_bg.png'); background-repeat: no-repeat; background-position: center">
  616. <section id="client-description-ne" class="stats general-section clearfix client-description">
  617. <div class="section-triangle-grey"></div>
  618. <div class="one_half services-item clearfix">
  619. <div class="">
  620. <div class="hex outer-hex">
  621. <div class="hex-in1">
  622. <div class="hex-in2 outer-hex">
  623. <div class="hex inner-hex">
  624. <div class="hex-in1">
  625. <div class=" hex-in2 hex-area">
  626. <img src="images/NE_small_logo.png" alt="Niš Ekspres">
  627. </div>
  628. </div>
  629. </div>
  630. </div>
  631. </div>
  632. </div>
  633. </div>
  634. <!-- <div class="center-item">
  635. <h3 style="font-size: 24px;"></h3>
  636. </div> -->
  637. </div>
  638. <div class="one-half last">
  639. <p>
  640. Nis-Ekspres is one of the biggest transportation companies on Western Balkans. It is a complete unit in which the main activity - passenger transport, is successfully supplemented by servicing and maintenance of own vehicles. The production of buses started in 1996. In the meantime, the types of buses intended for all types of passenger transport (for city, suburban and local transport) have left the hall of the Nis carrier.
  641. </p>
  642. </div>
  643. </section>
  644. </div>
  645. <div class="services-wrap-cont">
  646. <section class="services partner clearfix general-section">
  647. <div class="section-title">
  648. <h2>Nis Ekspres</h2>
  649. <h5>Niš | Serbia | nis-ekspres.rs</h5>
  650. </div>
  651. <div class="one_half services-item">
  652. <h3>Challenge</h3>
  653. <p>
  654. The company was looking for a partner to help offer its customers solutions on new platforms, primarily web and mobile. In parallel with the development of new modules, it was necessary to overcome the challenges of upgrading the existing information system
  655. </p>
  656. </div><!-- end Contact Form -->
  657. <div class="one_half services-item last">
  658. <h3>Solution</h3>
  659. <p>
  660. We created Ticketing system which includes desktop application for ticket sales working on a substantial number of remote sale points, android application for ticket validation in buses and web application for online ticket sales. Diligent provided additional solutions incorporated in company's informational system such as the bus gate control application and the application for processing bus plate numbers from IP cameras.
  661. </p>
  662. </div><!-- end Contact Form -->
  663. <!-- <hr style="border-top: 1px dashed #9b9a9a; height:0 !important; position:relative"> -->
  664. <div class="center-item">
  665. <h3 class="technologies-title">Technologies and <span class="diligent-purple-title">Team</span></h3>
  666. <p class="chips">
  667. <span class="diligent-purple-background">5+ engineers</span>
  668. <span>c#</span>
  669. <span>.Net Framework</span>
  670. <span>Win Forms </span>
  671. <span>.Net WebService</span>
  672. <span>WebAPI </span>
  673. <span>Angular-js</span>
  674. <span>Angular 4</span>
  675. <span>MS SQL Server</span>
  676. <span>Java</span>
  677. </p>
  678. </div>
  679. <div class="testemonial-item">
  680. <section class="position-relative text-center client-testimonial" >
  681. <blockquote data-aos="fade-left" data-aos-duration="1500" data-aos-offset="0" data-aos-delay="1000" class="aos-init aos-animate"><em>‘’Our industry is very sensitive, which requires that the Information System must be reliable and flexible. Diligent helped us to build and integrate several parts of the existing Information System with multiple integrations points and enabled field work. As the leader in the industry and in the days of modern technologies, Nis-Ekspres always wants to be ahead of the competition. Guys provided just that and built our first mobile app for online ticket sale and more. In the work process, they come forward with comments and questions that eventually bring additional value to the product. Be assured that you can always count on the highest performanse from Diligent, "around-the-clock" support and have partner to your business.’’</em>
  682. </blockquote><img style="padding: 15px;" src="images/HOIT-Nis_Ekspres.png" alt="Head of IT department">
  683. <p><strong><span >Adis</span> <span >Terzić,</span><a href="https://www.linkedin.com/in/peter-custer-97552531/"></a></strong></p>
  684. <p><span class="text-uppercase">Head of IT department</span> @ Nis-Ekspres</p></section>
  685. </div>
  686. </section>
  687. </div>
  688. </div>
  689. <div class="partner-descritpion">
  690. <div class="dark"
  691. style="background-image: url('images/stats_bg.png'); background-repeat: no-repeat; background-position: center">
  692. <section id="client-description-sra" class="stats general-section clearfix client-description">
  693. <div class="section-triangle-grey"></div>
  694. <div class="one_half services-item clearfix">
  695. <div class="">
  696. <div class="hex outer-hex">
  697. <div class="hex-in1">
  698. <div class="hex-in2 outer-hex">
  699. <div class="hex inner-hex">
  700. <div class="hex-in1">
  701. <div class=" hex-in2 hex-area">
  702. <img src="images/SRA_small_logo.png" alt="Soft Road Apps">
  703. </div>
  704. </div>
  705. </div>
  706. </div>
  707. </div>
  708. </div>
  709. </div>
  710. <!-- <div class="center-item">
  711. <h3 style="font-size: 24px;">SRA</h3>
  712. </div> -->
  713. </div>
  714. <div class="one-half last">
  715. <p>
  716. Soft Road Apps is the first Japanese IT company in Serbia, located in the very center of the capital city of Belgrade. Soft Road Apps is a subsidiary of SRA holdings, Inc. The head office, Software Research Associates, Inc. is based in Tokyo. In Soft Road Apps, we are trying not only to expand and develop the business that SRA group has developed so far, but also to develop new systems and applications.
  717. </p>
  718. </div>
  719. </section>
  720. </div>
  721. <div class="services-wrap-cont">
  722. <section class="services partner clearfix general-section">
  723. <div class="section-title">
  724. <h2>SRA</h2>
  725. <h5>Belgrade | Serbia | softroadapps.com</h5>
  726. </div>
  727. <div class="one_half services-item">
  728. <h3>Challenge</h3>
  729. <p>
  730. <!-- Years ago, AWA has developed a warehousing system, based and distributed on series of desktop machines. System, being hosted on obsolete Windows server versions, required OS, upgrade. While OS upgrade was performed with ease, it was only a tip of an ice berg. Code base, developed using VisualBasic 6, and database, developed in SQL Server 2000, had numerous points in breakdown, caused by significant standard, and library mismatch. -->
  731. Years ago, AWA has developed a warehousing system, based and distributed on series of desktop machines. System, being hosted on obsolete Windows server versions, required OS, upgrade. While OS upgrade was performed with ease, it was only a tip of an ice berg. Code base, developed using VisualBasic 6, and database, developed in SQL Server 2000, had numerous points in breakdown, caused by significant standard, and library mismatch.
  732. </p>
  733. </div><!-- end Contact Form -->
  734. <div class="one_half services-item last">
  735. <h3>Solution</h3>
  736. <p>
  737. <!-- Our philosophy is based on the idea of ​​innovation. We work tirelessly to provide useful solutions that are consistent with the strategic priorities of our clients. That is the key that differentiates Diligent Software's portfolio of services: our relentless motivation to create value for companies that rely on digital solutions. -->
  738. Solution included analysis and strategic replacement of code components not configurable with latest Windows Server component (MSCom, ActiveReport, Spread, VB6 code specifics, SQLServer 2000 syntax specifics, code issues derived from structural changes). Primary problem resolution was followed by an adequate asset backup, storage and deployment, succeeded in 100% functionality restoration. This included entire existing software and hardware base (PCs, automatic & manual scanners, printers & other peripherals)
  739. </p>
  740. </div><!-- end Contact Form -->
  741. <!-- <hr style="border-top: 1px dashed #9b9a9a; height:0 !important; position:relative"> -->
  742. <div class="center-item">
  743. <h3 class="technologies-title">Technologies and <span class="diligent-purple-title">Team</span></h3>
  744. <p class="chips">
  745. <span class="diligent-purple-background">5+ engineers</span>
  746. <span>c#</span>
  747. <span>.Net Framework</span>
  748. <span>Win Forms </span>
  749. <span>.Net WebService</span>
  750. <span>WebAPI </span>
  751. <span>Angular-js</span>
  752. <span>Angular 4</span>
  753. <span>MS SQL Server</span>
  754. <span>Java</span>
  755. </p>
  756. </div>
  757. <div class="testemonial-item">
  758. <section class="position-relative text-center client-testimonial" >
  759. <blockquote data-aos="fade-left" data-aos-duration="1500" data-aos-offset="0" data-aos-delay="1000" class="aos-init aos-animate"><em>‘’Highly performed on at most difficult tasks, while providing a perfect amount of information with no delays. They also pick the appropriate communication method for the topic to discuss, leading to prompt problem-solving.’’</em>
  760. </blockquote><img style="padding: 15px;" src="images/SP-SRA.png" alt="Senior Principal">
  761. <p><strong><span >Željko</span> <span >Vulović,</span></strong></p>
  762. <p><span class="text-uppercase">Senior Principal</span> @ SRA</p></section>
  763. </div>
  764. </section>
  765. </div>
  766. </div>
  767. <div class="partner-descritpion">
  768. <div class="dark"
  769. style="background-image: url('images/stats_bg.png'); background-repeat: no-repeat; background-position: center">
  770. <section id="client-description-mould" class="stats general-section clearfix client-description">
  771. <div class="section-triangle-grey"></div>
  772. <div class="one_half services-item clearfix">
  773. <div class="">
  774. <div class="hex outer-hex">
  775. <div class="hex-in1">
  776. <div class="hex-in2 outer-hex">
  777. <div class="hex inner-hex">
  778. <div class="hex-in1">
  779. <div class=" hex-in2 hex-area">
  780. <img style="height: 87px;" src="images/MGC_small_logo.png" alt="Mould Group China">
  781. </div>
  782. </div>
  783. </div>
  784. </div>
  785. </div>
  786. </div>
  787. </div>
  788. <!-- <div class="center-item">
  789. <h3 style="font-size: 24px;"></h3>
  790. </div> -->
  791. </div>
  792. <div class="one-half last">
  793. <p>
  794. <!-- Our philosophy is based on the idea of ​​innovation. We work tirelessly to provide useful solutions that are consistent with the strategic priorities of our clients. That is the key that differentiates Diligent Software's portfolio of services: our relentless motivation to create value for companies that rely on digital solutions. -->
  795. MGC is Dutch owned company with over 350 employees in 4 production facilities while their core competences are Rapid Prototyping, Mould making, Injection Moulding and Contract Manufacturing. WIth state of the art IT systems and production machines, their primary focus is to meet specific requirements and exceed end user expectations.
  796. </p>
  797. </div>
  798. </section>
  799. </div>
  800. <div class="services-wrap-cont">
  801. <section class="services partner clearfix general-section">
  802. <div class="section-title">
  803. <h2>Mould Group China</h2>
  804. <h5>Guangzhou | China | mgc.tm</h5>
  805. </div>
  806. <div class="one_half services-item">
  807. <h3>Challenge</h3>
  808. <p>
  809. <!-- Our philosophy is based on the idea of ​​innovation. We work tirelessly to provide useful solutions that are consistent with the strategic priorities of our clients. That is the key that differentiates Diligent Software's portfolio of services: our relentless motivation to create value for companies that rely on digital solutions. -->
  810. Existing system was being designed without a solid growth plan and good programming practice, after a while, simple tasks and maintenance required significant resources. Business needs required widening to mobile devices.
  811. </p>
  812. </div><!-- end Contact Form -->
  813. <div class="one_half services-item last">
  814. <h3>Solution</h3>
  815. <p>
  816. <!-- Our philosophy is based on the idea of ​​innovation. We work tirelessly to provide useful solutions that are consistent with the strategic priorities of our clients. That is the key that differentiates Diligent Software's portfolio of services: our relentless motivation to create value for companies that rely on digital solutions. -->
  817. With keeping existing system operating at full capacity in mind, an upgrade was made which provided a clean and optimized software, paving a way of future features made with ease. Implemented centralized API system, with multiple client apps (Android, IOS, Windows, Web)
  818. </p>
  819. </div><!-- end Contact Form -->
  820. <!-- <hr style="border-top: 1px dashed #9b9a9a; height:0 !important; position:relative"> -->
  821. <div class="center-item">
  822. <h3 class="technologies-title">Technologies and <span class="diligent-purple-title">Team</span></h3>
  823. <p class="chips">
  824. <span class="diligent-purple-background">5+ engineers</span>
  825. <span>c#</span>
  826. <span>.Net Framework</span>
  827. <span>Win Forms </span>
  828. <span>.Net WebService</span>
  829. <span>WebAPI </span>
  830. <span>Angular-js</span>
  831. <span>Angular 4</span>
  832. <span>MS SQL Server</span>
  833. <span>Java</span>
  834. </p>
  835. </div>
  836. <div class="testemonial-item">
  837. <section class="position-relative text-center client-testimonial" >
  838. <blockquote data-aos="fade-left" data-aos-duration="1500" data-aos-offset="0" data-aos-delay="1000" class="aos-init aos-animate"><em>‘’They did a very good job, and more. Work independently and give good ideas how to build it. Excellent analysis of what was wrong with our existing database.’’</em>
  839. </blockquote><img style="padding: 15px;" src="images/Director_MCG.png" alt="Director">
  840. <p ><strong><span >Cornelius</span> <span >Bakker,</span></strong></p>
  841. <p><span class="text-uppercase">Director</span> @ Mould Group China</p></section>
  842. </div>
  843. </section>
  844. </div>
  845. </div>
  846. <!--start partner description-->
  847. <div class="partner-descritpion">
  848. <div class="dark"
  849. style="background-image: url('images/stats_bg.png'); background-repeat: no-repeat; background-position: center">
  850. <section id="client-description-aks" class="stats general-section clearfix client-description">
  851. <div class="section-triangle-grey"></div>
  852. <div class="one_half services-item clearfix">
  853. <div class="">
  854. <div class="hex outer-hex">
  855. <div class="hex-in1">
  856. <div class="hex-in2 outer-hex">
  857. <div class="hex inner-hex">
  858. <div class="hex-in1">
  859. <div class=" hex-in2 hex-area">
  860. <img src="images/AKS_small_logo.png" alt="Stanković & Partners Law office">
  861. </div>
  862. </div>
  863. </div>
  864. </div>
  865. </div>
  866. </div>
  867. </div>
  868. <!-- <div class="center-item">
  869. <h3 style="font-size: 24px;"></h3>
  870. </div> -->
  871. </div>
  872. <div class="one-half last">
  873. <p>
  874. Stankovic & Partners Law Office has the qualifications and skills needed to provide high-quality legal services, research & analysis, drafting, and negotiation. Whatever your question may be, they will provide you with an answer.Their personal approach means that they will go out of the way to find a solution that fits your needs.Protecting your interests, the interests of their clients, is their priority.
  875. </p>
  876. </div>
  877. </section>
  878. </div>
  879. <div class="services-wrap-cont">
  880. <section class="services partner clearfix general-section">
  881. <div class="section-title">
  882. <h2>AKS</h2>
  883. <h5>Niš | Serbia | nebojsa.com</h5>
  884. </div>
  885. <div class="one_half services-item">
  886. <h3>Challenge</h3>
  887. <p>
  888. Need for an ERP that would house all data and events daily encountered in law practice business. Software required functionalities such as reporting, resource access on a timely period, data analytic and user management.
  889. </p>
  890. </div><!-- end Contact Form -->
  891. <div class="one_half services-item last">
  892. <h3>Solution</h3>
  893. <p>
  894. Implemented a resource-optimized multilingual web application, that united requirements and provided single point for creating and viewing entities such as: contacts, clients, hearings, cases, court staff, all viewed from customizable time periods in a form of a calendar (table) and/or list view.
  895. </p>
  896. </div><!-- end Contact Form -->
  897. <!-- <hr style="border-top: 1px dashed #9b9a9a; height:0 !important; position:relative"> -->
  898. <div class="center-item">
  899. <h3 class="technologies-title">Technologies and <span class="diligent-purple-title">Team</span></h3>
  900. <p class="chips">
  901. <span class="diligent-purple-background">10+ engineers</span>
  902. <span>.Net Framework </span>
  903. <span>.Net Core </span>
  904. <span>React JS</span>
  905. <span>React Native </span>
  906. <span>MS SQL Server</span>
  907. </p>
  908. </div>
  909. <!-- <div class="testemonial-item">
  910. <section class="position-relative text-center client-testimonial" itemprop="citation" itemscope="" itemtype="https://schema.org/CreativeWork">
  911. <blockquote data-aos="fade-left" data-aos-duration="1500" data-aos-offset="0" data-aos-delay="1000" class="aos-init aos-animate"><em>‘’Diligent guys are my old and reliable partners. We've been working together for more than a decade. Highly skilled professionals for any assigned job. Do not hesitate if you need support, Diligent brings additional value. They are not only tech team, they'll be partners to your business as they were for our's!’’</em>
  912. </blockquote><img style="padding: 15px;" src="images/Boza_Badin.png" alt="Co-Founder, CEO">
  913. <p itemprop="author" itemscope="" itemtype="https://schema.org/Person" ><strong><span itemprop="givenName">Božidar </span> <span itemprop="familyName">Ignjatović,</span><link itemprop="sameAs" href=""></strong></p>
  914. <p><span class="text-uppercase">oWner</span> @ Badin</p></section>
  915. </div> -->
  916. </section>
  917. </div>
  918. </div>
  919. <!--end partner description-->
  920. <!--footer -->
  921. <?php include 'footer.php';?>
  922. <!-- end footer -->
  923. </div><!-- end container -->
  924. <!-- Scripts -->
  925. <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
  926. <script type="text/javascript" src="scripts/jquery.easing.js"></script>
  927. <script src="scripts/jquery.easypiechart.min.js"></script>
  928. <script type="text/javascript" src="scripts/jquery.flexslider-min.js"></script>
  929. <script id="wow_js_file" type="text/javascript" src="scripts/wow.min.js"></script>
  930. <script id="waypoints_js_file" type="text/javascript" src="scripts/waypoints.js"></script>
  931. <script type="text/javascript" src="scripts/jquery.prettyPhoto.js"></script>
  932. <script type="text/javascript" src="scripts/custom.js"></script>
  933. <script type="text/javascript" charset="utf-8" src="scripts/twitter/jquery.tweet.js"></script>
  934. <script type="text/javascript" src="scripts/jquery.typed.js"></script>
  935. <script type="text/javascript">
  936. jQuery(document).ready(function ($) {
  937. $('.tweets-container').tweet({
  938. modpath: 'scripts/twitter/',
  939. count: 3,
  940. loading_text: 'loading twitter feed...',
  941. username: 'odindesign_tw',
  942. 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>'
  943. });
  944. var $ = jQuery;
  945. // process each typed-enabled element
  946. $('[data-typed-str]').each(function () {
  947. var $this = $(this),
  948. texts = $this.attr('data-typed-str').split('|');
  949. $this.html('').append('<span class="typed-container"></span>');
  950. $this.find('> .typed-container').typed({
  951. strings: texts,
  952. typeSpeed: 25,
  953. loop: ($this.attr('data-typed-repeat') === 'yes'),
  954. backDelay: 1500,
  955. showCursor: ($this.attr('data-typed-cursor') === 'yes')
  956. });
  957. });
  958. });
  959. </script>
  960. <div id="back-to-top">
  961. <span>Top</span>
  962. </div>
  963. </body>
  964. </html>