ソースを参照

Developing header.php

master
コミット
52012fdedf
21個のファイルの変更3205行の追加1412行の削除
  1. 101
    70
      apply.php
  2. 103
    73
      careers.php
  3. 67
    0
      contact_form.php
  4. 0
    624
      custom.js
  5. 56
    0
      footer.php
  6. 201
    0
      header.php
  7. 126
    0
      header.txt
  8. バイナリ
      images/industries.png
  9. バイナリ
      images/services.jfif
  10. 81
    179
      index.php
  11. 126
    96
      industries/financeBanking.php
  12. 357
    0
      industries/healthcare.php
  13. 168
    138
      portfolio.php
  14. 195
    127
      scripts/custom.js
  15. 357
    0
      services/apiDevelopmentIntegration.php
  16. 357
    0
      services/dedicatedDevelopmentTeam.php
  17. 358
    0
      services/mobileApplicationDevelopment.php
  18. 122
    93
      services/softwareTesting.php
  19. 357
    0
      services/sofwareProductDevelopment.php
  20. 36
    9
      style.css
  21. 37
    3
      styles/custom.css

apply.html → apply.php ファイルの表示

@@ -78,33 +78,35 @@
<div id="container">
<div id="header-wrap">
<header id="header" class="general-section">
<div id="logo"><a data-id ="intro-section" class="home_link" href="index.html">
<div id="logo"><a data-id ="intro-section" class="home_link" href="index.php">
<div class="dinamic-logo"></div>
</a></div><!-- end Logo -->
<a class="mobile-nav-toggle deactive" href="#"><i class="fa-bars"></i></a>
<nav id="navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="index.html">home</a></li>
<li><a data-id ="about-section" class="home_link" href="index.html">about us</a></li>
<li><a data-id="our_partners-section" class="home_link" href="index.html">our partners</a></li>
<li><a data-id ="intro-section" class="home_link" href="index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="index.php">about us</a></li>
<li><a data-id="our_partners-section" class="home_link" href="index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="index.html">services</a></li> -->
<!--<li><a data-id ="teams-wrap" class="home_link" href="index.html">teams</a></li>-->
<!-- <li><a data-id ="services-section" class="home_link" href="index.php">services</a></li> -->
<!--<li><a data-id ="teams-wrap" class="home_link" href="index.php">teams</a></li>-->
<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">stats</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li><a data-id ="contact-section" class="home_link" href="index.html">contact</a></li>
<li class="active"><a href="careers.html">careers</a><span class="nav-active-mark"></span></li>
<li><a href="portfolio.html">portfolio</a></li>
<li><a data-id ="contact-section" class="home_link" href="index.php">contact us</a></li>
<li class="service-link"><a>Services</a></li>
<li class="industries-link"><a>Industries</a></li>
<li class="career-link career active"><a href="careers.php">careers</a><span class="nav-active-mark"></span></li>
<li><a href="portfolio.php">portfolio</a></li>
</ul>
</nav><!-- end Navigation -->
<nav id="mobile-navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="index.html">home</a></li>
<li><a data-id ="about-section" class="home_link" href="index.html">about us</a></li>
<li ><a data-id="our_partners-section" class="home_link" href="index.html">our partners</a></li>
<li><a data-id ="intro-section" class="home_link" href="index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="index.php">about us</a></li>
<li ><a data-id="our_partners-section" class="home_link" href="index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="#services-section">services</a></li> -->

@@ -113,12 +115,90 @@
<li><a href="#stats-wrap">states</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li class=""><a data-id ="contact-section" class="home_link" href="index.html">contact</a></li>
<li class="active" ><a href="careers.html">careers</a><span class="nav-active-mark"></span></li>
<li ><a href="portfolio.html">portfolio</a></li>
<li class=""><a data-id ="contact-section" class="home_link" href="index.php">contact us</a></li>
<li class="service-link"><a>Services</a>
<ul class="mobile-submenu">
<li>
<a href="services/dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="services/sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="services/softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="services/mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li>
<a href="services/apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</li>
<li class="industries-link"><a>Industries</a>
<ul class="mobile-submenu">
<li>
<a href="industries/financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="industries/healthcare.php">Healthcare</a>
</li>
</ul>
</li>
<li class="active" ><a href="careers.php">careers</a><span class="nav-active-mark"></span></li>
<li ><a href="portfolio.php">portfolio</a></li>
</ul>
</nav><!-- end Navigation -->
</nav>
<div class="dropdown_wrap general-section">
<div class="dropdown_menu" id="servicesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
<img src="" >
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="services/dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="services/sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="services/softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="services/mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li>
<a href="services/apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="dropdown_menu" id="industriesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="industries/financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="industries/healthcare.php">Healthcare</a>
</li>
</ul>
</div>
</div>
</div>
</div><!-- end Navigation -->
</header>
</div>
</div><!-- end Header -->

<div class=" clearfix general-section">
@@ -134,8 +214,8 @@
<option class =" apply-option" value="UI/UX Designer">UI/UX Designer</option>
</select>
<input class ="apply-field" type="text" name="full-name" placeholder="Full Name" required>
<input class ="apply-field" type="email" name="email" placeholder="Email" required>
<input class ="apply-field" type="text" name="full-name" placeholder="Full Name *" required>
<input class ="apply-field" type="email" name="email" placeholder="Email *" required>
<input class ="apply-field" type="tel" name="phone" placeholder="Phone" >
<textarea class ="apply-field" name="message" placeholder="Message.." ></textarea>
<div class="resume-cont">
@@ -161,58 +241,9 @@
</div>
</div>
<div id="footer-wrap">
<footer id="footer" class="general-section clearfix">
<div class="one_third">
<div class="widget newsletter">
<h3><span class="obold">NEWSLETTER</span></h3>
<h5>Receive the latest news and promotions</h5>
<form method="post" action="#">
<div class="newsletter-elements clearfix">
<input id="newsletter-email" class="input-txt" name="name" type="text"
placeholder="Write your email here to suscribe...">
<div class="hive">
<div class="hex outer-hex">
<div class="hex-in1">
<a href="#">
<div class="hex-in2 outer-hex">
<div class="hex inner-hex">
<div class="hex-in1">
<div class="hex-in2 hex-area">
<i class="fa-envelope"></i>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</form>
</div><!-- end Newsletter -->
<!-- end Text Widget -->
</div>
<div class="one_third">
<div class="widget widget_text">
<!-- <div class="footer-logo"></div> -->
<p>Bulevar Nemanjica 30</p>
<p>Niš - Serbia</p>
<a href="mailto:office@dilig.net">office@dilig.net</a>
</div>
<!-- <div class="widget recent-tweets">
<h3>LATEST TWEETS</h3>
<h5>Be the first to know, updated every minute</h5>
<div class="tweets-container"></div>
</div> -->
<!-- end Recent Tweet -->
</div>
<div class="one_third flickr last">

<!-- end flickr widget -->
</div>
</footer>
</div><!-- end Footer -->
<!--footer -->
<?php include 'footer.php';?>
<!-- end Footer -->
</div><!-- end container -->

<!-- Scripts -->

careers.html → careers.php ファイルの表示

@@ -80,47 +80,127 @@
<div id="container">
<div id="header-wrap">
<header id="header" class="general-section">
<div id="logo"><a data-id ="intro-section" class="home_link" href="index.html">
<div id="logo"><a data-id ="intro-section" class="home_link" href="index.php">
<div class="dinamic-logo"></div>
</a></div><!-- end Logo -->
<a class="mobile-nav-toggle deactive" href="#"><i class="fa-bars"></i></a>
<nav id="navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="index.html">home</a></li>
<li><a data-id ="about-section" class="home_link" href="index.html">about us</a></li>
<li><a data-id="our_partners-section" class="home_link" href="index.html">our partners</a></li>
<li><a data-id ="intro-section" class="home_link" href="index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="index.php">about us</a></li>
<li><a data-id="our_partners-section" class="home_link" href="index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="index.html">services</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="index.php">services</a></li> -->

<!--<li><a data-id ="teams-wrap" class="home_link" href="index.html">teams</a></li>-->
<!--<li><a data-id ="teams-wrap" class="home_link" href="index.php">teams</a></li>-->
<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">stats</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li><a data-id ="contact-section" class="home_link" href="index.html">contact</a></li>
<li class="career active"><a href="careers.html">careers</a><span class="nav-active-mark"></span></li>
<li><a href="portfolio.html">portfolio</a></li>
<li><a data-id ="contact-section" class="home_link" href="index.php">contact us</a></li>
<li class="service-link"><a>Services</a></li>
<li class="industries-link"> <a>Industries</a></li>
<li class="link career-link active"><a href="careers.php">careers</a><span class="nav-active-mark"></span></li>
<li><a href="portfolio.php">portfolio</a></li>
</ul>
</nav><!-- end Navigation -->
<nav id="mobile-navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="index.html">home</a></li>
<li><a data-id ="about-section" class="home_link" href="index.html">about us</a></li>
<li ><a data-id="our_partners-section" class="home_link" href="index.html">our partners</a></li>
<li><a data-id ="intro-section" class="home_link" href="index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="index.php">about us</a></li>
<li ><a data-id="our_partners-section" class="home_link" href="index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="#services-section">services</a></li> -->

<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">states</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">states</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li class=""><a data-id ="contact-section" class="home_link" href="index.html">contact</a></li>
<li class=" active" ><a href="careers.html">careers</a><span class="nav-active-mark"></span></li>
<li ><a href="portfolio.html">portfolio</a></li>
<li class=""><a data-id ="contact-section" class="home_link" href="index.php">contact us</a></li>
<li class="service-link"><a>Services</a>
<ul class="mobile-submenu">
<li>
<a href="services/dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="services/sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="services/softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="services/mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li>
<a href="services/apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</li>
<li class="industries-link"><a>Industries</a>
<ul class="mobile-submenu">
<li>
<a href="industries/financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="industries/healthcare.php">Healthcare</a>
</li>
</ul>
</li>
<li class=" active" ><a href="careers.php">careers</a><span class="nav-active-mark"></span></li>
<li ><a href="portfolio.php">portfolio</a></li>
</ul>
</nav><!-- end Navigation -->
</nav>
<div class="dropdown_wrap general-section">
<div class="dropdown_menu" id="servicesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
<img src="" >
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="services/dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="services/sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="services/softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="services/mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li>
<a href="services/apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="dropdown_menu" id="industriesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="industries/financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="industries/healthcare.php">Healthcare</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- end Navigation -->
</header>
</div><!-- end Header -->

@@ -257,63 +337,13 @@
</div>
</div>
<div class="apply-cont">
<a class="btn-apply" href="apply.html">Apply Now</a>
<a class="btn-apply" href="apply.php">Apply Now</a>
</div>
<!--end positions-->
</div>
<div id="footer-wrap">
<footer id="footer" class="general-section clearfix">
<div class="one_third">
<div class="widget newsletter">
<h3><span class="obold">NEWSLETTER</span></h3>
<h5>Receive the latest news and promotions</h5>
<form method="post" action="#">
<div class="newsletter-elements clearfix">
<input id="newsletter-email" class="input-txt" name="name" type="text"
placeholder="Write your email here to suscribe...">
<div class="hive">
<div class="hex outer-hex">
<div class="hex-in1">
<a href="#">
<div class="hex-in2 outer-hex">
<div class="hex inner-hex">
<div class="hex-in1">
<div class="hex-in2 hex-area">
<i class="fa-envelope"></i>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</form>
</div><!-- end Newsletter -->
<!-- end Text Widget -->
</div>
<div class="one_third">
<div class="widget widget_text">
<!-- <div class="footer-logo"></div> -->
<p>Bulevar Nemanjica 30</p>
<p>Niš - Serbia</p>
<a href="mailto:office@dilg.net">office@dilg.net</a>
</div>
<!-- <div class="widget recent-tweets">
<h3>LATEST TWEETS</h3>
<h5>Be the first to know, updated every minute</h5>
<div class="tweets-container"></div>
</div> -->
<!-- end Recent Tweet -->
</div>
<div class="one_third flickr last">

<!-- end flickr widget -->
</div>
</footer>
</div><!-- end Footer -->
<!-- footer-->
<?php include 'footer.php';?>
<!-- end footer -->
</div><!-- end container -->

<!-- Scripts -->

+ 67
- 0
contact_form.php ファイルの表示

@@ -0,0 +1,67 @@
<?php

require_once ('PHPMailer_5.2.0/class.phpmailer.php');


$name = $_POST['name'];
$email = $_POST['email'];
$subject = $_POST['subject'];
$message = $_POST["message"];

// $resume = $_POST["resume"];

// $resume_file = $_FILES["resume-file"];
// $resume_name = $resume_file['name'];
// ob_start(); ?>
<html>
<head>
<title>Apply</title>
</head>
<body>
<table>
<tr>
<td>Name:</td>
<td><?php echo $name; ?></td>
</tr>
<tr>
<td>Email:</td>
<td><a href="mailto:<?php echo $email; ?>"><?php echo $email; ?></td>
</tr>
<tr>
<td>Message:</td>
<td><?php echo $message; ?></td>
</tr>
</table>
</body>
</html>
<?php

$msg = ob_get_clean();


$mail = new PHPMailer();
$mail->IsSMTP(); // telling the class to use SMTP

$mail->SMTPAuth = true;
$mail->SMTPSecure = "tls"; // enable SMTP authentication
$mail->Host = "mail.dilig.net";
$mail->Port = 587;
$mail->Username = "contactus@dilig.net"; // SMTP username
$mail->Password = "contactus#dlgnt"; // SMTP password
$mail->SetFrom($email, $name);

$mail->Subject = $subject;

$mail->Body = $msg;

$mail->AddAddress('nikola.ignjatovic@dilig.net', "HR Diligent");
$mail->IsHtml(true);

$mail->send();


echo json_encode("succesfull");
?>

+ 0
- 624
custom.js ファイルの表示

@@ -1,624 +0,0 @@
"use strict";
function isOnScreen(elem) {
// if the element doesn't exist, abort
if( elem.length == 0 ) {
return;
}
var $window = jQuery(window)
var viewport_top = $window.scrollTop()
var viewport_height = $window.height()
var viewport_bottom = viewport_top + viewport_height
var $elem = jQuery(elem)
var top = $elem.offset().top
var height = $elem.height()
var bottom = top + height

return (top >= viewport_top && top < viewport_bottom) ||
(bottom > viewport_top && bottom <= viewport_bottom) ||
(height > viewport_height && top <= viewport_top && bottom >= viewport_bottom)
}

// start custom scripts
(function($) {
jQuery(document).ready(function($){
/*========== Swicher ==========*/

/*========== Progress bar ==========*/
function animate() {
$(".progress-bar").each(function(){
var progressValue = $(this).attr('data-value');
$(this).animate({width: progressValue +'%'}, 6000);
});
}
function scrollToID(url, id, speed) {
if(url!==null)
{
window.location.href = url;
}
var offSet = 50;
var obj = jQuery(id).offset();
var targetOffset = 0;
if(jQuery(id).length)
{
targetOffset = jQuery(id).offset().top - offSet;
}
jQuery('html,body').animate({ scrollTop: targetOffset }, speed);
}

//homepage
var headerIsActive = false;

$('.service-link').on('click', function()
{
$('#industriesMenu').css('displa', 'none');
$('#servicesMenu').toggle('active');
if(headerIsActive)
{
$('#header').removeClass('active_dropdown');
}
else
{
$('#header').addClass('active_dropdown');
}

});

$('.industries-link').on('click', function()
{
$('#servicesMenu').css('display', 'none');
$('#industriesMenu').toggle('active');
if(headerIsActive)
{
$('#header').removeClass('active_dropdown');
}
else
{
$('#header').addClass('active_dropdown');
}

});


//homepage end
//career
var expand = false;
$('.position').on('click', function(ev) {
//ev.preventDefault();

$(this).find(".chev").toggleClass('chevron--down chevron--up');
$(this).closest(".position-cont").find(".collapse").toggleClass("show");

$(this).toggleClass("active"); //css({"background-color": "#993c95", "color": "white"});


expand= !expand;
});
$('.chev').on('click', function(ev) {
//ev.preventDefault();

$(this).toggleClass('chevron--down chevron--up');
$(this).closest(".position-cont").find(".collapse").toggleClass("show");

$(this).closest(".position").toggleClass("active"); //css({"background-color": "#993c95", "color": "white"});


expand= !expand;
});
//end career

//apply
// $(".resume-cont").click(function()
// {
// $(".resume-file").click();
// });
if( $("#positions").length)
{
$("#positions").selectize({
create: true,
sortField: {
field: 'text',
direction: 'asc'
},

});
}
var resume = "";
$("input:file").change(function (event){
var fileName = $(this).val();


var reader = new FileReader();

reader.onload = function(e)
{
resume = e.target.result;
}
reader.readAsDataURL(this.files[0]);
var fileExtensionAt = fileName.lastIndexOf(".") + 1;
console.log(fileName.substring(fileExtension, fileName.length));
var fileExtension = fileName.substring(fileExtensionAt, fileName.length);
if(fileName!="" && fileExtension == "doc" || fileExtension == "docx" || fileExtension == "pdf")
{
var from = fileName.lastIndexOf("\\") + 1;
var to = fileName.length;
fileName = fileName.substring(from, 15) + "...";
//fileName = fileName.substring(from, to);
}
else{
fileName="Choose file";
}
$(".resume-file-cont label").html(fileName);

});
$(".btn-delete-file").click(function(e)
{
e.preventDefault();
$(".resume-file-cont label").html("Choose file");
});
var btn_apply = $("#apply-submit");
var apply_form = $("#apply-form");

apply_form.bind('submit', function(ev) {
ev.preventDefault();

var resume_file = document.getElementById("resume-file").files[0];

console.log(resume.toString());
var data = new FormData(document.getElementById("apply-form"));
data.append("resume", "'" + resume + "'");
data.append("resume-file", resume_file);

$.ajax({
url: "job_apply.php?call=upload",
method: "POST",
data: data,
contentType: false,
cache: false,
processData:false,
success : function(data) {
console.log(data)
$(".apply-msg").addClass("active");
},
error: function(error)
{
console.log(console.error);
}

});

});

//apply end
//contact form

var form = document.getElementById("contact-form");
var button = jQuery("#contact-form #submit");
var status = jQuery(".log");

function success(data)
{
form.append(xhr.response);
}

function error()
{
form.append(xhr.response);
}

button.on("submit", function(ev)
{
var data = new FormData(form);
ajax(form.method, form.action, data, success, error);
});

function ajax(method, url, data, success, error) {
var xhr = new XMLHttpRequest();
xhr.open(method, url);
xhr.setRequestHeader("Accept", "application/json");
xhr.onreadystatechange = function() {
if (xhr.readyState !== XMLHttpRequest.DONE) return;
if (xhr.status === 200) {
success();

} else {
error();
}
};
xhr.send(data);
}

//end contact form
// $('#contact-wrap').waypoint(function() {
// animate();
// });
//nikola

$('.clear_storage').on('click', function(e){
window.localStorage.clear();
});


var get_id = localStorage.getItem('pg_id');
var setupUrl = false;
// check page id, then scroll to its div
if(get_id)
{
scrollToID(null, get_id, 300);
}

jQuery(document).ready(function()
{
var loc = window.location;
if(!get_id && loc.pathname.substring(loc.pathname.lastIndexOf('/') + 1, loc.pathname.length) == 'index.html' && !setupUrl)
{
var sectionType = window.location.hash;
console.log(sectionType.substr(sectionType.indexOf('=') + 1, sectionType.length ) );
var id = sectionType.substr(sectionType.indexOf('=') + 1, sectionType.length );
id+="-section";
if(id != "" && id != null)
{
//console.log(loc.pathname);
console.log(id);
var nav_link = "#navigation ."+ id +" > a";
console.log(item);
var item = $(nav_link);
console.log(item);
item.trigger('click');
//localStorage.setItem('pg_id', id);
//scrollToID('index.html', "#"+id, 300);
setupUrl =true;;
}
}
});
$("#back-to-top").on('click', function()
{
$(window).scrollTop(0);
$(this).removeClass('active');
});
// click event to scroll to div
//section link in nav which refer to section on homepage
$('.home_link').on('click', function(e){
e.preventDefault();
var id = '#'+$(this).data('id');
localStorage.setItem('pg_id', id);
var url = $(this).attr("href");
scrollToID(url, id, 300);


});
//Link from our partners section on homepage which refer to section on portfolio page
$('.partners_link').on('click', function(e){
e.preventDefault();
var id = '#'+$(this).data('id');
localStorage.setItem('pg_id', id);
var url = $(this).attr("href");
scrollToID(url, id, 300);

});



var siteUrl = window.location.hash;
window.addEventListener('scroll', function(e) {
if($( document ).width() <= 768)
{
$("#back-to-top").addClass("active");
}

if($( document ).scrollTop() == 0)
{
$("#back-to-top").removeClass("active");
}

var loc = window.location;
if(loc.pathname.substring(loc.pathname.lastIndexOf('/') + 1, loc.pathname.length) == 'index.html')
{
var newUrl = "";
if( isOnScreen( $( '#intro-section' ) ) ) { /* Pass element id/class you want to check */
$("nav li.active").removeClass("active").find('.nav-active-mark').remove();
$("nav li.intro-section").addClass("active").append('<span class="nav-active-mark"></span>');

//newUrl = siteUrl.substring(0, siteUrl.indexOf("/"));
parent.location.hash = "?section=intro";
}
if( isOnScreen( $( '#about-section' ) ) ) { /* Pass element id/class you want to check */

$("nav li.active").removeClass("active").find('.nav-active-mark').remove();
$("nav li.about-section").addClass("active").append('<span class="nav-active-mark"></span>');

//newUrl = siteUrl.substring(0, siteUrl.lastIndexOf("/") -1) + "about-wrap";
parent.location.hash = "?section=about";
//console.log(siteUrl.substring(0, siteUrl.lastIndexOf("/")));
}
if( isOnScreen( $( '#our_partners-section' ) ) ) { /* Pass element id/class you want to check */

$("nav li.active").removeClass("active").find('.nav-active-mark').remove();
$("nav li.our_partners-section").addClass("active").append('<span class="nav-active-mark"></span>');

//newUrl = siteUrl.substring(0, siteUrl.lastIndexOf("/") -1) + "our_partners-wrap";
parent.location.hash = "?section=our_partners";
}
if( isOnScreen( $( '#services-section' ) ) ) { /* Pass element id/class you want to check */

$("nav li.active").removeClass("active").find('.nav-active-mark').remove();
$("nav li.services-section").addClass("active").append('<span class="nav-active-mark"></span>');

//newUrl = siteUrl.substring(0, siteUrl.lastIndexOf("/") -1) + "services";
parent.location.hash = "?section=services";
}
if( isOnScreen( $( '#teams-wrap' ) ) ) { /* Pass element id/class you want to check */

$("nav li.active").removeClass("active").find('.nav-active-mark').remove();
$("nav li.teams-wrap").addClass("active").append('<span class="nav-active-mark"></span>');

newUrl = siteUrl.substring(0, siteUrl.lastIndexOf("/") -1) + "teams-wrap";
parent.location.hash = "?section=teams"
}
if( isOnScreen( $( '#contact-section' ) ) ) { /* Pass element id/class you want to check */

$("nav li.active").removeClass("active").find('.nav-active-mark').remove();
$("nav li.contact-section").addClass("active").append('<span class="nav-active-mark"></span>');

//newUrl = siteUrl.substring(0, siteUrl.lastIndexOf("/") -1) + "contact-wrap";
parent.location.hash = "?section=contact"
}
//history.pushState({}, null, newUrl);

}
});

//nikola
/*========== Disables ==========*/
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent) ) {
$('#animate_css_file, #wow_js_file').remove();
} else {

/*========== WOW Animations ==========*/
var wow = new WOW(
{
animateClass: 'animated',
offset: 100
}
);
wow.init();

}

/*========== Logo Retina ==========*/
if( window.devicePixelRatio > 1 ) {
var logoWidth = $('#logo img').width();
var logoHeight = $('#logo img').height();
$('#logo img').attr("src", "images/logo@2x.png");
$('#logo img').css({ 'width': logoWidth , 'height': logoHeight });
}

/*========== Team Item Hover ==========*/
$('.team-item').each(function(){
var memberImage = $(this).find('.member-face').attr('style');
var current = $(this).find('.change-color');
$(this).find('.hex-in2.outer-hex').first().hover(function(){
$(this).find('.member-face').css('background','#000');
$(current).css('background-color','#f3b202');
$(this).find('.socials').show();
},function(){
$(this).find('.socials').hide();
$(this).find('.member-face').attr('style', memberImage);
$(current).css('background-color','#000');
});
});

/*========== Gallery Item Hover ==========*/

$('.gallery-item').hover(function(){
$(this).find('.gallery-info').stop(true,true).animate({ "top": "0" } );
},function(){
$(this).find('.gallery-info').stop(true,true).animate({ "top": "-999" } );
});



/*========== Pie Chart ==========*/
$('.days').waypoint(function() {
$('.chart').easyPieChart({
easing: 'easeOutBounce',
barColor: '#f3b202',
trackColor: '#595959',
lineWidth: '18',
lineCap: 'butt',
size: '160',
scaleColor: false,
onStep: function(from, to, percent) {
$(this.el).find('.percent').text(Math.round(percent));
}
});
});

/*========== Smooth Scroll ==========*/
$('a[href*=#]:not([href=#])').click(function() {
$("li.active").removeClass("active").find('.nav-active-mark').remove();
$(this).parent().addClass('active').end().append('<span class="nav-active-mark"></span>');
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top - 53
}, 1000);
return false;
}
}
});

/*========== Graph Bars Animate ==========*/
$('.days').waypoint(function() {
$('.graph ul li.bar').each(function() {
var curBarHeight = $(this).data('bar-height');
$(this).animate({ height: curBarHeight }, 2000, "easeInOutBack");
});
});

/*========== Intro Note Box Tooltip ==========*/
/*$('.note-1').hover(function(){
$(this).find('.note-tooltip').fadeIn();
},function(){
$(this).find('.note-tooltip').fadeOut();
});
*/

/*========== PrettyPhoto ==========*/
$("a[data-rel^='prettyPhoto']").prettyPhoto({theme:'dark_rounded', hook: 'data-rel'});

/*========== Flickr ==========*/
var flickrImageSrc = [ ];
var flickrLink = [ ];
$('.flickr_badge_image').each(function(i){
flickrImageSrc[i] = $(this).find('img').attr('src');
flickrLink[i] = $(this).find('a').attr('href');
});
$('.flickr-item').each(function(i){
$(this).find('.hex-area').css('background-image', 'url(' + flickrImageSrc[i] + ')');
$(this).find('.flickr-link').attr('href', flickrLink[i] );
});

/*========== Window Resize ==========*/
var windowWidth = $(window).width();
var numberOfHexagon = windowWidth / 106;
var offsetBackground = ((numberOfHexagon - 14) * 106 ) /2;
$('#hexagon-overlay').css('background-position', offsetBackground + 'px' + ' ' + 'top');

$(window).resize(function() {
var currentWindowWidth = $(window).width();
if(currentWindowWidth <= 940) return;
$('#hexagon-overlay').css('background-position', - ( ( (windowWidth - currentWindowWidth)/2 ) - offsetBackground ) + 'px' + ' ' + 'top');
});

/*========== Mobile Menu ==========*/
$('.mobile-nav-toggle').on('click',function(){
if($(this).attr('class') == 'mobile-nav-toggle deactive') {
$('#mobile-navigation').fadeIn();
$(this).removeClass('deactive');
} else {
$('#mobile-navigation').fadeOut();
$(this).addClass('deactive');
}
});

$("#mobile-navigation li a").on("click", function(){
$('#mobile-navigation').fadeOut();
$(".mobile-nav-toggle").addClass('deactive');

});

$(window).resize(function(){
var w = $(window).width();
if(w > 767) {
$('#mobile-navigation').fadeOut();
$(".mobile-nav-toggle").addClass('deactive');
}
});

/*========== Contact Form Validation ==========*/

function isValidEmailAddress(emailAddress) {
var pattern = new RegExp(/^(("[\w-\s]+")|([\w-]+(?:\.[\w-]+)*)|("[\w-\s]+")([\w-]+(?:\.[\w-]+)*))(@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$)|(@\[?((25[0-5]\.|2[0-4][0-9]\.|1[0-9]{2}\.|[0-9]{1,2}\.))((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\.){2}(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\]?$)/i);
return pattern.test(emailAddress);
}

// $('.contact-form form').submit(function() {

// var hasError = false;

// var comment = $('#message-txt').val();
// if ($.trim(comment) == '') {
// $('#message-txt').addClass('error');
// $('#message-txt').focus();
// hasError = true;
// }
// else {
// $('#message-txt').removeClass('error');
// }

// var subject = $('#subject-txt').val();
// if ($.trim(subject) == '') {
// $('#subject-txt').addClass('error');
// $('#subject-txt').focus();
// hasError = true;
// }
// else {
// $('#subject-txt').removeClass('error');
// }

// var emailVal = $('#email-txt').val();
// if ($.trim(emailVal) == '' || !isValidEmailAddress(emailVal)) {
// $('#email-txt').addClass('error');
// $('#email-txt').focus();
// hasError = true;
// }
// else {
// $('#email-txt').removeClass('error');
// }


// var name = $('#name-txt').val();
// if ($.trim(name) == '') {
// $('#name-txt').addClass('error');
// $('#name-txt').focus();
// hasError = true;

// }
// else {
// $('#name-txt').removeClass('error');
// }

// if (!hasError) {
// $('#submit').fadeOut('normal', function(){
// $('.loading').css({
// display: "block"
// });

// });

// // $.post($('.contact-form form').attr('action'), $('.contact-form form').serialize(), function(data){
// // $('.log').html(data);
// // $('.loading').remove();
// // $('.contact-form form').slideUp('slow');
// // });

// }

// return false;

// });
/*========== FlexSlider ==========*/
$('.flexslider').flexslider({
animation: "fade",
animationLoop: false,
directionNav: false,
slideshow: false
});

var verifyCallbackApply = function(response) {
return new Promise(function(resolve, reject) {
if (response) {
jQuery("#apply-form").submit();
$('#apply-submit').removeAttr('disabled');
}
});
};

var onloadCallback = function () {
if (jQuery('#googlecapatcha_apply').length) {
recaptcha = grecaptcha.render('googlecapatcha_apply', {
'sitekey': "6Lc3Bt8ZAAAAACPv1F98oFvwPOYVyvWvmN1HYkrS",
'theme': 'light',
'callback': verifyCallbackApply
});
}

};

}); // end jquery init
})(jQuery);

+ 56
- 0
footer.php ファイルの表示

@@ -0,0 +1,56 @@
<div id="footer-wrap">
<footer id="footer" class="general-section clearfix">
<div class="one_third">
<!--<div class="widget newsletter">
<h3><span class="obold">NEWSLETTER</span></h3>
<h5>Receive the latest news and promotions</h5>
<form method="post" action="#">
<div class="newsletter-elements clearfix">
<input id="newsletter-email" class="input-txt" name="name" type="text" placeholder="Write your email here to suscribe...">
<div class="hive">
<div class="hex outer-hex">
<div class="hex-in1">
<a href="#">
<div class="hex-in2 outer-hex">
<div class="hex inner-hex">
<div class="hex-in1">
<div class="hex-in2 hex-area">
<i class="fa-envelope"></i>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</form>
</div><!-- end Newsletter -->
<!-- end Text Widget -->
</div>
<div class="one_third">
<div class="widget widget_text">
<!-- <div class="footer-logo"></div> -->
<p>Bulevar Nemanjica 30</p>
<p>Niš - Serbia</p>
<a href="mailto:office@dilig.net">office@dilig.net</a>
</div>
<!-- <div class="widget recent-tweets">
<h3>LATEST TWEETS</h3>
<h5>Be the first to know, updated every minute</h5>
<div class="tweets-container"></div>
</div> -->
<!-- end Recent Tweet -->
</div>
<div class="one_third flickr last">
<!-- end flickr widget -->
</div>


</footer>
<div class="copyright-wrapper">
Copyright © 2020 Diligent. All rights reserved. Version: 1.0.0.2
</div>
</div><!-- end Footer -->

+ 201
- 0
header.php ファイルの表示

@@ -0,0 +1,201 @@
<!-- header -->

<?php
$pageName = basename($_SERVER['PHP_SELF']);
$prefixIndustries = "industries/";
$prefixServices = "services/";

if (strpos($pageName, $prefixServices) !== false || strpos($pageName, $prefixIndustries) !== false)
{
$backToRoot = "../";
}
else
{
$backToRoot = "";
}

?>

<div id="header-wrap">
<header id="header" class="general-section">
<div id="logo"><a class="clear_storage" href="<?php $backToRoot; ?>index.php"><div class="dinamic-logo"></div></a></div><!-- end Logo -->
<a class="mobile-nav-toggle deactive" href="#"><i class="fa-bars"></i></a>
<nav id="navigation">
<ul>
<?php
if($pageName == 'index.php')
{
echo '<li data-id ="intro-section" class="clear_storage intro-section active"><a href="'. $backToRoot. 'index.php">home</a><span class="nav-active-mark"></span></li>';
}
else
{
echo '<li data-id ="intro-section" class="clear_storage intro-section "><a href="' . $backToRoot . 'index.php">home</a></li>';
}
?>
<li data-id ="about-section" class="about-section"><a class="clear_storage " href="<?php echo $backToRoot; ?>index.php">about us</a></li>
<li data-id="our_partners-section" class="our_partners-section"><a class="clear_storage " href="<?php $backToRoot; ?>index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li class="services-section"><a class="clear_storage " href="#services-section">services</a></li> -->
<!--<li class="teams-wrap"><a data-id ="teams_wrap" class="clear_storage" href="#teams-wrap">teams</a></li>-->
<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">stats</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li data-id ="contact-section" class="contact-section"><a class="clear_storage " href="<?php echo $backToRoot; ?>index.php">contact us</a></li>


<?php
if($pageName == '')
{
echo '<li class="service-link active"><a>Services</a> <span class="nav-active-mark"></span></li>';
}
else
{
echo '<li class="service-link"><a>Services</a></li>';
}

if($pageName == '')
{
echo '<li class="industries-link active"><a>Industries</a> <span class="nav-active-mark"></span></li> ';
}
else
{
echo '<li class="industries-link"><a>Industries</a></li> ';
}

if($pageName == 'careers.php' || $pageName == 'apply.php' )
{
echo '<li ><a class="clear_storage active" href="' . $backToRoot . 'careers.php">careers</a> <span class="nav-active-mark"></span></li>';
}
else
{
echo '<li class="industries-link"><a>Industries</a></li> ';
}

if($pageName == 'careers.php')
{
echo '<li ><a class="clear_storage active" href="' .$backToRoot .'careers.php">careers</a> <span class="nav-active-mark"></span></li>';
}
else
{
echo '<li class="industries-link"><a>Industries</a></li> ';
}

if($pageName == 'portfolio.php')
{
echo '<li><a class="clear_storage active" href="' . $backToRoot .'portfolio.php">portfolio</a> <span class="nav-active-mark"></span></li>';
}
else
{
echo '<li><a class="clear_storage" href="' . $backToRoot . 'portfolio.php">portfolio</a></li>';
}
?>
</ul>

</nav><!-- end Navigation -->
<nav id="mobile-navigation">
<ul>
<li data-id ="intro_link" class="clear_storage active"><a href="<?php echo $backToRoot;?>index.php">home</a></li>
<li><a data-id ="aboutus_link" class="clear_storage" href="<?php echo $backToRoot;?>index.php">about us</a></li>
<li data-id="our_partners-section" class="our_partners-section"><a class="clear_storage " href="<?php echo $backToRoot;?>index.php">our partners</a></li>
<li><a data-id ="contact_link" class="clear_storage" href="<?php echo $backToRoot;?>index.php">contact us</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services_link" class="clear_storage" href="#services-section">services</a></li> -->

<!--<li><a data-id ="teams_link" class="clear_storage" href="#teams-wrap">teams</a></li>-->

<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">states</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li class="service-link"><a>Services</a>
<ul class="mobile-submenu">
<li>
<a href='<?php echo $prefixServices; ?>dedicatedDevelopmentTeam.php'>Dedicated Development Team</a>
</li>
<li>
<a href="<?php echo $prefixServices; ?>sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="<?php echo $prefixServices; ?>softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="<?php echo $prefixServices; ?>mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li>
<a href="<?php echo $prefixServices; ?>apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</li>
<li class="industries-link"><a>Industries</a>
<ul class="mobile-submenu">
<li>
<a href="<?php $prefixIndustries; ?>financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="<?php $prefixIndustries; ?>healthcare.php">Healthcare</a>
</li>
</ul>
</li>
<li><a class="clear_storage" href="careers.php">careers</a></li>
<li><a class="clear_storage" href="portfolio.php">portfolio</a></li>
</ul>
</nav><!-- end Navigation -->
<div class="dropdown_wrap general-section">
<div class="dropdown_menu" id="servicesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
<img src="images/services.jfif" >
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="<?php echo $prefixServices; ?>dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="<?php echo $prefixServices; ?>sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="<?php echo $prefixServices; ?>softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="<?php echo $prefixServices; ?>mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li>
<a href="<?php echo $prefixServices; ?>apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="dropdown_menu" id="industriesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
<img src="<?php echo $backToRoot;?>images/industries.png">
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="<?php $prefixIndustries; ?>financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="<?php $prefixIndustries; ?>healthcare.php">Healthcare</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
</div><!-- end header -->

+ 126
- 0
header.txt ファイルの表示

@@ -0,0 +1,126 @@
<div id="header-wrap">
<header id="header" class="general-section">
<div id="logo"><a class="clear_storage" href="index.php"><div class="dinamic-logo"></div></a></div><!-- end Logo -->
<a class="mobile-nav-toggle deactive" href="#"><i class="fa-bars"></i></a>
<nav id="navigation">
<ul>
<li class="clear_storage intro-section active"><a href="#intro-section">home</a><span class="nav-active-mark"></span></li>
<li class="about-section"><a class="clear_storage " href="#about-section">about us</a></li>
<li class="our_partners-section"><a class="clear_storage " href="#our_partners-section">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li class="services-section"><a class="clear_storage " href="#services-section">services</a></li> -->
<!--<li class="teams-wrap"><a data-id ="teams_wrap" class="clear_storage" href="#teams-wrap">teams</a></li>-->
<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">stats</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li class="contact-section"><a class="clear_storage " href="#contact-section">contact us</a></li>
<li class="service-link"><a>Services</a></li>
<li class="industries-link"><a>Industries</a></li>
<li ><a class="clear_storage" href="careers.php">careers</a></li>
<li><a class="clear_storage" href="portfolio.php">portfolio</a></li>
</ul>

</nav><!-- end Navigation -->
<nav id="mobile-navigation">
<ul>
<li data-id ="intro_link" class="clear_storage active"><a href="#intro-section">home</a></li>
<li><a data-id ="aboutus_link" class="clear_storage" href="#about-section">about us</a></li>
<li class="our_partners-section"><a class="clear_storage " href="#our_partners-section">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services_link" class="clear_storage" href="#services-section">services</a></li> -->

<!--<li><a data-id ="teams_link" class="clear_storage" href="#teams-wrap">teams</a></li>-->

<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">states</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li class="service-link"><a>Services</a>
<ul class="mobile-submenu">
<li>
<a href="services/dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="services/sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="services/softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="services/mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li>
<a href="services/apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</li>
<li class="industries-link"><a>Industries</a>
<ul class="mobile-submenu">
<li>
<a href="industries/financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="industries/healthcare.php">Healthcare</a>
</li>
</ul>
</li>
<li><a data-id ="contact_link" class="clear_storage" href="#contact-section">contact us</a></li>
<li><a class="clear_storage" href="careers.php">careers</a></li>
<li><a class="clear_storage" href="portfolio.php">portfolio</a></li>
</ul>
</nav><!-- end Navigation -->
<div class="dropdown_wrap general-section">
<div class="dropdown_menu" id="servicesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
<img src="images/services.jfif" >
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="services/dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="services/sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="services/softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="services/mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li>
<a href="services/apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="dropdown_menu" id="industriesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
<img src="images/industries.png">
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="industries/financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="industries/healthcare.php">Healthcare</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
</div>

バイナリ
images/industries.png ファイルの表示


バイナリ
images/services.jfif ファイルの表示


index.html → index.php ファイルの表示

@@ -42,108 +42,9 @@

<body>
<div id="container">
<div id="header-wrap">
<header id="header" class="general-section">
<div id="logo"><a class="clear_storage" href="index.html"><div class="dinamic-logo"></div></a></div><!-- end Logo -->
<a class="mobile-nav-toggle deactive" href="#"><i class="fa-bars"></i></a>
<nav id="navigation">
<ul>
<li class="clear_storage intro-section active"><a href="#intro-section">home</a><span class="nav-active-mark"></span></li>
<li class="about-section"><a class="clear_storage " href="#about-section">about us</a></li>
<li class="our_partners-section"><a class="clear_storage " href="#our_partners-section">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li class="services-section"><a class="clear_storage " href="#services-section">services</a></li> -->
<!--<li class="teams-wrap"><a data-id ="teams_wrap" class="clear_storage" href="#teams-wrap">teams</a></li>-->
<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">stats</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li class="service-link"><a>Services</a>
</li>
<li class="industries-link">
<a>Industries</a>
</li>
<li class="contact-section"><a class="clear_storage " href="#contact-section">contact</a></li>
<li ><a class="clear_storage" href="careers.html">careers</a></li>
<li><a class="clear_storage" href="portfolio.html">portfolio</a></li>
</ul>

</nav><!-- end Navigation -->
<nav id="mobile-navigation">
<ul>
<li data-id ="intro_link" class="clear_storage active"><a href="#intro-section">home</a></li>
<li><a data-id ="aboutus_link" class="clear_storage" href="#about-section">about us</a></li>
<li class="our_partners-section"><a class="clear_storage " href="#our_partners-section">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services_link" class="clear_storage" href="#services-section">services</a></li> -->

<!--<li><a data-id ="teams_link" class="clear_storage" href="#teams-wrap">teams</a></li>-->

<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">states</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li><a data-id ="contact_link" class="clear_storage" href="#contact-section">contact</a></li>
<li><a class="clear_storage" href="careers.html">careers</a></li>
<li><a class="clear_storage" href="portfolio.html">portfolio</a></li>
</ul>
</nav><!-- end Navigation -->
<div class="dropdown_wrap general-section">
<div class="dropdown_menu" id="servicesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-6 dropdown-half dropdown-left">
<img src="" >
</div>
<div class="col-md-6 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a>Dedicated Development Team</a>
</li>
<li>
<a>Software Product Development</a>
</li>
<li>
<a>Software Testing and QA</a>
</li>
<li>
<a>Mobile Aplication Development</a>
</li>
<li>
<a>API Development and Integration</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="dropdown_menu" id="industriesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-6 dropdown-half dropdown-left">
</div>
<div class="col-md-6 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a>Finance & Banking</a>
</li>
<li>
<a>Healthcare</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
</div><!-- end Header -->
<!-- header -->
<?php include 'header.php'; ?>
<!-- end header -->
<div id="intro-section" class="home-section">
<div id="hexagon-overlay"></div>
<section id="intro" class="intro general-section">
@@ -382,7 +283,7 @@
<li class="" style="width: 100%; float: left; margin-right: -100%; position: relative; display: block; z-index: 1; opacity: 0;">
<div class="gallery-box">
<div class="hive gallery-item gallery-4s-first">
<a class="partners_link" data-id="client-description-po" href="portfolio.html">
<a class="partners_link" data-id="client-description-po" href="portfolio.php">
<div class="hex outer-hex">
<div class="hex-in1">
<div class="hex-in2 outer-hex">
@@ -419,7 +320,7 @@
</a>
</div><!-- end Gallery Item -->
<div class="hive gallery-item">
<a class="partners_link" data-id="client-description-badin" href="portfolio.html">
<a class="partners_link" data-id="client-description-badin" href="portfolio.php">
<div class="hex outer-hex">
<div class="hex-in1">
<div class="hex-in2 outer-hex">
@@ -455,7 +356,7 @@
</a>
</div><!-- end Gallery Item -->
<div class="hive gallery-item">
<a class="partners_link" data-id="client-description-aks" href="portfolio.html">
<a class="partners_link" data-id="client-description-aks" href="portfolio.php">
<div class="hex outer-hex">
<div class="hex-in1">
<div class="hex-in2 outer-hex">
@@ -494,7 +395,7 @@
</div><!-- end Gallery Item -->
<div class="clearfix"></div>
<div class="hive gallery-item">
<a class="partners_link" data-id="client-description-gbi" href="portfolio.html">
<a class="partners_link" data-id="client-description-gbi" href="portfolio.php">
<div class="hex outer-hex">
<div class="hex-in1">
<div class="hex-in2 outer-hex">
@@ -529,7 +430,7 @@
</a>
</div><!-- end Gallery Item -->
<div class="hive gallery-item">
<a class="partners_link" data-id="client-description-mould" href="portfolio.html">
<a class="partners_link" data-id="client-description-mould" href="portfolio.php">
<div class="hex outer-hex">
<div class="hex-in1">
<div class="hex-in2 outer-hex">
@@ -564,7 +465,7 @@
</a>
</div><!-- end Gallery Item -->
<div class="hive gallery-item">
<a class="partners_link" data-id="client-description-sra" href="portfolio.html">
<a class="partners_link" data-id="client-description-sra" href="portfolio.php">
<div class="hex outer-hex">
<div class="hex-in1">
<div class="hex-in2 outer-hex">
@@ -600,7 +501,7 @@
</a>
</div><!-- end Gallery Item -->
<div class="hive gallery-item">
<a class="partners_link" href="portfolio.html">
<a class="partners_link" href="portfolio.php">
<div class="hex outer-hex">
<div class="hex-in1">
<div class="hex-in2 outer-hex">
@@ -638,7 +539,7 @@
<div class="clearfix"></div>
<div class="hive gallery-item gallery-4s-first">
<a class="partners_link" data-id="client-description-ne" href="portfolio.html">
<a class="partners_link" data-id="client-description-ne" href="portfolio.php">
<div class="hex outer-hex">
<div class="hex-in1">
<div class="hex-in2 outer-hex">
@@ -674,7 +575,7 @@
</a>
</div><!-- end Gallery Item -->
<div class="hive gallery-item">
<a class="partners_link" data-id="client-description-" href="portfolio.html">
<a class="partners_link" data-id="client-description-" href="portfolio.php">
<div class="hex outer-hex">
<div class="hex-in1">
<div class="hex-in2 outer-hex">
@@ -709,7 +610,7 @@
</a>
</div><!-- end Gallery Item -->
<div class="hive gallery-item">
<a class="partners_link" data-id="client-description-" href="portfolio.html">
<a class="partners_link" data-id="client-description-" href="portfolio.php">
<div class="hex outer-hex">
<div class="hex-in1">
<div class="hex-in2 outer-hex">
@@ -983,13 +884,15 @@
<h3>CONTACT FORM</h3>
<h5>Do you have any questions? Send us a message</h5>
<div class="log"></div>
<form id="contact-form" action="https://formspree.io/f/xbjpojln" method="POST">
<input id="name-txt" class="input-txt" name="name" type="text" placeholder="Write your name here..." required>
<input id="email-txt" class="input-txt" name="email" type="email" placeholder="Write your email here..." required>
<input id="subject-txt" class="input-txt" name="subject" type="text" placeholder="Write your subject here..." required>
<textarea id="message-txt" class="textarea-txt" name="message" cols="30" rows="10" placeholder="Write your message here..." required></textarea>
<input type="hidden" id="sendContac" name="sendContact" value="Send" />
<input id="submit" name="submit" type="submit" value="SEND">
<!-- action="https://formspree.io/f/xbjpojln" -->
<form id="contact-form" action = "contact_form.php" method="POST">
<input id="name-txt" class="input-txt" name="name" type="text" placeholder="Write your name here *" required>
<input id="email-txt" class="input-txt" name="email" type="email" placeholder="Write your email here *" required>
<input id="subject-txt" class="input-txt" name="subject" type="text" placeholder="Write your subject here " >
<textarea id="message-txt" class="textarea-txt" name="message" cols="30" rows="10" placeholder="Write your message here *" required></textarea>
<!--<input type="hidden" id="sendContac" name="sendContact" value="Send" />-->
<div class="g-recaptcha" id="googlecapatcha_contact" data-sitekey="6Lc3Bt8ZAAAAACPv1F98oFvwPOYVyvWvmN1HYkrS"></div>
<input id="submit" name="submit" type="submit" value="SEND" disabled>
</form>
</div><!-- end Contact Form -->
<div class="one_half contact-socials last">
@@ -1290,10 +1193,11 @@
</div><!-- end Contact Socials -->
</section>
</div><!-- end Contact -->
<div id="footer-wrap">
<!--footer -->
<!--<div id="footer-wrap">
<footer id="footer" class="general-section clearfix">
<div class="one_third">
<!--<div class="widget newsletter">
<div class="widget newsletter">
<h3><span class="obold">NEWSLETTER</span></h3>
<h5>Receive the latest news and promotions</h5>
<form method="post" action="#">
@@ -1318,83 +1222,81 @@
</div>
</div>
</form>
</div><!-- end Newsletter -->
<!-- end Text Widget -->
</div>
<div class="one_third">
<div class="widget widget_text">
<!-- <div class="footer-logo"></div> -->
</div>
<p>Bulevar Nemanjica 30</p>
<p>Niš - Serbia</p>
<a href="mailto:office@dilig.net">office@dilig.net</a>
</div>
<!-- <div class="widget recent-tweets">
<h3>LATEST TWEETS</h3>
<h5>Be the first to know, updated every minute</h5>
<div class="tweets-container"></div>
</div> -->
<!-- end Recent Tweet -->
</div>
<div class="one_third flickr last">
<!-- end flickr widget -->
</div>
</div>


</footer>
</div><!-- end Footer -->
<div class="copyright-wrapper">
Copyright © 2020 Diligent. All rights reserved. Version: 1.0.0.2
</div>
</div> -->

<?php include 'footer.php';?>
<!-- end Footer -->
</div><!-- end container -->

<!-- Scripts -->
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<!-- <script type="text/javascript" src="scripts/jquery-3.3.1.slim.min.js"></script> -->
<script type="text/javascript" src="scripts/popper.min.js"></script>
<script type="text/javascript" src="scripts/bootstrap.min.js"></script>

<script type="text/javascript" src="scripts/jquery.easing.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<!-- <script type="text/javascript" src="scripts/jquery-3.3.1.slim.min.js"></script> -->
<script type="text/javascript" src="scripts/popper.min.js"></script>
<script type="text/javascript" src="scripts/bootstrap.min.js"></script>

<script type="text/javascript" src="scripts/jquery.easing.js"></script>

<script src="scripts/jquery.easypiechart.min.js"></script>
<script type="text/javascript" src="scripts/jquery.flexslider-min.js"></script>
<script id="wow_js_file" type="text/javascript" src="scripts/wow.min.js"></script>
<script id="waypoints_js_file" type="text/javascript" src="scripts/waypoints.js"></script>
<script type="text/javascript" src="scripts/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="scripts/custom.js"></script>
<script type="text/javascript" charset="utf-8" src="scripts/twitter/jquery.tweet.js"></script>
<script type="text/javascript" src="scripts/jquery.typed.js"></script>
<script type="text/javascript" src="teams/nicepage.js"></script>

<script type="text/javascript">
<script src="scripts/jquery.easypiechart.min.js"></script>
<script type="text/javascript" src="scripts/jquery.flexslider-min.js"></script>
<script id="wow_js_file" type="text/javascript" src="scripts/wow.min.js"></script>
<script id="waypoints_js_file" type="text/javascript" src="scripts/waypoints.js"></script>
<script type="text/javascript" src="scripts/jquery.prettyPhoto.js"></script>
<script type="text/javascript" charset="utf-8" src="scripts/twitter/jquery.tweet.js"></script>
<script type="text/javascript" src="scripts/jquery.typed.js"></script>
<script type="text/javascript" src="teams/nicepage.js"></script>
<script type="text/javascript" src="scripts/custom.js"></script>
<script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" ></script>
<script type="text/javascript">

jQuery(document).ready(function($) {
$('.tweets-container').tweet({
modpath: 'scripts/twitter/',
count: 3,
loading_text: 'loading twitter feed...',
username:'odindesign_tw',
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>'
});
jQuery(document).ready(function($) {
$('.tweets-container').tweet({
modpath: 'scripts/twitter/',
count: 3,
loading_text: 'loading twitter feed...',
username:'odindesign_tw',
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>'
});

var $ = jQuery;
var $ = jQuery;

// process each typed-enabled element
$('[data-typed-str]').each(function () {
var $this = $(this),
texts = $this.attr('data-typed-str').split('|');
// process each typed-enabled element
$('[data-typed-str]').each(function () {
var $this = $(this),
texts = $this.attr('data-typed-str').split('|');

$this.html('').append('<span class="typed-container"></span>');
$this.find('> .typed-container').typed({
strings : texts,
typeSpeed : 25,
loop : ($this.attr('data-typed-repeat') === 'yes'),
backDelay : 1500,
showCursor: ($this.attr('data-typed-cursor') === 'yes')
});
});
$('#contact-form #submit').on('submit',function(){
setTimeout(function(){ $('.form-status-message form').show(); }, 1000);
$this.html('').append('<span class="typed-container"></span>');
$this.find('> .typed-container').typed({
strings : texts,
typeSpeed : 25,
loop : ($this.attr('data-typed-repeat') === 'yes'),
backDelay : 1500,
showCursor: ($this.attr('data-typed-cursor') === 'yes')
});
});
$('#contact-form #submit').on('submit',function(){
setTimeout(function(){ $('.form-status-message form').show(); }, 1000);
});
});
});
</script>
</script>
<div id="back-to-top">
<span>Top</span>
</div>

dedicatedDevelopmentTeam.html → industries/financeBanking.php ファイルの表示

@@ -8,37 +8,36 @@

<head>

<title>Careers - Diligent</title>
<title>Finance and Banking - Diligent</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />

<!-- Seo Meta -->
<meta name="description" content="Diligent software solutions careers">
<meta name="keywords" content="dilignet, software, development, company, it, job, careers">
<meta name="keywords" content="dilignet, software, development, company, it, banking, finance">

<meta property="og:title" content="Diligent Portfolio" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://dilig.net" />
<meta property="og:image" content="images/diligent-black.png" />
<meta property="og:image" content="../images/diligent-black.png" />
<meta property="og:description" content="Site description" />

<!-- Styles -->

<link rel="stylesheet" type="text/css" href="styles/font-awesome.css" media="screen" />
<link rel="stylesheet" type="text/css" href="styles/font-awesome.min.css" media="screen" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="styles/custom.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/font-awesome.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/font-awesome.min.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/custom.css" media="screen" />

<link rel="stylesheet" type="text/css" href="styles/flexslider.css" media="screen" />
<link id="animate_css_file" rel="stylesheet" type="text/css" href="styles/animate.css" media="screen" />
<link rel="stylesheet" type="text/css" href="styles/prettyPhoto.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/flexslider.css" media="screen" />
<link id="animate_css_file" rel="stylesheet" type="text/css" href="../styles/animate.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/prettyPhoto.css" media="screen" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700" rel="stylesheet" type="text/css">
<link href="styles/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="../styles/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico" />
<link rel="shortcut icon" href="../images/favicon.ico" />

<!-- Custom Styles -->
<style type="text/css" id="themecolors"></style>
@@ -80,34 +79,36 @@
<div id="container">
<div id="header-wrap">
<header id="header" class="general-section">
<div id="logo"><a data-id ="intro-section" class="home_link" href="index.html">
<div id="logo"><a data-id ="intro-section" class="home_link" href="../index.php">
<div class="dinamic-logo"></div>
</a></div><!-- end Logo -->
<a class="mobile-nav-toggle deactive" href="#"><i class="fa-bars"></i></a>
<nav id="navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="index.html">home</a></li>
<li><a data-id ="about-section" class="home_link" href="index.html">about us</a></li>
<li><a data-id="our_partners-section" class="home_link" href="index.html">our partners</a></li>
<li><a data-id ="intro-section" class="home_link" href="../index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="../index.php">about us</a></li>
<li><a data-id="our_partners-section" class="home_link" href="../index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="index.html">services</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="index.php">services</a></li> -->

<!--<li><a data-id ="teams-wrap" class="home_link" href="index.html">teams</a></li>-->
<!--<li><a data-id ="teams-wrap" class="home_link" href="index.php">teams</a></li>-->
<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">stats</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li><a data-id ="contact-section" class="home_link" href="index.html">contact</a></li>
<li class="career active"><a href="careers.html">careers</a><span class="nav-active-mark"></span></li>
<li><a href="portfolio.html">portfolio</a></li>
<li><a data-id ="contact-section" class="home_link" href="../index.php">contact us</a></li>
<li class="service-link "><a>Services</a></li>
<li class="industries-link link active"><a>Industries</a><span class="nav-active-mark"></span></li>
<li class="career "><a href="../careers.php">careers</a></li>
<li><a href="../portfolio.php">portfolio</a></li>
</ul>
</nav><!-- end Navigation -->
<nav id="mobile-navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="index.html">home</a></li>
<li><a data-id ="about-section" class="home_link" href="index.html">about us</a></li>
<li ><a data-id="our_partners-section" class="home_link" href="index.html">our partners</a></li>
<li><a data-id ="intro-section" class="home_link" href="../index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="../index.php">about us</a></li>
<li ><a data-id="our_partners-section" class="home_link" href="../index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="#services-section">services</a></li> -->

@@ -116,17 +117,96 @@
<li><a href="#stats-wrap">states</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li class=""><a data-id ="contact-section" class="home_link" href="index.html">contact</a></li>
<li class=" active" ><a href="careers.html">careers</a><span class="nav-active-mark"></span></li>
<li ><a href="portfolio.html">portfolio</a></li>
<li class=""><a data-id ="contact-section" class="home_link" href="../index.php">contact us</a></li>
<li class="service-link"><a>Services</a>
<ul class="mobile-submenu">
<li>
<a href="../services/dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="../services/sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="../services/softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="../services/mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li>
<a href="../services/apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</li>
<li class="industries-link"><a>Industries</a>
<ul class="mobile-submenu">
<li>
<a href="financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="healthcare.php">Healthcare</a>
</li>
</ul>
</li>
<li class=" " ><a href="../careers.php">careers</a></span></li>
<li ><a href="../portfolio.php">portfolio</a></li>
</ul>
</nav><!-- end Navigation -->
</nav>
<div class="dropdown_wrap general-section">
<div class="dropdown_menu" id="servicesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
<img src="" >
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li>
<a href="apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="dropdown_menu" id="industriesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li class="active">
<a href="../industries/financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="../industries/healthcare.php">Healthcare</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- end Navigation -->
</header>
</div><!-- end Header -->

<!-- Industry type -->
<div class="service-type-wrapper dark">
<div class="service_type clearfix general-section ">
<div class="section-title">
<h1>Dedicated development team</h1>
<h1>Finance and Banking</h1>
<h5>See all we have to offer you</h5>
</div>
<div class="service_type-intro">
@@ -140,8 +220,9 @@
</div>
</div>
<!-- Industry end -->
<!--service info-->
<div class="service-info-wrappper dark">
<div class="service-info-wrapper">
<div class="service-info clearfix general-section">
<div class="row">
<div class="col-md-6 col-sm-12">
@@ -200,80 +281,29 @@
</div>
</div>
<!--end service info-->

<div id="footer-wrap">
<footer id="footer" class="general-section clearfix">
<div class="one_third">
<div class="widget newsletter">
<h3><span class="obold">NEWSLETTER</span></h3>
<h5>Receive the latest news and promotions</h5>
<form method="post" action="#">
<div class="newsletter-elements clearfix">
<input id="newsletter-email" class="input-txt" name="name" type="text"
placeholder="Write your email here to suscribe...">
<div class="hive">
<div class="hex outer-hex">
<div class="hex-in1">
<a href="#">
<div class="hex-in2 outer-hex">
<div class="hex inner-hex">
<div class="hex-in1">
<div class="hex-in2 hex-area">
<i class="fa-envelope"></i>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</form>
</div><!-- end Newsletter -->
<!-- end Text Widget -->
</div>
<div class="one_third">
<div class="widget widget_text">
<!-- <div class="footer-logo"></div> -->
<p>Bulevar Nemanjica 30</p>
<p>Niš - Serbia</p>
<a href="mailto:office@dilg.net">office@dilg.net</a>
</div>
<!-- <div class="widget recent-tweets">
<h3>LATEST TWEETS</h3>
<h5>Be the first to know, updated every minute</h5>
<div class="tweets-container"></div>
</div> -->
<!-- end Recent Tweet -->
</div>
<div class="one_third flickr last">

<!-- end flickr widget -->
</div>
</footer>
</div><!-- end Footer -->
<!--footer -->
<?php include '../footer.php';?>
<!-- end footer -->
</div><!-- end container -->

<!-- Scripts -->
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<!-- <script type="text/javascript" src="scripts/jquery-3.3.1.slim.min.js"></script> -->
<script type="text/javascript" src="scripts/popper.min.js"></script>
<script type="text/javascript" src="scripts/bootstrap.min.js"></script>
<script type="text/javascript" src="scripts/font-awesome.js"></script>
<script type="text/javascript" src="../scripts/popper.min.js"></script>
<script type="text/javascript" src="../scripts/bootstrap.min.js"></script>
<script type="text/javascript" src="../scripts/font-awesome.js"></script>

<script type="text/javascript" src="scripts/jquery.easing.js"></script>
<script src="scripts/jquery.easypiechart.min.js"></script>
<script type="text/javascript" src="../scripts/jquery.easing.js"></script>
<script src="../scripts/jquery.easypiechart.min.js"></script>
<!-- <script type="text/javascript" src="scripts/jquery.flexslider-min.js"></script> -->
<script id="wow_js_file" type="text/javascript" src="scripts/wow.min.js"></script>
<script id="waypoints_js_file" type="text/javascript" src="scripts/waypoints.js"></script>
<script type="text/javascript" src="scripts/jquery.prettyPhoto.js"></script>
<script id="wow_js_file" type="text/javascript" src="../scripts/wow.min.js"></script>
<script id="waypoints_js_file" type="text/javascript" src="../scripts/waypoints.js"></script>
<script type="text/javascript" src="../scripts/jquery.prettyPhoto.js"></script>

<script type="text/javascript" src="scripts/custom.js"></script>
<script type="text/javascript" charset="utf-8" src="scripts/twitter/jquery.tweet.js"></script>
<script type="text/javascript" src="scripts/jquery.typed.js"></script>
<script type="text/javascript" src="../scripts/custom.js"></script>
<script type="text/javascript" charset="utf-8" src="../scripts/twitter/jquery.tweet.js"></script>
<script type="text/javascript" src="../scripts/jquery.typed.js"></script>

<script type="text/javascript">

+ 357
- 0
industries/healthcare.php ファイルの表示

@@ -0,0 +1,357 @@
<!DOCTYPE html>
<!--[if IE 7 ]><html class="ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie8" lang="en"><![endif]-->
<!--[if IE 9 ]><html class="ie9" lang="en"><![endif]-->
<!--[if (gte IE 10)|!(IE)]><!-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<!--<![endif]-->

<head>

<title>Healtcare - Diligent</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />

<!-- Seo Meta -->
<meta name="description" content="Diligent software solutions careers">
<meta name="keywords" content="dilignet, software, development, company, it, Healtcare">

<meta property="og:title" content="Diligent Portfolio" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://dilig.net" />
<meta property="og:image" content="../images/diligent-black.png" />
<meta property="og:description" content="Site description" />

<!-- Styles -->

<link rel="stylesheet" type="text/css" href="../styles/font-awesome.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/font-awesome.min.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/custom.css" media="screen" />

<link rel="stylesheet" type="text/css" href="../styles/flexslider.css" media="screen" />
<link id="animate_css_file" rel="stylesheet" type="text/css" href="../styles/animate.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/prettyPhoto.css" media="screen" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700" rel="stylesheet" type="text/css">
<link href="../styles/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Favicon -->
<link rel="shortcut icon" href="../images/favicon.ico" />

<!-- Custom Styles -->
<style type="text/css" id="themecolors"></style>

<style>
.client-description {
padding: 100px 0px 30px 0px;
}

.chips span {
display: inline-block;
padding: 0 12px;
margin-right: 8px;
margin-bottom: 8px;
border-radius: 5px;
background-color: #4a4949;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
color: white;
}

.center-item {
text-align: center;
}

.technologies-title {
margin-top: 30px;
}
.testemonial-item
{
text-align: center;
margin-top: 40px;
font-size: 14px;
}
</style>

</head>

<body>
<div id="container">
<div id="header-wrap">
<header id="header" class="general-section">
<div id="logo"><a data-id ="intro-section" class="home_link" href="../index.php">
<div class="dinamic-logo"></div>
</a></div><!-- end Logo -->
<a class="mobile-nav-toggle deactive" href="#"><i class="fa-bars"></i></a>
<nav id="navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="../index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="../index.php">about us</a></li>
<li><a data-id="our_partners-section" class="home_link" href="../index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="index.php">services</a></li> -->

<!--<li><a data-id ="teams-wrap" class="home_link" href="index.php">teams</a></li>-->
<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">stats</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li><a data-id ="contact-section" class="home_link" href="../index.php">contact us</a></li>
<li class="service-link "><a>Services</a></li>
<li class="industries-link link active"><a>Industries</a><span class="nav-active-mark"></span></li>
<li class="career "><a href="../careers.php">careers</a></li>
<li><a href="../portfolio.php">portfolio</a></li>
</ul>
</nav><!-- end Navigation -->
<nav id="mobile-navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="../index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="../index.php">about us</a></li>
<li ><a data-id="our_partners-section" class="home_link" href="../index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="#services-section">services</a></li> -->

<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">states</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li class=""><a data-id ="contact-section" class="home_link" href="../index.php">contact us</a></li>
<li class="service-link"><a>Services</a>
<ul class="mobile-submenu">
<li>
<a href="../services/dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="../services/sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="../services/softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="../services/mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li>
<a href="../services/apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</li>
<li class="industries-link"><a>Industries</a>
<ul class="mobile-submenu">
<li>
<a href=financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="healthcare.php">Healthcare</a>
</li>
</ul>
</li>
<li class=" " ><a href="../careers.php">careers</a><span class="nav-active-mark"></span></li>
<li ><a href="../portfolio.php">portfolio</a></li>
</ul>
</nav>

<div class="dropdown_wrap general-section">
<div class="dropdown_menu" id="servicesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
<img src="" >
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="../services/dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="../services/sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="../services/softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="../services/mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li>
<a href="../services/apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="dropdown_menu" id="industriesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="financeBanking.php">Finance & Banking</a>
</li>
<li class="active">
<a href="healthcare.php">Healthcare</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- end Navigation -->
</header>
</div><!-- end Header -->
<!-- Industry type -->
<div class="service-type-wrapper dark">
<div class="service_type clearfix general-section ">
<div class="section-title">
<h1>Healtcare</h1>
<h5>See all we have to offer you</h5>
</div>
<div class="service_type-intro">
<div class="row">
<div class="col-md-6 col-sm-12 first-sti">
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:hr@dilig.net">hr@dilig.net</a> so we can meet you and discuss how we can work together.
</div>
<div class="col-md-6 col-sm-12 wow bounceInRight second-sti"><img src="../images/dedicated-development-team.jpg" alt=""></div>
</div>
</div><!-- end Services Intro -->
</div>
</div>
<!-- Industry type end -->
<!--service info-->
<div class="service-info-wrapper">
<div class="service-info clearfix general-section">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fab fa-accusoft"></i>
</div>
<div class="service-info-content">
<h3>Fintech Integration Process</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fas fa-search"></i>
</div>
<div class="service-info-content">
<h3>Protect assets against fraud</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fab fa-amazon-pay"></i>
</div>
<div class="service-info-content">
<h3>Fintech Integration Process</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fab fa-buffer"></i>
</div>
<div class="service-info-content">
<h3>Protect assets against fraud</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
</div>
</div>
</div>
<!--end service info-->
<!--footer -->
<?php include '../footer.php';?>
<!-- end footer -->
</div><!-- end container -->

<!-- Scripts -->
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<!-- <script type="text/javascript" src="scripts/jquery-3.3.1.slim.min.js"></script> -->
<script type="text/javascript" src="../scripts/popper.min.js"></script>
<script type="text/javascript" src="../scripts/bootstrap.min.js"></script>
<script type="text/javascript" src="../scripts/font-awesome.js"></script>

<script type="text/javascript" src="../scripts/jquery.easing.js"></script>
<script src="../scripts/jquery.easypiechart.min.js"></script>
<!-- <script type="text/javascript" src="scripts/jquery.flexslider-min.js"></script> -->
<script id="wow_js_file" type="text/javascript" src="../scripts/wow.min.js"></script>
<script id="waypoints_js_file" type="text/javascript" src="../scripts/waypoints.js"></script>
<script type="text/javascript" src="../scripts/jquery.prettyPhoto.js"></script>

<script type="text/javascript" src="../scripts/custom.js"></script>
<script type="text/javascript" charset="utf-8" src="../scripts/twitter/jquery.tweet.js"></script>
<script type="text/javascript" src="../scripts/jquery.typed.js"></script>

<script type="text/javascript">
jQuery(document).ready(function ($) {
$('.tweets-container').tweet({
modpath: 'scripts/twitter/',
count: 3,
loading_text: 'loading twitter feed...',
username: 'odindesign_tw',
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>'
});

var $ = jQuery;

// process each typed-enabled element
$('[data-typed-str]').each(function () {
var $this = $(this),
texts = $this.attr('data-typed-str').split('|');

$this.html('').append('<span class="typed-container"></span>');
$this.find('> .typed-container').typed({
strings: texts,
typeSpeed: 25,
loop: ($this.attr('data-typed-repeat') === 'yes'),
backDelay: 1500,
showCursor: ($this.attr('data-typed-cursor') === 'yes')
});
});
});
</script>
<div class="background-overlay">

</div>

<div class="apply-notification">
<span class="notification-msg">
Email sent succesfully
</span>
<span class="close-notification">
<i class="fa fa-times"></i>
</span>

</div>
<div id="back-to-top">
<span>Top</span>
</div>


</body>

</html>

portfolio.html → portfolio.php ファイルの表示

@@ -33,6 +33,7 @@
<link rel="stylesheet" type="text/css" href="styles/prettyPhoto.css" media="screen" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700" rel="stylesheet" type="text/css">
<link href="styles/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico" />

@@ -74,35 +75,38 @@

<body>
<div id="container">

<div id="header-wrap">
<header id="header" class="general-section">
<div id="logo"><a data-id ="intro-section" class="home_link" href="index.html">
<div id="logo"><a data-id ="intro-section" class="home_link" href="index.php">
<div class="dinamic-logo"></div>
</a></div><!-- end Logo -->
<a class="mobile-nav-toggle deactive" href="#"><i class="fa-bars"></i></a>
<nav id="navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="index.html">home</a></li>
<li><a data-id ="about-section" class="home_link" href="index.html">about us</a></li>
<li><a data-id="our_partners-section" class="home_link" href="index.html">our partners</a></li>
<li><a data-id ="intro-section" class="home_link" href="index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="index.php">about us</a></li>
<li><a data-id="our_partners-section" class="home_link" href="index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="index.html">services</a></li> -->
<!-- <li><a data-id ="teams-wrap" class="home_link" href="index.html">teams</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="index.php">services</a></li> -->
<!-- <li><a data-id ="teams-wrap" class="home_link" href="index.php">teams</a></li> -->

<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">stats</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li><a data-id ="contact-section" class="home_link" href="index.html">contact us</a></li>
<li ><a href="careers.html">careers</a></li>
<li class="active portfolio"><a href="portfolio.html">portfolio</a><span class="nav-active-mark"></span></li>
<li><a data-id ="contact-section" class="home_link" href="index.php">contact us</a></li>
<li class="service-link"><a>Services</a></li>
<li class="industries-link"><a>Industries</a></li>
<li><a href="careers.php">careers</a></li>
<li class="active link portfolio portfolio-link"><a href="portfolio.php">portfolio</a><span class="nav-active-mark"></span></li>
</ul>
</nav><!-- end Navigation -->
<nav id="mobile-navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="index.html">home</a></li>
<li><a data-id ="about-section" class="home_link" href="index.html">about us</a></li>
<li ><a data-id="our_partners-section" class="home_link" href="index.html">our partners</a></li>
<li><a data-id ="intro-section" class="home_link" href="index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="index.php">about us</a></li>
<li ><a data-id="our_partners-section" class="home_link" href="index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="#services-section">services</a></li> -->

@@ -111,16 +115,91 @@
<li><a href="#stats-wrap">states</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li><a data-id ="contact-section" class="home_link" href="index.html">contact</a></li>
<li ><a href="careers.html">careers</a></li>
<li class="active portfolio"><a href="portfolio.html">portfolio</a><span class="nav-active-mark"></span></li>
<li><a data-id ="contact-section" class="home_link" href="index.php">contact us</a></li>
<li class="service-link"><a>Services</a>
<ul class="mobile-submenu">
<li>
<a href="services/dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="services/sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="services/softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="services/mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li>
<a href="services/apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</li>
<li class="industries-link"><a>Industries</a>
<ul class="mobile-submenu">
<li>
<a href="industries/financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="industries/healthcare.php">Healthcare</a>
</li>
</ul>
</li>
<li ><a href="careers.php">careers</a></li>
<li class="active portfolio"><a href="portfolio.php">portfolio</a><span class="nav-active-mark"></span></li>
</ul>
</nav><!-- end Navigation -->
</nav>
<div class="dropdown_wrap general-section">
<div class="dropdown_menu" id="servicesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
<img src="" >
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="services/dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="services/sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="services/softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="services/mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li>
<a href="services/apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="dropdown_menu" id="industriesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="industries/financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="industries/healthcare.php">Healthcare</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- end Navigation -->
</header>
</div><!-- end Header -->



<div id="portfolio-header" >
<section id="contact" class="contact general-section clearfix our_partners">

@@ -454,6 +533,7 @@
</div><!-- end Contact Socials -->
</section>
</div><!-- end Contact -->

<div class="partner-descritpion">
<div class="dark"
style="background-image: url('images/stats_bg.png'); background-repeat: no-repeat; background-position: center">
@@ -934,137 +1014,87 @@

</div>
</div>
<!--start -->
<div class="partner-descritpion">
<div class="dark"
style="background-image: url('images/stats_bg.png'); background-repeat: no-repeat; background-position: center">
<section id="client-description-aks" class="stats general-section clearfix client-description">
<div class="section-triangle-grey"></div>
<div class="one_half services-item clearfix">
<div class="">
<div class="hex outer-hex">
<!--start partner description-->
<div class="partner-descritpion">
<div class="dark"
style="background-image: url('images/stats_bg.png'); background-repeat: no-repeat; background-position: center">
<section id="client-description-aks" class="stats general-section clearfix client-description">
<div class="section-triangle-grey"></div>
<div class="one_half services-item clearfix">
<div class="">
<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 outer-hex">
<div class="hex inner-hex">
<div class="hex-in1">
<div class=" hex-in2 hex-area">
<img src="images/AKS_small_logo.png" alt="Stanković & Partners Law office">
</div>
</div>
</div>
<div class=" hex-in2 hex-area">
<img src="images/AKS_small_logo.png" alt="Stanković & Partners Law office">
</div>
</div>
</div>
</div>
<!-- <div class="center-item">
<h3 style="font-size: 24px;"></h3>
</div> -->
</div>
<div class="one-half last">
<p>
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.
</p>
</div>
</section>
</div>
<div class="services-wrap-cont">
<section class="services partner clearfix general-section">
<div class="section-triangle-grey"></div>
<div class="section-title">
<h2>AKS</h2>
<h5>Niš | Serbia | nebojsa.com</h5>
</div>
<div class="one_half services-item">
<h3>Challenge</h3>
<p>
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.
</p>
</div><!-- end Contact Form -->
<div class="one_half services-item last">
<h3>Solution</h3>
<p>
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.
</p>
</div><!-- end Contact Form -->
<!-- <hr style="border-top: 1px dashed #9b9a9a; height:0 !important; position:relative"> -->
<div class="center-item">
<h3 class="technologies-title">Technologies and <span class="diligent-purple-title">Team</span></h3>
<p class="chips">
<span class="diligent-purple-background">10+ engineers</span>
<span>.Net Framework </span>
<span>.Net Core </span>
<span>React JS</span>
<span>React Native </span>
<span>MS SQL Server</span>
</p>
</div>
<!-- <div class="testemonial-item">
<section class="position-relative text-center client-testimonial" itemprop="citation" itemscope="" itemtype="https://schema.org/CreativeWork">
<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>
</blockquote><img style="padding: 15px;" src="images/Boza_Badin.png" alt="Co-Founder, CEO">
<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>
<p><span class="text-uppercase">oWner</span> @ Badin</p></section>
</div> -->
</section>
</div>
</div>
<!-- <div class="center-item">
<h3 style="font-size: 24px;"></h3>
</div> -->
</div>
<!-- end -->
<div id="footer-wrap">
<footer id="footer" class="general-section clearfix">
<div class="one_third">
<div class="widget newsletter">
<h3><span class="obold">NEWSLETTER</span></h3>
<h5>Receive the latest news and promotions</h5>
<form method="post" action="#">
<div class="newsletter-elements clearfix">
<input id="newsletter-email" class="input-txt" name="name" type="text"
placeholder="Write your email here to suscribe...">
<div class="hive">
<div class="hex outer-hex">
<div class="hex-in1">
<a href="#">
<div class="hex-in2 outer-hex">
<div class="hex inner-hex">
<div class="hex-in1">
<div class="hex-in2 hex-area">
<i class="fa-envelope"></i>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</form>
</div><!-- end Newsletter -->
<!-- end Text Widget -->
</div>
<div class="one_third">
<div class="widget widget_text">
<!-- <div class="footer-logo"></div> -->
<p>Bulevar Nemanjica 30</p>
<p>Niš - Serbia</p>
<a href="mailto:office@dilig.net">office@dilig.net</a>
</div>
<!-- <div class="widget recent-tweets">
<h3>LATEST TWEETS</h3>
<h5>Be the first to know, updated every minute</h5>
<div class="tweets-container"></div>
</div> -->
<!-- end Recent Tweet -->
<div class="one-half last">
<p>
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.
</p>
</div>
<div class="one_third flickr last">

<!-- end flickr widget -->

</section>
</div>
<div class="services-wrap-cont">
<section class="services partner clearfix general-section">
<div class="section-triangle-grey"></div>
<div class="section-title">
<h2>AKS</h2>
<h5>Niš | Serbia | nebojsa.com</h5>
</div>
<div class="one_half services-item">
<h3>Challenge</h3>
<p>
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.
</p>
</div><!-- end Contact Form -->
<div class="one_half services-item last">
<h3>Solution</h3>
<p>
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.
</p>
</div><!-- end Contact Form -->
<!-- <hr style="border-top: 1px dashed #9b9a9a; height:0 !important; position:relative"> -->
<div class="center-item">
<h3 class="technologies-title">Technologies and <span class="diligent-purple-title">Team</span></h3>
<p class="chips">
<span class="diligent-purple-background">10+ engineers</span>
<span>.Net Framework </span>
<span>.Net Core </span>
<span>React JS</span>
<span>React Native </span>
<span>MS SQL Server</span>
</p>
</div>
</footer>
</div><!-- end Footer -->
<!-- <div class="testemonial-item">
<section class="position-relative text-center client-testimonial" itemprop="citation" itemscope="" itemtype="https://schema.org/CreativeWork">
<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>
</blockquote><img style="padding: 15px;" src="images/Boza_Badin.png" alt="Co-Founder, CEO">
<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>
<p><span class="text-uppercase">oWner</span> @ Badin</p></section>
</div> -->
</section>

</div>
</div>
<!--end partner description-->
<!--footer -->
<?php include 'footer.php';?>
<!-- end footer -->
</div><!-- end container -->

<!-- Scripts -->

+ 195
- 127
scripts/custom.js ファイルの表示

@@ -42,43 +42,157 @@ jQuery(document).ready(function($){
{
targetOffset = jQuery(id).offset().top - offSet;
}
jQuery('html,body').animate({ scrollTop: targetOffset }, speed);
jQuery('html,body').animate({ scrollTop: targetOffset }, speed)
}
function backToPreviousLink()
{
var loc = window.location;
//response=successful
var responseFrom = loc.hash.lastIndexOf('=') + 1;
console.log(loc);
if(loc.pathname.substring(loc.pathname.lastIndexOf('/') + 1, loc.pathname.length) == 'index.php' )
{
if(loc.hash.substring( responseFrom, loc.hash.length ) == 'about')
{
console.log($('#nvaigation ul > li').eq(1));
$('.about-section').addClass('active').append('<span class="nav-active-mark"></span>');
}
else if(loc.hash.substring( responseFrom, loc.hash.length ) == 'our_partners')
{
console.log($('#nvaigation ul > li').eq(2));
$('.our_partners-section').addClass('active').append('<span class="nav-active-mark"></span>');
}
else if(loc.hash.substring( responseFrom, loc.hash.length ) == 'contact')
{
console.log($('#nvaigation ul > li').eq(3));
$('.contact-section').addClass('active').append('<span class="nav-active-mark"></span>');
}
else
{
console.log($('#nvaigation ul > li').eq(0));
$('.intro-section').addClass('active').append('<span class="nav-active-mark"></span>');
}
}
else if(loc.pathname.substring(loc.pathname.lastIndexOf('/') + 1, loc.pathname.length) == 'careers.php' )
{
console.log('careers page');
$('.career-link').addClass('active').append('<span class="nav-active-mark"></span>');
}
else if(loc.pathname.substring(loc.pathname.lastIndexOf('/') + 1, loc.pathname.length) == 'apply.php' )
{
$('.career-link').addClass('active').append('<span class="nav-active-mark"></span>');
}
else if(loc.pathname.substring(loc.pathname.lastIndexOf('/') + 1, loc.pathname.length) == 'portfolio.php' )
{
$('.portfolio-link').addClass('active').append('<span class="nav-active-mark"></span>');
}
else if(loc.pathname.includes("/services") )
{
console.log('service page');
$('.service-link').addClass('active').append('<span class="nav-active-mark"></span>');
}
else if(loc.pathname.includes("/industries") )
{
console.log('service page');
$('.industries-link').addClass('active').append('<span class="nav-active-mark"></span>');
}

}
//homepage
var headerIsActive = false;
var previousLink;
var indexPeviousSelectedLink = 0;

$('.service-link').on('click', function()
$('#navigation .service-link').on('click', function()
{
$('#industriesMenu').css('displa', 'none');
$(".nav-active-mark").parent().removeClass("active")
$(".nav-active-mark").remove();
$('#industriesMenu').css('display', 'none');
$('#servicesMenu').toggle('active');
if(headerIsActive)
if($('#header').hasClass('active_dropdown'))
{
$('#header').removeClass('active_dropdown');
if(previousLink != 'industries')
{
$('#header').removeClass('active_dropdown');
}
$(this).remove('.nav-active-mark').removeClass('active');
backToPreviousLink();
previousLink = '';
}
else
{

$('#header').addClass('active_dropdown');
$(this).addClass('active').append('<span class="nav-active-mark"></span>');
previousLink = 'services';
}

});

$('.industries-link').on('click', function()
$('#navigation .industries-link').on('click', function()
{
$(".nav-active-mark").parent().removeClass("active")
$(".nav-active-mark").remove();
$('#servicesMenu').css('display', 'none');
$('#industriesMenu').toggle('active');
if(headerIsActive)
if($('#header').hasClass('active_dropdown'))
{
$('#header').removeClass('active_dropdown');
if(previousLink != 'services')
{
$('#header').removeClass('active_dropdown');
}
$(this).remove('.nav-active-mark').removeClass('active');
backToPreviousLink();
previousLink = '';
}
else
{
$('#header').addClass('active_dropdown');
$(this).addClass('active').append('<span class="nav-active-mark"></span>');
previousLink = 'industries';
}

});


$('#mobile-navigation .service-link').click(function(event){
event.stopPropagation();
var mobileDrodown = $(this).find('ul');
if(mobileDrodown.is( ":hidden" ))
{
mobileDrodown.slideDown('slow');
mobileDrodown.removeClass('active');
}
else
{
mobileDrodown.hide();
mobileDrodown.addClass('active');
}

});
$('#mobile-navigation .industries-link').click(function(event){
event.stopPropagation();
var mobileDrodown = $(this).find('ul');
if(mobileDrodown.is( ":hidden" ))
{
mobileDrodown.slideDown('slow');
mobileDrodown.removeClass('active');
}
else
{
mobileDrodown.hide();
mobileDrodown.addClass('active');
}

});
//homepage end
//career
var expand = false;
@@ -174,7 +288,7 @@ jQuery(document).ready(function($){
processData:false,
success : function(data) {
window.location.replace("careers.html?response=successful");
window.location.replace("careers.php?response=successful");
},
error: function(error)
@@ -193,47 +307,40 @@ jQuery(document).ready(function($){
//apply end
//contact form

var form = document.getElementById("contact-form");
var button = jQuery("#contact-form #submit");
var contact_form = $("#contact-form");
var contact_button = jQuery("#contact-form #submit");
var status = jQuery(".log");

function success(data)
{
form.append(xhr.response);
}

function error()
contact_form.bind('submit', function(event)
{
form.append(xhr.response);
}

button.on("submit", function(ev)
{
var data = new FormData(form);
ajax(form.method, form.action, data, success, error);
});

function ajax(method, url, data, success, error) {
var xhr = new XMLHttpRequest();
xhr.open(method, url);
xhr.setRequestHeader("Accept", "application/json");
xhr.onreadystatechange = function() {
if (xhr.readyState !== XMLHttpRequest.DONE) return;
if (xhr.status === 200) {
success();

} else {
error();
event.preventDefault();
var data = new FormData(document.getElementById("contact-form"));
$.ajax({
url: "contact_form.php",
method: "POST",
data: data,
contentType: false,
cache: false,
processData:false,
success : function(data) {
window.location.replace("index.php");
},
error: function(error)
{
console.log(console.error);
}
};
xhr.send(data);
}

//end contact form
// $('#contact-wrap').waypoint(function() {
// animate();
// });
//nikola
});
});

$('.clear_storage').on('click', function(e){
window.localStorage.clear();
@@ -251,7 +358,7 @@ jQuery(document).ready(function($){
jQuery(document).ready(function()
{
var loc = window.location;
if(!get_id && loc.pathname.substring(loc.pathname.lastIndexOf('/') + 1, loc.pathname.length) == 'index.html' && !setupUrl)
if(!get_id && loc.pathname.substring(loc.pathname.lastIndexOf('/') + 1, loc.pathname.length) == 'index.php' && !setupUrl)
{
var sectionType = window.location.hash;
@@ -307,7 +414,7 @@ jQuery(document).ready(function($){
}

var loc = window.location;
if(loc.pathname.substring(loc.pathname.lastIndexOf('/') + 1, loc.pathname.length) == 'index.html')
if(loc.pathname.substring(loc.pathname.lastIndexOf('/') + 1, loc.pathname.length) == 'index.php')
{
var newUrl = "";
if( isOnScreen( $( '#intro-section' ) ) ) { /* Pass element id/class you want to check */
@@ -367,7 +474,7 @@ jQuery(document).ready(function($){
//response=successful
var responseFrom = loc.search.lastIndexOf('=') + 1;

if(loc.pathname.substring(loc.pathname.lastIndexOf('/') + 1, loc.pathname.length) == 'careers.html' && loc.search.substring( responseFrom, loc.search.length ))
if(loc.pathname.substring(loc.pathname.lastIndexOf('/') + 1, loc.pathname.length) == 'careers.php' && loc.search.substring( responseFrom, loc.search.length ))
{
$('.background-overlay').addClass('active');
$('.apply-notification').addClass('active');
@@ -375,7 +482,7 @@ jQuery(document).ready(function($){
}
$('.close-notification').click(function()
{
window.location.replace("careers.html");
window.location.replace("careers.php");

}
)
@@ -449,17 +556,27 @@ jQuery(document).ready(function($){
/*========== Smooth Scroll ==========*/
$('a[href*=#]:not([href=#])').click(function() {
$("li.active").removeClass("active").find('.nav-active-mark').remove();
$("#navigation ul > li").each( function(index)
{
var selected = $(this).find(".nav-active-mark");
if(selected.length)
{
indexPeviousSelectedLink = index +1;
console.log(indexPeviousSelectedLink);
}
});
$(this).parent().addClass('active').end().append('<span class="nav-active-mark"></span>');
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top - 53
}, 1000);
return false;
}
}
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top - 53
}, 1000);
return false;
}
}
});

/*========== Graph Bars Animate ==========*/
@@ -516,7 +633,7 @@ jQuery(document).ready(function($){
}
});

$("#mobile-navigation li a").on("click", function(){
$("#mobile-navigation li:not(.service-link):not(.industries-link) a").on("click", function(){
$('#mobile-navigation').fadeOut();
$(".mobile-nav-toggle").addClass('deactive');

@@ -537,71 +654,7 @@ jQuery(document).ready(function($){
return pattern.test(emailAddress);
}

// $('.contact-form form').submit(function() {

// var hasError = false;

// var comment = $('#message-txt').val();
// if ($.trim(comment) == '') {
// $('#message-txt').addClass('error');
// $('#message-txt').focus();
// hasError = true;
// }
// else {
// $('#message-txt').removeClass('error');
// }

// var subject = $('#subject-txt').val();
// if ($.trim(subject) == '') {
// $('#subject-txt').addClass('error');
// $('#subject-txt').focus();
// hasError = true;
// }
// else {
// $('#subject-txt').removeClass('error');
// }

// var emailVal = $('#email-txt').val();
// if ($.trim(emailVal) == '' || !isValidEmailAddress(emailVal)) {
// $('#email-txt').addClass('error');
// $('#email-txt').focus();
// hasError = true;
// }
// else {
// $('#email-txt').removeClass('error');
// }


// var name = $('#name-txt').val();
// if ($.trim(name) == '') {
// $('#name-txt').addClass('error');
// $('#name-txt').focus();
// hasError = true;

// }
// else {
// $('#name-txt').removeClass('error');
// }

// if (!hasError) {
// $('#submit').fadeOut('normal', function(){
// $('.loading').css({
// display: "block"
// });

// });

// // $.post($('.contact-form form').attr('action'), $('.contact-form form').serialize(), function(data){
// // $('.log').html(data);
// // $('.loading').remove();
// // $('.contact-form form').slideUp('slow');
// // });

// }

// return false;

// });
/*========== FlexSlider ==========*/
$('.flexslider').flexslider({
animation: "fade",
@@ -615,7 +668,7 @@ jQuery(document).ready(function($){
}); // end jquery init
})(jQuery);

var verifyCallbackApply = function(response) {
var verifyCallbackApply = function(response) {
return new Promise(function(resolve, reject) {
if (response) {
//jQuery("#apply-form").submit();
@@ -623,7 +676,14 @@ jQuery(document).ready(function($){
}
});
};

var verifyCallbackContact = function(response) {
return new Promise(function(resolve, reject) {
if (response) {
//jQuery("#apply-form").submit();
$('#contact-form #submit').removeAttr('disabled');
}
});
};
var onloadCallback = function () {
if (jQuery('#googlecapatcha_apply').length) {
@@ -633,5 +693,13 @@ jQuery(document).ready(function($){
'callback': verifyCallbackApply
});
}
if (jQuery('#googlecapatcha_contact').length)
{
recaptcha = grecaptcha.render('googlecapatcha_contact', {
'sitekey': "6Lc3Bt8ZAAAAACPv1F98oFvwPOYVyvWvmN1HYkrS",
'theme': 'light',
'callback': verifyCallbackContact
});
}

};

+ 357
- 0
services/apiDevelopmentIntegration.php ファイルの表示

@@ -0,0 +1,357 @@
<!DOCTYPE html>
<!--[if IE 7 ]><html class="ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie8" lang="en"><![endif]-->
<!--[if IE 9 ]><html class="ie9" lang="en"><![endif]-->
<!--[if (gte IE 10)|!(IE)]><!-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<!--<![endif]-->

<head>

<title>Application development and Integration - Diligent</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />

<!-- Seo Meta -->
<meta name="description" content="Diligent software solutions careers">
<meta name="keywords" content="dilignet, software, development, company, it, job, careers">

<meta property="og:title" content="Diligent Portfolio" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://dilig.net" />
<meta property="og:image" content="../images/diligent-black.png" />
<meta property="og:description" content="Site description" />

<!-- Styles -->

<link rel="stylesheet" type="text/css" href="../styles/font-awesome.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/font-awesome.min.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/custom.css" media="screen" />

<link rel="stylesheet" type="text/css" href=".//styles/flexslider.css" media="screen" />
<link id="animate_css_file" rel="stylesheet" type="text/css" href="../styles/animate.css" media="screen" />
<link rel="stylesheet" type="text/css" href="styles/prettyPhoto.css" media="screen" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700" rel="stylesheet" type="text/css">
<link href="../styles/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Favicon -->
<link rel="shortcut icon" href="../images/favicon.ico" />

<!-- Custom Styles -->
<style type="text/css" id="themecolors"></style>

<style>
.client-description {
padding: 100px 0px 30px 0px;
}

.chips span {
display: inline-block;
padding: 0 12px;
margin-right: 8px;
margin-bottom: 8px;
border-radius: 5px;
background-color: #4a4949;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
color: white;
}

.center-item {
text-align: center;
}

.technologies-title {
margin-top: 30px;
}
.testemonial-item
{
text-align: center;
margin-top: 40px;
font-size: 14px;
}
</style>

</head>

<body>
<div id="container">
<div id="header-wrap">
<header id="header" class="general-section">
<div id="logo"><a data-id ="intro-section" class="home_link" href="../index.php">
<div class="dinamic-logo"></div>
</a></div><!-- end Logo -->
<a class="mobile-nav-toggle deactive" href="#"><i class="fa-bars"></i></a>
<nav id="navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="../index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="../index.php">about us</a></li>
<li><a data-id="our_partners-section" class="home_link" href="../index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="index.php">services</a></li> -->

<!--<li><a data-id ="teams-wrap" class="home_link" href="index.php">teams</a></li>-->
<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">stats</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li><a data-id ="contact-section" class="home_link" href="../index.php">contact us</a></li>
<li class="service-link link active"><a>Services</a><span class="nav-active-mark"></span></li>
<li class="industries-link"><a>Industries</a></li>
<li class="career "><a href="../careers.php">careers</a></li>
<li><a href="../portfolio.php">portfolio</a></li>
</ul>
</nav><!-- end Navigation -->
<nav id="mobile-navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="../index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="../index.php">about us</a></li>
<li ><a data-id="our_partners-section" class="home_link" href="../index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="#services-section">services</a></li> -->

<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">states</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li class=""><a data-id ="contact-section" class="home_link" href="../index.php">contact us</a></li>
<li class="service-link"><a>Services</a>
<ul class="mobile-submenu">
<li>
<a href="dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li>
<a href="apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</li>
<li class="industries-link"><a>Industries</a>
<ul class="mobile-submenu">
<li>
<a href="../industries/financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="../industries/healthcare.php">Healthcare</a>
</li>
</ul>
</li>
<li class=" active" ><a href="../careers.php">careers</a><span class="nav-active-mark"></span></li>
<li ><a href="../portfolio.php">portfolio</a></li>
</ul>
</nav>
<div class="dropdown_wrap general-section">
<div class="dropdown_menu" id="servicesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
<img src="" >
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li clas="active">
<a href="apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="dropdown_menu" id="industriesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="../industries/financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="../industries/healthcare.php">Healthcare</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- end Navigation -->
</header>
</div><!-- end Header -->
<div class="service-type-wrapper">
<div class="service_type clearfix general-section ">
<div class="section-title">
<h1>Application development and Integration</h1>
<h5>See all we have to offer you</h5>
</div>
<div class="service_type-intro">
<div class="row">
<div class="col-md-6 col-sm-12 wow bounceInRight second-sti"><img src="../images/dedicated-development-team.jpg" alt=""></div>
<div class="col-md-6 col-sm-12 first-sti">
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:hr@dilig.net">hr@dilig.net</a> so we can meet you and discuss how we can work together.
</div>
</div>
</div><!-- end Services Intro -->
</div>
</div>
<!--service info-->
<div class="service-info-wrapper dark">
<div class="service-info clearfix general-section">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fab fa-accusoft"></i>
</div>
<div class="service-info-content">
<h3>Fintech Integration Process</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fas fa-search"></i>
</div>
<div class="service-info-content">
<h3>Protect assets against fraud</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fab fa-amazon-pay"></i>
</div>
<div class="service-info-content">
<h3>Fintech Integration Process</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fab fa-buffer"></i>
</div>
<div class="service-info-content">
<h3>Protect assets against fraud</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
</div>
</div>
</div>
<!--end service info-->

<!--footer -->
<?php include '../footer.php';?>
<!-- end footer -->
</div><!-- end container -->

<!-- Scripts -->
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<!-- <script type="text/javascript" src="scripts/jquery-3.3.1.slim.min.js"></script> -->
<script type="text/javascript" src="../scripts/popper.min.js"></script>
<script type="text/javascript" src="../scripts/bootstrap.min.js"></script>
<script type="text/javascript" src="../scripts/font-awesome.js"></script>

<script type="text/javascript" src="../scripts/jquery.easing.js"></script>
<script src="../scripts/jquery.easypiechart.min.js"></script>
<!-- <script type="text/javascript" src="scripts/jquery.flexslider-min.js"></script> -->
<script id="wow_js_file" type="text/javascript" src="../scripts/wow.min.js"></script>
<script id="waypoints_js_file" type="text/javascript" src="../scripts/waypoints.js"></script>
<script type="text/javascript" src="../scripts/jquery.prettyPhoto.js"></script>

<script type="text/javascript" src="../scripts/custom.js"></script>
<script type="text/javascript" charset="utf-8" src="../scripts/twitter/jquery.tweet.js"></script>
<script type="text/javascript" src="../scripts/jquery.typed.js"></script>

<script type="text/javascript">
jQuery(document).ready(function ($) {
$('.tweets-container').tweet({
modpath: 'scripts/twitter/',
count: 3,
loading_text: 'loading twitter feed...',
username: 'odindesign_tw',
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>'
});

var $ = jQuery;

// process each typed-enabled element
$('[data-typed-str]').each(function () {
var $this = $(this),
texts = $this.attr('data-typed-str').split('|');

$this.html('').append('<span class="typed-container"></span>');
$this.find('> .typed-container').typed({
strings: texts,
typeSpeed: 25,
loop: ($this.attr('data-typed-repeat') === 'yes'),
backDelay: 1500,
showCursor: ($this.attr('data-typed-cursor') === 'yes')
});
});
});
</script>
<div class="background-overlay">

</div>

<div class="apply-notification">
<span class="notification-msg">
Email sent succesfully
</span>
<span class="close-notification">
<i class="fa fa-times"></i>
</span>

</div>
<div id="back-to-top">
<span>Top</span>
</div>


</body>

</html>

+ 357
- 0
services/dedicatedDevelopmentTeam.php ファイルの表示

@@ -0,0 +1,357 @@
<!DOCTYPE html>
<!--[if IE 7 ]><html class="ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie8" lang="en"><![endif]-->
<!--[if IE 9 ]><html class="ie9" lang="en"><![endif]-->
<!--[if (gte IE 10)|!(IE)]><!-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<!--<![endif]-->

<head>

<title>Dedicated development team - Diligent</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />

<!-- Seo Meta -->
<meta name="description" content="Diligent software solutions careers">
<meta name="keywords" content="dilignet, software, development, company, it, job, careers">

<meta property="og:title" content="Diligent Portfolio" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://dilig.net" />
<meta property="og:image" content="../images/diligent-black.png" />
<meta property="og:description" content="Site description" />

<!-- Styles -->

<link rel="stylesheet" type="text/css" href="../styles/font-awesome.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/font-awesome.min.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/custom.css" media="screen" />

<link rel="stylesheet" type="text/css" href="../styles/flexslider.css" media="screen" />
<link id="animate_css_file" rel="stylesheet" type="text/css" href="../styles/animate.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/prettyPhoto.css" media="screen" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700" rel="stylesheet" type="text/css">
<link href="../styles/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Favicon -->
<link rel="shortcut icon" href="../images/favicon.ico" />

<!-- Custom Styles -->
<style type="text/css" id="themecolors"></style>

<style>
.client-description {
padding: 100px 0px 30px 0px;
}

.chips span {
display: inline-block;
padding: 0 12px;
margin-right: 8px;
margin-bottom: 8px;
border-radius: 5px;
background-color: #4a4949;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
color: white;
}

.center-item {
text-align: center;
}

.technologies-title {
margin-top: 30px;
}
.testemonial-item
{
text-align: center;
margin-top: 40px;
font-size: 14px;
}
</style>

</head>

<body>
<div id="container">
<div id="header-wrap">
<header id="header" class="general-section">
<div id="logo"><a data-id ="intro-section" class="home_link" href="../index.php">
<div class="dinamic-logo"></div>
</a></div><!-- end Logo -->
<a class="mobile-nav-toggle deactive" href="#"><i class="fa-bars"></i></a>
<nav id="navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="../index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="../index.php">about us</a></li>
<li><a data-id="our_partners-section" class="home_link" href="../index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="index.php">services</a></li> -->

<!--<li><a data-id ="teams-wrap" class="home_link" href="index.php">teams</a></li>-->
<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">stats</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li><a data-id ="contact-section" class="home_link" href="../index.php">contact us</a></li>

<li class="service-link link active"><a>Services</a><span class="nav-active-mark"></span></li>
<li class="industries-link"><a>Industries</a></li>
<li class="career "><a href="../careers.php">careers</a></li>
<li><a href="../portfolio.php">portfolio</a></li>
</ul>
</nav><!-- end Navigation -->
<nav id="mobile-navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="../index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="../index.php">about us</a></li>
<li ><a data-id="our_partners-section" class="home_link" href="../index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="#services-section">services</a></li> -->

<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">states</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li class=""><a data-id ="contact-section" class="home_link" href="../index.php">contact us</a></li>
<li class="service-link"><a>Services</a>
<ul class="mobile-submenu">
<li>
<a href="dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="mobileApplicationDevelopment.html">Mobile Aplication Development</a>
</li>
<li>
<a href="apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</li>
<li class="industries-link"><a>Industries</a>
<ul class="mobile-submenu">
<li>
<a href="../industries/financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="../industries/healthcare.php">Healthcare</a>
</li>
</ul>
</li>
<li class=" active" ><a href="../careers.php">careers</a><span class="nav-active-mark"></span></li>
<li ><a href="../portfolio.php">portfolio</a></li>
</ul>
</nav>
<div class="dropdown_wrap general-section">
<div class="dropdown_menu" id="servicesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
<img src="" >
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="mobileApplicationDevelopment.html">Mobile Aplication Development</a>
</li>
<li>
<a href="apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="dropdown_menu" id="industriesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="../industries/financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="../industries/healthcare.php">Healthcare</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- end Navigation -->
</header>
</div><!-- end Header -->
<div class="service-type-wrapper">
<div class="service_type clearfix general-section ">
<div class="section-title">
<h1>Dedicated development team</h1>
<h5>See all we have to offer you</h5>
</div>
<div class="service_type-intro">
<div class="row">
<div class="col-md-6 col-sm-12 wow bounceInRight second-sti"><img src="../images/dedicated-development-team.jpg" alt=""></div>
<div class="col-md-6 col-sm-12 first-sti">
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:hr@dilig.net">hr@dilig.net</a> so we can meet you and discuss how we can work together.
</div>
</div>
</div><!-- end Services Intro -->
</div>
</div>
<!--service info-->
<div class="service-info-wrapper dark">
<div class="service-info clearfix general-section">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fab fa-accusoft"></i>
</div>
<div class="service-info-content">
<h3>Fintech Integration Process</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fas fa-search"></i>
</div>
<div class="service-info-content">
<h3>Protect assets against fraud</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fab fa-amazon-pay"></i>
</div>
<div class="service-info-content">
<h3>Fintech Integration Process</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fab fa-buffer"></i>
</div>
<div class="service-info-content">
<h3>Protect assets against fraud</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
</div>
</div>
</div>
<!--end service info-->

<!--footer -->
<?php include '../footer.php';?>
<!-- end footer -->
</div><!-- end container -->

<!-- Scripts -->
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<!-- <script type="text/javascript" src="scripts/jquery-3.3.1.slim.min.js"></script> -->
<script type="text/javascript" src="../scripts/popper.min.js"></script>
<script type="text/javascript" src="../scripts/bootstrap.min.js"></script>
<script type="text/javascript" src="../scripts/font-awesome.js"></script>

<script type="text/javascript" src="../scripts/jquery.easing.js"></script>
<script src="../scripts/jquery.easypiechart.min.js"></script>
<!-- <script type="text/javascript" src="scripts/jquery.flexslider-min.js"></script> -->
<script id="wow_js_file" type="text/javascript" src="../scripts/wow.min.js"></script>
<script id="waypoints_js_file" type="text/javascript" src="../scripts/waypoints.js"></script>
<script type="text/javascript" src="../scripts/jquery.prettyPhoto.js"></script>

<script type="text/javascript" src="../scripts/custom.js"></script>
<script type="text/javascript" charset="utf-8" src="../scripts/twitter/jquery.tweet.js"></script>
<script type="text/javascript" src="../scripts/jquery.typed.js"></script>

<script type="text/javascript">
jQuery(document).ready(function ($) {
$('.tweets-container').tweet({
modpath: 'scripts/twitter/',
count: 3,
loading_text: 'loading twitter feed...',
username: 'odindesign_tw',
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>'
});

var $ = jQuery;

// process each typed-enabled element
$('[data-typed-str]').each(function () {
var $this = $(this),
texts = $this.attr('data-typed-str').split('|');

$this.html('').append('<span class="typed-container"></span>');
$this.find('> .typed-container').typed({
strings: texts,
typeSpeed: 25,
loop: ($this.attr('data-typed-repeat') === 'yes'),
backDelay: 1500,
showCursor: ($this.attr('data-typed-cursor') === 'yes')
});
});
});
</script>
<div class="background-overlay">

</div>

<div class="apply-notification">
<span class="notification-msg">
Email sent succesfully
</span>
<span class="close-notification">
<i class="fa fa-times"></i>
</span>

</div>
<div id="back-to-top">
<span>Top</span>
</div>


</body>

</html>

+ 358
- 0
services/mobileApplicationDevelopment.php ファイルの表示

@@ -0,0 +1,358 @@
<!DOCTYPE html>
<!--[if IE 7 ]><html class="ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie8" lang="en"><![endif]-->
<!--[if IE 9 ]><html class="ie9" lang="en"><![endif]-->
<!--[if (gte IE 10)|!(IE)]><!-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<!--<![endif]-->

<head>

<title>Mobile application development - Diligent</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />

<!-- Seo Meta -->
<meta name="description" content="Diligent software solutions careers">
<meta name="keywords" content="dilignet, software, development, company, it, job, careers">

<meta property="og:title" content="Diligent Portfolio" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://dilig.net" />
<meta property="og:image" content="../images/diligent-black.png" />
<meta property="og:description" content="Site description" />

<!-- Styles -->

<link rel="stylesheet" type="text/css" href="../styles/font-awesome.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/font-awesome.min.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/custom.css" media="screen" />

<link rel="stylesheet" type="text/css" href=".//styles/flexslider.css" media="screen" />
<link id="animate_css_file" rel="stylesheet" type="text/css" href="../styles/animate.css" media="screen" />
<link rel="stylesheet" type="text/css" href="styles/prettyPhoto.css" media="screen" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700" rel="stylesheet" type="text/css">
<link href="../styles/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Favicon -->
<link rel="shortcut icon" href="../images/favicon.ico" />

<!-- Custom Styles -->
<style type="text/css" id="themecolors"></style>

<style>
.client-description {
padding: 100px 0px 30px 0px;
}

.chips span {
display: inline-block;
padding: 0 12px;
margin-right: 8px;
margin-bottom: 8px;
border-radius: 5px;
background-color: #4a4949;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
color: white;
}

.center-item {
text-align: center;
}

.technologies-title {
margin-top: 30px;
}
.testemonial-item
{
text-align: center;
margin-top: 40px;
font-size: 14px;
}
</style>

</head>

<body>
<div id="container">
<div id="header-wrap">
<header id="header" class="general-section">
<div id="logo"><a data-id ="intro-section" class="home_link" href="../index.php">
<div class="dinamic-logo"></div>
</a></div><!-- end Logo -->
<a class="mobile-nav-toggle deactive" href="#"><i class="fa-bars"></i></a>
<nav id="navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="../index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="../index.php">about us</a></li>
<li><a data-id="our_partners-section" class="home_link" href="../index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="index.php">services</a></li> -->

<!--<li><a data-id ="teams-wrap" class="home_link" href="index.php">teams</a></li>-->
<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">stats</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li><a data-id ="contact-section" class="home_link" href="../index.php">contact us</a></li>
<li class="service-link link active"><a>Services</a><span class="nav-active-mark"></span></li>
<li class="industries-link"><a>Industries</a></li>
<li class="career "><a href="../careers.php">careers</a></li>
<li><a href="../portfolio.php">portfolio</a></li>
</ul>
</nav><!-- end Navigation -->
<nav id="mobile-navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="../index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="../index.php">about us</a></li>
<li ><a data-id="our_partners-section" class="home_link" href="../index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="#services-section">services</a></li> -->

<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">states</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li class=""><a data-id ="contact-section" class="home_link" href="../index.php">contact us</a></li>
<li class="service-link"><a>Services</a>
<ul class="mobile-submenu">
<li>
<a href="dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="mobileApplicationDevelopment.html">Mobile Aplication Development</a>
</li>
<li>
<a href="apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</li>
<li class="industries-link"><a>Industries</a>
<ul class="mobile-submenu">
<li>
<a href="../industries/financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="../industries/healthcare.php">Healthcare</a>
</li>
</ul>
</li>
<li class="service-link active"><a>Services</a><span class="nav-active-mark"></span></li>
<li class="industries-link"><a>Industries</a></li>
<li class=" " ><a href="../careers.php">careers</a></li>
<li ><a href="../portfolio.php">portfolio</a></li>
</ul>
</nav>
<div class="dropdown_wrap general-section">
<div class="dropdown_menu" id="servicesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
<img src="" >
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="softwareTesting.php">Software Testing and QA</a>
</li>
<li class="active">
<a href="mobileApplicationDevelopment.html">Mobile Aplication Development</a>
</li>
<li>
<a href="apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="dropdown_menu" id="industriesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="../industries/financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="../industries/healthcare.php">Healthcare</a>
</li>
</ul>
</div>
</div>
</div>
</div> <!-- end Navigation -->
</header>
</div><!-- end Header -->
<div class="service-type-wrapper">
<div class="service_type clearfix general-section ">
<div class="section-title">
<h1>Mobile application development</h1>
<h5>See all we have to offer you</h5>
</div>
<div class="service_type-intro">
<div class="row">
<div class="col-md-6 col-sm-12 wow bounceInRight second-sti"><img src="../images/dedicated-development-team.jpg" alt=""></div>
<div class="col-md-6 col-sm-12 first-sti">
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:hr@dilig.net">hr@dilig.net</a> so we can meet you and discuss how we can work together.
</div>
</div>
</div><!-- end Services Intro -->
</div>
</div>
<!--service info-->
<div class="service-info-wrapper dark">
<div class="service-info clearfix general-section">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fab fa-accusoft"></i>
</div>
<div class="service-info-content">
<h3>Fintech Integration Process</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fas fa-search"></i>
</div>
<div class="service-info-content">
<h3>Protect assets against fraud</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fab fa-amazon-pay"></i>
</div>
<div class="service-info-content">
<h3>Fintech Integration Process</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fab fa-buffer"></i>
</div>
<div class="service-info-content">
<h3>Protect assets against fraud</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
</div>
</div>
</div>
<!--end service info-->

<!--footer -->
<?php include '../footer.php';?>
<!-- end Footer -->
</div><!-- end container -->

<!-- Scripts -->
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<!-- <script type="text/javascript" src="scripts/jquery-3.3.1.slim.min.js"></script> -->
<script type="text/javascript" src="../scripts/popper.min.js"></script>
<script type="text/javascript" src="../scripts/bootstrap.min.js"></script>
<script type="text/javascript" src="../scripts/font-awesome.js"></script>

<script type="text/javascript" src="../scripts/jquery.easing.js"></script>
<script src="../scripts/jquery.easypiechart.min.js"></script>
<!-- <script type="text/javascript" src="scripts/jquery.flexslider-min.js"></script> -->
<script id="wow_js_file" type="text/javascript" src="../scripts/wow.min.js"></script>
<script id="waypoints_js_file" type="text/javascript" src="../scripts/waypoints.js"></script>
<script type="text/javascript" src="../scripts/jquery.prettyPhoto.js"></script>

<script type="text/javascript" src="../scripts/custom.js"></script>
<script type="text/javascript" charset="utf-8" src="../scripts/twitter/jquery.tweet.js"></script>
<script type="text/javascript" src="../scripts/jquery.typed.js"></script>

<script type="text/javascript">
jQuery(document).ready(function ($) {
$('.tweets-container').tweet({
modpath: 'scripts/twitter/',
count: 3,
loading_text: 'loading twitter feed...',
username: 'odindesign_tw',
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>'
});

var $ = jQuery;

// process each typed-enabled element
$('[data-typed-str]').each(function () {
var $this = $(this),
texts = $this.attr('data-typed-str').split('|');

$this.html('').append('<span class="typed-container"></span>');
$this.find('> .typed-container').typed({
strings: texts,
typeSpeed: 25,
loop: ($this.attr('data-typed-repeat') === 'yes'),
backDelay: 1500,
showCursor: ($this.attr('data-typed-cursor') === 'yes')
});
});
});
</script>
<div class="background-overlay">

</div>

<div class="apply-notification">
<span class="notification-msg">
Email sent succesfully
</span>
<span class="close-notification">
<i class="fa fa-times"></i>
</span>

</div>
<div id="back-to-top">
<span>Top</span>
</div>


</body>

</html>

sofwareProductDevelopment.html → services/softwareTesting.php ファイルの表示

@@ -8,7 +8,7 @@

<head>

<title>Careers - Diligent</title>
<title>Software Testing and QA - Diligent</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />

@@ -19,26 +19,26 @@
<meta property="og:title" content="Diligent Portfolio" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://dilig.net" />
<meta property="og:image" content="images/diligent-black.png" />
<meta property="og:image" content="../images/diligent-black.png" />
<meta property="og:description" content="Site description" />

<!-- Styles -->

<link rel="stylesheet" type="text/css" href="styles/font-awesome.css" media="screen" />
<link rel="stylesheet" type="text/css" href="styles/font-awesome.min.css" media="screen" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="styles/custom.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/font-awesome.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/font-awesome.min.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/custom.css" media="screen" />

<link rel="stylesheet" type="text/css" href="styles/flexslider.css" media="screen" />
<link id="animate_css_file" rel="stylesheet" type="text/css" href="styles/animate.css" media="screen" />
<link rel="stylesheet" type="text/css" href=".//styles/flexslider.css" media="screen" />
<link id="animate_css_file" rel="stylesheet" type="text/css" href="../styles/animate.css" media="screen" />
<link rel="stylesheet" type="text/css" href="styles/prettyPhoto.css" media="screen" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700" rel="stylesheet" type="text/css">
<link href="styles/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="../styles/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico" />
<link rel="shortcut icon" href="../images/favicon.ico" />

<!-- Custom Styles -->
<style type="text/css" id="themecolors"></style>
@@ -80,34 +80,36 @@
<div id="container">
<div id="header-wrap">
<header id="header" class="general-section">
<div id="logo"><a data-id ="intro-section" class="home_link" href="index.html">
<div id="logo"><a data-id ="intro-section" class="home_link" href="../index.php">
<div class="dinamic-logo"></div>
</a></div><!-- end Logo -->
<a class="mobile-nav-toggle deactive" href="#"><i class="fa-bars"></i></a>
<nav id="navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="index.html">home</a></li>
<li><a data-id ="about-section" class="home_link" href="index.html">about us</a></li>
<li><a data-id="our_partners-section" class="home_link" href="index.html">our partners</a></li>
<li><a data-id ="intro-section" class="home_link" href="../index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="../index.php">about us</a></li>
<li><a data-id="our_partners-section" class="home_link" href="../index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="index.html">services</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="index.php">services</a></li> -->

<!--<li><a data-id ="teams-wrap" class="home_link" href="index.html">teams</a></li>-->
<!--<li><a data-id ="teams-wrap" class="home_link" href="index.php">teams</a></li>-->
<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">stats</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li><a data-id ="contact-section" class="home_link" href="index.html">contact</a></li>
<li class="career active"><a href="careers.html">careers</a><span class="nav-active-mark"></span></li>
<li><a href="portfolio.html">portfolio</a></li>
<li><a data-id ="contact-section" class="home_link" href="../index.php">contact us</a></li>
<li class="service-link link active"><a>Services</a><span class="nav-active-mark"></span></li>
<li class="industries-link"><a>Industries</a></li>
<li class="career "><a href="../careers.php">careers</a></li>
<li><a href="../portfolio.php">portfolio</a></li>
</ul>
</nav><!-- end Navigation -->
<nav id="mobile-navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="index.html">home</a></li>
<li><a data-id ="about-section" class="home_link" href="index.html">about us</a></li>
<li ><a data-id="our_partners-section" class="home_link" href="index.html">our partners</a></li>
<li><a data-id ="intro-section" class="home_link" href="../index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="../index.php">about us</a></li>
<li ><a data-id="our_partners-section" class="home_link" href="../index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="#services-section">services</a></li> -->

@@ -116,22 +118,99 @@
<li><a href="#stats-wrap">states</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li class=""><a data-id ="contact-section" class="home_link" href="index.html">contact</a></li>
<li class=" active" ><a href="careers.html">careers</a><span class="nav-active-mark"></span></li>
<li ><a href="portfolio.html">portfolio</a></li>
<li class=""><a data-id ="contact-section" class="home_link" href="../index.php">contact us</a></li>
<li class="service-link"><a>Services</a>
<ul class="mobile-submenu">
<li>
<a href="dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li>
<a href="apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</li>
<li class="industries-link"><a>Industries</a>
<ul class="mobile-submenu">
<li>
<a href="../industries/financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="../industries/healthcare.php">Healthcare</a>
</li>
</ul>
</li>
<li class=" active" ><a href="../careers.php">careers</a><span class="nav-active-mark"></span></li>
<li ><a href="../portfolio.php">portfolio</a></li>
</ul>
</nav><!-- end Navigation -->
</nav>
<div class="dropdown_wrap general-section">
<div class="dropdown_menu" id="servicesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
<img src="" >
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li class="active">
<a href="softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li>
<a href="apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="dropdown_menu" id="industriesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="../industries/financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="../industries/healthcare.php">Healthcare</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- end Navigation -->
</header>
</div><!-- end Header -->
<div class="service-type-wrapper">
<div class="service_type clearfix general-section ">
<div class="section-title">
<h1>Dedicated development team</h1>
<h1>Software Testing and QA</h1>
<h5>See all we have to offer you</h5>
</div>
<div class="service_type-intro">
<div class="row">
<div class="col-md-6 col-sm-12 wow bounceInRight second-sti"><img src="images/dedicated-development-team.jpg" alt=""></div>
<div class="col-md-6 col-sm-12 wow bounceInRight second-sti"><img src="../images/dedicated-development-team.jpg" alt=""></div>
<div class="col-md-6 col-sm-12 first-sti">
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:hr@dilig.net">hr@dilig.net</a> so we can meet you and discuss how we can work together.
</div>
@@ -142,7 +221,7 @@
</div>
</div>
<!--service info-->
<div class="service-info-wrappper dark">
<div class="service-info-wrapper dark">
<div class="service-info clearfix general-section">
<div class="row">
<div class="col-md-6 col-sm-12">
@@ -202,79 +281,29 @@
</div>
<!--end service info-->

<div id="footer-wrap">
<footer id="footer" class="general-section clearfix">
<div class="one_third">
<div class="widget newsletter">
<h3><span class="obold">NEWSLETTER</span></h3>
<h5>Receive the latest news and promotions</h5>
<form method="post" action="#">
<div class="newsletter-elements clearfix">
<input id="newsletter-email" class="input-txt" name="name" type="text"
placeholder="Write your email here to suscribe...">
<div class="hive">
<div class="hex outer-hex">
<div class="hex-in1">
<a href="#">
<div class="hex-in2 outer-hex">
<div class="hex inner-hex">
<div class="hex-in1">
<div class="hex-in2 hex-area">
<i class="fa-envelope"></i>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</form>
</div><!-- end Newsletter -->
<!-- end Text Widget -->
</div>
<div class="one_third">
<div class="widget widget_text">
<!-- <div class="footer-logo"></div> -->
<p>Bulevar Nemanjica 30</p>
<p>Niš - Serbia</p>
<a href="mailto:office@dilg.net">office@dilg.net</a>
</div>
<!-- <div class="widget recent-tweets">
<h3>LATEST TWEETS</h3>
<h5>Be the first to know, updated every minute</h5>
<div class="tweets-container"></div>
</div> -->
<!-- end Recent Tweet -->
</div>
<div class="one_third flickr last">

<!-- end flickr widget -->
</div>
</footer>
</div><!-- end Footer -->
<!--footer -->
<?php include '../footer.php';?>
<!-- end footer -->
</div><!-- end container -->

<!-- Scripts -->
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<!-- <script type="text/javascript" src="scripts/jquery-3.3.1.slim.min.js"></script> -->
<script type="text/javascript" src="scripts/popper.min.js"></script>
<script type="text/javascript" src="scripts/bootstrap.min.js"></script>
<script type="text/javascript" src="scripts/font-awesome.js"></script>
<script type="text/javascript" src="../scripts/popper.min.js"></script>
<script type="text/javascript" src="../scripts/bootstrap.min.js"></script>
<script type="text/javascript" src="../scripts/font-awesome.js"></script>

<script type="text/javascript" src="scripts/jquery.easing.js"></script>
<script src="scripts/jquery.easypiechart.min.js"></script>
<script type="text/javascript" src="../scripts/jquery.easing.js"></script>
<script src="../scripts/jquery.easypiechart.min.js"></script>
<!-- <script type="text/javascript" src="scripts/jquery.flexslider-min.js"></script> -->
<script id="wow_js_file" type="text/javascript" src="scripts/wow.min.js"></script>
<script id="waypoints_js_file" type="text/javascript" src="scripts/waypoints.js"></script>
<script type="text/javascript" src="scripts/jquery.prettyPhoto.js"></script>
<script id="wow_js_file" type="text/javascript" src="../scripts/wow.min.js"></script>
<script id="waypoints_js_file" type="text/javascript" src="../scripts/waypoints.js"></script>
<script type="text/javascript" src="../scripts/jquery.prettyPhoto.js"></script>

<script type="text/javascript" src="scripts/custom.js"></script>
<script type="text/javascript" charset="utf-8" src="scripts/twitter/jquery.tweet.js"></script>
<script type="text/javascript" src="scripts/jquery.typed.js"></script>
<script type="text/javascript" src="../scripts/custom.js"></script>
<script type="text/javascript" charset="utf-8" src="../scripts/twitter/jquery.tweet.js"></script>
<script type="text/javascript" src="../scripts/jquery.typed.js"></script>

<script type="text/javascript">

+ 357
- 0
services/sofwareProductDevelopment.php ファイルの表示

@@ -0,0 +1,357 @@
<!DOCTYPE html>
<!--[if IE 7 ]><html class="ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie8" lang="en"><![endif]-->
<!--[if IE 9 ]><html class="ie9" lang="en"><![endif]-->
<!--[if (gte IE 10)|!(IE)]><!-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<!--<![endif]-->

<head>

<title>Software product development - Diligent</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />

<!-- Seo Meta -->
<meta name="description" content="Diligent software solutions careers">
<meta name="keywords" content="dilignet, software, development, company, it, job, careers">

<meta property="og:title" content="Diligent Portfolio" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://dilig.net" />
<meta property="og:image" content="../images/diligent-black.png" />
<meta property="og:description" content="Site description" />

<!-- Styles -->

<link rel="stylesheet" type="text/css" href="../styles/font-awesome.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/font-awesome.min.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../styles/custom.css" media="screen" />

<link rel="stylesheet" type="text/css" href="../styles/flexslider.css" media="screen" />
<link id="animate_css_file" rel="stylesheet" type="text/css" href="../styles/animate.css" media="screen" />
<link rel="stylesheet" type="text/css" href="styles/prettyPhoto.css" media="screen" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700" rel="stylesheet" type="text/css">
<link href="../styles/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Favicon -->
<link rel="shortcut icon" href="../images/favicon.ico" />

<!-- Custom Styles -->
<style type="text/css" id="themecolors"></style>

<style>
.client-description {
padding: 100px 0px 30px 0px;
}

.chips span {
display: inline-block;
padding: 0 12px;
margin-right: 8px;
margin-bottom: 8px;
border-radius: 5px;
background-color: #4a4949;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
color: white;
}

.center-item {
text-align: center;
}

.technologies-title {
margin-top: 30px;
}
.testemonial-item
{
text-align: center;
margin-top: 40px;
font-size: 14px;
}
</style>

</head>

<body>
<div id="container">
<div id="header-wrap">
<header id="header" class="general-section">
<div id="logo"><a data-id ="intro-section" class="home_link" href="../index.php">
<div class="dinamic-logo"></div>
</a></div><!-- end Logo -->
<a class="mobile-nav-toggle deactive" href="#"><i class="fa-bars"></i></a>
<nav id="navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="../index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="../index.php">about us</a></li>
<li><a data-id="our_partners-section" class="home_link" href="../index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="index.php">services</a></li> -->

<!--<li><a data-id ="teams-wrap" class="home_link" href="index.php">teams</a></li>-->
<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">stats</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li><a data-id ="contact-section" class="home_link" href="../index.php">contact us</a></li>
<li class="service-link link active"><a>Services</a><span class="nav-active-mark"></span></li>
<li class="industries-link"><a>Industries</a></li>
<li class="career "><a href="../careers.php">careers</a></li>
<li><a href="../portfolio.php">portfolio</a></li>
</ul>
</nav><!-- end Navigation -->
<nav id="mobile-navigation">
<ul>
<li><a data-id ="intro-section" class="home_link" href="../index.php">home</a></li>
<li><a data-id ="about-section" class="home_link" href="../index.php">about us</a></li>
<li ><a data-id="our_partners-section" class="home_link" href="../index.php">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="#services-section">services</a></li> -->

<!-- <li><a href="#gallery-wrap">gallery</a></li>
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">states</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li class=""><a data-id ="contact-section" class="home_link" href="../index.php">contact us</a></li>
<li class="service-link"><a>Services</a>
<ul class="mobile-submenu">
<li>
<a href="dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li>
<a href="sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li>
<a href="apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</li>
<li class="industries-link"><a>Industries</a>
<ul class="mobile-submenu">
<li>
<a href="../industries/financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="../industries/healthcare.php">Healthcare</a>
</li>
</ul>
</li>
<li class=" active" ><a href="../careers.php">careers</a><span class="nav-active-mark"></span></li>
<li ><a href="../portfolio.php">portfolio</a></li>
</ul>
</nav>
<div class="dropdown_wrap general-section">
<div class="dropdown_menu" id="servicesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
<img src="" >
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="dedicatedDevelopmentTeam.php">Dedicated Development Team</a>
</li>
<li class="active">
<a href="sofwareProductDevelopment.php">Software Product Development</a>
</li>
<li>
<a href="softwareTesting.php">Software Testing and QA</a>
</li>
<li>
<a href="mobileApplicationDevelopment.php">Mobile Aplication Development</a>
</li>
<li>
<a href="apiDevelopmentIntegration.php">API Development and Integration</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="dropdown_menu" id="industriesMenu">
<div class="dropdown-container">
<div class="row">
<div class="col-md-7 dropdown-half dropdown-left">
</div>
<div class="col-md-5 dropdown-half dropdown-right">
<ul class="expand-menu">
<li>
<a href="../industries/financeBanking.php">Finance & Banking</a>
</li>
<li>
<a href="../industries/healthcare.php">Healthcare</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- end Navigation -->
</header>
</div><!-- end Header -->
<div class="service-type-wrapper">
<div class="service_type clearfix general-section ">
<div class="section-title">
<h1>Software product development<h1>
<h5>See all we have to offer you</h5>
</div>
<div class="service_type-intro">
<div class="row">
<div class="col-md-6 col-sm-12 wow bounceInRight second-sti"><img src="../images/dedicated-development-team.jpg" alt=""></div>
<div class="col-md-6 col-sm-12 first-sti">
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:hr@dilig.net">hr@dilig.net</a> so we can meet you and discuss how we can work together.
</div>
</div>
</div><!-- end Services Intro -->
</div>
</div>
<!--service info-->
<div class="service-info-wrapper dark">
<div class="service-info clearfix general-section">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fab fa-accusoft"></i>
</div>
<div class="service-info-content">
<h3>Fintech Integration Process</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fas fa-search"></i>
</div>
<div class="service-info-content">
<h3>Protect assets against fraud</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fab fa-amazon-pay"></i>
</div>
<div class="service-info-content">
<h3>Fintech Integration Process</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="service-info-icon">
<i class="fab fa-buffer"></i>
</div>
<div class="service-info-content">
<h3>Protect assets against fraud</h3>
<p>
Accounting software—we make integrations with third-party services and provide you with secure software.
Protect assets against fraud
We can identify fraudulent activities through monitoring and threats analysis. Use the strengths of data mining and machine learning to detect and prevent deception.
</p>
</div>
</div>
</div>
</div>
</div>
<!--end service info-->

<!--footer -->
<?php include '../footer.php';?>
<!-- end Footer -->
</div><!-- end container -->

<!-- Scripts -->
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<!-- <script type="text/javascript" src="scripts/jquery-3.3.1.slim.min.js"></script> -->
<script type="text/javascript" src="../scripts/popper.min.js"></script>
<script type="text/javascript" src="../scripts/bootstrap.min.js"></script>
<script type="text/javascript" src="../scripts/font-awesome.js"></script>

<script type="text/javascript" src="../scripts/jquery.easing.js"></script>
<script src="../scripts/jquery.easypiechart.min.js"></script>
<!-- <script type="text/javascript" src="scripts/jquery.flexslider-min.js"></script> -->
<script id="wow_js_file" type="text/javascript" src="../scripts/wow.min.js"></script>
<script id="waypoints_js_file" type="text/javascript" src="../scripts/waypoints.js"></script>
<script type="text/javascript" src="../scripts/jquery.prettyPhoto.js"></script>

<script type="text/javascript" src="../scripts/custom.js"></script>
<script type="text/javascript" charset="utf-8" src="../scripts/twitter/jquery.tweet.js"></script>
<script type="text/javascript" src="../scripts/jquery.typed.js"></script>

<script type="text/javascript">
jQuery(document).ready(function ($) {
$('.tweets-container').tweet({
modpath: 'scripts/twitter/',
count: 3,
loading_text: 'loading twitter feed...',
username: 'odindesign_tw',
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>'
});

var $ = jQuery;

// process each typed-enabled element
$('[data-typed-str]').each(function () {
var $this = $(this),
texts = $this.attr('data-typed-str').split('|');

$this.html('').append('<span class="typed-container"></span>');
$this.find('> .typed-container').typed({
strings: texts,
typeSpeed: 25,
loop: ($this.attr('data-typed-repeat') === 'yes'),
backDelay: 1500,
showCursor: ($this.attr('data-typed-cursor') === 'yes')
});
});
});
</script>
<div class="background-overlay">

</div>

<div class="apply-notification">
<span class="notification-msg">
Email sent succesfully
</span>
<span class="close-notification">
<i class="fa fa-times"></i>
</span>

</div>
<div id="back-to-top">
<span>Top</span>
</div>


</body>

</html>

+ 36
- 9
style.css ファイルの表示

@@ -249,7 +249,6 @@ p .bold-team-info,
#calendar .cur-day:before,
.bar-graph .bar-month:before,
.gragh-info-symbol:before,
#footer-wrap,
.general-section .flex-control-paging li a.flex-active:before,
.general-section .flex-control-paging li a:hover:before,
#mobile-navigation {
@@ -630,7 +629,7 @@ p .bold-team-info,
border-bottom-style: solid;
border-bottom-width: 3px;
position: fixed;
z-index: 9;
z-index: 13;
width: 100%;
}
#header {
@@ -679,9 +678,9 @@ p .bold-team-info,
bottom: -18px;
left: 43%;
}
.career.active .nav-active-mark
.link.active .nav-active-mark
{
bottom: -12px!important;
bottom: -11px!important;
}


@@ -715,7 +714,20 @@ a.mobile-nav-toggle {
a.mobile-nav-toggle i {
font-size: 24px;
}
.mobile-submenu
{
display: none;
padding-top: 15px;
}

.mobile-submenu li
{
padding-left: 10px;
}
/*#mobile-navigation .service-link, #mobile-navigation .industries-link
{
padding-bottom: 0px;
}*/
/* 5. Intro
/*-----------------------------------------------------------------------------------*/
#intro-section {
@@ -1659,17 +1671,23 @@ textarea.textarea-txt {
width: 400px;
}
.contact-form input#submit {
width: 84px;
height: 24px;
color: #1d1d1d;
/*width: 84px;
height: 24px;*/
color: #fff;
border: none;
font-size: 14px;
font-weight: bold;
float: right;
padding: 8px 12px;
margin-right: 52px;
cursor: pointer;
border-radius: 24px;
transition: opacity 300ms;
}
.contact-form input#submit:disabled
{
background-color: #d1d1d1!important;
}
.contact-form .error {
border: 1px solid rgba(192,57,43,0.4) !important;
}
@@ -1754,11 +1772,20 @@ textarea.textarea-txt {
/*-----------------------------------------------------------------------------------*/
#footer-wrap {
background-color: #000;
border-bottom-width: 18px;
border-bottom-style: solid;
padding: 40px 0 15px;
color: #afafaf;
}
#footer-wrap .copyright-wrapper
{
height: 22px;
background-color: #993c95;
color: #fff;
text-align: center;
position: absolute;
width: 100%;
left: 0;
bottom: 0;
}
#footer .widget {
margin-bottom: 25px;
}

+ 37
- 3
styles/custom.css ファイルの表示

@@ -61,10 +61,16 @@ ul.bulleted-list {
display: block;
}

.expand-menu li{
color:#fff;
.expand-menu li
{

padding:5px 0px;
}
.expand-menu li a
{
color:#fff;

}

/* header end*/

@@ -322,6 +328,30 @@ ul.bulleted-list {
{
padding: 50px 0px;
}
.service-info-wrapper,.service-type-wrapper
{
position: relative;
}
.service-type-wrapper:after
{
content: "";
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 36px 63px 0px 63px;
border-color: #fff transparent transparent transparent;
bottom: -36px;
left: 50%;
transform: translateX(-50%);
z-index: 11;
opacity: 1;

}
.service-type-wrapper.dark:after
{
border-color: #1d1d1d transparent transparent transparent;
}

.service-info-icon
{
@@ -476,7 +506,7 @@ ul.bulleted-list {
opacity: .8;
color: #fff;

}
}

.background-overlay
{
@@ -679,6 +709,10 @@ textarea.apply-field
opacity: .8;
}
.apply-submit:disabled
{
background-color: #d1d1d1;
}
#temp-btn
{
padding:10px;

読み込み中…
キャンセル
保存