mail.sharkitservice.com Open in urlscan Pro
141.95.126.90  Public Scan

URL: https://mail.sharkitservice.com/
Submission: On June 02 via api from US — Scanned from FR

Form analysis 5 forms found in the DOM

<form id="ttm-quote-form" class="row ttm-quote-form clearfix" wire:submit.prevent="saveContact">
  <div class="col-sm-12 col-md-6 ">
    <div class="form-group">
      <input class="form-control bg-white " type="text" placeholder="Full Name*" wire:model.debounce.500ms="name" required="">
    </div>
  </div>
  <div class="col-sm-12 col-md-6">
    <div class="form-group">
      <input class="form-control bg-white" type="email" placeholder="Email Address*" wire:model.debounce.500ms="email" required="">
    </div>
  </div>
  <div class="col-sm-12 col-md-6">
    <div class="form-group">
      <input class="form-control bg-white" type="text" placeholder="Phone Number*" wire:model.debounce.500ms="phone" required="">
    </div>
  </div>
  <div class="col-sm-12 col-md-6">
    <div class="form-group">
      <input class="form-control bg-white" type="text" placeholder="Subject" wire:model.debounce.500ms="subject" required="">
    </div>
  </div>
  <div class="col-sm-12 col-md-12">
    <div class="form-group">
      <textarea class="form-control bg-white" rows="5" placeholder="Write A Message..." wire:model.debounce.500ms="message" required=""></textarea>
    </div>
  </div>
  <div class="col-sm-12 col-md-12">
    <div class="form-group">
      <div> What is 14 + 5 ? <input class="form-control bg-white" type="number" placeholder="Answer" wire:model="answer" required="">
      </div>
    </div>
  </div>
  <div class="col-md-12">
    <div class="text-left">
      <button type="submit" class="ttm-btn ttm-btn-size-md ttm-btn-bgcolor-white inquiry-btn">Submit Now</button>
      <i wire:loading="" wire:target="saveContact" class="fa fa-spinner fa-spin"></i>
    </div>
  </div>
</form>

POST javascript:;

<form action="javascript:;" method="POST" id="seo-package-form">
  <h5 class="normal">Subscription Form</h5>
  <p>Please Fill Out the Following Details</p>
  <div class="mb-3">
    <input type="text" placeholder="Enter Your Name/Business Name *" name="name">
    <span style="display: none;" class="text-danger name"></span>
  </div>
  <div class="mb-3">
    <input type="number" placeholder="Enter Your Phone Number *" name="phone">
    <span style="display: none;" class="text-danger phone"></span>
  </div>
  <div class="mb-3">
    <input type="email" placeholder="Enter Your Email" name="email">
    <span style="display: none;" class="text-danger email"></span>
  </div>
  <div class="mb-3">
    <input type="text" class="packages" name="package" placeholder="Selected Package">
    <span style="display: none;" class="text-danger package"></span>
  </div>
  <button type="submit" class="paynow text-light" id="seo-package-button"> Pay Now </button>
</form>

POST javascript:;

<form action="javascript:;" method="POST" id="seo-premium-plus-package-form">
  <p class="seo-title mb-0 ">get your questions answered in a click</p>
  <h2 class="seo-subtitle">Discuss your project with us</h2>
  <div class="row">
    <div class="col-md-6">
      <div class="mb-3">
        <input type="text" name="name" placeholder="Enter Your Name *">
        <span class="text-danger name" style="display: none;"></span>
      </div>
      <div class="mb-3">
        <input type="number" name="phone" placeholder="Enter Your Phone Number *">
        <span class="text-danger phone" style="display: none;"></span>
      </div>
    </div>
    <div class="col-md-6">
      <div class="mb-3">
        <div class="mb-3">
          <input type="email" name="email" placeholder="Enter Your Email *">
          <span class="text-danger email" style="display: none;"></span>
        </div>
        <select name="services" id="seo-service">
          <option value="">--SELECT--</option>
          <option value="SEO-Premium Plus">SEO-Premium Plus</option>
          <option value="Social Media Package">Social Media Package</option>
          <option value="Web Development">Web Development</option>
          <option value="Mobile App Development">Mobile App Development</option>
        </select>
        <span class="text-danger services" style="display: none;"></span>
      </div>
    </div>
  </div>
  <div class="col-md-12 p-0">
    <div class="mb-3">
      <input type="url" name="url" placeholder="Website URL">
      <span class="text-danger url" style="display: none;"></span>
    </div>
    <div class="mb-0">
      <textarea name="message" id="message" placeholder="Write Your Message"></textarea>
      <span class="text-danger message" style="display: none;"></span>
    </div>
  </div>
  <div class="row">
    <div class="col-md-4 col-sm-12 mx-auto mt-3">
      <div class="text-center">
        <button type="submit" class="paynow seo-model-btn" id="seo-premium-plus-package-button"> Submit </button>
      </div>
    </div>
  </div>
</form>

POST javascript:;

<form action="javascript:;" method="POST" id="social-media-package-form">
  <h5 class="normal">Subscription Form</h5>
  <p>Please Fill Out the Following Details</p>
  <div class="mb-3">
    <input type="text" placeholder="Enter Your Name/Business Name *" name="name">
    <span style="display: none;" class="text-danger name"></span>
  </div>
  <div class="mb-3">
    <input type="number" placeholder="Enter Your Phone Number *" name="phone">
    <span style="display: none;" class="text-danger phone"></span>
  </div>
  <div class="mb-3">
    <input type="email" placeholder="Enter Your Email" name="email">
    <span style="display: none;" class="text-danger email"></span>
  </div>
  <div class="mb-3">
    <input type="text" class="packages" name="package" placeholder="Selected Package">
    <span style="display: none;" class="text-danger package"></span>
  </div>
  <button type="submit" class="paynow text-light" id="social-media-package-button"> Pay Now </button>
</form>

<form id="subscribe-form" class="newsletter-form" data-mailchimp="true" wire:submit.prevent="saveSubscriber">
  <input type="hidden" name="_token" value="45VoxTOaNWNwseO34OEy5jFVx5j8d8v8l4Jx1oUB">
  <div class="inputbox clearfix" id="subscribe-content">
    <i class="fa fa-envelope"></i>
    <input type="email" wire:model.debounce.500ms="email" class="" placeholder="Email Address.." required="">
    <button type="submit" class="subscribe-btn" wire:loading.attr="disabled">
      <i wire:loading="" wire:target="saveSubscriber" class="fa fa-spinner fa-spin"></i>
      <span wire:loading.remove="" class="fa fa-paper-plane"></span>
    </button>
  </div>
  <div id="subscribe-msg"></div>
</form>

Text Content

×

WE WOULD LOVE TO HEAR FROM YOU


GET IN TOUCH

OFFICE ADDRESS

Nepalgunj Banke, Nepal



OUR PHONE NUMBER

+9779851223631 , +9779801848492 , 01-4796657



OUR EMAIL

sales@Sharkit.com , career@Sharkit.com , support@Sharkit.com

HAVE A PROJECT IN MIND?


TELL US A BIT MORE.

What is 14 + 5 ?
Submit Now

SUBSCRIPTION FORM

Please Fill Out the Following Details





Pay Now

  EMAIL

For General Enquiry and Information

info@Sharkit.com

For Sales & Quotation Requests

sales@Sharkit.com

To Join Our Ever Expanding Team

career@Sharkit.com

For Customer Support

support@Sharkit.com

  ADDRESS

Nepalgunj,, Nepal

  PHONE

01-4796657

+977 9851223631

+977 9801848492

  FOLLOW US

Whatsapp

Facebook

linkedIn



get your questions answered in a click


DISCUSS YOUR PROJECT WITH US


--SELECT-- SEO-Premium Plus Social Media Package Web Development Mobile App
Development

Submit

SUBSCRIPTION FORM

Please Fill Out the Following Details





Pay Now
Quick Enquiry

 * Home
 * About Us
   
   * INTRODUCTION
     
     --------------------------------------------------------------------------------
     
     Sharkit Service Pvt Ltd. is a revenue-based project company specializing in
     the IT sector.
     
     HOW WE WORK
     
     --------------------------------------------------------------------------------
     
     We work in a team that ensures learning opportunities for members.
     
     OUR ACTIVITIES
     
     --------------------------------------------------------------------------------
     
     We celebrate events to create some joyful moments together.
     
     OUR TEAM
     
     --------------------------------------------------------------------------------
     
     We have experienced professionals to turn your business problem into future
     possibilities.
 * Services
   
   * WEBSITE DEVELOPMENT
     
     --------------------------------------------------------------------------------
     
     Our team is here to develop simple to complex websites.
     
     MOBILE APP DEVELOPMENT
     
     --------------------------------------------------------------------------------
     
     Develop mobile applications for your business either personal dig...
     
     UI/ UX DESIGN
     
     --------------------------------------------------------------------------------
     
     A well planned UX strategy is visualized with top class design ae...
     
     GRAPHICS DESIGN
     
     --------------------------------------------------------------------------------
     
     Graphic design enables communicating ideas that inspire, inform a...
     
     SOCIAL MEDIA MARKETING
     
     --------------------------------------------------------------------------------
     
     It is the relatable part of the conversation where you engage you...
     
     SEO IN NEPAL
     
     --------------------------------------------------------------------------------
     
     Lift your business and obtain a competitive advantage through SEO...
     
     SMART INTERACTIVE BOARD
     
     --------------------------------------------------------------------------------
     
     “Take your website content to the highest level! Our company beli...
     
     WEBSITE REDESIGN
     
     --------------------------------------------------------------------------------
     
     Building dynamic websites to fight against competitors in the dig...
     
     DIGITAL MARKETING
     
     --------------------------------------------------------------------------------
     
     Best Digital Marketing Experience with the Best Digital Marketing...
 * Portfolio
 * Pricing
   
   * WEB DEVELOPMENT PACKAGES
     
     --------------------------------------------------------------------------------
     
     We design static to dynamic websites at a reasonable price range
     
     SEO PACKAGES
     
     --------------------------------------------------------------------------------
     
     Driving traffic to your website at a realistic price range
     
     SOCIAL MEDIA PACKAGES
     
     --------------------------------------------------------------------------------
     
     We boost your online presence by engaging your audience at a sens...
   
 * Contact Us

ACCELERATE YOUR DIGITAL BRANDING WITH US

Our Company is here to help you with eternal digital experiences. Sharkit
assures quality services at a reasonable price.

Contact Us


WE DREAM TO FULFILL YOUR BUSINESS EXPECTATIONS

We are equipped with an updated technical knowledge to serve our customers
properly. Our method of application maintains the industry.

Contact Us

Next

WHAT WE PROVIDE


GET EXCEPTIONAL
SERVICE FOR GROWTH

Our experienced team is here to utilize valuable resources efficiently that
ensures client satisfaction. We guarantee you that our services will set
exceptional growth for your business.

DIGITAL MARKETING

Sharkit Infosys is here to provide you with the best Digital Marketing
Experience in Nepal, tailored to boost your visibility and enhance your lead
generation!

MOBILE APP DEVELOPMENT

Develop mobile applications for your business either personal digital
assistants, enterprise digital assistants, eCommerce app, or more.

SOCIAL MEDIA MARKETING

Digital Marketing comprises a platform to  approach your customers via email,
content marketing, social media, and many more

SEO IN NEPAL

Lift your business and obtain a competitive advantage through SEO that results
in higher ranking and traffic to your site!

SMART INTERACTIVE BOARD

“Take your website content to the highest level! Our company believes simple and
powerful words are significant to attract your target audience.” 

WEBSITE REDESIGN

We will refresh layouts, improve navigation and increase your conversion rate
for a better website strategy. Your website is the face of your business.

RECENT PROJECT


HARDIK IVF AND FERTILITY CENTER

Hardik IVF and Fertility Center is a trusted fertility center committed to
turning people's parenthood dreams into reality using advanced reproductive
technology. At Hardik IVF, a team of professional doctors offers an extensive
range of services including In-vitro Fertilization (IVF). The mission of Hardik
IVF and Fertility Center is to empower parenthood journeys through personalized
and top-notch fertility care. 

View More Portfolios

RECENT PROJECT


ORIFLAME NEPAL

Oriflame Nepal is an online multivendor beauty shopping app.

View More Portfolios

RECENT PROJECT


JOTAKS

Need an app that can handle all your needs under one roof? जोtaks is here for
you!
जोtaks is a service-oriented app that allows anyone to shop for anything and
everything. All you need to do is register with us and verify your account. Once
your account is verified, you can experience seamless and all-inclusive
e-commerce service from जोtaks.
At the same time, you are not just limited to being a receiver of the service.
If you have something to provide, you can list them on जोtaks. For this, you
will need to let them verify your products and your account.

View More Portfolios

WE MAKE IT HAPPEN


WORKING STEPS
TO FOLLOW

We accompany the sequential and systematic work process that results in a
desirable and meaningful output. The series of patterns describe how something
goes from being undone to done.
01

REQUIREMENT GATHERING

02

DESIGN & DEVELOPMENT

03

QUALITY ASSURANCE

04

DEPLOYMENT

TESTIMONIALS


WHAT OUR TRUSTWORTHY
CLIENTS SAY

Sharkit, being a B2B (Business To Business) company hopes for a better client
relationship by ensuring long-term benefits and quality service. Client
satisfaction is not just our business obligation but a responsibility.

>  Sharkit Infosys Pvt. Ltd is the best website design company in the nation
> with highly qualified IT staff having an amazing sense of understanding,
> cooperation, and support to the clients during the project design.  The
> company offers follow-up services even after the completion of projects.

BIBEK REGMI

Managing Director, NLPRC
5.0

> Sharkit is a goal-oriented company that understands the value of your time and
> demands the active participation of every stakeholder. Moreover, if you are
> looking for the best affordable services, knowing and applying more and paying
> less, then you're at the right place.

GOPI KRISH

Managing Director, NepalOne Adventure
5.0

> Sharkit is one of the best IT companies in Nepal promoting digital branding.
> They have carried out my website design and development aspect perfectly by
> solving all the queries instantly. I would choose Sharkit in the future.

GANESH PRASAD JOSHI

CEO/ Founder Chaitanya Institute of Management
5.0

IDENTIFY YOUR NEEDS & PRICE


ONE SOLUTION FOR ALL YOUR DIGITAL NEEDS

Whatever your digital needs, We will provide you the best services to grow your
business

WEB DEVELOPMENT PACKAGES

Building and maintaining simple static to complex dynamic websites with
additional features at a reasonable price range
Get Started

SEO PACKAGES

Search Engine Optimization enables improving the quality and quantity of website
traffic through keywords and high-quality content on every page
Get Started

SOCIAL MEDIA PACKAGES

Digital Marketing comprises a platform to  approach your customers via email,
content marketing, social media, and many more
Get Started


QUICK LINKS

 * Contact Us
 * Services
 * Portfolios
 * Blogs


COMPANY

 * About Us
 * Pricing
 * Our Activities
 * Careers


CONTACT US

 * Western Building - 2nd Floor, Nepalgunj Banke, Nepal
 * +977-9864746447,
 * +977-9822490643
 * sharkitservice@gmail.com


NEWS LETTER


Sign up today to know more about our platform and services.
 * 
 * 
 * 
 * 
 * 
 *