Class reunion logo and designJobs

Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    2,000 class reunion logo and design jobs fundet, i prisklassen EUR
    Korrekturlesen Udløbet left

    1. Reproduction according to the given content 2. No spelling mistakes 3. No grammar mistakes 4. Fluently, perfect Language, Danish grammar style 5. Hand in as word file A high class translation has to be produced. Source language: Dansk Target language: Dansk - perfect Words: 1800 Theme: Fashion The language style has to be Danish style. The file is attached. Please hand in the result as a word-file.

    €91 (Avg Bid)
    €91 Gns Bud
    8 bud

    ...DON'T APPLY. ALSO TIMEFRAME IS 4 DAYS I'm seeking a skilled .NET developer to design an efficient, user-friendly inventory management system for a luxury shoe shop. 1. The Project should have/do the following: a. Product screen • Add product • Edit product • Delete product b. Category Screen • Add Category • Edit Category • Delete Category c. Subcategory Screen • Add Subcategory • Edit Subcategory • Delete Subcategory d. User Screen • Add User • Edit User • Delete User e. Edit Stock Screen • Add Stock Amount of Each product • Edit Stock Amount of Each Product 2. There should be a database for each screen 3. Include all the a. Model i. Model name should be visible on ss for example () ii. Model ...

    €106 (Avg Bid)
    €106 Gns Bud
    21 bud

    This is a very simple project. I have a logo that I want to be copied from the attached hat. It should look just like the hat design but should say Midway 2024 on the bottom line instead of Las Vegas. I want the color of the design to be same as the design on the attached t-shirt photo. It is a reddish color I need this done within the next 2 hours. timing is of the essence here. it needs to be high enough resolution to fit on full sized t-shirt

    €61 (Avg Bid)
    €61 Gns Bud
    76 bud

    I need an experienced video editor/content creator to produce three short video adds I want to use to announce an upcoming Alumni Reunion/Networking event on various social media platforms. The videos should be less than 1 minute in length, three different videos. You can use any music that you see fit but you need to have a good eye for visuals and a knack for storytelling. Key Responsibilities: - Creating engaging, 3 short videos for Facebook, TikTok, and YouTube - Ensuring the videos are less than 1 minute in length - Using royalty-free music effectively - Showcasing strong editing and storytelling skills -The videos must relay these key information 1. Name of the event is 'Poly Networking Event' 2. The event will be held on July 20, ...

    €28 (Avg Bid)
    Garanteret
    €28
    22 indlæg

    i need a new logo with the name " nolan & jasiel" and below "construkt" is for a construction businness , i need very class and luxury logo with gold color . not copy paste plz from pinterest or canva only custom logo and not ai also . thank you

    €50 (Avg Bid)
    Garanteret
    €50
    503 indlæg
    Trophy icon Family Reunion T-shirt Design 1 dag left

    I'm looking for a creative T-shirt designer to help me create a unique family reunion T-shirt. - The theme for the design is Family Reunion. - I would like the T-shirt to feature our family name (Rice) and the year of the reunion.(2024) - The design should predominantly feature Blue and Yellow colors. Ideal Skills and Experience: - Experience in T-shirt design, ideally for family events. - Proficiency in graphic design software. - A good understanding of color schemes. - Ability to create a design that is memorable and visually appealing.

    €9 (Avg Bid)
    Garanteret
    €9
    172 indlæg
    Trophy icon Arabic for Kids 5 dage left

    I am looking for a flyer with an Arabesque design for kids. Arabic Language Institute (add logo) presents Arabic for Kids (add picture of kids learning Arabic) Ages 5 to 10 - Reading - Vocabulary - Speaking Starting Saturday, June 1st at Masjid Darul Islam 602 Salem Ave, Elizabeth, NJ Class Options 1 Day $10 per day 2 Days $15 per weekend Saturday 12:00 noon to 1:30pm Sunday 12:00 noon to 1:30pm Scan QR Code for Registration

    €18 (Avg Bid)
    Garanteret
    €18
    112 indlæg

    Education Website with Live Class Feature The project requires comprehensive full-stack development skills, with the aim to create a robust and functional website targeting students. The layout should be intuitive, offering a seamless learning experience. Key Features: - A fully functional and interactive landing page that includes contact forms and social media integration for enhanced communication. - A secure payment gateway offering an effortless checkout process for users. - Implementation of video and study material storage facilities. - Live classes integration providing real-time learning experiences. Study Material Details: - Incorporation of text files, video lectures, and interactive quizzes for a well-rounded learning experience....

    €237 (Avg Bid)
    €237 Gns Bud
    15 bud

    ...creative and skilled freelancer to design a video invitation card for a special event I am planning. The video should radiate elegance and class, appealing directly to my friends and family. The successful candidate should be excellently adept at: - Graphic Design - Video Editing - Animation The inclusion of the following elements is essential: - A well-crafted personal photo collage that will touch hearts - Animated text that adds a touch of class and uniqueness - Choosing or creating a befitting music or voiceover that complements the overall feel of the video It would be highly advantageous if you have prior experience creating similar video invitation cards, particularly ones that incorporate classic style elements effective...

    €12 (Avg Bid)
    €12 Gns Bud
    10 bud

    ...a multi-user web portal that will facilitate the connection between trainers and students. The portal will have the following features: - **Multi-Login System**: There needs to be a seamless and secure multi-login system to accommodate both trainers and students. - **Search Functionality**: Users should be able to search for trainers or classes based on the city or trainer's name. This will make it easy for students to find trainers that are close to them or whom they may have heard of. - **User Profiles**: Each trainer or class should have a detailed profile which includes: - Biography: A brief description of the trainer and their training methods. - Reviews and Ratings: Users should be able to rate and write reviews about ...

    €296 (Avg Bid)
    €296 Gns Bud
    29 bud

    ...identity and logo. The aim is to create brand recognition, present a professional image, and differentiate ourselves from competitors in our niche. I am seeking a proficient artistic designer who can create a unique and captivating logo for brand recognition, website use, and product labeling. Expectations: * Develop a logo and corporate identity that's innovative, yet represents a sense of class. Something simple but distinct like luxury brands. * Adherence to a color palette of black, white and touches of burgundy. I'm open to different gradations and intensities of these colors to make the logo pop. * We want the logo to use the image of a lynx or a fox. * Develop a manual with the ...

    €100 (Avg Bid)
    Garanteret
    €100
    1164 indlæg

    i have Pojo class where it is picking property value from api response as integer in the Pojo Class: @JsonProperty("intensity") private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), ));

    €24 (Avg Bid)
    €24 Gns Bud
    33 bud

    I'm searching for an experienced graphic designer to crea...searching for an experienced graphic designer to create a unique, sophisticated logo for my pastry shop named "Voilà". Key Requirements Include: - Incorporating the name "Voilà" into the logo design - Conveying a sense of class and sophistication - Utilizing a color scheme of burgundy/champagne, or gold/ rose gold Skills and Experience: - Proficiency in color theory - Strong background in logo and brand design, especially for food-related businesses - Ability to capture the essence of a brand's identity in a visual format I look forward to seeing your portfolio and discussing potential designs for "Voil&agra...

    €9 (Avg Bid)
    Garanteret
    €9
    352 indlæg

    Quiero pasar estas dos funciones de C++ a C template<class T> int EEPROM_put(int ee, const T& value) { const byte* p = (const byte*)(const void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) foo(ee++, *p++); return i; } template<class T> int EEPROM_get(int ee, T& value) { byte* p = (byte*)(void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) *p++ = foo(ee++); return i; }

    €16 (Avg Bid)
    €16 Gns Bud
    6 bud

    I need a robust class management system that caters to the needs of a large-scale educational institution. Our primary users will be students, teachers, administrators, and parents. Key Features: - Attendance Tracking: The system should allow teachers to mark and track the attendance of students. - Grade Management: An intuitive grade management system that enables teachers to input and calculate grades effectively. - Messaging System: A communication platform that facilitates seamless interaction between all stakeholders (students, teachers, administrators, and parents). By Whatsapp - Schedule Change Option: The system should have a feature that allows for the smooth management of schedule changes. User Base: - The system will cater to over 100 users, ...

    €343 (Avg Bid)
    €343 Gns Bud
    75 bud

    I'm seeking experienced UML and OCL modelers to conceptualize my full system information and transcribe the model for the USE (.use) tool. Key tasks include: - Conceptualize the entire system model using UML and OCL - Transcribe the model for USE tool - Create necessary UML diagrams: Class Diagram, Use Case Diagram, Sequence Diagram Ideal skills would include expertise in UML, OCL, and system modeling. Familiarity with the USE tool is essential.

    €17 (Avg Bid)
    Garanteret
    €17
    2 indlæg

    I need an application developed for Android, iOS and potentially Windows. This app's purpose will be mainly to host video lessons and class videos, aimed at the education sector. Key Features: - The app needs to be code-access restricted to ensure content security. - It will also require a feature to embed hidden watermarks into the videos for further security. Ideal Skills: - Proven experience in Cross-Platform Mobile app development. - Proficiency in features revolving around Video playing and user security. - Expertise in embedding watermarks into video content. There is no strict timeline for the project completion, quality and attention to detail is more important. Apply if you have the needed skills and can deliver a secure, user-fr...

    €1089 (Avg Bid)
    €1089 Gns Bud
    50 bud

    I ...need a freelance PMP certified project management trainer for delivering a 5 days' project management courses and vast in PMI-ACP (PMI Agile Certified Practitioner). Course duration : 5 days. Material to be covered : PMI-ACP (PMI Agile Certified Practitioner) Location: Orlando, United States Frequency : Multiple Classes Fees : 5 x US$ 700.- per training day = US$ 3500 Candidates should provide me with their resume including detail qualification, career path, experience in project management and experience in conducting project management training. Aside this urgent time sensitive class, there will be multiple trainings in several locations in USA, Canada, UK, Europe and Africa so applicants from various locations are encouraged to apply so t...

    €535 (Avg Bid)
    Lokal
    €535 Gns Bud
    8 bud
    promotion for GoFundMe Campaign 2 dage left
    VERIFICERET

    ...Children’s books or both but GoFundMe prohibits offering rewards. I’ve been a successful award winning world-class professional painter & printmaker for decades. However (as mentioned in my campaign) Redundancy in my “Visual Arts” profession (due to circumstances unrelated to job performance) that I never could have anticipated has severely reduced the demand for artwork created by the human hand (by artists like me) in favor of computer generated faster/cheaper AI images. The conversion and restoration of old slide images of my artwork using software programs to remove dust, discoloration, etc. is very labor intensive before the artwork image will be ready for digital printing and marketing online which will generate an income from digi...

    €124 (Avg Bid)
    €124 Gns Bud
    12 bud
    Codecanyon Project A Customization 2 dage left
    VERIFICERET

    ...Codecanyon and need some customizations to enhance its functionality. We're looking to add new features to the existing web application. These include: 1. Filter students by religion and gender (Dropdown filter needs for additional filter only gender and religion) 2. Send individual message by filtering class, section and marking by roll And some more 3. I need to show here some important field by default from student and parent profile Gender Religion Father's name Mother's name Mobile number Date of birth Address Image (print in pdf) 4. I have some issue to fix on result system. Need to modify class name tyme 1. Compulsory (WIll add full marks and GPA with Result) 2. Optional ...

    €155 (Avg Bid)
    €155 Gns Bud
    24 bud

    I am looking for an experienced developer to create a sch...Features Needed: - Customizable invoice templates with a capacity to vary fields per class or grade. - Incorporation of custom branding elements into these invoice templates. Additional Requirements: - I would like to have WhatsApp notifications as a method of handling payment reminders. The ideal freelancer for this project would be one with prior experience in developing billing software, more specifically within a school context, and a strong understanding of WhatsApp API integration. Demonstrated experience in software that includes customizable templates and unique branding elements is a must. Your expertise in these areas should align with my project needs and enhance the software quality, user ...

    €429 (Avg Bid)
    €429 Gns Bud
    30 bud

    Tengo un error en codeigner con la api de mikrotik , necesito hacer funcionar este script corrigiendo este error: }catch(Exception $e){ return $e->getMessage(); } } } } // Mikrotik API if (!function_exists('mkClient')) { function mkClient() { return new PEAR2NetRouterOSClient(settin... } } } } // Mikrotik API if (!function_exists('mkClient')) { function mkClient() { return new PEAR2NetRouterOSClient(settings()[0]->mkipadd, settings()[0]->mkuser, settings()[0]->mkpassword); } } // Mikrotik API Util if (!function_exists('mkUtil')) { function mkUtil() { return new PEAR2NetRouterOSUtil(mkClient()); }...

    €30 (Avg Bid)
    €30 Gns Bud
    7 bud

    ...Users: The system will have both admin and normal user functionalities. - Entities: The project involves five main entities: students, admin, class, exam, hall, and scheduling. - CRUD Operations: The system should allow for Create, Read, Update, and Delete operations for the mentioned entities. Admin User Features: - Access Control: The admin user should have the ability to control user access and manage permissions. - Reports Generation: The system should be able to generate exam scheduling reports. I will provide you with the Swaggy API list for this project. The deadline for this project is Saturday night. Ideal skills and experience: - Proficiency in React - Previous experience in building CRUD applications - Understanding of user acce...

    €248 (Avg Bid)
    €248 Gns Bud
    40 bud

    I have collected the dataset in CSV format and now require an expert to develop a multi-class logistic regression model for me. Key requirements: - The dataset is ready and available in CSV format which can be used for the model. - You should have expertise in developing logistic regression models for multi-class classification. - Proficiency with Python is a must as I prefer the model to be developed using this language. Technical Requirements: Proficiency in Python and familiarity with libraries such as NumPy, Pandas, Keras, and TensorFlow. Knowledge of statistical learning, logistic regression, and gradient ascent optimization. Ability to write clear and concise documentation and well-commented code.

    €94 (Avg Bid)
    €94 Gns Bud
    47 bud

    I'm in need of a skilled web developer to set up a secured tutoring scientific website. This platform will facilitate online classes, between Students, Instructors and Schools (the field of study will be discussed personally) Student Privileges Student, Instructor and School Registration phase. Where they can setup their accounts and generate their Profile Cards. There are two categories of Student Accounts (School Registered or Free) New Session page: where the student can select Subject & Topic, and mention questions if required. Then, Instructor Selection Phase: An interface to let students select a suitable instructor, for their subjects based on the instructor's predetermined disciplines, then select date/time according to Instructor's ...

    €2304 (Avg Bid)
    €2304 Gns Bud
    166 bud

    create 10 spreads (20 pages), an A5 book or magazine for Porsche Develop full research about the topic and writing the content to design an interactive digital artwork. Tasks to be covered: Task 1: Research your selection and analyze all needed aspects. Also, Mood Board (your visual research) + Layout plan (Dividers and interactive buttons) as we discussed in the class. Task 2: Design a suitable layout for your selected topic. Use Table, margins, columns, master pages, and paragraph/character style. Task 3: Submit InDesign file (Packaged) and export an interactive digital file (PDF). Task 4: A Presentation on screen, that discusses the project’s concept and process.

    €87 (Avg Bid)
    €87 Gns Bud
    74 bud

    create 10 spreads (20 pages), an A5 book or magazine for Porsche Develop full research about the topic and writing the content to design an interactive digital artwork. Tasks to be covered: Task 1: Research your selection and analyze all needed aspects. Also, Mood Board (your visual research) + Layout plan (Dividers and interactive buttons) as we discussed in the class. Task 2: Design a suitable layout for your selected topic. Use Table, margins, columns, master pages, and paragraph/character style. Task 3: Submit InDesign file (Packaged) and export an interactive digital file (PDF). Task 4: A Presentation on screen, that discusses the project’s concept and process.

    €90 (Avg Bid)
    €90 Gns Bud
    91 bud

    I am searching for a skilled freelancer who have developed an examination and class timetable for a multi campuses univeristy (1 - 10 campuses).

    €151 (Avg Bid)
    €151 Gns Bud
    30 bud

    ...to be cross-platform, compatible with both iOS and Android devices. - The primary goal of the app will be daily reporting. This means users will be able to easily submit reports on a daily basis. - The app should be intuitive, user-friendly and well-designed. - Security is also a key consideration, as the reports will likely contain sensitive information and should be well-protected. - Please provide examples of similar cross-platform apps that you have developed. - Experience with reporting functionalities and/or data security is a plus. Features of the Application will be, Name and class of app is daily Class reporting Software 2. Select the class you taught today from class 3 to class 12 3. Select the topic ...

    €446 (Avg Bid)
    €446 Gns Bud
    40 bud

    ...config files and build scripts - Ensure that the unit tests pass after the change You’ll know that the job is complete when: - The final repository must have no mention of “Lombok” (except for places where it’s unavoidable, such as downloading artefacts from the web, eg: “”) - the generated jar can be added as a dependency on a Dummy Java app, and it should work exactly like Lombok. For instance, when I annotate a POJO with @, getter methods are added to the .class - Additionally, we will add both Lombok and Gilly dependencies on our , and both dependencies should work. For instance, when a POJO is annotated with @ and @, both getters and setters must be present on the resulting .class The suc...

    €359 (Avg Bid)
    €359 Gns Bud
    21 bud

    I need to give the class on Microsoft. Thansk

    €8 / hr (Avg Bid)
    €8 / hr Gns Bud
    1 bud

    ...need of a logo that embodies the essence of my business. I want a design that combines a country vibe with a touch of class. The color scheme I envision is deep burgundy, soft gold, and beige. You can add hunter green or wood brown if needed. You can add some flowers like the picture below in the logo to add color instead of color in the letters. Key Points: - Style: The logo should have a country feel while maintaining a classy touch. - Usage: The logo will be used primarily for online platforms (such as the website and social media), as well as on printed materials like business cards and flyers, and on physical signage for the mobile bar and event banners. - Design Elements: While I don't have a...

    €46 (Avg Bid)
    Garanteret
    €46
    475 indlæg

    ...need of an expert and versatile voice over artist who will present a cheerful and friendly vibe for our upcoming school announcement. The ideal freelancer for this project will: - Be fluent in English and Urdu. Bilingual candidates are strongly encouraged to apply. - Have an energetic and friendly tonality. - Be capable of producing a voice over with a duration of 1-3 minutes. "Indo embassy high school, near Masjid e Maaz, Millat Nagar, Noori Nagar, Hyderabad. India's 1st Online school with RFID automated Attendance system, Indo embassy high school, near Masjid e Maaz, Millat Nagar, Noori Nagar, Hyderabad, Well trained and dedicated Teaching Staff, Computer Lab Equipped with World Class Advance Technology, We provide well-equipped co...

    €69 (Avg Bid)
    €69 Gns Bud
    10 bud

    I need a Salesforce Apex test class written specifically to test the functionality of my existing Apex classes. Requirements: - The test class should cover the creation and update functionality of my custom objects. - The test class should ensure that data validation is being performed accurately. It is important that the freelancer has experience with Salesforce Apex and can demonstrate previous experience in writing effective test classes. Please provide samples of your previous Apex test classes if possible. Your understanding of Salesforce standard and custom objects will be a key factor in my decision.

    €23 / hr (Avg Bid)
    €23 / hr Gns Bud
    16 bud

    Necesito un traductor que me colabore en una reunion con un cliente canadiense, traduciendo de ingles al español y viceversa. Tema a tratar seguros de incendio para un apartamento. La reunion es virtual por la plataforma Teams de microsoft

    €11 / hr (Avg Bid)
    €11 / hr Gns Bud
    13 bud
    Spanish Medical Surveys Proofreading Udløbet left
    VERIFICERET

    Se buscan trabajadores Requisitos: Ser mayor de edad y nacido en España. Fecha y pago: Domingo 19 de Mayo online (reunión de zoom) 15-30 mins. 8 euros. Descripción del trabajo: Moderaré un grupo de integrantes en un reunion de zoom (no hace falta camara solo audio) y enseñaré un texto en castellano traducido del inglés, lo leeré en alto y los participantes me diran si suena a castellano natural o si hay algun fallo linguístico. Por lo general los textos estan correctamente corregidos excepto algún que otro término. Son cuestionarios médicos de medicamentos y para ser usados en España necesitan la validación de nativos ser entendibles para ser usados en el país.

    €8 / hr (Avg Bid)
    €8 / hr Gns Bud
    25 bud

    Se buscan trabajadores Requisitos: Ser mayor de edad y nacido en España. Fecha y pago: Domingo 19 de Mayo online (reunión de zoom) 15-30 mins. 8 euros. Descripción del trabajo: Moderaré un grupo de integrantes en un reunion de zoom (no hace falta camara solo audio) y enseñaré un texto en castellano traducido del inglés, lo leeré en alto y los participantes me diran si suena a castellano natural o si hay algun fallo linguístico. Por lo general los textos estan correctamente corregidos excepto algún que otro término. Son cuestionarios médicos de medicamentos y para ser usados en España necesitan la validación de nativos ser entendibles para ser usados en el país.

    €27 (Avg Bid)
    €27 Gns Bud
    13 bud

    Congratulations to Mikhi Dacus BHP Class of 2024 Valedictorian The Man. The Myth. The Legend. Class colors and Navy Blue with red accent This will need to be formatted high quality for 8'8 backdrop

    €23 (Avg Bid)
    Garanteret
    €23
    142 indlæg

    ...application so it looks professional and has a better overall UX. Everything below should work on Chrome, Edge, Firefox and Safari of windows desktop, iPhone and android. Milestones will be created. Results card layout improvements: a) Currently, for layout with multiple laptops per row, it shows specs only on mouse-over, lets remove that and show that in the card itself, between the laptop image and the hyperlink of the laptop title. Lower the font a little bit and add a special css class to control the style of the specs. b) The cards need a bit more padding/margin so they dont look too crowded with information. Show Details popup: c) Show details popup needs to occupy 90% of the screen width showing the specs in two columns and...

    €161 (Avg Bid)
    €161 Gns Bud
    137 bud

    I am looking for a creative Ara...creative Arab designer who can develop a unique scarf design for me. The design needs to be customized and should integrate the national symbols of the UAE along with unique patterns. Key Requirements: - Customized design that combines UAE national symbols and unique patterns - Color scheme in elegant, high class. - Patriotic Arabic calligraphic, Scarf should contain patriotic sentence in Arabic calligraphy. - Uniqueness: The design should be unique, not copied from online. - English explanations: Kindly give the English translation notes for each Arabic design. Ideal Skills: - Proficiency in graphic design software - Experience in creating scarf designs - Knowledge of UAE national symbol...

    €95 (Avg Bid)
    €95 Gns Bud
    37 bud
    Trophy icon Hollybloom Event Listings Website 6 dage left

    ...a fully functioning website with all requirements. You may use and adapt themes, but direct copies are not permitted. Create a dynamic and engaging event listings website for HollyBloom, a platform designed to connect/promote holistic practitioners offering group events, group workshops, group retreats, group sessions and group activities in London and across the UK. The website should be user-friendly and designed to effectively showcase a variety of group holistic events. Key Features Needed: 0. Menu: Home, About Us, Contact Us, Sign up your events/Sign in to manage events (Practitioners page) 1. View Events: A comprehensive, easy-to-navigate list of upcoming events, including group events, workshops, retreats, sessions, and activities. Each...

    €370 (Avg Bid)
    Garanteret
    €370
    150 indlæg

    ...skills . - **Class System**: Our game has distinct classes that heavily influence the Skills System. Each class should have its own unique skill tree. Additionally, we have a system in place where NPCs' clothing changes depending on the class they belong to. The project timeline is negotiable as I'd like to spend some time explaining the task given the progress already made. However, the ideal candidate should be able to commit to a reasonable timeframe. this project can be made in different parts like: connection of skill tree with npc skills clothes depend on class (for future npc creator system) if budget is enough npc creator menu Also if possible i would like to help with this proyect and pay per hour if you have a desired rate per...

    €23 / hr (Avg Bid)
    €23 / hr Gns Bud
    9 bud

    ...designer to facilitate a beginner's course focused on game design. Here are my specific needs for this class. - Topic to be covered: The class should primarily focus on basic game mechanics. Attendees are complete beginners, so this will be their introduction to game design principles and concepts. - Attendee Knowledge Level: Given that the attendees don't possess any prior knowledge about game design, the instructor should take an approachable, easy-to-understand method of instruction. - Applicable platform: The concepts taught in the course should ideally be applicable to PC game design. Ideal Skills: - Experienced in game design - Proficient in basic game mechanics - Ability to teach beginners - Knowledgeable i...

    €94 (Avg Bid)
    €94 Gns Bud
    27 bud

    ...an existing code base to incorporate several design patterns and improve overall code quality. This project involves enhancing the structure and maintainability of the code by integrating various design patterns, such as Dependency Injection (DI) using Google Guice, Listener, Builder, Singleton, and, optionally, Factory design patterns. The ideal candidate should understand these patterns strongly and have experience refactoring legacy code. Key Responsibilities: 1. Refactor Service Classes with DI Pattern: - Utilize Google Guice API to implement Dependency Injection across all service classes. - Ensure that all dependencies are injected and managed by the Guice framework. 2. Apply Listener Design Pattern: - Imple...

    €18 (Avg Bid)
    €18 Gns Bud
    17 bud

    The app should be able to take in a JSON like so: { "classes": [ { "name": "Person", "attributes": [ {"name": "personId", "type": "String... {"name": "employerId", "type": "String"}, {"name": "amount", "type": "Double"}, {"name": "dateIssued", "type": "Date"} ], "relationships": [ {"name": "person", "type": "Person", "multiplicity": "1"}, {"name": "employer", "type": "Employer", "multiplicity": "1&qu...

    €29 / hr (Avg Bid)
    €29 / hr Gns Bud
    35 bud

    ...the power of words and the impact of branding? Do you thrive on creativity and love to craft compelling narratives? Satya Collections, a flourishing destination for sarees, lehengas, and suit pieces, is seeking a talented individual as a Brand Naming Specialist. At Satya Collections, we believe in more than just fashion; we believe in empowerment. Our curated collection of traditional attire isn't just about style - it's about celebrating the strength and beauty of women. As a sole proprietorship, we're committed to offering quality products that reflect the spirit of femininity and empowerment. We're on the hunt for a creative wordsmith who can capture the essence of our brand in a single name. Your mission? To craft a name that ...

    €61 (Avg Bid)
    €61 Gns Bud
    30 bud

    ...component with a File Name and action link. UI Components (Input): 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 su...

    €22 / hr (Avg Bid)
    €22 / hr Gns Bud
    27 bud

    ...designated for use in a class project focusing on fashion design. The target audience would be my classmates and the faculty. Your task would be to create both a physical and digital version of the moodboard. The ideal freelancer for this project will have: - Proficiency in fashion design and an understanding of current trends - Experience in creating visually appealing moodboards - An understanding of both physical and digital design mediums - A creative approach to portraying bold and colorful concepts within fashion design. - Also make a ppt for that to present that moodboard - Use some fabric or material which inspire for creating a moodboard on that theme - Attach real picture of that material or fabric in moo...

    €19 (Avg Bid)
    €19 Gns Bud
    21 bud

    ...the customer, as some of the images were cropped. This created the problem that the images were different sizes. We have now tried to solve the problem as follows: <a href="" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"> <img fetchpriority="high" fetchpriority="high" width="650" height="625" src="" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" srcset="" sizes="(max-width: 650px) 100vw, 650px"> <h2 class="woocommerce-loop-product__title">„BlockX“-Tasche</h2> <span class="price"><span class=&qu...

    €34 (Avg Bid)
    €34 Gns Bud
    55 bud

    ...designer to create a mobile website for my design class. The website provides collaboration on room decoration and planning, allowing both interior designers and customers to work together on designing and furnishing spaces. With essential features such as Digital Room Design, Collaborative Mood Boards, Shopping Integration, Budget Tracker, and Augmented Reality (AR) Preview. The mobile website will start off by asking you to choose if you are a designer or a consumer. It does not have to be an actual functional website. I only need working buttons and flows at most. The project requires a cover page, lots of process work, and wireframes. It will not be a long project as I will assist in most of it. I already have a b...

    €110 (Avg Bid)
    Haster
    €110 Gns Bud
    84 bud