Embarq dsl view webcam Jobs

Filter

Meine letzten Suchanfragen
Filtern nach:
Budget
bis
bis
bis
Typ
Fähigkeiten
Sprachen
    Jobstatus
    2,000 embarq dsl view webcam Gefundene Jobs, Preise in EUR

    More details: What platform do you want the app to be developed for? Both What are the primary features you want to include in the app? In-app purchases, User account creation and authentication What is the main ...with analytics and insights into listing performance, user engagement, and market trends to optimize their strategies. Notifications: Implement push notifications to alert users about new property listings, messages, updates, and important events within their network. User Profile and Management: Allow users to create and manage their profiles, update contact information, track favorites, and view past activities. Security and Privacy: Prioritize data security and user privacy by implementing robust encryption protocols, GDPR compliance, and transparent data handling ...

    €3671 (Avg Bid)
    €3671 Gebot i.D.
    12 Angebote

    ...io/reference/introduction-1 Before setting up the custom events, I would recommend checking this document as well: When it comes to tracking the form => same logic is applied, using JS APIs to send the event. To make sure the client’s identity stored in a cookie is getting transformed from the anonymous ID that you see in the Live view to the Email address, you need to identify the user. The support documents I shared above cover this topic as well. ---end of message from kissmetics--- What I need: 1. set up the custom events for add-to-cart 2. set up the event for klavyio form 3. make sure that what you do doesn't do that there will be 2 events coming from your work and the native plugin. 4. if you can do this, please

    €150 (Avg Bid)
    €150 Gebot i.D.
    78 Angebote

    I'm in need of a skilled 3D designer to produce an extensive office furniture catalogue. This catalogue should include a diverse range of furnishings such as desks (workstations, executive, and manager), cabinets, credenzas, office partitions, reception desks, and meeting tables. In terms of design direction, I'm looking for modern offic...tables. In terms of design direction, I'm looking for modern office furniture pieces that utilize melamine faced MDF with steel and aluminum legs. The desired aesthetic is sleek and contemporary. Key requirements include: - Expertise in 3D design, particularly with furnitures - An understanding of modern, sleek design using specific materials - Ability to produce high-quality isometric view renderings Looking forw...

    €7 - €14 / hr
    Featured Versiegelt
    €7 - €14 / hr
    21 Angebote
    ReBuild a website Beendet left

    Construction company looking for a website to showcase projects. Current website needs modern view with a much more higher scale look

    €413 (Avg Bid)
    €413 Gebot i.D.
    367 Angebote

    I am in need of an exceptional, advanced-level Magento 2 developer with hands-on experience and proficiency in plugin updating and bug fixing. Key Responsibilities: - Plugin development: You will be expected to update and debug existing plugins, ensuring optimal performance and seamless integration with existing systems. - Perform...Repeated customer login problem need to fix . 2. Shall we use OTP login method for customer login 3. Product customized data not displayed in front end ( While adding a new product customize options for get text or any other required datas from customer ) 4. fliter options ( product display page left side options filter by catagory) 5. main menu alignment horizontal not working 6. slider view not working 7. Complete website performance check ...

    €166 (Avg Bid)
    €166 Gebot i.D.
    21 Angebote

    I'm seeking a talented web developer who can create a visually stunning, interactive webpage to showcase 10 of my photographs. The webpage should, right from the onset, display all my art pieces in an aesthetically pleasing grid layout. Core requirements: 1. Immediate display of all photographs: Upon opening the page, all 10 photographs should be visible to the user. 2. Transition to full screen view: My paramount concern is the interactivity with the user; when a photograph is selected, it should expand to fill the screen. When deselected, it should smoothly transition back to the initial layout. The transition effect is key to ensure seamless user experience. 3. Grid layout: For optimum presentation, all photographs should be laid out in a grid format. Skills and experienc...

    €31 (Avg Bid)
    €31 Gebot i.D.
    31 Angebote

    ...submissions for the week, pending verifications, and pending approvals. This dashboard allows administrators to track the progress of lesson plan submissions and approvals at a glance. 5. **Restricted Access:** Leading teachers and principals have access to additional functionalities, such as data correction, verification, and approval of lesson plans. Teachers have access only to submit lesson plans and view their own submissions. 6. **Data Management:** The portal includes functionalities for managing lesson plan data, including viewing, editing, and deleting lesson plans as necessary. **Benefits:** - **Streamlined Workflow:** The portal streamlines the lesson plan submission and approval process, reducing paperwork and administrative overhead. - **Improved Collaboration:**...

    €14 / hr (Avg Bid)
    €14 / hr Gebot i.D.
    65 Angebote

    I'm looking for an expert in responsive, intuitive UI development using React.js. The ...with keen attention to detail, excellent problem-solving skills and a flair for vibrant aesthetics. Responsibilities: • Develop responsive and intuitive user interfaces using React.js. • Integrate Zoho and Stripe for recurring subscription payments. • Create visually appealing landing pages with dynamic content creation capabilities. • Implement features to allow users to manage subscriptions and view invoices. • Collaborate with cross-functional teams to gather requirements and translate them into technical solutions. • Ensure the technical feasibility of UI/UX designs. • Optimize application for maximum speed and scalability. • Stay updated on eme...

    €342 (Avg Bid)
    €342 Gebot i.D.
    29 Angebote

    I'm seeking the skills of a talented 3D artist to create an aerial view rendering of a warehouse. The primary goal is to use this rendering for construction planning purposes. Here are the specifics: - The rendering should include landscapes to give it a physical context. However, no additional structures like parking lots or surrounding buildings are required. - Rendering should be from an aerial perspective, not eye-level or interior. Would be best if you have prior experience in creating similar renderings and possess a strong understanding of construction planning and landscaping. Skills required: 3D Design, Architectural Rendering, Landscaping.

    €57 (Avg Bid)
    €57 Gebot i.D.
    16 Angebote

    I'm searching for an experienced HTML and JavaScript expert to execute quick and efficient prototype development oriented around parent and iframe interaction. Please bid with the result (Screenshots, video recording), the look and feel is not important , just the interaction logic should be correct . Then I will be reward you the projec...and feel is not important , just the interaction logic should be correct . Then I will be reward you the project right away and will reward you another bigger ReactJS Firebase project The detailed document is here: Video is here: Please approach me with some result.

    €18 (Avg Bid)
    €18 Gebot i.D.
    20 Angebote

    ...directly using UNION and removing any repeats or we can notice that count distinct for set 1 = 10 count distinct for set 2 = 6 count for set 1 + set 2 = 16 intersection of set 1,2 = SET 1 intersect SET 2 = {15,30} count SET 1 intersect SET 2 = 2 Therefore COUNT DISTINCT also equals COUNT (SET 1 + SET 2) - ( Count( SET 1 intersect SET 2)) = 10 + 6 - 2 =14 BUT THE UNION METHOD SEEMS FASTER IN MY VIEW Essentially when we COUNT DISTINCT of all sets combined we are technically counting the elements in the UNION of all the sets... Here is another special example set 1: 1 2 3 4 5 6 set 2 : 1 2 3 4 5 set 3: 3 4 5 6 COUNT DISTINCT = 6 since the union is {1 2 3 4 5 6} Note: the sets do NOT need to contain the same amount of elements if howwever i specify the MIN as 3 and the...

    €108 (Avg Bid)
    €108 Gebot i.D.
    44 Angebote

    Project Description: To Integrate an AI-Powered Baby Name Generator: The primary objective is to develop and integrate a baby name generator tool on the homepage of our website, specifically within the header sec...a user clicks on a name (e.g., Robert), the tool should make a further query to OpenAI to fetch and display detailed information about that name in a popup or another dedicated page. 4)Integration: Ensure seamless integration with the current website (wordpress) and maintain alignment with the website’s Aden theme. Sample Design - Please let me know if you can implement this feature seamlessly integrated with our current site.

    €124 (Avg Bid)
    €124 Gebot i.D.
    11 Angebote

    ...----- Create a 3D experience that brings the venue to life and aids in visualizing and planning successful events. Create 3d flythrough of event venue. Wall height is 30’. Don’t worry about ceiling accuracy, you can have it very basic white box with light fixtures like you see in photos. Create a 3d model in sketchup or unreal engine or a DMX lighting program. Fly through with a ‘drone view’ starting the WEST ESCALATOR and FLY down the escalator into the ENTRY DOORS (GREEN X), FLY NORTH, and follow path, pause for and focus for 15 second at POSITION 2), CONTINUE REST OF PATH ( 60 seconds duration of entire fly through). No sound effects on video. Bright white lighting conditions like you see in the video and picture assets. If you ...

    €92 (Avg Bid)
    Featured Dringend Garantiert Versiegelt Top-Wettbewerb
    €92
    24 Einträge
    Domestic News Beendet left

    We currently run an onl...(CMS) – categories like template 7 Short message from CMS “MUNICIPAL NEWS” 8 Article selection based on topicality, starting at the top, moving from left to right 9 Fixed space, content from CMS “MUNICIPAL NEWS” 10 After the title overview, the content moves to the respective categories according to CMS A Fixed places (4 x) for affiliates, can only be edited by the admin in the CMS JPG: “1” + “2” View after clicking on preview, when scrolling down the content slides up over the front page Content: text, images, image galleries, YouTube Links to social media (by arrangement) Please offer me: - Inquiry price - Alternatively, contract for 3 years with an option to extend at a fixed monthly price (indexed)...

    €18 (Avg Bid)
    €18 Gebot i.D.
    9 Angebote

    We are seeking a consultant who can create a roadmap template for an Android/iOS/Win application product development project for new startup. The consultant will be documenting the strategy and planning of development process, Every details required to build application from User, Admin and client point of view (Channel owner). The ideal candidate should have experience in application product development, with a deep understanding of Android, iOS, and Windows platforms. Business Case- Application should be able to create , Maintain, Share the video, Graphics, and Text contents with registered users . These Videos will be uploaded by Channel owners . app Example- Youtube

    €597 (Avg Bid)
    €597 Gebot i.D.
    9 Angebote

    ...com/restaurant/foodangels in this section you creation of the section for the this section in the backend this should be in the dashboard to optimize and modify Frontend Info section this image should be controlled from dashboard because it make the website slow Categories discount Quick view like the example website design but with my colour and the speed Section for the 3 )Pizza Price many variation and price calculation possibility Pizza Price calculation 4) Products shipment from 1-20 from 20-8 in line flexible changing of product like my carrossel and highlighted when the customer is clicking on to the better understanding 5 ) Optiontime closing all the time in website

    €175 (Avg Bid)
    €175 Gebot i.D.
    105 Angebote

    ...secure online payments for services directly within the app. This adds convenience for customers and reduces the need for cash transactions. 8. **Barbershop Locator**: Integrate a map feature to help customers find the nearest barbershop location. Include contact information and directions for easy navigation. 9. **Profile Management**: Allow customers to create accounts, update their profiles, view their appointment history, and manage their preferences. 10. **Social Media Integration**: Enable customers to share their experiences and photos on social media directly from the app. This can help increase visibility and attract new customers through word-of-mouth marketing. Remember to prioritize user-friendly design and intuitive navigation to ensure a positive experience for ...

    €673 (Avg Bid)
    €673 Gebot i.D.
    85 Angebote

    Need an expert to clean up my textual data currently stored in an excel spreadsheet. This includes: - Fixing the formatting issues present in the dataset - Removing any blank cells to create a more organized and streamlined data view Please note that while the project does not require any specific end format for the text data, I'm looking for someone with a keen eye for detail who can make suggestions to improve the data readability and utility. Success in this project would involve achieving a tighter, cleaner dataset, hence your experience and familiarity with Excel and data cleaning techniques will be crucial.

    €2 / hr (Avg Bid)
    €2 / hr Gebot i.D.
    69 Angebote

    I am using theme: SweetDate I added users from the Wordpress Dashboard I can see the members if I click view their profile But my home page shows I only have 4 members when I have 800 I believe I am missing a setting

    €21 (Avg Bid)
    €21 Gebot i.D.
    45 Angebote

    ...directly using UNION and removing any repeats or we can notice that count distinct for set 1 = 10 count distinct for set 2 = 6 count for set 1 + set 2 = 16 intersection of set 1,2 = SET 1 intersect SET 2 = {15,30} count SET 1 intersect SET 2 = 2 Therefore COUNT DISTINCT also equals COUNT (SET 1 + SET 2) - ( Count( SET 1 intersect SET 2)) = 10 + 6 - 2 =14 BUT THE UNION METHOD SEEMS FASTER IN MY VIEW Essentially when we COUNT DISTINCT of all sets combined we are technically counting the elements in the UNION of all the sets... Here is another special example set 1: 1 2 3 4 5 6 set 2 : 1 2 3 4 5 set 3: 3 4 5 6 COUNT DISTINCT = 6 since the union is {1 2 3 4 5 6} Note: the sets do NOT need to contain the same amount of elements if howwever i specify the MIN as 3 and the...

    €16 (Avg Bid)
    €16 Gebot i.D.
    15 Angebote

    ...specified timeframe. 3. *News Feed Widget:* A widget to display real-time financial news updates relevant to the user's selected assets. 4. *Advanced Chart Widget:* This widget should offer in-depth analysis capabilities, including technical indicators, and be compatible for deployment on both web and mobile applications. 5. *Forex Matrix Widget:* An interactive widget that presents a matrix view of forex pairs, facilitating comparative analysis and decision-making. 7. *Company Profile Widget*: This widget typically provides a summary of key information about a specific company. It may include details such as the company's name, industry, headquarters location, CEO, founding date, number of employees, and a brief description of its business activities. 8. *Symbol...

    €470 (Avg Bid)
    €470 Gebot i.D.
    62 Angebote

    Not able to view page after login. Connect the route and fix web if necessary

    €18 (Avg Bid)
    €18 Gebot i.D.
    31 Angebote

    I am at the cusp of launching my own online educational business and require an in-depth understanding of my potential market. Your task involves market research and opportunity identification that will give me a clear view to set up a successful online educational platform in this saturated marketplace. I will be teaching specific tiny-house-building courses that are geared toward female builders. Tasks: - Comprehensive analysis of the online education marketplace. - Competitor and target audience identification and analysis. - Generate possible marketing strategies based on this research. Requirements: - Proven experience in market research. - Deep understanding of the online education industry. - Preference will be given to freelancers with experience in startup consulting. - P...

    €421 (Avg Bid)
    €421 Gebot i.D.
    64 Angebote

    Hello, We have wordpress website, we need to integrate the site with external API that will import and sync the courses details into the site. We have to add these courses in inner page w...website, we need to integrate the site with external API that will import and sync the courses details into the site. We have to add these courses in inner page with side bar with custom filters (Date, Category, Methodology. etc.) Also, we will add these products as carousel in home page You will find the API in the following link: and you can see previous project using the same API, we need the same data with creative design:

    €448 (Avg Bid)
    €448 Gebot i.D.
    141 Angebote

    I'm seeking a talented architect with a contemporary design aesthetic to create an engaging and functional blueprints for a beach resort. Key Attributes: - The resort will have a capacity of 51-100 rooms, leveraging the sea view. - Distinct elements of the design should include sea view rooms, rooms with private pool, multiple restaurants and bars, as well as a large swimming pool. - Balcony pool rooms are also a must, to provide a unique and luxurious experience for our guests. - commercial walk way to have shops and cafes (layout) Expertise required: - Solid experience in resort/hotel architecture - Familiarity or interest in contemporary design - An understanding of resort guest's needs and anticipations - A portfolio showing related projects, particularly be...

    €2122 (Avg Bid)
    €2122 Gebot i.D.
    57 Angebote

    ...IT support - Knowledge of network setup and configuration - Proficiency in software and hardware installation - Solid background in ethical hacking and internet security. Let's ensure the security of my home network! I have a small home business where I work with sensitive client information. My internet provider is Google Fiber. I’m looking for someone to ethically hack my home internet to view all incoming/outgoing data & provide me with a detailed list of 4-5 days of information. This will help me to understand what kind of information others would be able to see on my home internet if they had intermediate/advanced hacking knowledge. Then I’ll be able to fix that & patch any needed areas. Need: 4-5 full days of data of every single thing conn...

    €141 (Avg Bid)
    €141 Gebot i.D.
    16 Angebote
    €99 Gebot i.D.
    1 Angebote

    Need a designer that will replace an existing A3 posted with a new QR code. The file is in PDF and am able to send the file for you to view once you post with the word "CHANGE TO New QR CODE" And the second thing we require is similar A3 Posters with Related QR Codes. In all, we need 3-4 new A3 Posters with these new QR Codes. Need this quickly. Thanks.

    €44 (Avg Bid)
    €44 Gebot i.D.
    102 Angebote

    ...creation of three user types with varying levels of access. An admin top level user that can see and edit everything. Then a company administrator that has an account associated with the app and can edit company info, create projects, see analytics, and perform functions in the app within their account. Lastly, a company user that can take photos and videos, receive notifications, and create/edit/view projects but cannot see analytics or edit company information. Company admins can sign themselves up and can invite and administrate company users. Data Aggregation: Capable of aggregating data on multiple levels: - Per user, per project details including customer name, phone number, address, and ticket price. - Photo management for each project, with options to edit and d...

    €467 (Avg Bid)
    €467 Gebot i.D.
    77 Angebote

    ...(Current, Pump intake pressure, pump discharge pressure, Motor temperature, etc.) using specific surveillance websites. First, I receive an email notification that a certain ESP well has an event. This event can be a shutdown, restart, or even higher motor temperature than usual among many other notifications. Each email has a link that redirects me to a certain surveillance website where I will view the ESP well trends and perform root cause analysis of the event at hand. I record the event of interest in my personal log Excel sheet. Then I take screenshots of the trends using snipping tool, save them in my clipboard, and then I inform the client on Signal groups. Usually, my messages will include a brief text of the events and its time as well as the screenshot that I clipped e...

    €174 (Avg Bid)
    €174 Gebot i.D.
    19 Angebote

    ...store should resemble a typical cannabis menu that you would find in any dispensory or cannabis cafe in amsterdam or the USA , take inspiration from the pictures provided BUT be original it must also be interactive with slots that i can add and edit products. Each slot on the menu must be clickable and redirect to the sales/product description page where customers can choose weight ,amount and view the product picture Qualifications: Proficiency in JavaScript frameworks such as React or Vue.js, with a strong understanding of front-end development principles Extensive experience in HTML, CSS, and responsive design, with the ability to create visually appealing and user-friendly interfaces Proficiency in graphic design software such as Adobe Photoshop, Illustrator, or similar t...

    €165 (Avg Bid)
    €165 Gebot i.D.
    48 Angebote

    ...directly using UNION and removing any repeats or we can notice that count distinct for set 1 = 10 count distinct for set 2 = 6 count for set 1 + set 2 = 16 intersection of set 1,2 = SET 1 intersect SET 2 = {15,30} count SET 1 intersect SET 2 = 2 Therefore COUNT DISTINCT also equals COUNT (SET 1 + SET 2) - ( Count( SET 1 intersect SET 2)) = 10 + 6 - 2 =14 BUT THE UNION METHOD SEEMS FASTER IN MY VIEW Essentially when we COUNT DISTINCT of all sets combined we are technically counting the elements in the UNION of all the sets... Here is another special example set 1: 1 2 3 4 5 6 set 2 : 1 2 3 4 5 set 3: 3 4 5 6 COUNT DISTINCT = 6 since the union is {1 2 3 4 5 6} Note: the sets do NOT need to contain the same amount of elements if howwever i specify the MIN as 3 and the...

    €29 (Avg Bid)
    €29 Gebot i.D.
    21 Angebote

    ...directly using UNION and removing any repeats or we can notice that count distinct for set 1 = 10 count distinct for set 2 = 6 count for set 1 + set 2 = 16 intersection of set 1,2 = SET 1 intersect SET 2 = {15,30} count SET 1 intersect SET 2 = 2 Therefore COUNT DISTINCT also equals COUNT (SET 1 + SET 2) - ( Count( SET 1 intersect SET 2)) = 10 + 6 - 2 =14 BUT THE UNION METHOD SEEMS FASTER IN MY VIEW Essentially when we COUNT DISTINCT of all sets combined we are technically counting the elements in the UNION of all the sets... Here is another special example set 1: 1 2 3 4 5 6 set 2 : 1 2 3 4 5 set 3: 3 4 5 6 COUNT DISTINCT = 6 since the union is {1 2 3 4 5 6} Note: the sets do NOT need to contain the same amount of elements if howwever i specify the MIN as 3 and the...

    €119 (Avg Bid)
    €119 Gebot i.D.
    41 Angebote

    I need a very basic, 3D sketch of a house roof for visualization purposes. Both the outside view of the roof, and the inside. With windows, but without any other unnecessary visualisations. The house box/frame is a simple rectangle. No balconys or other external things. I have height, width, lenght of the house frame/box, and also the angle of the roof and the dorm-roofs. Clipped gambrel with dormers on each side of the roof, see example image.

    €41 (Avg Bid)
    Dringend
    €41 Gebot i.D.
    53 Angebote

    ...example of the changes we need. Please give me an estimate on time: 1. See this product page on mobile view. We need to make some small tweaks to all the product pages, like add a subtitle and change the button, very similar to how the products are showing on this page: 2. See an article blog post, like this page. On mobile view, you have to scroll a very long time to see a product for sale, so we want to add the shortcode for products inside the body of the blog post, but only for mobile view. We are able to add it easily on desktop, but we don't want that. We just want to add it on mobile view. 3. There's a strange, small issue on mobile view where the colon in the blog title is not aligned, as you can see here. We just need to fix this...

    €139 (Avg Bid)
    €139 Gebot i.D.
    120 Angebote

    I need a knowledgeable and experienced accountant who can provide various services for my small retail business based in the US market. Your responsibilities will include: - Preparing financial statements that accurately reflect my business's finances. - Handling tax preparation an...my business's finances. - Handling tax preparation and filing to ensure compliance with all relevant regulations. - Providing financial consulting to help maximize profitability and productivity. Your experience with small businesses, and specifically in the retail sector, will greatly contribute to the success of the role. Familiarity with US tax laws is essential. My goal is to ensure a clear view of my business's financial health, comply with all tax obligations, and receive guidance...

    €17 / hr (Avg Bid)
    €17 / hr Gebot i.D.
    39 Angebote

    I'm looking for an experienced developer to create a notification bot tailored for Facebook Marketplace. Key features I am interested in are: - Real-time notifications - Keyword filtering - Price range filtering - Alerts concerning new listings, price drops,...experienced developer to create a notification bot tailored for Facebook Marketplace. Key features I am interested in are: - Real-time notifications - Keyword filtering - Price range filtering - Alerts concerning new listings, price drops, and sold items We need to be able to run it on our own PC/MAC Please see explanation: Ideally need someone with past experience with marketplace should do this, so if you bid confirm your experience with similar tasks

    €41 (Avg Bid)
    €41 Gebot i.D.
    16 Angebote

    ...such as profit percentages and investment terms. USDT Integration: The platform must support USDT for both incoming investments and outgoing payouts. This integration should ensure that transactions are processed efficiently and securely. Investor Dashboard: Develop a user-friendly dashboard for investors. This dashboard should provide investors with the ability to: Make new investments in USDT. View their current investment portfolio. Track the performance of their investments. Receive their profits in USDT. Access transaction history and reports for accounting purposes. Administrative Interface: Create an administrative interface for the company to manage the platform. This interface should include features for: Monitoring overall investments and payouts. Managing smart con...

    €2579 (Avg Bid)
    €2579 Gebot i.D.
    20 Angebote

    We are a very innovative solar energy company who designs and builds containeri...style” and possibly even in animated form later. Here are example of a solid graphic illustration and an animation. Now these belongs to others, we would firstly need to find our “own” style guide in terms of icons and colors used. Job 1. Icon, color style (can be combined with Job 2.) Job 2. Alternative to the “Camp” Illustration Job 3. New animation similar in content, frames and time as the example (I will make a story board for this later) I need offers on these jobs (1 and 2 for now) Job 3 we discuss after and we will have similar returning work based on your skills

    €139 (Avg Bid)
    €139 Gebot i.D.
    43 Angebote

    I require the creation of a research statement and teaching statement focused on social psychology, specifically tailored for a graduate level audience. These should intricately portray depth, highlighting standards and methodologies associated with advanced psychological studies. Ideal Skills: - Proficiency in psycholog...in developing teaching and research statements - Experience in working with graduate level psychology content - Ability to clearly articulate complex concepts in a comprehensive yet engaging manner. Submissions should consist of two separate documents - one being the research statement and the other, the teaching statement. Ensure that these statements together provide a complete and systematic view of my stance, approach, and goals within the realm of social p...

    €93 (Avg Bid)
    €93 Gebot i.D.
    27 Angebote

    ...with dummy data sets, just to provide you with something to start with) - Explore data studio visuals (import images, add text with colors, chart palettes, chart view settings..) and theme settings (should be really easy) - Customize theme and layout so that all charts reflect the theme styles - Propose Right now I just need to find the right talent and explore the potential, so I am just looking to see how this will look like. But the deliverable is 2-4 good pages that you will propose me (i'll help you with the content) with several sections for each page. Ps: it must be delivered in Looker Studio (from a visual point of view it's really easy though). I just need you to bring the style. Possibility of long term collavoration. Figma skills is great plus for f...

    €67 (Avg Bid)
    Garantiert
    €67
    34 Einträge

    I'm looking for a freelancer to help create 20 YouTube shorts and upload them on my channel. Full instructions: Example: Template:

    €14 (Avg Bid)
    €14 Gebot i.D.
    31 Angebote

    Scope of work: We are installing cameras on moving vehicles at a high elevation. The cameras are looking forward at the traffic in front of the car, we would like to develop a model that can detect all the lanes in front of the car. There could be multiple lanes visible in the field of view of the camera and the model should be able to detect every lane separately. Model Input: Video from a forward-facing camera mounted on a vehicle Model Output: 1) Detect all the traffic lanes in the field of view of the camera 2) Label all the lanes and separate them from each other Notes: I don't have any training datasets, so you need to find available labeled and open-source datasets. Example: Here is a link to a video of a similar project: Proposals:

    €121 (Avg Bid)
    €121 Gebot i.D.
    18 Angebote

    I'm looking to hire an experienced app developer to create a Pilates studio app for iOS and Android. The purpose of this app is to allow customers to book classes and purchase packages conveniently. Key features of the app should include: 1. Book a Class: The app must allow users to view the class schedule and book a class. 2. Package Purchase: A feature to purchase class packages directly from the app. 3. User Accounts: Users should be able to create an account to track their bookings and package usage. The selected freelancer will have: 1. Proven experience in app development for iOS and Android. 2. Experience in integrating payment gateways and scheduling features within an app. 3. The ability to design intuitive user interfaces. I appreciate your intere...

    €601 (Avg Bid)
    €601 Gebot i.D.
    50 Angebote

    I'm seeking a local from Tripoli, Libya, to capture and provide me with exterior and street view photos of 2 addresses I will share. I'm also after Google Maps screenshots and building photos. Ideal Skills and Experience: - Local of Tripoli and ability to locate specific addresses. - Availability to capture images at both morning and afternoon times. Your work will breathe life into the addresses I'm working with. Thanks for your interest.

    €32 (Avg Bid)
    Lokal
    €32 Gebot i.D.
    3 Angebote

    I'm in need of a skilled 360 video editor (both insta360 and Rhylo) to create a personal ski vide...A creative eye for highlighting action and scenery - The ability to appropriately use music to emphasize different moments Music-wise, the video can be set to a mix of upbeat, energetic tracks and cinematic scores. These different styles should correspond with the various elements being highlighted in the footage (e.g., a high-energy track for a big trick, an epic score for a sweeping mountain view, etc). An understanding of and experience in music synchronization with video will be highly beneficial. In short, I need someone with a flair for storytelling who can encapsively translate a dynamic skiing experience into a compelling video. This is for fun, anything fun and fun...

    €310 (Avg Bid)
    €310 Gebot i.D.
    36 Angebote

    I need to have the ability to modify long and short descriptions from EITHER the quick view or through screen options for my WooCommerce products. Please see attached image for clarification.

    €33 (Avg Bid)
    €33 Gebot i.D.
    19 Angebote

    ...by improving various aspects. The scope of work involves: - Header Adjustment: I need someone with experience in modifying Wordpress headers. Specifically, the task involves adjusting the menu layout to a more efficient design and adding a search bar to make it easier for visitors to navigate the site. - 2 header types : unregistered and registered headers. - Profile:It should give a clear view of user's information and profile menus . - Profile Menu Modification: The profile menu also needs a few adjustments. I'd like to include a profile picture and some drop-down options for improved user experience. In addition, I'd like to incorporate user settings in the profile menu to provide users with more control. Ideal candidates should have a solid background i...

    €150 (Avg Bid)
    €150 Gebot i.D.
    122 Angebote

    I'm looking for a skilled developer to design a modern and sleek website for booking cars. Dynamic functionalities are required for this platform. These include: * A user registration and login feature: This system should allow users to easily create and manage their accounts securely. * Live availability check: Users should be able to view real-time availability of the listed cars for an efficient booking experience. * Online payment system: A secure and user-friendly online payment system should be integrated to process transactions easily. The ideal freelancer for this project has previous experience in developing similar booking platforms and a keen eye for contemporary and sleek designs. Solid knowledge in user interface design and experience in payment system integratio...

    €323 (Avg Bid)
    €323 Gebot i.D.
    15 Angebote

    I have a PSD (home page, and pricing page function) that I need coded into wordpress + mobile view. There is no 'true' check out. Once they select their products, it will simply ask them for their name, address, etc etc (ill get you that info) and it iwll say thank you, we'll be in contact shortly. The website must be linked into with Elementor + FluentForm Pro (which I have both). Thanks!! Home Page + pricing page + generic blank page that I can use elementor to build out more additional pages if needed.

    €75 (Avg Bid)
    €75 Gebot i.D.
    71 Angebote