/*! elementor-pro - v4.1.0 - 23-06-2026 */ "use strict";(self.webpackChunkelementor_pro=self.webpackChunkelementor_pro||[]).push([[345,396],{7907(e,t,s){var n=s(6784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(s(2195));t.default=o.default.extend({getSkinPrefix:()=>"cards_"})},2078(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class LoadMore extends elementorModules.frontend.handlers.Base{getDefaultSettings(){return{selectors:{postsContainer:".elementor-posts-container",postWrapperTag:"article",loadMoreButton:".elementor-button",loadMoreSpinnerWrapper:".e-load-more-spinner",loadMoreSpinner:".e-load-more-spinner i, .e-load-more-spinner svg",loadMoreAnchor:".e-load-more-anchor"},classes:{loadMoreSpin:"eicon-animation-spin",loadMoreIsLoading:"e-load-more-pagination-loading",loadMorePaginationEnd:"e-load-more-pagination-end",loadMoreNoSpinner:"e-load-more-no-spinner"}}}getDefaultElements(){const e=this.getSettings("selectors");return{postsWidgetWrapper:this.$element[0],postsContainer:this.$element[0].querySelector(e.postsContainer),loadMoreButton:this.$element[0].querySelector(e.loadMoreButton),loadMoreSpinnerWrapper:this.$element[0].querySelector(e.loadMoreSpinnerWrapper),loadMoreSpinner:this.$element[0].querySelector(e.loadMoreSpinner),loadMoreAnchor:this.$element[0].querySelector(e.loadMoreAnchor)}}bindEvents(){super.bindEvents(),this.elements.loadMoreButton&&this.elements.loadMoreButton.addEventListener("click",e=>{this.isLoading||(e.preventDefault(),this.handlePostsQuery())})}onInit(){super.onInit(),this.classes=this.getSettings("classes"),this.isLoading=!1;const e=this.getElementSettings("pagination_type");"load_more_on_click"!==e&&"load_more_infinite_scroll"!==e||(this.isInfinteScroll="load_more_infinite_scroll"===e,this.isSpinnerAvailable=this.getElementSettings("load_more_spinner").value,this.isSpinnerAvailable||this.elements.postsWidgetWrapper.classList.add(this.classes.loadMoreNoSpinner),this.isInfinteScroll?this.handleInfiniteScroll():this.elements.loadMoreSpinnerWrapper&&this.elements.loadMoreButton&&this.elements.loadMoreButton.insertAdjacentElement("beforeEnd",this.elements.loadMoreSpinnerWrapper),this.elementId=this.getID(),this.postId=elementorFrontendConfig.post.id,this.elements.loadMoreAnchor&&(this.currentPage=parseInt(this.elements.loadMoreAnchor.getAttribute("data-page")),this.maxPage=parseInt(this.elements.loadMoreAnchor.getAttribute("data-max-page")),this.currentPage!==this.maxPage&&this.currentPage||this.handleUiWhenNoPosts()))}handleInfiniteScroll(){this.isEdit||(this.observer=elementorModules.utils.Scroll.scrollObserver({callback:e=>{e.isInViewport&&!this.isLoading&&(this.observer.unobserve(this.elements.loadMoreAnchor),this.handlePostsQuery().then(()=>{this.currentPage!==this.maxPage&&this.observer.observe(this.elements.loadMoreAnchor)}))}}),this.observer.observe(this.elements.loadMoreAnchor))}handleUiBeforeLoading(){this.isLoading=!0,this.elements.loadMoreSpinner&&this.elements.loadMoreSpinner.classList.add(this.classes.loadMoreSpin),this.elements.postsWidgetWrapper.classList.add(this.classes.loadMoreIsLoading)}handleUiAfterLoading(){this.isLoading=!1,this.elements.loadMoreSpinner&&this.elements.loadMoreSpinner.classList.remove(this.classes.loadMoreSpin),this.isInfinteScroll&&this.elements.loadMoreSpinnerWrapper&&this.elements.loadMoreAnchor&&this.elements.loadMoreAnchor.insertAdjacentElement("afterend",this.elements.loadMoreSpinnerWrapper),this.elements.postsWidgetWrapper.classList.remove(this.classes.loadMoreIsLoading)}handleUiWhenNoPosts(){this.elements.postsWidgetWrapper.classList.add(this.classes.loadMorePaginationEnd)}afterInsertPosts(){}handleSuccessFetch(e){this.handleUiAfterLoading();const t=this.getSettings("selectors"),s=e.querySelectorAll(`[data-id="${this.elementId}"] ${t.postsContainer} > ${t.postWrapperTag}`),n=e.querySelector(`[data-id="${this.elementId}"] .e-load-more-anchor`).getAttribute("data-next-page");s.forEach(e=>this.elements.postsContainer.append(e)),this.elements.loadMoreAnchor.setAttribute("data-page",this.currentPage),this.elements.loadMoreAnchor.setAttribute("data-next-page",n),this.currentPage===this.maxPage&&this.handleUiWhenNoPosts(),this.afterInsertPosts(s,e)}handlePostsQuery(){this.handleUiBeforeLoading(),this.currentPage++;const e=this.elements.loadMoreAnchor.getAttribute("data-next-page");return fetch(e).then(e=>e.text()).then(e=>{const t=(new DOMParser).parseFromString(e,"text/html");this.handleSuccessFetch(t)})}}t.default=LoadMore},2195(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default=elementorModules.frontend.handlers.Base.extend({getSkinPrefix:()=>"classic_",bindEvents(){elementorFrontend.addListenerOnce(this.getModelCID(),"resize",this.onWindowResize)},unbindEvents(){elementorFrontend.removeListeners(this.getModelCID(),"resize",this.onWindowResize)},getClosureMethodsNames(){return elementorModules.frontend.handlers.Base.prototype.getClosureMethodsNames.apply(this,arguments).concat(["fitImages","onWindowResize","runMasonry"])},getDefaultSettings:()=>({classes:{fitHeight:"elementor-fit-height",hasItemRatio:"elementor-has-item-ratio"},selectors:{postsContainer:".elementor-posts-container",post:".elementor-post",postThumbnail:".elementor-post__thumbnail",postThumbnailImage:".elementor-post__thumbnail img"}}),getDefaultElements(){var e=this.getSettings("selectors");return{$postsContainer:this.$element.find(e.postsContainer),$posts:this.$element.find(e.post)}},fitImage(e){var t=this.getSettings(),s=e.find(t.selectors.postThumbnail),n=s.find("img")[0];if(n){var o=s.outerHeight()/s.outerWidth(),i=n.naturalHeight/n.naturalWidth;s.toggleClass(t.classes.fitHeight,i=2;if(e.$postsContainer.toggleClass("elementor-posts-masonry",s),!s)return void e.$postsContainer.height("");const n=this.getVerticalSpaceBetween();new elementorModules.utils.Masonry({container:e.$postsContainer,items:e.$posts.filter(":visible"),columnsCount:this.getSettings("colsCount"),verticalSpaceBetween:n||0}).run()},run(){setTimeout(this.fitImages,0),this.initMasonry()},onInit(){elementorModules.frontend.handlers.Base.prototype.onInit.apply(this,arguments),this.bindEvents(),this.run()},onWindowResize(){this.fitImages(),this.runMasonry()},onElementChange(){this.fitImages(),setTimeout(this.runMasonry)}})},439(e,t,s){var n=s(6784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(s(2078));class ArchivePostsLoadMore extends o.default{}t.default=ArchivePostsLoadMore},2718(e,t,s){var n=s(6784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(s(7907));t.default=o.default.extend({getSkinPrefix:()=>"archive_cards_"})},6629(e,t,s){var n=s(6784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(s(2195));t.default=o.default.extend({getSkinPrefix:()=>"archive_classic_"})}}]);"use strict";!function(){function t(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function e(t,e){for(var n=0;nt.length)&&(e=t.length);for(var n=0,a=Array(e);n Freelance UI/UX Designer on Upwork – Elevate Your Project - Bhumi Hirapara - Top UI/UX Designer | Ahmedabad, India


















Hello, Greetings!

Bhumi Hirapara

I am UX-UI Designer

From Ahmedabad, India with over 6 years of dedicated experience in the field. My passion and commitment to my craft, That drive me to excellent in every project I undertake.








Download CV


My Skills

<b>Bhumi</b> Hirapara

  • 6 +
    Years of Experience
  • 88+
    Completed Projects

UX-UI Designer

My Specialized

Services

Design

UI/UX Design

Crafting captivating and intuitive user interfaces (UI) is at the heart of what I do. I focus on creating seamless user experiences (UX) that resonate with your audience, ensuring your digital presence is both aesthetically pleasing and highly functional.

Design

Web Design

Elevate your online presence with my expertise in web design. I specialize in designing websites that strike the perfect balance between visual appeal and optimal performance. From engaging layouts to responsive interfaces, I transform your ideas into stunning digital realities.

Design

Mobile App Design

In the ever-evolving world of mobile technology, I excel at creating user-centered mobile app designs that enhance usability and engagement. With a keen eye for detail, I ensure your app delivers a seamless experience across different devices and platforms.

Design

User Research

Understanding your audience is paramount. I conduct thorough user research to uncover insights that drive design decisions. By delving into user behaviors, preferences, and needs, I provide valuable insights that lead to the creation of user-centric designs.

Design

Wireframe Design

Wireframes are the blueprint of a successful design. I specialize in translating concepts into clear and structured wireframes that outline the flow and functionality of your project. This step ensures a solid foundation for a seamless design process.

Design

Interactive Prototype

Transform your ideas into interactive prototypes that allow stakeholders to experience your vision firsthand. I create dynamic mockups for user-friendly insights and previews, guiding your project toward success.

Design

Product Design

Transforming ideas into tangible, user-focused products is my expertise. With a holistic approach, I guide your product’s design journey from concept to completion. From ideation to prototyping, I’m committed to crafting products that resonate with your audience.

Services

Explore the Tools I Master for

Your Success

Figma

Creating Magic Design with Figma

100%

Illustrator

Illustrations with Illustrator

98%

Photoshop

Illustrations with Illustrator

92%

Adobe After Effects

Illustrations with Illustrator

80%

HTML/CSS

Illustrations with Illustrator

99%

Adobe XD

Crafting UX in Adobe XD

100%

Invision

Image Mastery in Photoshop

100%

Zeplin

Image Mastery in Photoshop

100%

WordPress Elementor Pro

Image Mastery in Photoshop

98%

React User Interfaces

Image Mastery in Photoshop

88%

Sketch

Creating Wonders in Sketch

99%

Marvel

Prototypes with Invision

98%

Balsamiq

Prototypes with Invision

98%

Unbounce & WebFlow

Prototypes with Invision

90%

Animation

Prototypes with Invision

70%
Skills

Portfolio

my Cases


All


UI UX Design


Cat Connoisseursweb website design and development
UI UX Design

Cat Connoisseursweb website design and development

How effective, are people assimilating the fact that they can get paid to do some productive things? One that tops the list is getting paid to study.

See project


UI UX Website Design Credit Pros
UI UX Design

UI UX Website Design Credit Pros

How effective, are people assimilating the fact that they can get paid to do some productive things? One that tops the list is getting paid to study.

See project


Learn Mobile App UI/UX Design
UI UX Design

Learn Mobile App UI/UX Design

How effective, are people assimilating the fact that they can get paid to do some productive things? One that tops the list is getting paid to study.

See project


Travel Mobile app UI/UX Design
UI UX Design

Travel Mobile app UI/UX Design

Travel APP is a platform where travellers will be able to pick the best package by comparing it from travel packages of different travel agencies or travel groups.

See project


Zorro
UI UX Design

Zorro

UI/UX Design for Advertise Web App created to facilitate Advertise according to users need for the people of United Kingdom.

See project


View More

Portfolio

Resume

my Story

My Education

UI/UX Design School

From SIIT Tech
2011 – 2014

I attended UI/UX Design School at SIIT Tech from 2011 to 2014, where I honed my skills and knowledge in the field of user interface and user experience design. This educational journey provided me with a strong foundation in creating intuitive and engaging digital experiences

B.E. IT

Bachelor Degree
2008 – 2011

I completed my Bachelor of Engineering (B.E.) in Information Technology (IT) from GTU (Gujarat Technological University) between 2008 and 2011. This program equipped me with a solid understanding of IT principles and laid the groundwork for my career in the technology sector.

Experience
Freelancing

On Upwork Inc
2022 – Present

Since 2022, I have been actively freelancing, offering my expertise and services to a diverse range of clients. Through freelancing, I’ve had the opportunity to work on a variety of projects, collaborate with different teams, and provide customized solutions to meet my clients’ specific needs.

Head of Design Team & Manager

Crest infotech PVT. LTD.
June 2019 – January 2022

As the Head of the UX/UI Design Team & Manager from June 2019 to January 2022, I led and managed a dynamic team of design professionals, overseeing the strategic direction and execution of user-centered design projects. During my tenure, I played a pivotal role in enhancing user experiences, driving innovation, and achieving design excellence

Mobile App Designer

A Private Company
March-2017 to May-2019

As a Mobile App Designer from March 2017 to May 2019, I specialized in creating visually appealing and user-friendly mobile applications. I was responsible for crafting intuitive user interfaces, ensuring a seamless user experience, and contributing to the successful development and launch of mobile apps during this period.

History

Testimonials

what Customers Say

Lora Gray

For Web design

“Bhumi is a great web designer and has handled all the jobs I have sent to her in a timely manner. She is always very responsive and is able to interpret my descriptions on what I want into a design that matches very well. I would highly recommend her for any jobs you are looking for and I intend to use her on future jobs”

Lora Gray

CEO
Bethany Anthony

For a SAAS platform:

“Bhumi is great to work with. Her first initial design was eye catching from our description of what we were looking for. That was impressive to see that delivery on the first attempt. Communication was clear and timely. Revisions were done in a timely manner. Thank you Bhumi for a streamlined experience”

Bethany Anthony

Managing Director
Kenny James

For responsive website design

“It’s been a joy working with Bhumi. She is very communicative and takes feedback well. She executes quickly and provides multiple design options for you to decide which one to move forward with. I wouldn’t hesitate to work with her again! Highly recommend!”

Kenny James

Manager
Nellie Gordon

For eCommerce website


“We hired Bhumi to design a UX / UI interface for an emerging ecommerce brand. Bhumi is professional with excellent delivery times.”

Nellie Gordon

CEO & Founder
Rahul Patel

For mobile app design

“Demo design provided by Bhumi was really impressive. and client approved her design on first meet only. I will be working with her in future for same app. Thank you”

Rahul Patel

Manager
Reviews

Explore My Pricing

Options & Packages

Hourley Basis
24$
Hour

For those seeking flexibility, my services are available at an hourly rate of $24. This option allows you to access my expertise as needed, making it ideal for short-term projects and consultations.

  • Brand Design
  • Mobile App Design
  • Web Design
  • Product Design
  • Wireframe Design
  • Prototype Design


Start Project

Popular
Freelancing
900$
Week

Consider my freelancing package at a competitive rate of $900 per week. With this option, you gain consistent access to my skills and dedication, making it a cost-effective choice for ongoing or part-time support

  • Brand Design
  • Mobile App Design
  • Web Design
  • Product Design
  • Wireframe Design
  • Prototype Design


Start Project

Full Time
3,520$
Month

For those requiring dedicated, full-time support, I offer a comprehensive package priced at $3,520. With this option, you receive my undivided attention and expertise, ensuring your project’s success and continuous progress

  • Brand Design
  • Mobile App Design
  • Web Design
  • Product Design
  • Wireframe Design
  • Prototype Design


Start Project

Pricing

Contact Me

Let’s work together to bring your vision to life & create remarkable user experiences

Address
Ahmedabad, Gujarat, India
Full Time Contract
Available
Email
hiraparabhumi9@gmail.com
Phone
+91 9998811943












    Contact Me