agilefreelanceconsulting.com.ohacesininternational.org Open in urlscan Pro
162.213.255.53  Public Scan

URL: https://agilefreelanceconsulting.com.ohacesininternational.org/
Submission: On March 10 via api from US — Scanned from US

Form analysis 3 forms found in the DOM

POST https://formsubmit.co/consult@agilefreelanceconsulting.com

<form action="https://formsubmit.co/consult@agilefreelanceconsulting.com" method="post" role="form" class="booking-form">
  <input type="hidden" name="_next" value="https://agilefreelanceconsulting.com//form-submit-thanks.php">
  <input type="hidden" name="_subject" value="New Session Booking!">
  <input type="hidden" name="_template" value="table">
  <input type="hidden" name="_captcha" value="false">
  <input type="hidden" name="_autoresponse" value="Thank you for your submission. We will get back to you ASAP.">
  <div class="row">
    <div class="col-md-4 form-group pb-2">
      <input type="text" name="first name" class="form-control is-valid" id="name" placeholder="First Name" required="">
    </div>
    <div class="col-md-4 form-group">
      <input type="text" name="last name" class="form-control is-valid" id="name" placeholder="Last Name" required="">
    </div>
  </div>
  <div class="row">
    <div class="col-md-6 form-group mt-3">
      <input type="email" class="form-control is-valid" name="email" placeholder="Your Email" required="">
    </div>
    <div class="col-md-6 form-group mt-3">
      <input type="tel" class="form-control is-valid" name="telephone" placeholder="Your Telephone" required="">
    </div>
  </div>
  <div class="row">
    <div class="col-md-8 form-group mt-3">
      <input type="address" class="form-control" name="address" placeholder="Your Address">
    </div>
  </div>
  <div class="form-group mt-3">
    <div class="row">
      <label class="">Booking Days</label><br>
      <div class="col-lg-12">
        <div class="weekdays d-flex flex-wrap">
          <div>
            <input class="form-check-input" type="checkbox" name="monday" value="" id="flexCheckChecked">
            <label class="form-check-label" for="flexCheckChecked"> Monday </label>
          </div>
          <div>
            <input class="form-check-input" type="checkbox" name="tuesday" value="" id="flexCheckChecked">
            <label class="form-check-label" for="flexCheckChecked"> Tuesday </label>
          </div>
          <div>
            <input class="form-check-input" type="checkbox" name="wednesday" value="" id="flexCheckChecked">
            <label class="form-check-label" for="flexCheckChecked"> Wednesday </label>
          </div>
          <div>
            <input class="form-check-input" type="checkbox" name="thursday" value="" id="flexCheckChecked">
            <label class="form-check-label" for="flexCheckChecked"> Thursday </label>
          </div>
          <div>
            <input class="form-check-input" type="checkbox" name="friday" value="" id="flexCheckChecked">
            <label class="form-check-label" for="flexCheckChecked"> Friday </label>
          </div>
          <div>
            <input class="form-check-input" type="checkbox" name="saturday" value="" id="flexCheckChecked">
            <label class="form-check-label" for="flexCheckChecked"> Saturday </label>
          </div>
          <div>
            <input class="form-check-input" type="checkbox" name="sunday" value="" id="flexCheckChecked" disabled="">
            <label class="form-check-label" for="flexCheckChecked"> Sunday </label>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="form-group mt-3">
    <label class="">What time works Best for you?</label><br>
    <div class="weekdays">
      <input class="form-check-input" type="checkbox" name="morning" value="" id="flexCheckChecked">
      <label class="form-check-label" for="flexCheckChecked"> Morning </label>
      <input class="form-check-input" type="checkbox" name="afternoon" value="" id="flexCheckChecked">
      <label class="form-check-label" for="flexCheckChecked"> Afternoon </label>
      <input class="form-check-input" type="checkbox" name="evening" value="" id="flexCheckChecked">
      <label class="form-check-label" for="flexCheckChecked"> Evening </label>
    </div>
  </div>
  <div class="mt-3 row">
    <div class="col-lg-6 col-md-6">
      <label class="mb-2">Specify Date and Time?</label>
      <label class="form-check-label text-white mt-3" for="flexCheckChecked"> Date </label>
      <input class="input-group my p-2" type="date" name="date" value="" id="datepicker" min="2024-03-10">
      <label class="form-check-label text-white mt-3" for="flexCheckChecked"> Time </label>
      <input class="input-group p-2" type="time" name="time" value="" id="flexCheckChecked" min="08:00" max="0:00">
    </div>
    <div class="col-lg-6 col-md-6 form-message">
      <div class="form-group mt-3">
        <textarea class="form-control message" name="message" rows="4" placeholder="Message" required=""></textarea>
      </div>
      <div class="form-group mt-3">
        <label class="mb-1">Which Coach are you interested in?</label>
        <select class="form-select form-select-m mb-3" aria-label=".form-select-m example">
          <option selected="">Select a Coach</option>
          <option value="1">Agile Team Facilitator</option>
          <option value="2">Agile Coach</option>
          <option value="3">Enterprise Agile Coach</option>
        </select>
      </div>
    </div>
  </div>
  <div class="text-center mt-3 "><button type="submit" class="buttonform btn btn-light">Book a Session</button></div>
</form>

Name: myemailformPOST php/subscribe.php

<form class="form-inline" name="myemailform" action="php/subscribe.php" method="post" role="form">
  <div class="row">
    <div class="col-md-4">
      <input type="text" id="name" placeholder="Full name" name="name">
    </div>
    <div class="col-md-4">
      <input type="email" id="email" placeholder="Email address" name="email">
    </div>
    <div class="col-md-4 button">
      <input type="submit" value="Send Form">
    </div>
  </div>
</form>

POST php/form.php

<form action="php/form.php" method="post" role="form" class="location">
  <div class="row mb-5">
    <div class="col-md-12 form-group">
      <label for="firstname">Enter Name</label>
      <input type="text" class="form-control rounded-0 p-3" id="name" name="name" placeholder="First &amp; Last Name" value="" required="">
      <p class="text-danger"></p>
    </div>
  </div>
  <div class="row mb-5">
    <div class="col-md-6 form-group">
      <label for="email">Email</label>
      <input type="email" class="form-control rounded-0 p-3" id="email" name="email" placeholder="example@domain.com" value="" required="">
      <p class="text-danger"></p>
    </div>
    <div class="col-md-6 form-group">
      <label for="phone">Phone </label>
      <input type="text" class="form-control rounded-0 p-3" id="subject" name="subject" placeholder="Enter Phone Number" value="" required="">
      <p class="text-danger"></p>
    </div>
  </div>
  <div class="form-group mt-3">
    <label>Type your message:</label>
    <textarea class="form-control" id="message1" name="message" placeholder="Type Message Here..." rows="3" required=""></textarea>
    <p class="text-danger"></p>
  </div>
  <div class="submit mt-3">
    <input id="submit" name="submit" type="submit" value="Send Message" class="btn button">
  </div>
</form>

Text Content

 * Home
 * Services
 * Contact
 * About Us
 * Blog

Book a Session


WELCOME TO
AGILE FREELANCE
CONSULTING

Agile Freelance Consulting is an innovative change oriented Digital Marketing
Agency, creating marketing innovative teams that operate at the speed of change
and expand your brand visibility.

Read More

Watch Video


YOUR PARTNER IN
ACHIEVING AGILE
EXCELLENCE

Our connections open doors to exclusive networking opportunities, putting your
brand where it deserves.

Read More

Watch Video


TRANSFORM YOUR
EXPECTATIONS
INTO PRODUCTIVITY

At Agile Freelance Consulting, we also empower businesses with remote Agile
services designed to enhance productivity, streamline operations, and accelerate
growth.

Read More

Watch Video


ABOUT AGILE FREELANCE CONSULTING




ABOUT


APPLYING AGILE
FOR MARKETING

Agile Freelance Consulting is your destination for expert Agile coaching and
consulting services, led by Bernice—a seasoned Agile Coach, Scrum Master, and
Product Owner based in the United Arab Emirates. Bernice brings a wealth of
experience in Agile Product Management and is committed to bridging the gap
between business and IT, fostering collaboration with developers, designers,
architects, management, and other stakeholders.

Learn More


OUR APPROACH


WELCOME TO AGILE FREELANCE CONSULTING: EMPOWERING YOUR GROWTH JOURNEY

At Agile Freelance Consulting, we redefine the way businesses approach
marketing, strategy, and team building. Our agile methodology sets us apart,
ensuring that your brand stays at the forefront of innovation. Whether you're
looking to enhance your social media presence, establish a robust marketing
strategy, or build a dynamic marketing team, we have tailored solutions for your
needs.

Learn More



AGILE BOOTCAMP

MASTERING AGILE THROUGH OUR BOOTCAMP

Join our Agile Bootcamp to gain in-depth knowledge and hands-on experience in
Agile methodologies. Whether you're new to Agile or looking to sharpen your
skills, our bootcamp offers comprehensive training that equips you to lead Agile
projects effectively.
 * Virtual Training
 * Corporate Training



BUSINESS BOOTCAMP

TRANSFORM YOUR BUSINESS WITH OUR BUSINESS BOOTCAMP

Our Business Bootcamp equips entrepreneurs and leaders with the skills and
knowledge needed to drive business growth in today's competitive landscape.
 * Virtual Training
 * Corporate Training


AGILE BOOTCAM

 * Agile Bootcamp: Mastering Agile through Our Bootcamp
 * Business Bootcamp: Transform Your Business with Our Business Bootcamp

Meet the coach


VIRTUAL TRAINING

 * Catering to the demands of busy professionals, our virtual training programs
   are as effective as face-to-face learning.
 * 100% Money-Back Guarantee
 * VIEW DATES / DETAILS

Meet the coach


CORPORATE TRAINING

 * Our Corporate training provides you the opportunity to interact with experts
   and benefit from personalized virtual discussions.
 * 100% Money-Back Guarantee
 * VIEW DATES / DETAILS

Meet the coach


WHEN TO CONTACT AGILE FREELANCE CONSULTING


WHEN YOU WANT;

 * To Run your social media campaigns.
 * To Set up a new social media strategy to get qualified leads.
 * To Rebrand your social media handles.
 * To Access Networking Opportunities in Dubai.
 * A Freelance Agile or Business coach ( contract).
 * Agile implementation.
 * To Organizing and Host a Corporate Event in Dubai.
 * or Need a Public Speaker for career orientation, benefits of the agile
   approach.
 * Make your brand the talk of the digital town.
 * Building marketing teams that don't just perform; they excel.




OUR SERVICES INCLUDE

Learn More

RESEARCH

We dig deep to uncover insights that inform your strategies and drive success
get inside your buyers heads and uncover powerful opportunities to grow.

CONTENT DELIVEY

Deliver your message with exceptionally clear persuasive writing



STRATEGY

Crafting a roadmap for your business to thrive in the digital landscape is our
specialty, Accelerate lead generation and achieve sustained growth over time.

BRANDING SERVICES

Establish a strong, memorable identity across any industry.



SOCIAL MEDIA

We harness the power of social media platforms to elevate your brand's presence,
expand your reach and track your results in real time with today’s most powerful
tools.

ENGAGING TARGET AUDIENCE

we go beyond conventional marketing.

Our Blog


STAY INFORMED AND INSPIRED

Explore our blog for the latest insights,
tips, and trends in Agile methodologies, business strategies, and digital
transformation.
Our experts share their knowledge to keep you informed and inspired.


Learn More


CHANGE THE CULTURE

Monday, January 09th at 7:00am

In agile organisation, silas are broken down in favour of collaboration,
communication and transparency.


Learn More



BURNOUT IS ON THE RISE!

Tuesday, February 22nd at 10:00am

Why do business leaders need a wakee-up call to take bunout seriously right now?
According to a recent Future Forum survey, employee stree levels are on the
rise...


Learn More




BOOK ONLINE


GET STARTED TODAY

Book our services online and embark on a journey to transform your business.
We're here to guide you through the process and deliver results that exceed your
expectations. Let's start your Agile transformation today!

Booking Days

Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Sunday
What time works Best for you?

Morning Afternoon Evening
Specify Date and Time? Date Time
Which Coach are you interested in? Select a Coach Agile Team Facilitator Agile
Coach Enterprise Agile Coach
Book a Session



TESTIMONIALS

HEAR FROM OUR SATISFIED CLIENTS

Bernice
Lead Agile Coach
I have worked with teams and groups with various dynamics. It has always been
great putting them back on track. The results and feedback I get is always
Exceptional and work progress has always been wonderful. Let us work together
and transform your needs into success stories.
Zach Hawkins
Team Leader
I have worked with Bernice before her consulting launching. She is an excellent
freelancer to work with even with the time difference I still got the best
result. She was able to complete the task within 2 days. She is an amazing Agile
Coach and I am happy her coaching skills is professional.
Niki Dunkins
Team Member
Bernice is a great freelancer to work with. She is quick, responsive and works
hard to understand your needs. She has very good knowledge of Agile and many
adoptation techniques. Our Scrum team is back on track and it's thanks to her.
She is always willing to share her experience in this area.


SUBSCRIBE TO OUR NEWSLETTER



Join us on the journey to transform your business through Agile methodologies,
business acumen, and strategic digital solutions. Agile Freelance Consulting is
your partner in achieving lasting success in today's fast-paced, remote-driven
world.



OUR SERVICES

 * Home
 * About
 * Services
 * testimonial
 * Blog News

CONTACT US

Virtual Dubai
United Arab Emirates

+971 58 968 9303
+971 55 835 2609
consult@agilefreelanceconsulting.com
agilefreelanceconsulting@gmail.com

SEND US A MESSAGE

Enter Name



Email



Phone



Type your message:




© Copyright Agile. All Rights Reserved
ReDesigned by A&A Solutions Powered by Bootstrap Version 5.0.1
1
Are you looking for some help?
×
Loading...