ตัวกรอง

การค้นหาล่าสุดของฉัน
คัดกรองโดย:
งบประมาณ
ถึง
ถึง
ถึง
ประเภท
ทักษะ
ภาษา
    สถานะงาน
    2,000 slice website div งานที่พบ, การเสนอราคา USD

    ...Jquery Script สำหรับโฆษณาวีดีโอ ก่อนโหลดตัวเล่น Iframe จาก data-href button - ตอนกดโหลด Player จะมีโฆษณามาแสดงทุกครั้ง ก่อนที่จะดึงตัวเล่นมากจาก data-href <div class="player_ep"> <div style="text-align: center"> <button type="button" data-href="" data-resolution="fast_p2p" class="btn btn-primary play-ep">Player 1</button> <button type="button" data-href="" data-resolution="google_photos" class="btn btn-default play-ep">Player 2</button> </div> </div> โดยรูปแบบ ดึงโฆษณาวีดีโอมาแสดง จะดึงจาก รูปแบบคล้ายๆ แบบนี้ครับ หรือออกแบบมาให้ก็ได้ครับผม <script> ...

    $120 (Avg Bid)
    $120 การประมูลเฉลี่ย
    1 คำเสนอราคา

    MAX BUDGET 45€ - No Dummy Offers . Please don't send me dummy offers just to make the initial Contact and then ask for more money. The Project: Develop the project in NodeRed Monitoring specific "HTML div elements" from different web pages using Node-Red (different flows). Objective: Identify when there is any change in the DIV section of the webpages (every "x" seconds) and notify me of the change. It is not necessary to show what the change was. Just send the hyperlink by Telegram, including the subject of the flow. Requirements: Create a Node-Red project that can detect changes on multiple websites by creating flows. Include 2 example flows to demonstrate how the monitoring works. Provide detailed instructions on how to create a new ...

    $49 (Avg Bid)
    $49 การประมูลเฉลี่ย
    13 คำเสนอราคา

    I need a solution that can detect when the height of an HTML div exceeds a certain limit, and automatically renders the overflowing content in a separate div. This is crucial as it helps to visually indicate that there is more content available to the user, without overloading the initial view. Key Requirements: - Detecting Div Height: The solution should have a mechanism to recognize when a div's content surpasses a specified height. - Organizing Overflow: The overflowing content should seamlessly and automatically move to a different div on the same page. - Visual Indication: It's important that the system's behavior clearly communicates the presence of additional content to the user. Ideal Skills and Experience: - Proficiency in HTML, CSS an...

    $137 (Avg Bid)
    $137 การประมูลเฉลี่ย
    67 คำเสนอราคา

    MAX BUDGET 45€ - No Dummy Offers . Please don't send me dummy offers just to make the initial Contact and then ask for more money. The Project: Monitoring specific "HTML div elements" from different web pages using Node-Red (different flows). Objective: Identify when there is any change in the DIV section of the webpage (every "x" seconds) and notify me of the change. It is not necessary to show what the change was. Just send the hyperlink by Telegram, including the subject of the flow. Requirements: Create a Node-Red project that can detect changes on multiple websites by creating flows. Include 2 example flows to demonstrate how the monitoring works. Provide detailed instructions on how to create a new flow for a different webpage, ind...

    $43 (Avg Bid)
    $43 การประมูลเฉลี่ย
    15 คำเสนอราคา
    Blazor Developer for MarkDig Extension 1 วัน left
    ยืนยันแล้ว

    ...1. Markdown containing <pre> <code> ... </code> </pre> blocks (example included below) Key Operations: 1. Parse the Code Blocks out, wrap their content with a component containing a title and an action link Output: Rendered HTML containing the original code block wrapped in a component. Technologies: MudBlazor MarkDig Example Input (including ColorCode colorization): <div class="codebuddy-markdown my-4"><!--!--><p>To integrate the core functionality of uploading images to Azure Blob Storage using a Shared Access Signature into your codebase, follow these instructions. The language used is C#, and it's assumed your project supports dependency injection, similar functionalities, and configurations.</p> <h...

    $24 / hr (Avg Bid)
    $24 / hr การประมูลเฉลี่ย
    27 คำเสนอราคา

    Hello, we have the following problem with our shop. We had to use JavaScript to bypass the automatic thumbnails that WooCommerce creates for the customer, as some of the images were cropped. This created the p...class="woocommerce-loop-product__title">„BlockX“-Tasche</h2> <span class="price"><span class="woocommerce-Price-amount amount"><bdi>21,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span></span> </a> .woocommerce-LoopProduct-link img { height: 200px !important; width: auto !important; } Now the images are stretched if they are horizontal in size. As there is unfortunately no div around the <img> element: The aim is for t...

    $37 (Avg Bid)
    $37 การประมูลเฉลี่ย
    55 คำเสนอราคา
    moving from option panel to two different columns simultaneously 1 วัน left
    ยืนยันแล้ว

    ... } }; return ( <div> <DragDropContext onDragEnd={handleDragEnd}> <div style={{ display: 'flex' }}> <Droppable droppableId="column1"> {(provided) => ( <div className = "drag" {...} ref={}> <h5>column 1 header</h5> {((item, index) => ( <Draggable key={item} draggableId={item} index={index}> {(provided) => ( <div {...} {...} ref={} > <p>{item}</p> </div> ...

    $32 (Avg Bid)
    $32 การประมูลเฉลี่ย
    30 คำเสนอราคา

    In Node-Red Monitoring specific "HTML div elements" from different web pages. (different flows) So, the idea is to identify when there is any change in the DIV section of the webpage (every "x" seconds) and notify that there is a change (it's not needed to show what was the change) Just sending the hyperlink by Telegram including the subject of the flow when there is a change it's enought. I need to know how to create new flows in order to change them or create new flows. (just explain me how to create new flows) -So explain the configuration of new monitoring flows, enabling addition of new web pages/specific HTML elements. Provide a list of required dependencies and setting up and configuring the flow, including telegram bot integration ...

    $49 (Avg Bid)
    $49 การประมูลเฉลี่ย
    22 คำเสนอราคา

    ...function fixMissingImports(code: string, importsMapping: Record<string, string>): string The code is a string of a content of a file tsx or jsx file. the function should first analyze and see what imports of a React components are missing, then add the missing imports according to the importsMapping. Example 1: if a code is this: export default function App() { return <div> <Box>some content</Box> </div>; } the function should detect that an import of Box component is missing, and it should look at the importsMapping["Box"] to get an import to add to the file example 2: if the code is this: import {Box} from "@mui/system"; export default function App() { return <Stack> <Box>som...

    $39 (Avg Bid)
    $39 การประมูลเฉลี่ย
    38 คำเสนอราคา
    PHP-Based Web System for Data Analysis หมดเขตแล้ว left

    ...focused on data analysis. The system will serve as a platform for users to perform detailed data analysis. Key features to include: - User Registration and Login: The system should have a secure user registration and login functionality to keep the data protected. - Various Search Modules: I would like the system to have search capabilities by name, date, and category. This will allow users to slice and dice through data effectively. Ideal skills and experience: - Proficiency in PHP: As the core technology of this project, you should have a strong background in PHP. - Data Analysis Expertise: Experience in building systems that cater to data analysis will be a huge plus. - Security Knowledge: Strong knowledge of securing the system is crucial due to the sensitive nature of dat...

    $139 (Avg Bid)
    $139 การประมูลเฉลี่ย
    84 คำเสนอราคา
    Website Template with Responsive Menu หมดเขตแล้ว left

    I need a website template written in raw html, css and js (no third party library). The website has responsive menu (look at the attachment to see my design) : - The menu item can be a leaf item or parent item that will show subtitems if clicked. - Clicking menu item/subitem will show the corresponding content. - The menu is placed on right side in the desktop and on top under image header in mobile. - The image header and menu should always be shown even when the page is scroll down - The menu has background color in desktop and transparent bg on mobile What you have to do: - Create the website - Use some random image for the image header - Create a div with text 'Item1', 'Child1', 'Child2', 'Item3', 'Child3'...

    $27 (Avg Bid)
    $27 การประมูลเฉลี่ย
    25 คำเสนอราคา
    UI Developer Needed for Long-Term หมดเขตแล้ว left

    I'm in need of a talented UI developer with advanced skills in HTML and CSS. The ideal candidate should have experience working on modern design styles. Key Requirements: - Advanced proficiency in HTML and CSS. - Experience worki...freelancer not a company -Long term work We will start with this small work so please share your prices to do this: -It needs to be responsive -Its scroll feature should work: Top-bottom and vise versa -It should support these browsers: Chrome, Microsoft Edge, Firefox, and Safari -It should be div based only -Design and html should match 100% From our side there will be always support and no much pressure only need quality work as we are a German based company.

    $98 (Avg Bid)
    $98 การประมูลเฉลี่ย
    74 คำเสนอราคา
    Google Images Downloader Fix & Enhancement หมดเขตแล้ว left

    ...Extension Developer to assist with my Google Images Downloader extension. I'm encountering two primary issues with the extension; it's failing to download images and images are not loading correctly. Key Tasks: - Fix the issue causing the extension to be unable to download images - Resolve the problem with images not loading properly - Identify the specific changes in Google's image classes and div elements that caused the extension malfunction. - Modify the extension code accordingly to adapt to these changes and ensure compatibility with the latest Google Images layout. Please note that I've already attempted to reinstall the extension in Google Chrome, but this hasn't resolved the issues. Ideal skills & experience: - Proficient in Chrome Extens...

    $12 (Avg Bid)
    $12 การประมูลเฉลี่ย
    7 คำเสนอราคา
    Need JavaScript Expert to Update and Fix a Template หมดเขตแล้ว left

    ...working template and to update to the newest libraries. Instructions: 1. The "" video snippet shows a working template using the old "" and "" javascript libraries. When you type a telephone number inside the input field (tonumber), the full number with country code (tonumberfull) automatically displays beside the input field inside the "div". This old working code is listed in "". 2. Attached is a non-working update attempt "" which uses the latest "" and "" javascript libraries. As you will see, when you type a telephone number inside the input field, the full number does not appear. 3. Please correct/update the "" code (which uses the latest

    $39 (Avg Bid)
    $39 การประมูลเฉลี่ย
    34 คำเสนอราคา
    Custom Chart.js Donut Configuration หมดเขตแล้ว left

    I have a chart that is divided to multiple slices. What I need is: - when hover on a slice, the slice's index number should display ON THE SLICE - when hover on a slice, the slice's corresponding image should display IN THE CENTER of the chart

    $31 (Avg Bid)
    $31 การประมูลเฉลี่ย
    25 คำเสนอราคา
    Trophy icon Pizza store sign หมดเขตแล้ว left

    brand name: “Pizza Tube” Sample of store sign attached below with same size. (banner) - Simple unique pizzeria sign (preferably woth dripping cheese pizza slice)

    $30 (Avg Bid)
    การันตี
    Add ads in a div scrolling wordpress หมดเขตแล้ว left

    Wordpress expert required to add ads in wordpress.

    $13 / hr (Avg Bid)
    $13 / hr การประมูลเฉลี่ย
    57 คำเสนอราคา
    Realistic Cake Illustration หมดเขตแล้ว left

    I'm looking for a skilled illustrator to create a realistic picture of a cake for a project I'm working on. The main subject should be a cake with a design consisting of gold dripping frosting on a chocolate cake base. Key Requirements: - Realistic Illustration: I require a detailed, lifelike depiction of the cake. - Gold Dripping Frosting: The cake should...depiction of the cake. - Gold Dripping Frosting: The cake should have a design with gold dripping frosting. - Chocolate Cake Base: The cake should be a chocolate cake. Ideal Freelancer: - Proficient in realistic illustration - Experienced in creating food illustrations - Able to replicate gold dripping frosting - Knowledgeable in cake design and able to illustrate a chocolate cake base. A slice of cake ...

    $78 (Avg Bid)
    $78 การประมูลเฉลี่ย
    77 คำเสนอราคา
    XUIone php Files Fixed หมดเขตแล้ว left

    Hello everyone, I would like someone to repair all my XUIONE php files for me, there are 91 php files to repair, I'll give you an example here. Please only contact me if you can do this <?php echo ' ...fa-caret-down"></i></button></a>' . "rn" . ' <a href="#" class="scrollToTop" id="scrollToTop"><button type="button" class="btn btn-success waves-effect waves-light"><i class="fas fa-caret-up"></i></button></a>' . "rn" . ' '; } echo ' <div class="container-fluid">' . "rn" . ' <div class="r...

    $187 (Avg Bid)
    $187 การประมูลเฉลี่ย
    28 คำเสนอราคา
    5G Indoor Radio Design Expert Needed หมดเขตแล้ว left

    ...can direct me where to find the related information. How to identify the costs items in a precise way. I need the help on how to allocate the radio, computing, storage , backhaul resources to each slice Key Requirements: - help me to find a prototype of 5G small cell with cloud or open ran - help me to calculate the capex and opex of the small cell. - High Data Transfer Rate: The system must be capable of handling a large amount of data transfer with a high speed. - Low Latency: As the system will be handling more than 50 connected devices, it's crucial that latency is kept to a minimum. -slice the planned network to several slices to be rented to multiple users Your role will involve: - teach me how to design a 5G indoor radio system that ensures high data transf...

    $1103 (Avg Bid)
    $1103 การประมูลเฉลี่ย
    26 คำเสนอราคา
    Website Data Extraction for Contacts Spreadsheet หมดเขตแล้ว left

    ...ID=1 through ID=99999 For each contact, you will enter in: Company Name Company Title Street Address City State Zip (in separate fields) Company website Company phone Number of employees Revenue Company Description Company Area First Name Last Name (found on the far right of the same line as the first name) Title, Product Phone Email (in the (<div id="ParentRepeater…) section, you will find the Company Area and Contact information). There will be one or more contacts under each (<div id="ParentRepeater…) section. page source example: <div id="ParentRepeater3_Div1_19"> <b>R&D/Regulatory</b> </div> <div class="containerJobFunction"> <div>...

    $147 (Avg Bid)
    $147 การประมูลเฉลี่ย
    79 คำเสนอราคา
    Create a type button - next item หมดเขตแล้ว left

    I have a page with several php, js, html elements, which also works with a section, with several random Divs (they appear one at a time) - I need a button that moves to the next Div, without updating the entire page.

    $5 / hr (Avg Bid)
    $5 / hr การประมูลเฉลี่ย
    35 คำเสนอราคา
    Responsive Video Endscreen Design in HTML/CSS หมดเขตแล้ว left

    ...calls-to-action that lead to other videos on our platform. - Needs to be suitable for Mobile 1 / 2 videos. Desktop may be more depending on screen size.. Additional Information: - The endscreen will be used on a self-hosted website based on Wordpress fetching video info via Wordpress API. - Although the endscreen is not designed to promote a product or service, a background in marketing or user experience design could be beneficial for maximizing its effectiveness. - Player is based on and has already a function plugin for displaying a blank div that can be used as in endscreen. The only issue now it to develop an "nice" looking endscreen that can be used over multiple of my websites Please only apply if you are confident in your ability to deliver a hig...

    $162 (Avg Bid)
    $162 การประมูลเฉลี่ย
    88 คำเสนอราคา

    I have a section (div) on my page where we send messages to other users. And we save it in a history - leaving only the most recent one. I would like it to stay in a certain place, the last 5 I sent.

    $8 / hr (Avg Bid)
    $8 / hr การประมูลเฉลี่ย
    42 คำเสนอราคา
    Excel Workbook for Customer Insights หมดเขตแล้ว left

    ...information, sales volumes, and insightful visualizations for better decision-making. Key Features Needed: - **Customer Contact Information**: The workbook should include customer names 2 contact info fields (email & phone). Data Representation: - **Sales Data & Customer Slicing**: There should be 3 sheets within the workbook with sales volumes. Users should be able to use a pivot table to filter and slice data by branch and year. - **Customer Variances Year-over-Year**: I need the workbook to show customer variances year-over-year. This should include both percentage change and absolute difference. Visualization: - **Top 10 Customers**: The workbook should contain an Excel table that presents the top 10 customers by volume. Ideal Skills: - Proficiency in Excel, e...

    $82 (Avg Bid)
    $82 การประมูลเฉลี่ย
    73 คำเสนอราคา

    Hi I have a python matplotlib script that allows user to scroll through a 3D image, in nifti file format. It has a slider that allows you to scroll through the z axis of the image. I would like for the image to have a text box that updates chosen coordinates that are selected by clicking on the image at a given slice. I would like for the chosen coordinates to only update if the user clicks on the canvas where the image is. I would also like for the text box to be outside the canvas and slider. If you have previous experience with Matplotlib, this should be no problem. Thank you!

    $118 (Avg Bid)
    $118 การประมูลเฉลี่ย
    31 คำเสนอราคา
    Vue.js Bootstrap Makeover หมดเขตแล้ว left

    Hello! I'm seeking an experienced Vue.js and Bootstrap developer who can make modifications to my website. I've uploaded a screen shot of the display that I need changed. I want it to look clean and have the elements align properly. I also uploaded my code. You are free to develop your own classes so there is no conflict with anything else. It's jus a small section of a <div class="person-info" v-for="dataObj in selectedRESEARCHERSLIST" :key=""> Please say in your bid== "I can do this" as the first wording of your proposal That way I can talk to real people,.

    $24 (Avg Bid)
    $24 การประมูลเฉลี่ย
    23 คำเสนอราคา
    Architect - Exterior Front Porch หมดเขตแล้ว left

    ...dimensions and direction), electrical outlets, electrical switches, lighting, smoke detectors, escape windows, appliances, electric service panels, bathrooms, furnaces, water heaters, all materials to be used, ceiling height, and all other pertinent information. If there is to be a fireplace, installation information must be submitted. 2. Cross Section: Show all materials to be used, basically a slice through the wall showing how the wall-ceiling-floor construction is to be completed. Indicate as much specific information and detail as possible. 3. Elevations: Required for exterior renovations only. A drawing showing the house with the completed addition. Indicate dimensions, door and windows, any new chimneys (indicate height above closest peak), materials to be used, skylights,...

    $117 (Avg Bid)
    $117 การประมูลเฉลี่ย
    34 คำเสนอราคา
    Multi-Company Stock Data Extraction Script using N8N หมดเขตแล้ว left

    ...n8n script to login to a specific website and extract stock data for multiple companies. Key features of this project include: - Extraction of table data: You should have knowledge and experience working with web data extraction, specifically with table data. - Selection of stocks data: The script should have the ability to select and extract information from the stock table. - Capability for multiple companies: The tool should be versatile to handle data extraction for multiple companies, not limited to just one. Experience in the use of n8n for data extraction from websites, especially in the finance sector, will be a significant advantage for this project. One of the page is: And the table is in the "premium" div. The credentials will be provided

    $151 (Avg Bid)
    $151 การประมูลเฉลี่ย
    38 คำเสนอราคา
    Script to convert HTML DIV to pdf หมดเขตแล้ว left

    I need a script that will convert any html div to pdf (and download).

    $28 (Avg Bid)
    $28 การประมูลเฉลี่ย
    31 คำเสนอราคา

    Create a JS-based WYSIWYG Editor integrated into WordPress Website run a WordPress-based website that is a UGC (User Generated Content) platform. I want users to be able to format their blog posts before publishing. WordPress core and TinyMCE are too heavy and too expensive respectively. I want to implement the same functionality of TinyMCE 7 (free version) via custom code in my site. Requirements of the WYSIWYG Editor: - Support for bold, italics, underline, link insert, link remove, align, highlight, font size, font-family, tables, and more. - Support to format HTML tags automatically. Auto add/remove tags to make programmatic sense. Auto format text pasted from WordPress - Proper functions so that I can programmatically insert content in the editor. - Quickbar to show...

    $698 (Avg Bid)
    $698 การประมูลเฉลี่ย
    36 คำเสนอราคา
    Minimalistic Logo Design for Juice Club หมดเขตแล้ว left

    ...embroidery so it's crucial the design is versatile and scalable without losing its essence or clarity. - The ideal designer is creative, with a sharp eye for detail and a strong portfolio showcasing minimalistic designs. Experience in creating logos that are both digital and print-ready is a plus. -In the design, we are looking for a baby bottle that looks like it has ice and juice in it with a slice of watermelon included next to it. The style of art we are looking for is similar to the uploaded file "type of Logo the juice " - The company name "The Juice Club" to be included in the logo with a modern style font look to it (with or without lines or a box around it). - This will also be used for embroidery, so the less complicated (fading colors, shadin...

    $52 (Avg Bid)
    $52 การประมูลเฉลี่ย
    166 คำเสนอราคา
    Project for True Value Infosoft P Ltd หมดเขตแล้ว left

    Need to complete two light boxes: 1. Order details one: This is already done but its some part is done in table structure so please change in div 2. Do lightbox of supplier one 3. Do lightbox of requisition one in this budget or will pay extra for this. And it should be responsive.

    $134 (Avg Bid)
    $134 การประมูลเฉลี่ย
    14 คำเสนอราคา
    Adult-Oriented 2D Animation Drama หมดเขตแล้ว left

    I'm looking to create a 2D animated short film that tells a compelling slice of life story. The film is aimed at adults and should be 7 minutes long. Synopsis: Ricardo is struggling with a creative block for his final piano piece. At 80 years old, he aims to retire, but not without a musical crescendo. In search of inspiration, Ricardo delves into his own memories by exploring the space around him. The room comes alive, and amidst the chaos of his studio, he relives key moments of his life. The journey takes him to the attic, where forgotten memories and the origin of his life's work await him. The music is born not only from notes, but from the essence of his personal story – a musical masterpiece steeped in memories. To make this project a success, you'll ne...

    $142 (Avg Bid)
    $142 การประมูลเฉลี่ย
    46 คำเสนอราคา

    ...native format from CSS o Remove all bold and format so it just table with text (will bold etc manually after as I think is simpler right?) - Images o Paste and saves directly to media folder (no hot linking) o Use media image URL o (Note: I have Imagify to auto compress images) - Text o Uses native format from CSS o All HTML is removed so clean code o Remove all inline styles o Remove all <div></div> o Replace <span> with <p> o Remove all unsupported tags and tag attributes o Remove classes and IDs o Remove extra   o Remove comments o Set new lines based on text paragraph. - PDF o Pasting PDF link should turn to Real3d embed like [Real3dflipbook pdf=url] IMPLEMENTATION Tell me how you will do? Can be done in? - .PHP file, or - Plugin SUPP...

    $151 (Avg Bid)
    $151 การประมูลเฉลี่ย
    169 คำเสนอราคา
    Immediate Assistance Needed for PHP Laravel Site หมดเขตแล้ว left

    I urgently require immediate assistance. The project involves updating three DIV tags on my PHP Laravel framework website. I specifically need to add/remove elements to these DIV tags. Required Tasks: - Modify three DIV tags on my website by adding or removing elements - Cleanup the website directories by removing unused files Ideal Freelancer: - Proficient in PHP and Laravel framework - Experienced in website directory cleanup - Able to work quickly and efficiently - Proficient in instant messaging for quick communication Please note that the project needs to be completed within the next 5 hours. Communication: I prefer updates and progress communicated through the Freelancer messaging system. Looking forward to working with you.

    $134 (Avg Bid)
    $134 การประมูลเฉลี่ย
    31 คำเสนอราคา
    Pizza Business Dog-Inclusive Logo Design หมดเขตแล้ว left

    I am in need of a unique and professional logo for my pizza business that also welcomes our four-legged friends. The logo should be completed within a month. To perfectly represent my business, I have identified three main elements I want to be incorporated in the design: - Pizza slice: Because it's a pizza business, of course! - Labrador retriever and a Nova Scotia Duck Tolling Retriever line art illustrations: As we are a dog-friendly establishment, these dog illustrations are essential to show inclusivity. I prefer a neutral color scheme that leans towards black, white, and/or cream shades for a classy and timeless impression. Freelancers with experience in logo design and an understanding of crafting minimalistic yet inviting icons incorporating both food and pet themes ...

    $86 (Avg Bid)
    $86 การประมูลเฉลี่ย
    120 คำเสนอราคา

    Job Description: Are you passionate about Japanese culture and products? Do you dream of starting your own business? We're offering an unparalleled opportunity for entrepreneurial Vietnamese nationals to launch and manage an online shop on Shopee Vietnam, featuring select Japanese products. As part of our team, you'll play a pivotal role in bringing a slice of Japan to Vietnam, selecting products you believe in, and managing the day-to-day operations of the online shop. Key Responsibilities: Product Selection: Identify and select Japanese products with potential high demand in the Vietnamese market. You have the freedom to choose products you're passionate about. Store Management: Oversee the online store's operations on Shopee Vietnam, including listing product...

    $5 / hr (Avg Bid)
    $5 / hr การประมูลเฉลี่ย
    26 คำเสนอราคา

    ...interview is to gain insights into your daily use of the Kreditbee, focusing on functionality, ease of use, and comparison with other loan services. [Ideal Candidate Profile] Experience with Kreditbee: You should have used Kreditbee to borrow cash at least twice. Communication Skills: Fluent in English, with the ability to articulate your experiences and comparisons with other loan apps (e.g., Slice Borrow, CASHe, Moneyview and Navi ). Technical Requirements: Willingness to share screen recordings of your interactions with the Kreditbee app and discuss your transaction history. [Application Requirements] To apply, please include the following information in your application: 1. Gender 2. Age 3. Occupation 4. Monthly Income 5. Preferred Time for Interview (10AM, 11AM, 12PM, 1PM...

    $173 (Avg Bid)
    $173 การประมูลเฉลี่ย
    5 คำเสนอราคา

    ...Interview] We are conducting a study on the user experience of "Slice borrow," a leading loan product, and are in search of individuals who regularly use this app for their financial activities. The goal of our interview is to gain insights into your daily use of the Slice, focusing on functionality, ease of use, and comparison with other loan services. [Ideal Candidate Profile] Experience with Slice: You should have used Slice to borrow cash at least twice. Communication Skills: Fluent in English, with the ability to articulate your experiences and comparisons with other loan apps (e.g., Kreditbee, CASHe, Moneyview and Navi ). Technical Requirements: Willingness to share screen recordings of your interactions with the Slice app and discuss ...

    $130 (Avg Bid)
    $130 การประมูลเฉลี่ย
    6 คำเสนอราคา
    Project for Truong T. หมดเขตแล้ว left

    ...would like to offer you my project. We can discuss any detaThis milestone aims to enhance the spin and win feature of the WordPress website by implementing a more accurate and dynamic probability calculation mechanism. Currently, the website utilizes a custom spin and win wheel with six slices, each assigned a specific probability of winning. However, the existing system lacks the functionality to distribute these probabilities effectively over a set number of spins and restart the cycle seamlessly once the spin count reaches 100. Key Objectives: 1 Probability Distribution Enhancement: Implement an algorithm to distribute the winning probabilities of each slice over a span of 100 spins. This algorithm will ensure that the specified probabilities accurately repr...

    $10 (Avg Bid)
    $10 การประมูลเฉลี่ย
    1 คำเสนอราคา
    Optimize Spin & Win Game Mechanics หมดเขตแล้ว left

    This milestone aims to enhance the spin and win feature of the WordPress website by implementing a more accurate and dynamic probability calculation mechanism. Currently, the website utilizes a custom spin and win wheel with six slices, each assigned a specific probability of winning. However, the existing system lacks the functionality to distribute these probabilities effectively over a set number of spins and restart the cycle seamlessly once the spin count reaches 100. Key Objectives: 1 Probability Distribution Enhancement: Implement an algorithm to distribute the winning probabilities of each slice over a span of 100 spins. This algorithm will ensure that the specified probabilities accurately represent the likelihood of winning within the defined spin cycle....

    $41 (Avg Bid)
    $41 การประมูลเฉลี่ย
    34 คำเสนอราคา
    Comprehensive Editor for Non-fiction Novel หมดเขตแล้ว left

    I am currently on the hunt for an experienced editor to help bring my novel to life. The novel is part of the non-fiction genre and runs a length of 110,000 words estimate. (Includes back and front cover.) The story is sensitive about domestic violence and slice of life impacts on the main character who sets out on a journey to find peace and learn to support her own self and child through work. The aim of the story is to bring insight to victims going through the same life events and to inspire and teach others how to navigate their own journey. This book is aiming to help people in need. Editing Scope: I am searching for someone who can handle sensitive material and is naturally compassionate. This story needs an open and understanding person who can iterate conflicted emotions ...

    $188 (Avg Bid)
    $188 การประมูลเฉลี่ย
    62 คำเสนอราคา
    Slice of heaven - Male vocals หมดเขตแล้ว left

    Record and mix a 3 part male vocal choir song. Keep the performance in line with the reference - upbeat and happy.

    $26 / hr (Avg Bid)
    $26 / hr การประมูลเฉลี่ย
    1 คำเสนอราคา
    Full-Time WordPress Specialist & English Support หมดเขตแล้ว left

    Calling All WordPress Wizards! ⚡ Are you a master of the WordPress-verse, capable of taming even the most unruly plugins and themes? Can you solve website woes with the speed of a bolt of lightning? ?️ If so, we want YOU to join our ragtag band of support superheroes! The Mission: - Provide phenomenal customer support to our clients via chat, responding in under 60 seconds (no time for snail mail here!) - Be on-call 12x7x365, but don't worry, you'll only be expected to work 3-5 hours day but must be available for the 12 hours - Troubleshoot WordPress issues with the prowess of a ninja coder - Communicate solutions with the clarity of a zen master (business-level English required) - Create a roadmap for our next development releases, ensuring we stay ahead of the competiti...

    $1006 (Avg Bid)
    $1006 การประมูลเฉลี่ย
    284 คำเสนอราคา
    WordPress Site Graphic Design Implementation หมดเขตแล้ว left

    Looking for a designer (preferably from Asia or eastern Europe) to design and implement a landing page in Wordpress for a recruiting platform that matches workers to employers. Div 1: An animated girl, upper body and face with some text that allows people to select who they are. Create and include subtle logos. Div 2: Just text and colour and button, explaining the service for employers Div 3: Just text and colour, explaining the service for recruiters. Menu. Very minimalistic. Beautiful colour scheme and fonts. Quick and easy project for the right person.

    $9 / hr (Avg Bid)
    $9 / hr การประมูลเฉลี่ย
    118 คำเสนอราคา
    Info Website Coding Adjustment หมดเขตแล้ว left

    I need assistance with a specific website coding issue, to make the sticky position of an element adjust to below the Google Translate banner whenever the banner is displayed and not adjust whenever the Google Translate banner doesn't show. Skills and Experience Required: • Proficient in website coding • Knowledge of Google Translate banner • Familiarity with adjusting sticky positions of div elements The following test code works by adjusting the sticky position based on if the original language (English) is displayed or not, rather than by directly detecting the Google Translate banner. The problem is that when the banner is displayed and someone selects "Show Original", after scrolling down further, the sticky heading is hidden be...

    $28 (Avg Bid)
    $28 การประมูลเฉลี่ย
    26 คำเสนอราคา
    Minimalist 3D-Printed Geometric Wall Art หมดเขตแล้ว left

    Hello. I am passionate about sprucing up my personal space and need a creative artist skilled in 3D-printing to create a special geometric piece for my wall. Details: - The final piece is intended to cover less than 1 square meter wall space. - I have a preference for a minimalist style which should be the dominant theme of the desig...should be the dominant theme of the design. - The piece will be produced using plastic filament, but here's where your expertise comes in. I need help with not only 3d modeling but also strategizing how we can produce it in small sections that will be combined later. - Experience with creating wall art is a plus but not required. If you are an experienced 3D-print artist who can intelligently slice models into printable parts, I'd love...

    $104 (Avg Bid)
    $104 การประมูลเฉลี่ย
    40 คำเสนอราคา
    Collections Page Redesign Shopify Liquid Code หมดเขตแล้ว left

    I am seeking a skilled Shopify developer proficient in liquid code to revamp my collections page. The project entails modifying the original layout based on a specific design I have planned. It is expressly no...liquid code - Able to implement designs into code - Understands the balance between aesthetics and functionality - Has a keen eye for detail to ensure alignment with my design. Let's transform my collections page into an engaging and user-friendly experience. I need a header The first div needs to be a fixed full screen page with a lottie animation in the middle(this is provided) and the text needs to be centered to the lottiate animation and then it needs to change as you scroll down. The a second div needs to appear at the end of scrolling through the first...

    $20 (Avg Bid)
    $20 การประมูลเฉลี่ย
    12 คำเสนอราคา