Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    2,000 unchanged jobs fundet, i prisklassen EUR

    1) Modify the existing files (php, sql, html) as framework 2) Modify the one and only table "users" by changing name to "merge" and add columns to the table (file with formatting will be uploaded). 3) Change db name from test to merge 4) will change from 4 columns to 18 total...Modify the existing files (php, sql, html) as framework 2) Modify the one and only table "users" by changing name to "merge" and add columns to the table (file with formatting will be uploaded). 3) Change db name from test to merge 4) will change from 4 columns to 18 total. The last column "update" is not from database, instead is php to edit or delete rows of data and remains unchanged as it currently appears in the framework. 5) html / will show all 18 ...

    €25 (Avg Bid)
    €25 Gns Bud
    12 bud
    program in C++ Udløbet left

    program an encapsulated class Account as follows: a)Include instance variable balance to store the amount and Title to store account title. b)Write 2 constructors, one will be default constructor and the second will be augmented construc...initializes the instance variable balance with non negative value and Title with account name. c)Provide a function to deposit money in the account. d)Provide a function to get the value of account. e)Also provide a function called debit that withdraws money from an Account. Ensure that the debit amount does not exceed the Account’s balance. If it does, the balance should be left unchanged and the method should print a message indicating "Debit amount exceeded account balance." main function to ...

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

    1) Use the CRUD files (php, sql, html) as framework 2) Modify the one and only table "users" by changing name to "merge" and add columns to the table (file with formatting will be uploaded). 3) Change db name from test to merge 4) will change from 4 columns to 18 total. The last column "update" is not from database, instead is php to edit or delete rows of data and remains unchanged as it currently appears in the framework. 5) html / will show all 18 columns when run

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

    You will first study a simple Internet ping server written in Python, and implement a corresponding client. The functionality provided by these programs is simila...to the functionality provided by standard ping programs available in modern operating systems. However, these programs use a simpler protocol, UDP, rather than the standard Internet Control Message Protocol (ICMP) to communicate with each other. The ping protocol allows a client machine to send a packet of data to a remote machine, and have the remote machine return the data back to the client unchanged (an action referred to as echoing). Among other uses, the ping protocol allows hosts to determine round-trip times to other machines. You are given the complete code for the Ping server below. Your task is to write the Pi...

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

    I have trained a model using "Object Detection API with TensorFlow 2" ( in . The whole data including my training data and my calculated model can be dowloaded: (Remark: Data are artificial, it's just a sample because due to NDA I cannot show real data.) Once more: - The task is to change the to improve the results. Especially obvious objects should be detected. (The work flow should be unchanged.) - For example, looking at at least the marked objects in should be detected additionally. The code () has to be delivered. Payment will only be done if the task is fully completed.

    €278 (Avg Bid)
    €278 Gns Bud
    21 bud
    Logo change -- 2 Udløbet left

    Based on a provided existing AI file (and related helvetica fonts), modify the attached logo so that instead of "Software GmbH", one should just have "Software" and the second "Services". Everything else shoud be unchanged. File exchange via DropBox shared folder. Communication via WhatsApp. I'll only consider entries that give me an example result of the requested task based on the attached file. Come on! This is a really easy task, eh?

    €15 / hr (Avg Bid)
    €15 / hr Gns Bud
    67 bud

    A Python3 program to embed a hidden message to a PDF file, that does not reveal in any PDF browser. This program can also extract the hidden message from a PDF file. Before embedding the hidden message, the application should first encrypt the message data with AES-128 GCM and then encode the encrypted data as base64. After embedding the encoded/encry...hidden message to a PDF file, that does not reveal in any PDF browser. This program can also extract the hidden message from a PDF file. Before embedding the hidden message, the application should first encrypt the message data with AES-128 GCM and then encode the encrypted data as base64. After embedding the encoded/encrypted secret data in the pdf file, the pdf file will appear completely unchanged to the average, uninformed comp...

    €188 (Avg Bid)
    €188 Gns Bud
    5 bud

    need a website design to mint nfts and minting countdown timer for upcoming nft project, also allow users functionality to connect crypto/nft wallet (metamask/trust wallet) . users not holding nft will get a unchanged page, user with authentic nft will be see 2 boxes appear with a number that i generate

    €1290 (Avg Bid)
    €1290 Gns Bud
    36 bud

    In a 2 to 3 page short critical economic thinking essay of a minimum of 400 words and a maximum of 600 words (penalties applied if below the minimum or above the maximum based on how close to the m...involved), thoughtfully respond to the questions or directives below based on the provided scenarios (do not include the scenarios or questions/directives in your essay). First Scenario: For most business firms that sells a particular good on the market, a decision has to be made from time-to-time to either raise the price of the good, lower the price of the good, or keep the price of the good unchanged. Based only on the concept of demand elasticity: When would you recommend raising the price of the good? Explain why. When would you recommend lowering the price of the good? Explain wh...

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

    generate a page that can generate many random codes from the original code, from those generated codes can be converted back to the original code, written on web platform Can search for used codes. For example, I have the code: Abcde123 => Mix random characters to create a series of new codes with the number of options: eg: aheux44, oghwi2, yiisggh, etc.... =>...series of new codes with the number of options: eg: aheux44, oghwi2, yiisggh, etc.... => eg i get code: aheux44 => code checker => show original code Abcde123 , => press button use aheux44 only aheux44 code is disabled. other codes are still used normally: eg: oghwi2 => test => Abcde123 etc.... Just like a one-time phone recharge code, it will no longer be used, but the top-up value will remain unchanged...

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

    C program that takes two filenames as command-line arguments and concatenates the contents of the second file to the first file. The program should check if the two filenames provided as command-line arguments are the same and print an error message in such a case. After the program executes successfully, the first file should now contain it's original content and the contents of the sec...filenames as command-line arguments and concatenates the contents of the second file to the first file. The program should check if the two filenames provided as command-line arguments are the same and print an error message in such a case. After the program executes successfully, the first file should now contain it's original content and the contents of the second file. The second file should...

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

    ...products (because F comes after C). And so on. o The second criteria is according to column K, “Undergrupp nivå 1”. This means for example within “Canvastavlor” products are sorted according to the value in column K. • When the posts (products) are sorted, all lines in a post must remain together and in the same order. In fact, no change at all, is permitted within a product post. An entire post, unchanged, must be sorted. No sorting within the post itself. Notes: • You need to have strong knowledge in Excel and writing codes for macro to be able to perform this task. • The macro must allow to brows and select the source file. The output file must be saved with a new filename in the same folder as the source file. • Our excel fil...

    €124 (Avg Bid)
    €124 Gns Bud
    25 bud

    Hi Sandeep, I noticed your profile, can we discuss over chat getting a proposal from you? It involves adding logical structure (tags) to a PDF file according to a JSON file which has a tag (like heading, list, table..) and bounding box coordinates of area on page to be tagged (remove old tags from file before adding new). Output PDF should be unchanged except for adding tags. May have more projects if this is successful.

    €234 - €234
    €234 - €234
    0 bud
    Short essay writer Udløbet left

    ...scenarios or questions/directives in your essay). First Scenario: For most business firms that sells a particular good on the market, a decision has to be made from time-to-time to either raise the price of the good, lower the price of the good, or keep the price of the good unchanged. Based only on the concept of demand elasticity: When would you recommend raising the price of the good? Explain why. When would you recommend lowering the price of the good? Explain why. When would you recommend keeping the price of the good unchanged? Explain why. Second Scenario: Having become a “master of elasticity” due in large part to taking a course in microeconomics from world famous Indiana Tech University, you are hired as a consultant to a firm that is currently ...

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

    ...scenarios or questions/directives in your essay). First Scenario: For most business firms that sells a particular good on the market, a decision has to be made from time-to-time to either raise the price of the good, lower the price of the good, or keep the price of the good unchanged. Based only on the concept of demand elasticity: When would you recommend raising the price of the good? Explain why. When would you recommend lowering the price of the good? Explain why. When would you recommend keeping the price of the good unchanged? Explain why. Second Scenario: Having become a “master of elasticity” due in large part to taking a course in microeconomics from world famous Indiana Tech University, you are hired as a consultant to a firm that is currently ...

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

    ...design a website about my father. It’s currently on Joomla PHP 5.6.40. The website is in dire needs for an upgrade and, having lost contact with my former helper, I’m looking for assistance to convert the website to wp.com. The end goal is to have a great-looking site that I’ll be able to manage on my own. I’m worried about various aspects of this process: - I'd like the website address to remain unchanged. - I'd like the Joomla website to be up and running until the new site is ready to launch. Joomla content should only be copied onto until the project is complete. The website reflects years and years of work, and I don’t want to risk losing any content through this process. - I’d like to maintain the logic of the original site...

    €403 (Avg Bid)
    €403 Gns Bud
    36 bud

    General: We have a job board service and we want our app. to be able to identify the file type of an uploaded resume/CV (pdf, Word, Image, pdf with embedded Image). If the file type is an image or pdf with embedded image, use API in library to convert it to a text searchable pdf file. We are registered with but there is free trial available for development and test. Your cod...library to accomplish the same function. Deliverable: Source code in NodeJS with API that takes a resume/CV/document in Word, pdf, image or pdf with embedded Image and outputs the same document with a flag of the output file type (i.e. 1 = Word, 2=pdf) and a version of the file in text searchable pdf format if it's an Image or pdf with embedded Image. If the file is in pdf or Word, keep file unchanged...

    €186 (Avg Bid)
    €186 Gns Bud
    9 bud

    源码地址:Source address: 1. Set the initial betting amount to X, Y, increase the analysis of historical betting records, The original betting strategy remains unchanged. On this basis, the opening mode of the double betting strategy is added: Betting strategy P1: High odds (>2.0x) multiplier: each time you choose the highest odds to place a bet; The lottery records you bought are in accordance with: One group with odd numbers and one group with even numbers; divided into 2 groups; open betting according to odd numbers when encountering an odd number, betting according to even numbers when encountering an even number, and when the high odds mode is turned on, the odd and even bets are performed simultaneously; (1) For odd numbers, the first bet

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

    I need a cartoon to act as a logo for my new web-based business. The business teaches foreign languages interactively over the web, and the cartoon (the 'hero image' on the website's front page) needs to show two people having a conversation in a really weird language, getting deeply involved in it, possibly getting very frustrated, but having a really good... The style must be minimalist - see '' in Project Files. You can't use that image, because it's copyrighted, but it'll give you the desired flavour. The boy is obviously talking garbage, but the girl is rivetted. 7. The colours must harmonise with the blue colours in '' in Project Files (but you can use other colours for contrast). 7. The image must be usable unchanged in ...

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

    I am a breeder of high-end Ball Pythons who owned a business in the 90s and I would like to update my logo. I've lost all the original file work that I got from the original designer, so the only copy that I have is attached for you. I am not going to be using the same business name, so whatever logo is created, I might even...in the 90s and I would like to update my logo. I've lost all the original file work that I got from the original designer, so the only copy that I have is attached for you. I am not going to be using the same business name, so whatever logo is created, I might eventually want to incorporate a new business name. I'm not entirely decided on color(s), just that the original logo remain somewhat unchanged. I will be using the logo on website, T-Shir...

    €273 (Avg Bid)
    €273 Gns Bud
    95 bud

    ...Three Fiber and other packages if necessary. The spheres can be dragged and dropped along with the text associated horizontally and vertically on the screen. Also, each sphere has its own status, name and PV value (The name and PV value will be shown on the text). If the status is dangerous or faulty, the sphere shall be flashing in red or yellow respectively, but if normal, it remains green and unchanged. There is an existing base code that has completed certain parts of the task, like draggable spheres on a background image; HOWEVER, there is NO text attached to the spheres or flashing effect for the faulty status. Your task is to draw text around the spheres and to apply the flashing effect on certain spheres, and the base code will be provided. Details: 1. Draw the asso...

    €126 (Avg Bid)
    €126 Gns Bud
    3 bud
    python program Udløbet left

    ...and 5 are swapped, and so on, until the end of the list. You can assume that the list has at least two items – if not, your swap function should raise an AssertionError (see details below). Note that there are two cases: (1) the list has an even number of elements; (2) the list has an odd number of elements. For case 1, swap all elements. For case 2, swap all elements but leave the last element unchanged. See the diagram below for examples. Require function In addition to the task2() function, you need to implement the following function: swapAdjacentElements(params: alist) -> no return The parameter alist is a list of characters. The function should modify the list as described above. should modify the list passed to the function and not create a new list. The function...

    €15 / hr (Avg Bid)
    €15 / hr Gns Bud
    24 bud
    Report Writing 1 Udløbet left

    Control of 3D printer nozzle temperature The hot end of a 3D printer can be seen in the schematic in Figure 1. The nozzle is heated using a heating element, while a thermocoup...uses a PID controller, where the values are set at: • Kp = 21.33 • Ki = 1.13 • Kd =98.22 Questions: • For the system above, explain why the thermocouple overshoots? • Sketch the expected temperature time profile (i.e. the graph in Fig. 2) from room temperature to 200°C for the following 3 scenarios: 1. Kp is halved, the other two values are unchanged 2. Ki is doubled, the other two values are unchanged 3. Kd is halved, the other two values are unchanged • If a full PID controller was not available, which controller would be more suitable for the system describe...

    €12 - €23
    €12 - €23
    0 bud

    ...we have to input by ourselves (as per point 1 requested). - Receivable: We can record 1 payment for different invoice - it can be more easy for us to make the bank reconciliation - Payable / Expenses: We can record 1 payment for different Purchase orders - Payable / Expenses: We can choose the payment accounts, and related accounts in the payable transaction ** Remarks: Receipt function keep unchanged, we can print the receipt by choosing that invoice 7. Add picture to invoice / purchase order We want to allow us to add a product photo when we create an invoice (for your information, we seldom use the "product" functions, as our products all are tailor made, and every products are different, so, the product function for us is useless) 8. Customize the invoice, quotati...

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

    Designer needed to provide possible 3 choices to the Members of the Association to vote for final approval of new Lobby Design/Style. We have a 3 person committee to provide overview and be the primary contact. The members have already voted the Mirrored Mushroom in the center and the tiles will remain unchanged. Time frame is open. We are renovating the hallways now and making decisions on the pool too. This will not be demo, just paint, and furniture design. Please let me know if you are able to provide connections to suppliers.

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

    ...Fusebox 5, use it else no need. 6. I will provide most of the time the admin template but in few cases you need to get it. 7. Same applies to the Front End Templates 8. Should know theming (Different color combinations and layouts and should store in DB) The most import part is the Projects will be fixed price projects, so every project will be costed between $200 -350 and price will remain unchanged. In certain cases where it deemed I will change price accordingly I will decide what the project cost will be and you should provide me with timeline and should stick to the deadlines. Most projects should finish in a 15 days or a month period. Selected Candidate will have the Timeline and Milestone Applied when they start work and should complete by the deadline. (no exception...

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

    Revise and Insert Job needs to be completed in an hour, after work is accepted Width is 4 inches Height is 3.5 inches version 1a. with 4 images per page Version 1b. with 6 images per page Card Header will be replace as follow: 30 Day FREE Replacement 90 Day FREE Returns Body of text will remain unchanged

    €57 (Avg Bid)
    €57 Gns Bud
    35 bud
    PDF Manipulation Udløbet left

    I need to change name and other info in a pdf file. You can either add/remove words in the source file or you can convert pdf to word file. The stamp and signature must be preserved unchanged.

    €56 (Avg Bid)
    €56 Gns Bud
    54 bud
    Excel data ediiting Udløbet left

    We have 11 sets of customer lists in Excel and 11 related MS word documents which are the results of mail merging each of these 11 lists as address labels. This merge was done some time ago. When customers moved premises over time we deleted the label on the word document but left the excel spreadsheet unchanged. The excel spreadsheets therefore include the customers that have moved away. We now want to update the excel spreadsheets (which is what we should have done all along !) All we require you to do is to open the excel spread and the associated word document. It is obvious from the file names which excel file goes with which word file. Then scan the word document by eye and when you see a blank label find the corresponding record in the excel file and mark a new column t...

    €110 (Avg Bid)
    €110 Gns Bud
    74 bud
    Build me a website Udløbet left

    i need a website like louis vuitton name of my brand is Remain Unchanged

    €219 (Avg Bid)
    €219 Gns Bud
    86 bud

    I need to be able to change the text in the attached image. I need the colour, border, text font and size all to remain unchanged; however, I need to be able to change the words inside the box.

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

    ...ogle-chrome/ In particular the goals are to: * Transition to Manifest 3 (do you have specific experience with Manifest 3?) * Move to pure JS (not jQuery) * Move to Bootstrap5 * Streamline AP’s awareness of solution it is being used with and understanding of what type of Element is being edited (code has become bloated, redundant and overly complex) * Backend unchanged (use existing AJAX calls, PHP and database) * UI design unchanged Note: the companion Microsoft Word app is out of scope - this project is specific to the Chrome Extension. Given Manifest 3 and clear requirements for AP it’s probably easier to just start from scratch. Expectation is that the code be well documented and can be maintained by 11trees going forward....

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

    Looking for an experienced Laravel, Bootstrap developer to extend an existing project through creating APIs in Laravel and some styling updates. The core of the software should be unchanged to allow upgrades from the vendor. Only bid if you have extensive experience with Laravel, MySQL, Ubuntu, Apache, Bitbucket and related technologies. Experience with MS Azure hosting and GCP will be good.

    €352 (Avg Bid)
    €352 Gns Bud
    48 bud

    I need to design a series of curved lines to be printed onto vinyl to go on the side of my horse lorry. I have the basis of an image I want to use but the lines are incomplete and need to be finished and changed into the correct colour so that the manufacturer can print them. The photos show the old swirls on the lorry that we are updating. The logo will be unchanged. I can provide Hex (or similar) colours needed to change the colours in the image I will provide. I can provide the image in high resolution. You will also see from the photos how the 'swirls' will be used on 2 sides of the lorry.

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

    Hi it is a project about the airport transport industry. Report of maximum 3 pages (excluding references). When the major Australian airports were priv...number of problems – not least the requirement of detailed and cumbersome regulatory intervention if investment was planned. As a result, in 2001, price regulation was temporarily suspended, and then this was subsequently made permanent with a shift to a light-handed regulation system. This situation has periodically been reviewed by the Australian Productivity Commission, but it remains largely unchanged. As a consequence, a number of airlines have formed longer-term agreements with the airports concerning airport charges. Write a brief report about this case, the reasons, the consequences, and lessons learned from doing th...

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

    I'm working on a project to teach medical doctors about the anatomy and angles of the ...utmost importance that the dashed lines (="cut planes") be depicted/drawn in the right angles (as in the model image provided). - The text/letters will have to be slightly modified (see clockwise in the image): - The capital "D" in upper left corner: omit - "Bicaval": spell with capital letters followed by a degree number = "BICAVAL 110°". Keep "SUP (SVC)" unchanged - "Short axis": instead write = "SAX 45-60°" . Keep "ANT (Ao)" unchanged. - Write "LOW 0°" . Change text "(AV Valve plane)" -> "(mitral/tricuspid plane)" - Keep "INF (IVC)" - Change &q...

    €141 (Avg Bid)
    Haster Garanteret
    €141
    340 indlæg

    (Obj); (); (); ...{"Attaching an entity of type 'Mike.Models.Inventory_Serial_Incoming' failed because another entity of the same type already has the same primary key value. This can happen when using the 'Attach' method or setting the state of an entity to 'Unchanged' or 'Modified' if any entities in the graph have conflicting key values. This may be because some entities are new and have not yet received database-generated key values. In this case use the 'Add' method or the 'Added' entity state to track the graph and then set the state of non-new entities to 'Unchanged' or 'Modified' as ap...

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

    We're looking for an experienced Vue.js developer to help us convert our AngularJS app. Minimal change to the UI, and the backend APIs will be unchanged. Setup a short call with me at if you want to discuss. This is a long-term project that should last about a year.

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

    ...the name of the "From Type" name to the Final string after the @ delimiter (ex: @558) - added the ID for "Reason for Request" at the end of the Final string after the @ delimiter (ex: !558) - "Final" string is stored in a simple SQL Server table. Needed changes for v2: - when the page loads, check if there is an ID passed in (ex: id=3). If not, the current process works fine and can remain unchanged because this is a new entry. If there is an ID, it needs to get the corresponding delimited value from the database (I will include database objects), load all boxes that were originally selected and select the ID of the radio button or check box(es). The process of showing and hiding the boxes (divs) remain the same. If the user makes changes to a...

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

    We are looking for a French-speaking translator who can translate English to French. Here are some detailed about this work: 1. Knowledge about software products 2. Be able to translate English HTML/XML files in Dreamweaver and notpad++ into French with good quality (keeping the original code content unchanged) 3. Knowledge of SEO (Search Engine Optimization) 4. A long term collaboration will be appreciated 5. Be able to translate 15,000 words minimum per week If you want to have a try, connect us immediately. :) Our budget will be 0.01 – 0.02 USD/word according to the quality of translation file. (Will send you a test file about 1,000 words at first)

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

    We need a designer to remake the logo from "Microgreens" to "Farm of Greens" and "Greens" remains unchanged and "Micro" changes to "Farm", and the plant what you can see in the middle should be "of" and the plant needs to grow from the word "of" and roots below. There is a .eps file from which you can do all this.

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

    Hi Monica D., As discussed, creating a new project for the 10 personal loan articles. Please accept the project and the milestone. The brief is unchanged.

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

    Please find attached an image of a product ...that we manufacture, an ice cream container. The dimensions are shown in centimetres. The product is designed to contain 1 quart of ice cream. We would like to produce a new container that will be able to container 1.5 quarts of ice cream. What I would like to know is what the dimensions of the product be to be able to have this quantity of ice cream? The shape of the container must remain unchanged. It just needs to be proportionately larger. Please do not bid on this project unless you are clear on the instructions and already have a clear answer in your mind. Please tell me what is your favourite colour in your bid – any bids without this answer will be ignored. I expect that this project will be less than $10 to comp...

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

    ...folder or MYSQL database (to specific temp folder or straight to source and overwrite existing data) - Easy backup restore function choosing a specific restore date - Notification or prompt (command line) if restore is successful or unsuccessful Other - Backup option to Openstack Swift - Copy files from source to dest, skipping already copied. Copy the source to the destination. Doesn't transfer unchanged files, testing by size and modification time or MD5SUM. Doesn't delete files from the destination. Requirements - Open source - Well documented - Good and clean code - Commented code - Based on Linux (CentOS is source) - Shell script easy to customize - Back up source (VPS) to destination ( or ) In the base - A solide backup and restore

    €189 (Avg Bid)
    €189 Gns Bud
    4 bud

    I need to make a website using figma mockups on the Wix platform. The site is on Wix now and has 6 pages. It is necessary to keep the current site content unchanged, but change the design of the site to the design shown in figma mockups. If you've never worked with Wix, don't take this assignment. The design should be done using Wix, pure HTML is not interesting.

    €165 (Avg Bid)
    €165 Gns Bud
    50 bud
    Create a Design Udløbet left

    I am looking to optimize the attached project design logo for Facebook profile picture. To make the logo appealing to the eye, when used in the 1:1 scale (in the circular facebook logo section). To optimize this: -Changes can alter the Size/ Placement and Color/Background of the logo components. -The Font used for letters & the shape of the L should remain unchanged. -Acceptable Colors: are Black (HEX:#222222), White, Bronze(HEX: #d5884e), Shades of Grey P.S. Unfortunately, I only have the current logo design - in a PDF file format.

    €23 (Avg Bid)
    €23 Gns Bud
    59 bud
    Research Paper Udløbet left

    ...paraphrase to communicate the main research findings. 3. Personal Discussion/Reflections: Reflect on the research findings and discuss the larger significance of these findings. You can address how or if your opinions on this topic were altered after the research you did. Did your initial opinion/argument about this issue change after your research or did your initial feelings about the issue remain unchanged? Comment on the insights you’ve gained and how this issue affects you, your peers, or your community more generally. · 4. Conclusion: Use your conclusion paragraph to briefly summarize your thesis and main research findings. You can address any further questions that remain unanswered or areas of further inquiry. · 5. Works Cited page in M...

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

    ...options, admin and client login. Where admin (me) only can add new clients to the database, and password is auto-generated and sent to clients email which client can use to login into their respective dashboard. Only admin(me) has role to change client's data. The client should have following permission only : To change name, phone, password, and photo. The rest of data should be remained unchanged. The things i want on clients dashboard : Investment 2. Current Value 3. Review Date 4. Investment Change % green for profit and red for loss. *BOOTSTRAP should be use to display the data in single column view. I also want that above 4 details are only editable by admin(me). There will be nothing more than these 4 points on the client's dashboard, However for the ad...

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

    Top unchanged Community-artikler