Create full band div overlay myspacemunkák
...return ( <div className={} data-testid="category-item" data-active={isCurrent ? true : undefined}> <div className={categoryClasses}> {parentCategoryUrl && (isCurrent || hasSubCategories ? ( <Link type={} to={getSearchPathObject(parentCategoryUrl, parentCategoryQuery)} testId={`category-item-${}-back-icon-link`} > <Icon className={} iconType={IconType.CHEVRON_LEFT} data-testid="active-category-icon" /> </Link> ) : ( <div classNa...
Légy tagja a csapatunknak! Full-stack fejlesztő állás – Javascript fejlesztő állás – Dinamikusan fejlődő online marketing ügynökségünk munkatársat keres, aki segítségünkre tud lenni meglévő ügyfeleink magasabb szintű kiszolgálásában. A 360 Marketing egy full stack digitális marketing ügynökség, amely az online konverziónövelés tényezőit jól ismeri és alkalmazni is képes! Az elmúlt években a mobil és a digitális marketing terén szerzett átfogó tapasztalataink és a házon belüli CRO fejlesztéseink nagyban ho...
Több nagyszabású, változatos projekten dolgozhatsz, de egyszerre mindig csak egy projektet kell vinned és csak arra koncentrálni. Full stack fejlesztőként lehetőséged van – ha nem testhezálló az adott projekt – akkor csapatokon beüli váltásra. A feladat összefoglalva, mobil alkalmazás és a hozzá tartozó webes kliens valamint API fejlesztése. Részletek a linken:
Pozíció leírása Fiatalos csapatunkba keressük legújabb csapattagunkat full stack fejlesztő pozícióra. A fejlesztés mellett a programozó csapat irányításában, technológiai döntések meghozásában is számítanánk Rád. Startupunk jelenleg számos projekten dolgozik. Mit kínálunk? • Szakmai kihívást jelentő, érdekes feladatok • Megfelelő bérezés • Év végi bónusz • Távmunka • Rész- vagy teljes munkaidő • Rugalmas beosztás • Scrum módszertan Követelmények: • Általános ...
Folyamatos munkám van az előző projektekhez kapcsolódóan 'Create logo for Mamini clothing manufacturer'
Szia tothtamas76, Szeretnék egy címkét is terveztetni, az általad tervezett e-liquid doboz kollekcióhoz. Ez a címke kerül a dobozba elhelyezett flakonokra. Egy címke dizájn, amit mindegyik doboz dizájnhoz használhatunk. Címke méret: 60 x 35mm Nyomda: 4 szín Kötelező elem: fejre állított pirossal szegélyezett fehér négyzet 10mm-es méretben, 2db egyéb szimbólum, Mellow Dew logó, MIST COLLECTION felirat.
Create a ANONYMOUS PageCreate a ANONYMOUS PageCreate a ANONYMOUS PageCreate a ANONYMOUS PageCreate a ANONYMOUS PageCreate a ANONYMOUS Page
Create a Video Create a Video Create a Video Create a Video Create a Video Create a Video Create a Video Create a Video Create a Video Create a Video
Create a Drupal Template Create a Drupal Template Create a Drupal Template Create a Drupal Template Create a Drupal Template Create a Drupal Template Create a Drupal Template
...e;sára keresünk szakértőt, aki css-ben gyakorlott. A mi oldalunk felnőtt tartalmú videós oldal amire az színvilágát illetve dizájnját szeretnénk átültetni. Továbbá szeretnénk: - html5-ben van most is, és szeretnénk, hogy html5 legyen és persze valid - div-es elnevezések megváltoztatása, nem tudom pontosan hogy hívják ezeket, de a tartalom szempontjából logikusan és átgondoltan legyen felépítve - az adott oldalon lévő css-t használja csak (tehát ha videóoldalt tölt csak be, akkor ne húzza be az egész css-t, hanem csak ahhoz az
...sára keresünk szakértőt, aki css-ben gyakorlott. A mi oldalunk felnőtt tartalmú videós oldal amire az színvilágát illetve dizájnját szeretnénk átültetni. Továbbá szeretnénk: - html5-ben van most is, és szeretnénk, hogy html5 legyen és persze valid - div-es elnevezések megváltoztatása, nem tudom pontosan hogy hívják ezeket, de a tartalom szempontjából logikusan és átgondoltan legyen felépítve - az adott oldalon lévő css-t használja csak (tehát ha videóoldalt tölt csak be, akkor ne húzza be az egész css-t, hanem csak ahhoz az
I need a solution that utilizes Selenium to capture full page screenshots of both the search results page and the detail page. The screenshots need to be in PNG format. Ideal Skills and Experience: - Proficient in Python (or preferred language) and Selenium - Previous experience with full page screenshot implementation - Understanding of website structure and navigation - Familiarity with PNG screenshot formatting Search result page : :%224107%22,%22boolean%22:%22AND%22,%22bricks%22:%5B%7B%22_id%22:%224108%22,%22key%22:%22brandName%22,%22value%22:%22Adidas%22,%22strategy%22:%22Simple%22%7D%5D%7D&_=1737227989868&fg=_void_ Detail page :
...ch-power-supply-module/ 2.54mm Pin Female Single Row Header Strip: SIM800L GPRS GSM Module: ADS1115 16-Bit ADC-4 Channel: MAX485 TTL To RS485 Key Requirements: Design and create a 14 X 14 CM double-layer PCB Generate a Gerber file for printing Ensure the design is compact and small...
Mencari admin online untuk membantu membalas chat + mencatat transaksi yang terjadi di hari itu bisa kerja full time virtual
Please contact me only if you are good at using Cascadeur!! As a beginner in the animation world, I'm looking for an experienced animator who can teach me, in the simplest and quickest way, how to create character movements using Mixamo in the Cascadeur software. I'm not interested in 3D animation. Also, I don't want to spend a lot of time and effort on modeling and such. I just want to create animations that other people have made in MIXAMO using Cascadeur program and upload them to my YouTube channel. <LIST> How to import animations from MIXAMO and change their position, rotate them, and merge them When importing two or more animations, how to make them flow naturally when the positions are different between each animation How to import an object an...
I require complete access to an Android phone for a project. Key Access Areas: - Contacts and Call Logs: I need to view and manage all contact information and call history. - Messages and Media: Full access to messages and all media on the device. - Apps and Settings: Ability to access, modify and monitor all applications and settings on the phone. - Social Media and Gallery: Full access to social media accounts and the device's photo and video gallery. Ideal Skills: - Proficient in Android system. - Experienced in data management and monitoring. - Understanding of privacy and ethical standards.
import autopep8 import sys def format_code(file_path): try: with open(file_path, 'r') as file: code = () # Auto-format the code according to PEP 8 formatted_code = autopep8.fix_code(code) # Save the formatted code to the file with open(file_path, 'w') as file: (formatted_code) print(f"Successfully formatted {file_path} according to PEP 8 standards.") except Exception as e: print(f"Error formatting file: {e}") if __name__ == "__main__": if len() < 2: print("Usage: python <path_to_python_file>") else: format_code([1]) How it works: Reading the file: It reads the Python file from the path...
I am in need of a set of modern, custom watchmaking forum badges. I attached examples of what pasted I'm talking about (they appear under the name of the user ) I need a full set of different badges - would be nice if each badge has some unique icon that works with the badge text. Badges I need: Red : Administrator Blue: Super Moderator Green: Moderator Yellow: Subscriber Orange: Watchmaker Gold: Donator Purple: Staff member Black: Banned Teal: Friends Each need to be size around 130x35, high quality, PNG / jpg and other scalable files. Administrator, Super Moderator, moderator and donator badges must really stand out. Visual Design Notes Font: Use clean, legible fonts like sans-serif (e.g., Helvetica, Open Sans) to ensure readability. Shapes: Consider circular or...
All requierements:
I have a photo of a candle and need someone to create a photoshop mockup so that I can use photoshop to insert candle designs, and list the finished product in my online store.
I need a solution that utilizes Selenium to capture full page screenshots of both the search results page and the detail page. The screenshots need to be in PNG format. Ideal Skills and Experience: - Proficient in Python (or preferred language) and Selenium - Previous experience with full page screenshot implementation - Understanding of website structure and navigation - Familiarity with PNG screenshot formatting Search result page : :%224107%22,%22boolean%22:%22AND%22,%22bricks%22:%5B%7B%22_id%22:%224108%22,%22key%22:%22brandName%22,%22value%22:%22Adidas%22,%22strategy%22:%22Simple%22%7D%5D%7D&_=1737227989868&fg=_void_ Detail page :
All details have been shared with the client. Please accept the quote so we can start working.
I'm looking for someone to create Instagram reels for job announcements. The tone of these reels should be inspirational, aiming to attract potential candidates who resonate with our company's vision and values. Key Requirements: - Create video content using a 'text overlay on images' style. - Use an inspirational tone to reach potential candidates. - Deliver high-quality, engaging content that aligns with our brand. Ideal Skills: - Experience with video editing and content creation for social media, particularly Instagram. - Ability to craft an inspirational narrative through text and visuals. - Understanding of Instagram's trends and audience. Please provide examples of similar content you've created in the past.
I'm a YouTube content creator focused on self-improvement, with video topics spanning mental health, physical fitness, and personal finance. I'm seeking a full-time video editor who can help elevate my content to engage and grow my audience. Key Responsibilities: - Edit and enhance video footage to create compelling, high-quality content - Collaborate with me to understand the vision and tone of each video - Implement creative editing techniques to captivate viewers Ideal Skills and Experience: - Proven experience in video editing, preferably for YouTube - Strong understanding of self-improvement topics - Ability to meet deadlines consistently - Proficient in video editing software - Excellent communication skills
I'm looking for a versatile and proactive full stack developer who can handle multiple concurrent software development tasks daily. We have sub-clients that require freelancing work for various types of projects. Key Responsibilities: - Develop, debug, and integrate systems using our proprietary development stack - Frequent client interaction for requirement gathering - Inherit and maintain existing codebases - Manage up to 10 simultaneous projects in a dynamic environment - Ensure the quality of code through regular code reviews and automated testing practices Ideal Skills and Experience: - Proficient in Python, Java, JavaScript, and TypeScript - Primarily experienced in backend systems development - Strong client-facing skills for regular requirement gathering - Self-driven...
...working yet): <!-- Vorlage für Bulk-Bestellungen in Shopify --> <div class="grid"> <div class="grid__item large--five-sixths push--large--one-twelfth"> <header class="section-header text-center"> <h1>{{ }}</h1> <hr class="hr--small"> </header> <div class="grid"> <div class="grid__item large--four-fifths push--large--one-tenth"> <div class="rte rte--nomargin rte--indented-images"> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-sc...
...revolutionary startup in the blockchain landscape, YourWinTrade is seeking an accomplished full-stack Web/Python/blockchain developer or a competent developer team. We are a Texas-based company with a powerful trading platform that connects multiple exchanges for seamless crypto trading success. Key Responsibilities: - Collaborate with cross-functional teams to ensure successful delivery of crypto trading and DeFi projects - Implement primary functionalities of our trading platform including multi-exchange connectivity, real-time analytics, and automated trading - Work with our draft design to create an intuitive and user-friendly interface Key Skills and Experience: - Proficiency in full-stack development, particularly with Web and Python - Extensive ex...
As per object I intend to automate bets on Betfair Exchange according to my parameters, and also create an automatic indicator on Telegram, possibly also exploiting as a bridge the aid of artificial intelligence, for example perplexity, to immediately have statistical data connected to the web
I'm in need of a full-stack developer proficient in Frontend Bootstrap and Laravel. The project entails designing a responsive, interactive front-end with custom themes and implementing a back-end with essential Laravel functionalities. Key Responsibilities: - Front-End: Design and implement a Bootstrap front-end that is responsive, interactive and uses custom themes. - Back-End: Utilize Laravel to manage user data. Ideal Candidate: The perfect freelancer for this project would be someone with extensive experience in full-stack development, particularly with Bootstrap and Laravel. A strong understanding of responsive design, interactive components, and custom theming in Bootstrap is crucial. Additionally, experience with user authentication and authorization, as well a...
I'm in need of a colorful and bold thumbnail for my YouTube video. It should feature a catchy slogan in the text overlay, and incorporate images or icons in an eye-catching way. Ideal Skills: - Graphic Design - Experience with YouTube Thumbnail creation - Proficient in design software (e.g., Photoshop, Illustrator) Please provide examples of your previous work, particularly any YouTube thumbnails you've designed.
I'm seeking a full-stack developer to implement new features into an open-source CMS and design a responsive/mobile-friendly website. Key tasks will involve: - Adding a Reviews Plugin, Embed Social Media Plugin, and Referral Plugin to the CMS - Prioritizing the development of the Reviews Plugin - Ensuring the website design is responsive and mobile-friendly Ideal skills and experience for this job include: - PHP, SQL, Javascript, and HTML & CSS - Proficiency in full-stack development - Experience working with open-source CMS - Strong web design skills, particularly for responsive and mobile-friendly sites - Previous work integrating plugins into a CMS - Expertise in developing user-friendly, functional websites
Hi everyone, I am looking for a freelancer who is able to create a script for me to import product images (with a CSV file) in Magento 1. Based on the product SKU, it needs to import the product image. This image will be used as first priority for all image display options. Current products already got an image, but our imported image should be the first priority. It needs to be imported in the default store, as my other store views will use the default store image (settings). New product images are available in var/import location on the server. We will first work on my develop server. When the import works, we will apply it on the live server. Looking forward to hearing from you. My maximum budget for this task is €30.
I am looking for a skilled web developer. I hired a freelancer last year who developed the website with content, and it is ranking on Google. However, the UI has many issues, and the website is slow. The website is hosted on a shared cloud server owned by the developer, which I have paid for. Now, I am seeking a developer who can understand the current setup and make the necessary changes according to my requirements. I also need help migrating the website to a different cloud server. Additionally, I need assistance with SEO setup. I know what needs to be added for SEO, but I am unsure where and how to add it in the code. Other tasks include email integration and Google Console setup. We can arrange a meeting with the previous freelancer, and he can provide access to the current setup....
Create cTrader trading bot that use High & Low system and indicators signals
I'm seeking a developer to find and white-label a website allowing me to white-label a tool for full-stack web app development. Key Features: - The tool should help with prompt creation. - It needs to support app development using Angular and Ruby on Rails. - Deployment should be possible via containerization, specifically Docker. Ideal Skills and Experience: - Proficient in Angular and Ruby on Rails. - Experienced in creating containerization tools. - Prior work in developing white-label software is a plus. Similar apps: If you have read this, please add "LEUL" to the proposal.
Description: I am looking for an experienced freelancer to build a professional and user-friendly online store to sell my products. The store should include the following features: 1. E-Commerce Functionality: • Product catalog with categories and filters. • Product pages with detailed descriptions, images, and pricing. • Shopping cart functionality. 2. Online Payment Integration: • Secure payment gateway integration (e.g., PayPal, Stripe, or others). • Support for multiple payment options (credit/debit cards, digital wallets, etc.). 3. Shipping Integration: • Integration with shipping carriers for real-time shipping rates. • Automatic tracking updates for customers. 4. Responsive Design: • Fully optimized for desktop, tablet, and mobile ...
I'm seeking a dedicated professional to edit my social media videos and create captivating graphics for my online platforms. Key Responsibilities: - Editing video content primarily for Instagram and Facebook - Designing appealing social media graphics Ideal Candidate: - Proficient in video editing tools (e.g., Adobe Premiere Pro, Final Cut Pro) - Experienced in graphic design software (e.g., Adobe Photoshop, Illustrator) - Familiar with social media trends and content styles - Able to deliver high-quality work consistently under tight deadlines
I'm looking for an experienced full stack web developer specialized in React.js to create a horse training website. The website needs to support the following user role: - Trainers I would like a working prototype. Platform needs to be able to read from a database and write back to a database. We need to create a profile of a horse and then have separate tabs to track details about that horse. See an example in the Master files document attached. Please propose a react.js template (or equivalent). UI must be very clean and modern looking with excellent user experience. Please be sure to provide a portfolio of your previous work, particularly any related to education or training platforms. Your ability to deliver an interactive, user-friendly site will be k...
hiii, My Skills and Expertise: Frontend Development: React.js, Tailwind CSS, HTML5, and CSS3 for clean, user-friendly designs. Backend Development: Node.js, for efficient and secure server-side functionality. Database Management: MongoDB and MySQL for seamless data handling and storage. Other Tools: Git for version control and Postman for API testing. My Approach to Your Project: Understanding Your Needs: I’ll begin by fully understanding your requirements to ensure that the final product aligns with your vision. Efficient Development: Using industry best practices, I’ll build your project with a focus on quality, speed, and functionality. On-Time Delivery: I prioritize deadlines and guarantee timely project delivery. Support and Maintenance: I’ll provide ongoing suppor...
I'm looking for a professional video editor to work on my full wedding ceremony footage. The editing style should be traditional, and the final product will need to be over 60 minutes long. Ideal Skills and Experience: - Proven experience in traditional video editing - Prior work on full-length wedding videos - Ability to produce videos over 60 minutes - Excellent attention to detail and storytelling skills
I am looking for a skilled web developer. I hired a freelancer last year who developed the website with content, and it is ranking on Google. However, the UI has many issues, and the website is slow. The website is hosted on a shared cloud server owned by the developer, which I have paid for. Now, I am seeking a developer who can understand the current setup and make the necessary changes according to my requirements. I also need help migrating the website to a different cloud server. Additionally, I need assistance with SEO setup. I know what needs to be added for SEO, but I am unsure where and how to add it in the code. Other tasks include email integration and Google Console setup. We can arrange a meeting with the previous freelancer, and he can provide access to the current setup....
I am in need of a dedicated team of CadRc, consisting of at least 4 full-time CAD professionals, who can produce a minimum of 15 structural drawings per week. The total volume of the project is 210 sheets, to be completed within a timeframe of 60 days. Key Requirements: - Drawing Type: All drawings will be structural reinforcement , intended for residential buildings. - Drawing Content: Each drawing needs to encompass floor plans, elevations, and sections. Ideal Skills and Experience: - Proficiency in CADRC software is a must. - Extensive experience in creating structural drawings for residential buildings is highly preferred. - Strong understanding and capability of designing comprehensive floor plans, elevations, and sections.
POS desktop software. Inventory management software
Required Technical Skills Development Skills - Backend Development: Python (Django/Flask), Node.js - Frontend Development: React.js, Vue.js - Database: MySQL, MongoDB Blockchain and Coin Development Experience - Building independent blockchain networks with gas fee optimization - Designing and implementing smart contracts (Solidity, Rust, etc.) Payment and Financial System Development Experience - Integration of credit card payment systems (Stripe, PayPal, etc.) - Design and integration of cryptocurrency payment systems and APIs Additional Preferred Skills - Experience in AI content generation and data analysis - Game system development experience (e.g., scratch cards, puzzles) - Deployment experience on cloud platforms such as AWS, GCP, or Azure
Create a Jupyter Notebook for Adding Custom Datasets to SSD MobileNet Object Detection Model
Hey I want to four stickers based on the examples i provide with the following adjustments. Those are from generative AIs but only work as an example. I need the work in editable vector graphics for a print of 10cm X 10cm. There are some changes to be made, as well as some orthographic errors in the texts, but the overall ideas are what i want. These are the adjustments to be made based on the provided file: 1) Include the logo within the borders of the shadow of the font 2) exchange the logo with ours and it's written "Hagalé pues" (only one "e" and one accent) 3. Change the background to the one of sticker 4 4. Its should say love where you live and not love where you love.
I need a captivating poster for a charity event that will attract participants and engage the local community. The goal is to generate awareness about the event and encourage ticket sales Fundraiser is febuary 1st Live band Silent and live auction Supper - 30$ a plate Cocktails 5pm All proceeds directly to her SMA is her condition Financial help for the costs of travel and medical help She had a very rare health condition called SMA-superior mesenteric artery syndrome, a rare condition that occurs when the first part of the small intestine is compressed between two arteries. This blocks the small intestine and symptoms can, and have been for Elizabeth many times, severely debilitating and life threatening. Meghan and her family have made many trips all over the province to se...