webhubdigital.tech Open in urlscan Pro
173.254.30.55  Public Scan

URL: https://webhubdigital.tech/
Submission: On May 09 via api from US — Scanned from CH

Form analysis 2 forms found in the DOM

POST ./assets/php/mailer.php

<form class="relative" method="post" action="./assets/php/mailer.php">
  <p class="relative">
    <input type="email" class="block w-full rounded-2 text-gray-500 mb-20" name="email" placeholder="Your email to start">
  </p>
  <button type="submit" class="inline-flex items-center justify-center m-0 rounded-2 relative font-normal tracking-0">
    <span class="submit-text">Subscribe</span>
    <span class="submit-icon">
      <i class="lqd-icn-ess icon-md-arrow-round-forward-2"></i>
    </span>
    <span class="ld-sf-spinner rounded-full absolute overflow-hidden">
      <span class="block lqd-overlay flex rounded-full">Sending </span>
    </span>
  </button>
</form>

POST ./assets/php/projectform.php

<form action="./assets/php/projectform.php" method="post" class="survey-form" novalidate="novalidate" data-status="init">
  <h1><i class="far fa-list-alt"></i>Project inquiry form</h1>
  <div class="steps">
    <div class="step current"></div>
    <div class="step"></div>
    <div class="step"></div>
    <div class="step"></div>
  </div>
  <div class="selected-choices">
    <ul></ul>
  </div>
  <div class="step-content current" data-step="1">
    <div class="fields">
      <p>What kind of project are you looking for?</p>
      <div class="rating">
        <input type="radio" name="project" id="radio1" value="Web App">
        <label for="radio1">Web</label>
        <input type="radio" name="project" id="radio2" value="Mobile App">
        <label for="radio2">Mobile</label>
        <input type="radio" name="project" id="radio3" value="Website - static data">
        <label for="radio3">Website</label>
        <input type="radio" name="project" id="radio4" value="ECommerce">
        <label for="radio4">Shop</label>
        <input type="radio" name="project" id="radio5" value="Content Management System">
        <label for="radio5">CMS</label>
      </div>
      <div class="rating-footer">
        <span style="color: #c9704c"></span>
      </div>
      <p>Tell us more about what you're looking for?</p>
      <div class="group">
        <label for="radio6">
          <input type="radio" name="project_details" id="radio6" value="Ongoing project"> Design </label>
        <label for="radio7">
          <input type="radio" name="project_details" id="radio7" value="Develop"> Develop </label>
        <label for="radio8">
          <input type="radio" name="project_details" id="radio8" value="Design and Develop"> Design and Develop </label>
        <label for="radio9">
          <input type="radio" name="project_details" id="radio9" value="Rebuild or add to existing"> Rebuild or add to existing </label>
        <label for="radio10">
          <input type="radio" name="project_details" id="radio10" value="Social Media Marketing"> Social Media Marketing </label>
      </div>
    </div>
    <div class="buttons">
      <a href="#" class="btn" data-set-step="2">Next</a>
    </div>
  </div>
  <!-- page 2 -->
  <div class="step-content" data-step="2">
    <div class="fields">
      <p>What technology or framework is required?</p>
      <div class="group">
        <input type="radio" name="framework" id="radio11" value="Undecided framework">
        <label for="radio11">Undecided</label>
        <input type="radio" name="framework" id="radio12" value="React.js and Node.js">
        <label for="radio12">React.js</label>
        <input type="radio" name="framework" id="radio13" value="Next.js and Node.js">
        <label for="radio13">Next.js</label>
        <input type="radio" name="framework" id="radio14" value="Angular.js and Node.js">
        <label for="radio14">Angular.js</label>
        <input type="radio" name="framework" id="radio15" value="PHP and MySQLi">
        <label for="radio15">PHP</label>
        <input type="radio" name="framework" id="radio16" value="Java">
        <label for="radio16">Java</label>
      </div>
      <div class="framework-footer">
        <span style="color: #c9704c"></span>
      </div>
      <p>How would you like us to respond to you?</p>
      <div class="group">
        <label for="check1">
          <input type="checkbox" name="contact_pref" id="check1" value="Email"> Email </label>
        <label for="check2">
          <input type="checkbox" name="contact_pref" id="check2" value="Phone"> Phone </label>
      </div>
    </div>
    <div class="buttons">
      <a href="#" class="btn alt" data-set-step="1">Prev</a>
      <a href="#" class="btn" data-set-step="3">Next</a>
    </div>
  </div>
  <!-- page 3 -->
  <div class="step-content" data-step="3" style="margin-left: 10px;">
    <p>What type of contract are you seeking?</p>
    <div class="group">
      <label for="radio17">
        <input type="radio" name="payment_method" id="radio17" value="By project"> By project </label>
      <label for="radio18">
        <input type="radio" name="payment_method" id="radio18" value="By task"> By task </label>
      <label for="radio19">
        <input type="radio" name="payment_method" id="radio19" value="Hourly"> Hourly </label>
      <label for="radio20">
        <input type="radio" name="payment_method" id="radio20" value="Monthly"> Monthly subscription </label>
    </div>
    <p>What is your budget?</p>
    <div class="group">
      <label for="radio21">
        <input type="radio" name="budget" id="radio21" value="$1,500 - $5,000"> $1,500 to $5,000 </label>
      <label for="radio22">
        <input type="radio" name="budget" id="radio22" value="$5,000 - $25,000"> $5,000 to $25,000 </label>
      <label for="radio23">
        <input type="radio" name="budget" id="radio23" value="$25,000 - $100,000 +"> $25,000 to $100,000 + </label>
      <label for="radio24">
        <input type="radio" name="budget" id="radio24" value="Monthly installment"> $500 Monthly installments </label>
    </div>
    <div class="buttons">
      <a href="#" class="btn alt" data-set-step="2">Prev</a>
      <a href="#" class="btn" data-set-step="4">Next</a>
    </div>
  </div>
  <!-- page 4 -->
  <div class="step-content" data-step="4">
    <div class="fields" style="margin-top: -20px;">
      <label for="name">Full Name</label>
      <div class="field">
        <i class="fas fa-user" style="margin-top: 5px; color: #8cc6f2;"></i>
        <input id="name" type="text" name="name" value="" placeholder="Your Full Name" required="">
      </div>
      <label for="company">Company Name</label>
      <div class="field">
        <i class="fa fa-briefcase" style="margin-top: 5px; color: #8cc6f2;"></i>
        <input id="company" type="text" name="company" value="" placeholder="Your Company" required="">
      </div>
      <label for="email">Your Email</label>
      <div class="field">
        <i class="fas fa-envelope" style="margin-top: 5px; color: #8cc6f2;"></i>
        <input id="email" type="email" name="email" value="" placeholder="Your Email" required="">
      </div>
      <label for="tel">Your Phone</label>
      <div class="field">
        <i class="fas fa-phone" style="margin-top: 5px; color: #8cc6f2;"></i>
        <input id="tel" type="tel" name="tel" value="" placeholder="Your Phone" required="">
      </div>
      <label for="comments">Additional Comments</label>
      <div class="field" style="margin-bottom: -20px">
        <textarea id="comments" name="message" placeholder="Enter your comments ..."></textarea>
      </div>
    </div>
    <div class="buttons" style="margin-top: -20px">
      <a href="#" class="btn alt" data-set-step="3">Prev</a>
      <div class="col-md-12 p-0">
        <span class="lqd-form-control-wrap acceptance">
          <span class="lqd-cf-form-control lqd-cf-acceptance">
            <span class="lqd-cf-list-item">
              <label>
                <input class="text-black" type="checkbox" name="acceptance" value="1" aria-invalid="false">
                <span class="lqd-cf-list-item-label">I am bound by the terms of the Service I accept Privacy Policy</span>
              </label>
            </span>
          </span>
        </span>
      </div>
      <div class="col-md-12 p-0">
        <input type="submit" value="Send message" class="lqd-cf-form-control text-16 font-medium leading-1/5em bg-primary text-white border-none">
      </div>
    </div>
  </div>
  <!--<div class="row">-->
  <!--	<div class="col-md-6 p-0">-->
  <!--		<p class="m-0 text-black-30 text-12">Your name</p>-->
  <!--		<p>-->
  <!--			<span class="lqd-form-control-wrap text">-->
  <!--				<input class="text-13 text-black" type="text" name="name" value="" size="40" aria-required="true" aria-invalid="false" placeholder="Full name">-->
  <!--			</span>-->
  <!--		</p>-->
  <!--	</div>-->
  <!--	<div class="col-md-6 p-0">-->
  <!--		<p class="m-0 text-black-30 text-12">Email address</p>-->
  <!--		<p>-->
  <!--			<span class="lqd-form-control-wrap email">-->
  <!--				<input class="text-13 text-black" type="email" name="email" value="" size="40" aria-required="true" aria-invalid="false" placeholder="Email Address">-->
  <!--			</span>-->
  <!--		</p>-->
  <!--	</div>-->
  <!--	<div class="col-md-6 p-0">-->
  <!--		<p class="m-0 text-black-30 text-12">(Optional)</p>-->
  <!--		<p>-->
  <!--			<span class="lqd-form-control-wrap tel">-->
  <!--				<input class="text-13 text-black" type="tel" name="tel" value=""  size="40" aria-invalid="false" placeholder="Phone number">-->
  <!--			</span>-->
  <!--		</p>-->
  <!--	</div>-->
  <!--	<div class="col-md-6 p-0">-->
  <!--		<p class="m-0 text-black-30 text-12">Subject</p>-->
  <!--		<p>-->
  <!--			<span class="lqd-form-control-wrap text">-->
  <!--				<input class="text-13 text-black" type="text" name="project-name" value="" size="40" aria-required="true" aria-invalid="false" placeholder="New Project">-->
  <!--			</span>-->
  <!--		</p>-->
  <!--	</div>-->
  <!--	<div class="col-md-12 p-0">-->
  <!--		<p class="m-0 text-black-30 text-12">Your message</p>-->
  <!--		<p>-->
  <!--			<span class="lqd-form-control-wrap textarea">-->
  <!--				<textarea class="text-13 text-black" name="message" cols="10" rows="4" aria-required="true" aria-invalid="false" placeholder="Tell us about your project"></textarea>-->
  <!--			</span>-->
  <!--		</p>-->
  <!--	</div>-->
  <!--	<div class="col-md-12 p-0">-->
  <!--		<span class="lqd-form-control-wrap acceptance">-->
  <!--			<span class="lqd-cf-form-control lqd-cf-acceptance">-->
  <!--				<span class="lqd-cf-list-item">-->
  <!--					<label>-->
  <!--						<input class="text-black" type="checkbox" name="acceptance" value="1" aria-invalid="false">-->
  <!--						<span class="lqd-cf-list-item-label">I am bound by the terms of the Service I accept Privacy Policy</span>-->
  <!--					</label>-->
  <!--				</span>-->
  <!--			</span>-->
  <!--		</span>-->
  <!--	</div>-->
  <!--	<div class="col-md-12 p-0">-->
  <!--		<input type="submit" value="Send message" class="lqd-cf-form-control text-16 font-medium leading-1/5em bg-primary text-white border-none">-->
  <!--	</div>-->
  <!--</div>-->
</form>

Text Content

 * Home
 * About
 * Services
 * Team
 * Clients
 * Contact Us

CONSULTATION
(352) 785-1099

Start a project

Menu
 * Home
 * Case Studies
 * Services
 * Team
 * Clients
 * Contact Us

×


MODAL TITLE

Modal Content

WEB HUB DIGITAL LLC


A DIGITAL AGE
IN CONSULTING IN MARKETING IN DESIGN IN BUILDING IN MOBILE APPS IN WEB APPS

Passionate about designing and developing great apps, and solving problems
through creativity and digital products.

Get a Quote
Discover



WEB HUB DIGITAL



EMPOWERING DIGITAL EXCELLENCE



For a remarkable decade, Web Hub Digital has stood as a beacon of innovation and
expertise in the realm of IT consultancy. With a rich history of delivering
exceptional solutions, we have cultivated a reputation that is synonymous with
excellence, cutting-edge technology, and forward-thinking design.




A DECADE OF EXCELLENCE


Since our inception in 2013, Web Hub Digital has been at the forefront of
crafting, enhancing, and transforming digital experiences. Our journey has been
marked by an unwavering commitment to staying ahead of the curve, ensuring that
our clients are equipped with the latest in technology, frameworks, libraries,
and code strategies.




A LEGACY OF PROJECTS


Web Hub Digital boasts an extensive portfolio of projects spanning across
industries, each a testament to our expertise in designing, developing, testing,
publishing, and releasing web and mobile apps. We understand the nuances of
creating applications that not only meet but exceed the expectations of modern
users.




UNLEASH YOUR DIGITAL POTENTIAL


At Web Hub Digital, we believe that top-tier digital solutions should be
accessible to every organization, regardless of size. This is why we are proud
to introduce our groundbreaking monthly subscription service. With this
offering, we make it possible for both small and large companies to have apps
built to the same exceptional standards as the best in the industry. Your
success is our success, and we are here to empower your digital journey.




TRENDSETTERS IN DESIGN AND TECHNOLOGY


Our team of designers and developers are not just professionals, but pioneers in
their respective fields. We breathe life into ideas, transform concepts into
reality, and set trends with rich, modern, and trendy designs. When you partner
with us, you're not just choosing a service and a lifelong partner; you're
choosing innovative trends that will put your business ahead of the competition
in every way - by design, performance, security, responsiveness, compatibility,
accessibility, useability, scalability, and cost efficiency.




YOUR SUCCESS, OUR COMMITMENT


One of our signature services is the provision of our talented designers and
developers to support your projects. Whether you need additional expertise or a
complete team, we are here to lend our skills, knowledge, and experience to
ensure your project's success. Our designers and developers each have over a
decade of real-world enterprise level experience. Your goals become our goals,
and together, we forge a path to digital excellence.




JOIN THE WEB HUB DIGITAL FAMILY



Join us on this exciting journey of digital transformation. Experience the
difference with Web Hub Digital, where excellence is not a choice but a
tradition. Contact us today, and let's create the future of technology together.


WHY WE' RE BETTER FLEXIBLE AFFORDABLE




ECOMMERCE SOLUTIONS

Our web development experts build ecommerce and dynamic websites to help you
sell more products, increase revenue, and improve engagement with customers,
suppliers, & employees. Discover how our web portals, web-based applications,
and other solutions can satisfy your needs today and contribute to your
business’ growth


SEO ANALYTICS

We have conducted thousands of successful SEO campaigns for B2B and B2C firms of
all kinds. Our experience, talent, transparency, depth and professionalism set
us apart from the rest. With skilled specialists in all areas of campaign
execution, we set the standard for excellence in the SEO industry.


DIGITAL SOLUTIONS



We will listen, research & learn about your business problems and ideas, select
the right framework, tools, marketing tools and platforms, and propose a
solution, while spending an agreed upon amount of effort implementing the
solution using best practices. We can provide ongoing support or train and
empower your team to extend & support the solution.




CLOUD SYSTEM - HIGHT PERFORMANCE


CLOUD SYSTEM - HIGHT PERFORMANCE


ART DIRECTION - STRATEGY - BRANDING -


ART DIRECTION - STRATEGY - BRANDING -


WEB & MOBILE DESIGNS

Creating brand identities, digital experiences, and prints.


WEB & MOBILE DEVELOPMENT

Creating modern, high-tech web and mobile apps.


IMPROVE SEO RANKING

Creating brand identities, digital experiences, and prints.


WE DESIGN AND DEVELOP THE BEST APPS.

We use customer data to build the very best experience for your customers.

 * Visual Site Editor Adjust your design through a wide range of theme options
   in the WordPress Customizer and see the changes instantly.
 * Responsive Settings Adjust your design through a wide range of theme options
   in the WordPress Customizer and see the changes instantly.
 * Live Theme Customizer Adjust your design through a wide range of theme
   options in the WordPress Customizer and see the changes instantly.
 * Hub Collection Adjust your design through a wide range of theme options in
   the WordPress Customizer and see the changes instantly.
 * Light and Dark Modes Adjust your design through a wide range of theme options
   in the WordPress Customizer and see the changes instantly.



4
 * 0
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9

m+


Installations

Application Store

4
 * 0
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9

.8
 * 0
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9

8
 * 0
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9



Installations

Application Store



FOR DEVELOPERS AND STARTUPS


WEB DEVELOPMENT

FOR DEVELOPERS AND STARTUPS


SEARCH ENGINE OPTIMIZATION

FOR DEVELOPERS AND STARTUPS


ECOMMERCE CONSULTING

FOR DEVELOPERS AND STARTUPS


BUSINESS CONSULTATION

CREATIVE DESIGNS


DESIGNING
DIGITAL ASSETS

As an award-winning multi-disciplinary engineering agency, we are passionate
about helping startups create a strong brand identity and visualize solutions to
complex problems. We collaborates closely with clients to identify and develop
the assets needed to launch and grow their businesses. With a focus on making
your business succeed, Web Hub Digital brings expertise in brand strategy,
identity, content strategy, user experience, visual design, product design,
communication, and service design to the table.

Explore Advertisinng

TECHNOLOGY SOLUTIONS


WEB & MOBILE
APP DEVELOPMENT

Our highly qualified team of mobile and web app developers includes qualified UX
designers, visual designers and software engineers with deep expertise in
responsive mobile web development technologies

Explore Advertisinng

CREATIVE SOLUTIONS


MARKETING AT
FACEBOOK

As a leading digital agency in Paris, we look to engage with our clients beyond
the conventional design and development agency relationship, becoming a partner
to the people and companies we work with.

Explore Advertisinng


CASE À STUDY

Start a project


VILLA IN DALLAS

 * Custom Print


INSPIRATION BOARD

 * Custom Print


MERCEDEZ-BENZ COUPE

 * Custom Print


NIKE SHOPPING

 * Branding


VILLA IN DALLAS

 * Custom Print


INSPIRATION BOARD

 * Custom Print


MERCEDEZ-BENZ COUPE

 * Custom Print


NIKE SHOPPING

 * Branding


INSPIRATION BOARD

 * Custom Print


CASE STUDIES

Our design services starts and ends with a best in class experience strategy
that builds brands.




WEB DESIGN

Ceating brand identities, digital experiences, and print materials that
communicate clearly.
― Learn more
Exclusive



DIGITAL MARKETING

Ceating brand identities, digital experiences, and print materials that
communicate clearly.
― Learn more


SEARCH ENGINE OPTIMIZATION

Ceating brand identities, digital experiences, and print materials that
communicate clearly.
― Learn more


SOCIAL MEDIA

Ceating brand identities, digital experiences, and print materials that
communicate clearly.
― Learn more


OUR À TEAM

Explore Advertising


CLAUDIA ARIA

Senior Designer


LENA MEKI

Consultation


ERIK GENIE

Senior Developer

Global clients around the world

3160

Avarage growth

830

Customer satisfaction

127

Daily data input

1134

Hub it Employees

REAL STORIES

“I THINK HUB IS THE BEST THEME I EVER SEEN THIS YEAR. AMAZING DESIGN, EASY TO
CUSTOMIZE AND A DESIGN QUALITY SUPERLATIVE.”


FELICIA MARCI

TWITTER CEO

“I THINK HUB IS THE BEST THEME I EVER SEEN THIS YEAR. AMAZING DESIGN, EASY TO
CUSTOMIZE AND A DESIGN QUALITY SUPERLATIVE.”


FELICIA MARCI

TWITTER CEO

“I THINK HUB IS THE BEST THEME I EVER SEEN THIS YEAR. AMAZING DESIGN, EASY TO
CUSTOMIZE AND A DESIGN QUALITY SUPERLATIVE.”


FELICIA MARCI

TWITTER CEO




ANY QUESTIONS À PROJECTS?

Digital experiences, and print materials that communicate marketing goals.



Ready to get started?

Start a project

Consultation

(352) 785-1099





Subscribe Sending



GET FREEBIES AND DISCOUNTS


WEEKLY DESIGN NEWSLETTER

We're Web Hub Digital LLC. We're passionate about solving problems and creating
digital products.

 * 
 * 
 * 


ABOUT US

 * Company
 * Careers
 * Press media
 * Our Blog


COMPANY

 * Home
 * Product
 * Customers
 * Pricing


CASES

 * Management
 * Reporting
 * Tracking
 * Subscribe


SEND A MESSAGE.

We're here to answer any question you may have.

CAREERS

Would you like to join our growing team?

careers@webhubdigital.com

CAREERS

Would you like to join our growing team?

careers@webhubdigital.com


PROJECT INQUIRY FORM




What kind of project are you looking for?

Web Mobile Website Shop CMS


Tell us more about what you're looking for?

Design Develop Design and Develop Rebuild or add to existing Social Media
Marketing
Next

What technology or framework is required?

Undecided React.js Next.js Angular.js PHP Java


How would you like us to respond to you?

Email Phone
Prev Next

What type of contract are you seeking?

By project By task Hourly Monthly subscription

What is your budget?

$1,500 to $5,000 $5,000 to $25,000 $25,000 to $100,000 + $500 Monthly
installments
Prev Next
Full Name

Company Name

Your Email

Your Phone

Additional Comments

Prev
I am bound by the terms of the Service I accept Privacy Policy




Explide
Drag





Adding {{itemName}} to cart

Added {{itemName}} to cart







Loading...

×