Mafia wars reward points script工作

筛选

我最近的搜索
筛选项:
预算
类型
技能
语言
    工作状态
    2,000 mafia wars reward points script 份搜到的工作,货币单位为 HKD
    i need game script 已经结束 left

    嗨 Vikram K. T., 我想要邀请您来完成我的项目。更多细节我们可以稍后通过聊天交流。

    $783 (Avg Bid)
    $783 平均报价
    1 个竞标
    kvs script 已经结束 left

    kvs script 网站 视频格式 mp4转换m3u8. 自己报价,多了真的出不起,太多了直接换avs,avs有插件。大佬有兴趣感激不尽.

    $1338 (Avg Bid)
    $1338 平均报价
    3 个竞标

    Here I have several trading ideas that need to be written into pine script and do the strategy test. Hence, I want someone can fully understand the pine script language and be able to communicate with me about my strategy by Chinese or English at least. 我目前手上有一些交易策略需要用Trading view 自带的pine script 录入进行回测。希望有熟悉Trading view 的朋友帮忙。 2 weeks

    $6511 (Avg Bid)
    保密协议
    $6511 平均报价
    7 个竞标

    1.会使用网络编程语言(Python,Java,Google script etc.)在制定的地方收集相应的数据 2.会数据库编程,并且有能力架设服务器,将收集到的数据存放 3.可以实施编程对数据库内的数据实施图形化展示 附件中是其中一个需求模型

    $360 / hr (Avg Bid)
    $360 / hr 平均报价
    1 个竞标

    我有进行中的、与之前的项目相关的工作Amazon Copywriter - Product Title, Bullet Points & Description for one product'

    SEO
    $117 / hr (Avg Bid)
    $117 / hr 平均报价
    1 个竞标

    需要将英语翻译成捷克语和法语,要求按照格式,不能出一点错,必须于这周日完成,最迟不能超过周一,翻译文案包括两个,要按照要求填写。Level DX Percentage Referral Points You Get Starter 40.00% 40.00%* Referral Sales Amount Standard 60.00% 60.00%* Referral Sales Amount Premium 70.00% 70.00%* Referral Sales Amount Platinum 80.00% 80.00%* Referral Sales Amount 这种表格也是要翻译的。如果逾期没做完,将不会支付任何钱。

    $626 (Avg Bid)
    $626 平均报价
    1 个竞标

    我是阿根廷septima红酒西北区总代理,希望找到帮我做市场推广和销售的人员,详细文件后续联系后发送。 红酒三个档次,按售出的档次和箱数提成。 I am an Agent of Argentina septima win sales in the west of China, I need some guy to help me for marketing and sales. I will send you more information later. there are 3 levels of the wine, you will be get reward based on saled level and amount.

    $274 (Avg Bid)
    $274 平均报价
    2 个竞标
    script JQUERY textarea 已经结束 left

    IN A FIELD TEXTAREA PUT EFFECT AUTO COMPLETION OF THE TEXT I NEDD EDIT SCRIPT JQUERY yuku-t/jquery-textcomplete · GitHub

    $180 (Avg Bid)
    $180 平均报价
    1 个竞标

    ...by including only the valid transactions, following the specific requirements outlined below. Objective Your primary objective is to write a script that processes a series of transactions, validates them, and then mines them into a block. The output of your script should be a file named that follows a specific format. Requirements Input You are provided with a folder named mempool containing several JSON files. Each file represents a transaction that includes all necessary information for validation. Among these transactions, some are invalid. Your script should be able to discern valid transactions from invalid ones. Output Your script must generate an output file named with the following structure: First line: The block header. Second line: The seriali...

    $78 / hr (Avg Bid)
    $78 / hr 平均报价
    2 个竞标

    ...our SL will be above "open range high.". I would like to print out the maximum number of points until the "end time" is reached, or stop-loss. Also despite which trade is frst I want to allow for next trade to be taken as soon as exceeds the "open range". The purpose is to measure the maximum move for each trade, if one was taken "in points." I would like the script to return all the data to an Excel file. Here are my requirements: Date: 01/01/2000 "SPY" "open range" "stop loss" "target" Variables that I want to be able to customize - symbol compatible with API - time frame (1min, 10min, 1h, etc.) - time range (for example, 08:00:00–10:00:00). - stop-loss (&q...

    $2144 (Avg Bid)
    $2144 平均报价
    43 个竞标

    ...our SL will be above "open range high.". I would like to print out the maximum number of points until the "end time" is reached, or stop-loss. Also despite which trade is frst I want to allow for next trade to be taken as soon as exceeds the "open range". The purpose is to measure the maximum move for each trade, if one was taken "in points." I would like the script to return all the data to an Excel file. Here are my requirements: Date: 01/01/2000 "SPY" "open range" "stop loss" "target" Variables that I want to be able to customize - symbol compatible with API - time frame (1min, 10min, 1h, etc.) - time range (for example, 08:00:00–10:00:00). - stop-loss (&q...

    $1229 (Avg Bid)
    $1229 平均报价
    92 个竞标

    ...responsibilities: - Establishing our product pricing - Analyzing market trends - Observing and understanding competitors' pricing - Implementing effective pricing strategies The ideal candidate should have extensive experience in professional service pricing. Furthermore, competence in using a specific pricing optimization tool is imperative. This tool will play a crucial role in achieving price points that attract our target market while maximizing profitability. Your input and understanding of market dynamics will significantly influence our pricing methods. Your skills will shape our competitive position within the professional services industry. Workflow Diagram: +------------------------+ | | | Start | | ...

    $3717 (Avg Bid)
    $3717 平均报价
    33 个竞标

    I need the following code to run in Quasar 2.6.0 / Vue 3.0 async fetchAbstracts() { try { const url = 'https://eutils.ncbi.nlm.nih....isArray(abstractText)) { ((text, index) => { (`Abstract Section ${index + 1}: ${text}`); }); } else { (`Abstract: ${abstractText}`); } }); }); } catch (error) { ('Error fetching or parsing the XML:', error); } } I have import axios from "axios"; import xml2js from "xml2js"; In my script file but when I get to const parser = new ({ explicitArray: false, ignoreAttrs: true }); It throws an error of: Error fetching or parsing the XML: TypeError: is not a function I just need working code

    $141 (Avg Bid)
    $141 平均报价
    20 个竞标

    i need someone who is good at writing mathematical scripts this job i need to develop a script to count distinct numbers in the outputted arrays we can specify conditions like min or max etc example -------------- suppose i want to count all distinct numbers in the following sets of numbers i will set a the MIN as 1 and MAX as 100 (but i can change this using boxes to enter min and max) to generate the sets or arrays the program asks us for a starting number, increment and max number note: max number is NOT mandatory when i am counting the distinct numbers i can either 1. count all the distinct numbers between a MIN and a MAX that i specify or if i dont specify then we count between the starting number and the max number. we can declare more than one set and in this case it will ...

    $125 (Avg Bid)
    $125 平均报价
    43 个竞标

    ...can help us create on-going digital assets such as product flyers, design comprehensive PDF guides, and create engaging social media assets such as Youtube Thumbnails, Banners and IG/TT Stories. Graphic Designer Tasks: - Flyers: The objective is to advertise our products/services. You'd need to create eye-catching designs that effectively communicate our products' benefits and unique selling points. - PDF Guides: These digital documents will provide information about our services. They should be well-designed and easy to read, conveying our service offerings clearly and concisely. - Social Media Assets: Keeping our brand image and audience preferences in mind, you need to produce creative assets suitable for use across different social media platforms. Ideal Skills...

    $149 / hr (Avg Bid)
    $149 / hr 平均报价
    89 个竞标

    I'm seeking a professional to summarize a 106 page written deposition of a witness. Your responsibilities will include: - Reading the entire deposition - Crafting a comprehensive report that includes a thorough analysis of the deposition - Ensuring the report covers all discussions and main points I prefer the following format: page # / lines x - x This project requires meticulous attention to detail and stellar analytical skills.

    $790 (Avg Bid)
    $790 平均报价
    23 个竞标
    Trophy icon Script Installation 2 天 left

    Fertig Script installieren. Installation

    $313 (Avg Bid)
    加保
    $313
    7 项参赛作品

    I'm seeking an experienced developer to create a web scraping program. The main purposes of this software is to gather information from approximately 50 targeted web pages across five different real estate reselling sites, specifically LMNP (furnished properties in managed residences). The specific data points to be extracted are: - Pricing - Property name - Property type - Profitability - Area/size - City - Department - Manager - Seller Furthermore, the program needs to include certain features: - An ability to filter results by résidence type - By City - By departement - Ascending/descending filter functionality This extracted data should be directly exported and compiled into a Google Sheet, which will be linked to a website for free viewing and filter. Fre...

    $994 (Avg Bid)
    $994 平均报价
    95 个竞标

    Membuat script (storytelling) untuk konten youtube. Topik dan ide cerita sudah ada, hanya perlu dibuat ke dalam bahasa script untuk dipakai bercerita, penggunaan bahasa santai (casual) dan menarik. Berbahasa Indonesia casual.

    $164 (Avg Bid)
    $164 平均报价
    17 个竞标

    I'm seeking a professional video editor for my YouTube videos, which are long-duration. Your responsibilities will include: - Advanced video editing, cutting and trimming my rough footage according to the indications and script I provide - Occasionally incorporating text animations into the videos - Delivering the final edited video in MP4 format Key qualifications: - Must be fluent in Spanish as the scripts and video content are in Spanish - Familiarity with editing for YouTube is a plus - Ability to interpret scripts and edit accordingly I'm looking for someone who is interested in an ongoing work relationship, outside of this platform for better collaboration. If this sounds like the opportunity for you, submit your bid. I look forward to potentially working with yo...

    $227 (Avg Bid)
    $227 平均报价
    31 个竞标

    Olá, tudo bem? Sou do Brasil, vi seu projeto sobre Spint to win, qual o valor do script?

    $78 (Avg Bid)
    $78 平均报价
    1 个竞标

    I have a script with 2 function (see top picture), i need to replace with the 2 function on the bottom picture and have it install on my server It's a github script

    $861 (Avg Bid)
    $861 平均报价
    87 个竞标

    I'm in need of an experienced Figma designer who can create a clean and minimalist design for my social media platform. This platform aims to engage millennials, business professionals as well as creative professionals. Key Design Points: - Emphasize on user profiles, post creation, and interactive forums. - The design should reflect a modern touch while maintaining an easy and fluid user experience. Ideal Skills: - In-depth experience with Figma - Ability to design sleek and user-friendly social media platforms - Strong understanding of current social media trends - Prior experience creating designs targeted at millennials, business, and creative professionals.

    $2105 (Avg Bid)
    $2105 平均报价
    57 个竞标

    I need assistance driving increase in downloads for my app targeted at the demographic of young adults aged 18+. It's necessary to devise and execute effective digital marketing strategies that utilize the unique selling points (USPs) of my app: innovative features, user-friendly interface, and high-quality content. The ideal freelancer has: - Experience and success in digital marketing particularly for mobile apps - An understanding of the young adult demographic and the aptitude to reach them effectively - The ability to highlight our app's USPs in a compelling way - Proven skills in various digital marketing tactics and analytics. Your primary goal is to significantly boost the user downloads of my app. I look forward to seeing your strategy proposal including tacti...

    $86 / hr (Avg Bid)
    $86 / hr 平均报价
    12 个竞标

    ...some Code Canyon scripts. I did not specify which scripts for this project, giving you the flexibility to apply based on your wide-ranging experience in PHP script modification. Main Task: • Modify various Code Canyon PHP scripts as per requirement. The ideal freelancer for this job should have: Relevant Experience: • A strong track record of modifying PHP Scripts, preferably but not limited to, CodeCanyon scripts. Your application will stand out if you share specific examples of your previous work in this area. • Experience in a related industry would be a bonus. In your application kindly focus on your: • Experience with PHP and script modification. This project could lead to multiple further enhancements and modifications with the right person ...

    $157 / hr (Avg Bid)
    $157 / hr 平均报价
    123 个竞标

    I need a carousel creative focusing on the innovative amenities in my premium apartment. The primary objective of this project is to highlight the distinct features of the apartment. Key points to emphasize are: - Luxury Recreational Facilities: The creative should draw attention to our state-of-the-art fitness equipment, luxurious spa, and indoor swimming pool. This task would suit anyone with an eye for luxury, adept in graphic design, and experienced in real estate marketing. To be effective, the end product must be designed to generate interest by compellingly showcasing these features.

    $196 (Avg Bid)
    $196 平均报价
    18 个竞标

    ...to create an Android application that allows for task management and competitive scoring via a leaderboard. Essential Features: - Add/Create tasks: As an administrator, I should be able to create a task and assign it to individual users. - Completion and acknowledgment: A tick icon should be displayed upon completion of each task. - Leaderboard: The app should include a leaderboard that awards points to users based on completed tasks. - User management: As an administrator, I should be able to manually add or remove users from the system. - Weekly reset: The leaderboard must be reset every week. - Leaderboard sharing: I should be able to share the leaderboard to WhatsApp. Ideal Skills/ Experience: - App development (preferably Android-specific) - Experience with task and user...

    $172 / hr (Avg Bid)
    $172 / hr 平均报价
    118 个竞标

    ...creating interactive prototypes. The project will simulate a desktop environment where the user will follow a linear path or steps in order such performing a web search, scrolling through results and clicking on a predetermined link to bring up a search page. All graphic elements will be provided by us as vector layers for you to make interactive within the prototype desktop environment. Key points to note about the project: 1. **Level of Interactivity**: The outline project needs advanced interactivity. This includes but is not limited to the development of simulated desktop environments. 2. **Graphic Elements**: The graphic elements that will be deployed in this project are majorly Vector graphics. They will be provided by my team and your task would be to integrate them i...

    $3170 (Avg Bid)
    $3170 平均报价
    26 个竞标

    I am in need of a pattern designer who can create an intermediate level ballet tutu pattern for child sizes. Key Points: - The project will involve creating an individualized and unique pattern for a ballet tutu. - This is not for beginners, an intermediate skill level is necessary for this design. - The tutu pattern should be suitable for child sizes. Skills and Experience: - Ideal candidates will have previous experience in clothing design, specifically in clothing for children and tutus. - Proficiency in pattern design is a must. - A background in ballet or dancewear design would be advantageous. Please, include examples of similar work done in past in your bid. Also, specify the time frame you would need for this project.

    $524 (Avg Bid)
    $524 平均报价
    36 个竞标

    ...of my Ubiquiti Wireless Access Points and need an expert Ubiquiti technician to handle the troubleshooting. System has been going well for long period however something occurred which resulted in use only connecting via 2.4, no 5 .....Now we cannot connect with either hard wired in no issue with internet, just not getting through to the AP's Key tasks: • Diagnose connectivity issues in the system • Execute effective solutions to resolve said issues The ideal freelancer for this project should be specifically skilled and experienced in: • Troubleshooting Ubiquiti systems, particularly Wireless Access Points • Network installation • Configuration and setup Looking forward to working with a knowledgeable tech-guru who can quickly get my Wire...

    $550 (Avg Bid)
    $550 平均报价
    7 个竞标

    In need of an experienced infographic designer who can deliver high-quality work urgently. The main purpose of this task is to provide a clear overview of my projec...can deliver high-quality work urgently. The main purpose of this task is to provide a clear overview of my project. Key Responsibilities: - Create an infographic that visually presents the core content - Showcase the project's key points effectively by using images/icons and text Skills and Experience: - Proven experience in infographic design - Strong blend of creative ideas and technical skills - High proficiency in design software - Ability to work within tight deadlines The end product should help anyone reading it to quickly grasp the essential points of the project. Fast turnaround time is c...

    $618 (Avg Bid)
    $618 平均报价
    77 个竞标

    Hi, I would like to create a script that: -uses the Soslcan API -identifies new SOL tokens -creates buy orders based on certain criteria (fdv, volume etc) and sends to wallet please tell me in general how you would go about this so i know you are suitable for the task? As the client for this project, I'm seeking a proficient coder, experienced with Python and Java, to create a system that integrates with Solscan API to provide real-time updates. The runtime for this operation is vital, with a strict two-week deadline in place. Key Requirements: - Proficiency in Python or Java programming - Prior experience with API integration, notably Solscan - Ability to deliver the project in two weeks The selected freelancer will demonstrate a solid understanding of creating real-ti...

    $180 / hr (Avg Bid)
    $180 / hr 平均报价
    108 个竞标

    I need an experienced Pine script coder for developing my EMA (Exponential Moving Average) strategy on TradingView. The key task is to incorporate - Implementing and coding the EMA strategy I've detailed. - Ensuring the script can backtest trading data effectively. - Coding the script to generate trade signals. Furthermore, I want this script to automatically initiate and execute trades Synchronized with my broker account. This calls for a high-level experience in TradingView API and order management system. Additionally, this project requires backtesting the strategy on a mixed dataset of both specific historical and most recent market data for determining the effectiveness of the automated trading strategy. Proven expertise in backtesting trading strat...

    $767 (Avg Bid)
    $767 平均报价
    12 个竞标

    I require a professional who is adept with Cisco's hardware. CISCO Wireless setup with C3504 controller and ACCESS Points 2800 series there in existing network . Need to add 8 APs 3000 series to this network . Remote login will be provided.

    $712 (Avg Bid)
    $712 平均报价
    11 个竞标

    I need a skilled developer to generate a custom Python script aimed at Yolo v8 image segmentation. I have a pretrained model and I converted it into ONNX format. Now I have to get and draw inference of it on original image. I can't use ONNX runtime or Ultralystic. Only OpenCV-Python and Numpy are available. Ideal Experience: - Familiarity with Yolo v8. - Experience in image segmentation. - Mastery in Python scripts. This is not a project, only providing python sample script, if you have one, you can earn money in a min.

    $78 (Avg Bid)
    $78 平均报价
    12 个竞标

    I am in urgent need of a Wordpress expert to help me with 2 fairly basic landing pages (just 2 actual pages). Although the layout is complete, I need someone who is quick quick with elementor and can jump on a call with me in the morning to knock out some edits. I have the images and the copy. Should t...exercise, but I have a meeting about these 2 pages on Friday and just need to get them knocked out quick. - Ensure all content is engaging and encourages visitors to take action Ability to work efficiently and deliver the project in a timely manner would be highly appreciated. Please provide 2-3 samples of previous Wordpress-Landing Page work work when placing your bid. (Home services gets bonus points) Would need to ideally meet early EST or between 11-1 for about an hour (p...

    $978 (Avg Bid)
    加急 加保
    $978
    77 项参赛作品
    Busco locutor 6 天 left

    Necesito un locutor que pueda leer un script corto en español e ingles.

    $86 (Avg Bid)
    $86 平均报价
    10 个竞标

    BEFORE MSG ME PLS READ FULLY AND SEE THE ATTACHMENTS...DONT JUST GUESS. I need someone very expert in word document to format my original document as per attached instructions and below instructions... The key points needing attention are as follows: Document styles consistency - Our main requirement is the standardisation of the Styles template. This includes ensuring all text aligns with predefined styles (e.g. Heading 1, Heading 2, Normal, List Bullet, Reference Char1, internal document references, references and supporting documents, etc.). It seems some parts of the document still feature ad-hoc formatting, not aligned with any specific style. Please note, I see that some text has been changed to be justified, this is not required as we are happy with the overall formattin...

    $552 (Avg Bid)
    $552 平均报价
    82 个竞标

    Project Overview: We've already implemented a functional cookie consent banner with a script that manages cookie setting (setCookie, readCookie), consent selection (setCookieConsent), and banner behavior (checkbox initialization etc.). We need your expertise to integrate Google Tag Manager (GTM) with this existing script. We need conditional firing of a Google Analytics 4 (GA4) tag based on user consent selections (e.g., "Statistical" consent). I want these consent states to be managed correctly: ad_storage analytics_storage ad_user_data ad_personalization _personalization_storage functionality_storage security_storage and make settings adjusted for google v2 compilance. In your bid please write in short, what is new in Google v2 management. Bid only if yo...

    $141 (Avg Bid)
    $141 平均报价
    24 个竞标

    I'm looking for a motivated and meticulous professional who can successfully convert 5-6 pages of an old paperwork, handwritten in English, into typed text. Key Requirements: - You should have excellent English proficiency to understand and interpret the handwriting, which is difficult to read in some places. - Proven experience in transcription tasks is greatly valued. - You should have strong attention to detail and the ability to accurately transcribe verbatim. In your proposal, please share a brief summary of your experience, along with any similar transcription projects you've completed.

    $258 (Avg Bid)
    $258 平均报价
    7 个竞标

    ...portfolio boasting over 35 SaaS applications, I’m in search of a robust SaaS affiliate management script to streamline my affiliate program operations. My goal is to create a centralized platform where I can showcase all my applications and invite affiliates to join and promote my offerings effortlessly. Ideally, I’m looking for a script on codecanyon or any other similar marketplace that requires minimal customization, allowing me to quickly integrate it into my existing infrastructure. It should offer comprehensive features for both vendors and affiliates, ensuring seamless collaboration and effective promotion of my SaaS products. If you have any recommendations or suggestions for a suitable script available on CodeCanyon, I would greatly apprec...

    $1150 (Avg Bid)
    $1150 平均报价
    19 个竞标

    I am in need of a proficient developer who can build a REST API for a Python script to facilitate integration with another internal application, primarily written in PHP. Key requirements include: 1. API Development Expertise - You should have strong working knowledge of Python and PHP and substantial experience in REST API development. 2. Integration Knowledge - A clear understanding of how internal system integration works. 3. Problem-solving Abilities - The capacity to troubleshoot, spot issues, and provide quick, effective solutions should any problems around integration arise. This role is suited to anyone who thrives in challenges and is excited to make existing systems more efficient via integration. If you're the kind of developer that loves a good puzzle, I'd ...

    $250 (Avg Bid)
    $250 平均报价
    11 个竞标

    ...medical matters to help prepare a convincing argument regarding my daughter's gastroenterologist service. This document will be used to advocate my position to our professional parenting coordinator. In crafting this, your attention to detail will be of significant importance. Beyond the quality of services provided, this argument should incorporate reputation and experience as the major argument points. Any information that you can convince our parenting coordinator would be excellent. Experience and Skills: - Strong knowledge of medical-related legal matters - Exceptional legal writing skills with focus on detail and persuasion - Understanding of pediatric gastroenterology would be an advantage - Ability to incorporate provided supportive documents convincingly Pleas...

    $1644 (Avg Bid)
    $1644 平均报价
    19 个竞标

    ...integrated cryptocurrency. The ideal team or individual must have skills in the following areas: - Mobile application development: The core of this project is the creation of an app designed to monitor and incentivize sobriety. It should feature daily sobriety tracking, reminders and notifications, progress reports and the ability to set personal goals. - Payment integration and reward systems: The app will reward users with an in-app currency, cryptocurrency, and PayPal funds. Knowledge of integrating these payment systems is essential. It should be user-friendly, trustworthy, and secure, ensuring that users are incentivized for each day they remain sober. - Community forum development: To enhance the support system, the app needs a community forum where users can shar...

    $5259 (Avg Bid)
    $5259 平均报价
    74 个竞标

    I'm seeking a talented individual with expertise in crafting and listing compelling company profiles on Crunchbase. Here's what the project entai...basic. Ideal candidates will excel at creating detailed profiles, with emphasis on our company's history and our significant achievements. Despite not having a preference as to how our accomplishments are presented, it is crucial that they are displayed in an engaging and digestible manner. Skilled storytelling is a major plus, allowing potential stakeholders to quickly understand our company's points of pride. Skills & Experience • Proven experience creating company listings on Crunchbase • Detail-oriented and ability to present information attractively • Strong storytelling abilities • Unde...

    $1025 (Avg Bid)
    $1025 平均报价
    70 个竞标

    I am actively searching for an experienced journalist to conduct an insightful interview focused on the entrepreneurial journey of a business founder. The central theme needs to revolve around their initial struggles and setbacks, key turning points, and personal growth and development. The main objective is to promote the brand and business. - Experience conducting in-depth and engaging interviews - Sound understanding of the business environment - Ability to extract and highlight key points in a story - Proven ability to inspire and motivate the audience through storytelling - Exceptional writing and editing skills are a must The ideal candidate will have a firm grasp of the tech industry and a knack for turning complex stories into inspiring narratives. You must have e...

    $2410 (Avg Bid)
    $2410 平均报价
    30 个竞标

    Hello, I Search CPA network script a PHP for example (site is not reachable down operator) new or used Please offer everything pay immediately

    $3498 (Avg Bid)
    $3498 平均报价
    57 个竞标

    ...sloping roofs, while the interior layout focuses on sharing spaces between two units. Key Project Details: - Architectural Design: The desired style is modern. Balanced aesthetics and functional space usage are crucial. - Exterior Design: Minimalist style shoud be prefered for the external façade, ensuring an aesthetic appeal. - Interior Layout: The design should favor shared spaces. Primary focal points are a spacious, open-concept principal living room and a common study/library. The goal is to foster interaction while maintaining privacy where necessary. Ideal Skills & Experience: - Proficiency in modern architectural design - Experience with exterior design - Expertise in shared space interior layout planning. - Knowledge of two-family houses is a plus. I�...

    $149 / hr (Avg Bid)
    $149 / hr 平均报价
    63 个竞标

    I'm looking for corporate communications support for a Procurement summit during the second week of May. Resource will be needed beginning the first week of April. Key deliverables will include: * Executive scripts (will develop talk points from brief meetings with executives) * Pre-Event Brief (used to secure support and engagement from executives and sponsors) * Post Event Summary (capture insights and develop summary using storytelling, engaging content, succinct language, appealing design, PowerPoint / PDF format, etc.) The main objective of these communications is to secure support while accurately and effectively disseminating information to employees. Key skills and experience required: - Strong written and verbal communication skills - Ability to switch tones in o...

    $391 / hr (Avg Bid)
    $391 / hr 平均报价
    11 个竞标