www.dupleit.com Open in urlscan Pro
52.66.203.197  Public Scan

Submitted URL: http://www.dupleit.com/
Effective URL: https://www.dupleit.com/
Submission: On September 11 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

<form id="msform">
  <!--<div class="progress">
                        <div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuemin="0" aria-valuemax="100"></div>
                    </div>
					<br>-->
  <!-- fieldsets -->
  <fieldset>
    <div class="form-card">
      <div class="pop-form-head">
        <h3>Let us Begin!</h3>
        <p>Got any creative ideas in mind and want to start a conversation about them with us? Here you go, fill in your details and we are good to go to contact you super soon.</p>
      </div>
      <div class="pop-form">
        <div class="form-group">
          <label>1. What Name can we call you by? <sup>*</sup></label>
          <input class="form-control" id="pop-name" type="text" name="name" placeholder="Type your answer here">
          <div class="error-txt" id="popname-error"></div>
        </div>
        <div class="form-group">
          <label>2. You are free to select your desired services from the following <sup>*</sup></label>
          <div class="intrst-talent-checkbox">
            <div class="additional">
              <input name="services" class="chk interestchkper" id="class4" value="Website" type="checkbox">
              <label for="class4">Website</label>
              <input name="services" class="chk interestchkper" id="class7" value="eCommerce" type="checkbox">
              <label for="class7">eCommerce</label>
              <input name="services" class="chk interestchkper" id="class2" value="Android Application" type="checkbox">
              <label for="class2">Android Application</label>
              <input name="services" class="chk interestchkper" id="class1" value="iOS App" type="checkbox">
              <label for="class1">iOS App</label>
              <input name="services" class="chk interestchkper" id="class3" value="Web Application" type="checkbox">
              <label for="class3">Web Application </label>
              <input name="services" class="chk interestchkper" id="class5" value="Hybrid Application" type="checkbox">
              <label for="class5">Hybrid Application</label>
              <input name="services" class="chk interestchkper" id="class6" value="AI Applications" type="checkbox">
              <label for="class6">AI Applications</label>
              <input name="services" class="chk interestchkper" id="class8" value="Customized Solutions" type="checkbox">
              <label for="class8">Customized Solutions</label>
              <input name="services" class="chk interestchkper" id="class9" value="Video Analytics" type="checkbox">
              <label for="class9">Video Analytics</label>
            </div>
          </div>
          <div class="error-txt" id="services-error"></div>
        </div>
        <div class="form-group">
          <label>3. Project Description <sup>*</sup></label>
          <textarea id="pro-des" class="form-control" rows="3" name="message"></textarea>
          <div class="error-txt" id="des-error"></div>
        </div>
        <div class="form-group">
          <label>4. Good work, type your email so that we can ping you <sup>*</sup></label>
          <input class="form-control" type="text" id="pop-email" name="email" placeholder="name@example.com">
          <div class="error-txt" id="email-error"></div>
        </div>
        <div class="form-group">
          <label>5. Let us connect over the phone sometimes <sup>*</sup></label>
          <input class="form-control" type="text" id="pop-phone" name="phone" placeholder="+91 12345679">
          <div class="error-txt" id="phone-error"></div>
        </div>
      </div>
    </div>
    <input type="button" name="next" class="next action-button" value="Submit">
  </fieldset>
  <fieldset>
    <div class="form-card">
      <div class="pop-form-head">
        <span class="tick">
          <picture>
            <source type="image/webp" srcset="https://www.dupleit.com//images/tick.webp">
            <source type="image/png" srcset="https://www.dupleit.com//images/tick.png">
            <img data-src="https://www.dupleit.com//images/tick.png" class="lazyload" width="57" height="57">
          </picture>
        </span>
        <h3>GREAT JOB</h3>
        <p>Wasn't that quick and easy? Thank you for your time. Let us connect with you in a while.</p>
      </div>
    </div>
  </fieldset>
</form>

POST career.php?popup=1

<form id="applyform" method="post" action="career.php?popup=1" enctype="multipart/form-data">
  <div class="row">
    <div class="col-md-6">
      <div class="form-group">
        <label>Your Name</label>
        <input class="form-control" type="text" required="" name="name" placeholder="" value="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label>Your Email</label>
        <input class="form-control" type="text" required="" name="email" placeholder="" value="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label>Phone Number</label>
        <input class="form-control" type="text" required="" name="phone" value="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label>Designation</label>
        <input class="form-control" type="text" required="" name="designation" placeholder="" value="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label>LinkedIn Profile</label>
        <input class="form-control" type="text" name="lprofile" value="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label>Portfolio Link</label>
        <input class="form-control" type="text" name="plink" placeholder="" value="">
      </div>
    </div>
    <div class="col-md-12">
      <div class="form-group">
        <label>About You</label>
        <textarea class="form-control" rows="3" required="" name="message"></textarea>
      </div>
    </div>
    <div class="col-md-12">
      <div class="upload-section">
        <label class="upload-image" for="upload-image-one">
          <input type="file" name="file" required="" id="upload-image-one" accept=".doc,.docx,.pdf">
        </label>
        <a class="add-more" href="#">
												 Upload Your Resume  
												 
											 </a>
        <div class="error-txt"></div>
        <label id="fileerror" class="error-txt" for="file" style="display: block;    color: red;"></label>
        <a class="del" href="#">
											     <i class="fa fa-times" aria-hidden="true"></i>
											 </a>
      </div>
      <p class="resume-file" id="resumefile" style="font-size: 14px; text-align: center; padding: 11px;"></p>
      <div style="font-size: 14px; text-align: center; padding: 11px;"></div>
    </div>
    <div class="col-md-12">
      <div class="carrer-captcha">
        <div class="g-recaptcha" data-sitekey="6LdJooQbAAAAAOp8yDuuysj6NKEAMsLvL1mckhT_"></div>
        <div class="error-txt" id="caperror"></div>
      </div>
    </div>
    <div class="col-md-12">
      <div class="cntct-frm-btn">
        <button type="submit" name="send" class="cmmn-btn">Apply Now</button>
      </div>
    </div>
  </div>
</form>

Text Content

 * About Us
 * Marketing
 * Services
 * Case Study
   
 * Blog
   
 * Career
 * Get In Touch

 * about us
 * Marketing
   Digital Marketing
    * Story Telling
    * Social Media Marketing
    * PPC Management
    * Retargeting
    * Analytics & Reporting
    * Branding
   
   Strategies
    * Content Marketing
    * Process Management
    * Brand Presence
    * Marketing Strategy
    * Business Consultancy

 * services
   UI/UX
    * Design Methodology
    * Discovery and Research
    * Digital Concepts/ Strategies
    * Design Branding
    * Enterprise UX
   
   Web Development
    * Enterprise Solutions
    * E-Commerce
    * Progressive Web Apps
    * Front-end Development
    * Back-End Development
    * Support
   
   App Development
    * Ios App Development
    * Android App Development
    * Hybrid App Development
   
   Custom Software Development
    * What’s Your Idea?
    * The Right Technology
    * Development Budget
    * Feature List
    * Design & Coding
    * Final Product

 * Case Study
    * Pickup & Delivery
    * Transport Drivers
    * Taxi Booking App
   
    * Rent Properties Services
    * Western Command App
    * Dating App
   
    * Religious App
    * Online Competition
    * Property Listing App
   
   
   
 * Blog
 * Career
 * get in touch




DUPLE TURBO CHARGES BUSINESS LEADS TO REVE

Your trusted partner in digital transformation through strategy, design and
engineering.

Get a free consultation



TRUSTED BY





OUR EXPERTISE

UI/UX DESIGN

The future is virtual and so is your brand. How about meaningful geometric
shapes, bold typography, 3D illustrations, storytelling and triggered animation?
Duple builds your brand's design with these defining elements.

WEB DEVELOPMENT

Mark your way in the competitive market with Motion UI, blockchain technology,
AI and Chatbots. Every partner we work with is powered by a technologically
advanced web solution.

MOBILE APP DEVELOPMENT...

Small screens are now transforming business models, operating models and
marketplaces. Emerging advancements such as Mobile wallets and IoT enabled apps
to set your brand for a global benchmark.

SEO.SMO.PPC

Brand Recognition, Lead Generation through Content Strategies, Omnichannel
Marketing, Video Marketing, personalized ad campaigns. Be found, be heard and
achieve your brand's digital presence with Duple.

INTELLIGENT VIDEO ANALYTICS

Expertise in areas of AI, Cloud-based Video Analytics, Facial Recognition,
Real-Time Automation, the idea is to offer you a solution with advanced
insights, detecting human activities in videos.

CUSTOM SOFTWARE DEVELOPMENT

We shape your vision with a competitive advantage. Custom Software Development
will help increase your business's productivity and efficiency.


CASE STUDIES

Duple's efforts Impacted our client's business positively, right from branding
to Revenue Generation. As your Digital Work Partners, we strive to deliver an
experience that portrays your brand's story and its purpose.


FIND SOMEONE LIKE YOU, INSTANTLY!

CONNECTING LIKE-MINDED PEOPLE THROUGH HOLA, A VIDEO CHATTING SPACE MEANT FOR
ALL.




TEMPLE LISTING SERVICES

TEMPLE LISTING PLATFORM- A WEB/APP-BASED PLATFORM WITH TEMPLES AND PUJARI’S
OFFERING SERVICES.




COURIER SERVICES AT THEIR BEST.

AN AMAZING PARCEL DELIVERY APP SERVICE TO SMOOTHLY DELIVER A PARCEL VIA COURIER.




REAL ESTATE SERVICES

PROPERTY LISTING WEBSITE- A WEB-BASED PLATFORM TO ATTRACT RENTERS.




HEALTH SOLUTION FOR TRANSPORT DRIVERS.

MONITORING HEALTH WITH DUTY.




HEALTH SOLUTION FOR TRANSPORT DRIVERS.

MONITORING HEALTH WITH DUTY.




A MODERN LOOKOUT FOR THE TRANSPORTATION BUSINESS.

AN INVENTIVE AND DYNAMIC WAY TO DEAL WITH TRANSPORT BENEFITS FOR CUSTOMERS.

MUQADAR RIZWAN

Founder - Tuksy




A MOBILE APPLICATION OF WESTERN COMMAND,KHARGA COCARE

A USEFUL SOLUTION FOR THE HEALTHCARE SECTOR.




AN ONLINE TALENT PLATFORM TO ENTERTAIN AUDIENCES WITH EVENTS AND COMPETITIONS.

DUPLE HAS DONE A TREMENDOUS JOB IN MAKING A FANTASTIC WEB PORTAL.







CASE STUDIES

Duple's efforts Impacted our client's business positively, right from branding
to Revenue Generation. As your Digital Work Partners, we strive to deliver an
experience that portrays your brand's story and its purpose.


FIND SOMEONE LIKE YOU, INSTANTLY!

CONNECTING LIKE-MINDED PEOPLE THROUGH HOLA, A VIDEO CHATTING SPACE MEANT FOR
ALL.


TEMPLE LISTING SERVICES

TEMPLE LISTING PLATFORM- A WEB/APP-BASED PLATFORM WITH TEMPLES AND PUJARI’S
OFFERING SERVICES.




COURIER SERVICES AT THEIR BEST.

AN AMAZING PARCEL DELIVERY APP SERVICE TO SMOOTHLY DELIVER A PARCEL VIA COURIER.


REAL ESTATE SERVICES

PROPERTY LISTING WEBSITE- A WEB-BASED PLATFORM TO ATTRACT RENTERS.




A MOBILE APPLICATION OF TRANSPORT DRIVERS, TCIF

A USEFUL SOLUTION FOR THE TRANSPORT DRIVERS.


A MODERN LOOKOUT FOR THE TRANSPORTATION BUSINESS.

AN INVENTIVE AND DYNAMIC WAY TO DEAL WITH TRANSPORT BENEFITS FOR CUSTOMERS.

MUQADAR RIZWAN

Founder - Tuksy




A MOBILE APPLICATION OF WESTERN COMMAND,KHARGA COCARE

A USEFUL SOLUTION FOR THE HEALTHCARE SECTOR.


AN ONLINE TALENT PLATFORM TO ENTERTAIN AUDIENCES WITH EVENTS AND COMPETITIONS.

DUPLE HAS DONE A TREMENDOUS JOB IN MAKING A FANTASTIC WEB PORTAL.



What our clients say about Duple


OVER 1200+ SATISFIED CLIENTS AND GROWING

Duple's direction in excellence is drawn from constant motivation from our
clients. The team acknowledges the support we get from our worthy professionals.

As a non-technical person, I was hoping to get a product that is easy to use and
is simple with relevant content and as expected Duple has done a tremendous job
in terms of design and development. Also, they have helped me out with the
entire website content and explained it's working so effortlessly. Highly
recommend their services.

MANU BARDHWAJ

Founder - PTEfor199

As an educator, I had a product in mind which caters to the needs of my staff as
well as my students. I approached Duple for an ERP which includes all study
materials, test creations, reports. Thankful to the team for delivering me a
one-time solution.

SHUBHAM GOYAL

Founder - Hello Visa

Be it banners, videos, suggesting creative ideas, Duple has been very engaging.
I am glad for their constant support. As a nutritionist, I need to keep my work
updated and Duple helps me with creative video ideas and informative yet
creative banners.

NAVDEEP KAUR

Founder - SNS Healthcare Solutions

While we were thinking about building this web portal, our team had several
ideas and logical concepts in mind. Their implementation was a big task and we
were focusing on how our partners will do the needful. Duple invested time,
effort, and most importantly their interest in the successful completion of our
project.

LALITHA RAVI

CEO - OutSmart




TECHNOLOGIES WE WORK WITH

 * UI/UX
 * Frontend
 * Database
 * Backend
 * Mobile
 * CMS
   

ADOBE PHOTOSHOP

AFTER EFFECTS

SKETCH

FIGMA

XD

ILLUSTRATOR

CORELDRAW

CSS

BOOTSTRAP

ANGULARJS

REACTJS

TYPESCRIPT

HTML5

VUEJS

MONGODB

MYSQL

MS SQL

FIREBASE

CODEIGNITER

ZEND

CAKEPHP

JAVASCRIPT

JAVA

PHYTHON

NODEJS

REACT NATIVE

IOS

ANDROID

IONIC

KOTLIN

SWIFT

REACT NATIVE

DRUPAL

JOOMLA

MAGENTO

SHOPIFY

WORDPRESS

OPEN CART

Business


ARE YOU NURTURING A BUSINESS IDEA?

Talk to us


EDUCATION

Technology in education has the power to incorporate different learning styles.


RETAIL

Speed, efficiency, agility is essential for retail markets.


FINTECH

Finance and technology is an incredible combination to enhance business
operations.


HEALTHCARE

The role of technology in the healthcare sector promises improved clinical
outcomes.


LOGISTICS & TRANSPORTATION

Automation technologies help in data processing and speed of identification.


TOURISM

Technological labour has made life easy for visitors. Enhanced efficiency and
reduced costs.


BLOG ARTICLES

Creative Words, Informative Content, Powerful Impact.

   
 * 31
 * 51
 * 515

Digital Marketing

SEO AUDIT: IS YOUR WEBSITE IN NEED OF IT?

   
 * 31
 * 51
 * 515

Digital Marketing

TOP GOOGLE RANKING FACTORS FOR 2021.

   
 * 31
 * 51
 * 515

Web Design and Development

HOW TO IMPROVE YOUR UI DESIGN SKILLS?

   
 * 31
 * 51
 * 515

Web Design and Development

HOW TO FIX YOUR ECOMMERCE SUCCESS?

   
 * 31
 * 51
 * 515

Technology

WEB APP MARKETING VS MOBILE APP MARKETING! HOW TO FIND THE DIFFERENCE?


View All


BLOG ARTICLES

Creative Words, Informative Content, Powerful Impact.

   
 * 31
 * 51
 * 515

Technology

WEB APP MARKETING VS MOBILE APP MARKETING! HOW TO FIND THE DIFFERENCE?

ADMIN

   
 * 31
 * 51
 * 515

Digital Marketing

SEO AUDIT: IS YOUR WEBSITE IN NEED OF IT?

   
 * 31
 * 51
 * 515

Digital Marketing

TOP GOOGLE RANKING FACTORS FOR 2021.

   
 * 31
 * 51
 * 515

Web Design and Development

HOW TO IMPROVE YOUR UI DESIGN SKILLS?

   
 * 31
 * 51
 * 515

Web Design and Development

HOW TO FIX YOUR ECOMMERCE SUCCESS?

View All

This website uses cookies to ensure you get the best experience on our website.

Accept


WE ARE EXCITED TO TALK TO YOU

Got a great project idea? Or want to transform your business?

Get Started

 * Email: info@dupleit.com

 * Phone: +91-999-644-4070

 * 
 * 
 * 
 * 

Copyright © 2022 Duple IT Solutions Pvt. Ltd.

Site map | Privacy Policy

QUICK LINKS

 * Mobile app development
 * Web app development
 * UI/UX
 * Digital Marketing
 * Strategies

INDUSTRIES

 * Real Estate
 * Education
 * On Demand Applications
 * Fitness
 * Logistics
 * Dating
 * Healthcare

COMPANY

 * Home
 * Contact Us
 * Career
 * Process
 * About us
 * Blog

 * New York
 * San Fransisco
 * Austin
 * London
 * Chicago
 * Canada
 * Australia
 * UAE

×


LET US BEGIN!

Got any creative ideas in mind and want to start a conversation about them with
us? Here you go, fill in your details and we are good to go to contact you super
soon.

1. What Name can we call you by? *

2. You are free to select your desired services from the following *
Website eCommerce Android Application iOS App Web Application Hybrid Application
AI Applications Customized Solutions Video Analytics

3. Project Description *

4. Good work, type your email so that we can ping you *

5. Let us connect over the phone sometimes *



GREAT JOB

Wasn't that quick and easy? Thank you for your time. Let us connect with you in
a while.

WE OFFER CAREERS, NOT JOBS


APPLY NOW!

Your Name
Your Email
Phone Number
Designation
LinkedIn Profile
Portfolio Link
About You
Upload Your Resume






Apply Now