Find Jobs
Hire Freelancers

Responsive website in HTML5 and CSS

$3750-11250 MXN

Завершено
Опублікований about 7 years ago

$3750-11250 MXN

Оплачується при отриманні
The project is to develop the code for a website. Based on the design I attached. This website contains 14 sections: (1) Home, (2) About us, (3) web design, (4) branding, (5) marketing, (6) contact and 8 page Of our work portfolio. The technical requirements for the development of the project are as follows: - Code in HTML5, CSS and Javascript - Responsive layout cross browser - Websites should be optimized in their structure and load weight - Integration of javascripts for site interactions and animations - Integration of contact form with validation of name, phone and email fields - The HTML and CSS code of the site must have correct indentations, it must not be minified Well Commented Code W3C 100% Valid Code General Interactions - Webpage Scrolling Animation Effects Example animation: - [login to view URL] Home - Banner type slider with hyperlink button - Lateral and lower side banner controls Thanks.
ID проекту: 12872646

Про проект

67 пропозицій(-ї)
Дистанційний проект
Активність 7 yrs ago

Хочете заробити?

Переваги подання заявок на Freelancer

Вкажіть свій бюджет та терміни
Отримайте гроші за свою роботу
Опишіть свою пропозицію
Реєстрація та подання заявок у проекти є безкоштовними
Доручений:
Аватарка користувача
How do you make an animation in CSS? Hi, Dear Employer Thanks for reviewing my cover letter. I am Ethan more than 5 years experienced in PHP / MYSQL /Oracle/ Plsql/ java/ Jsp/ Jsf /Servlet/ RMI/ AJAX /JQUERY / JAVASCRIPT / CSS3 / HTML / HTML5 / wordpress / joomla / CODEIGNITER / OPENCART/ MAGENTO/GRAPHICS DESIGN/LOGO DESIGN expert and have been instrumental in various high-end projects. I have reviewed very carefully and I am pretty much clear about scope of job. To assess the quality of my work, please visit the following links... [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] Thanks & Regards Ethan Hawke [login to view URL] https://www.freelancer.com/u/ethancoder1.html [login to view URL]~01e69616f12339ab01/ Proposal: I think I am a good fit for this job because I have all the qualities that you are looking for. Experience is the golden factor in this project where you find in me at least 5+ years of working experiences over all the factors in your project
$3 750 MXN за 3 дні(-в)
4,8 (203 відгуки(-ів))
7,1
7,1
67 фрілансерів(-и) готові виконати цю роботу у середньому за $7 899 MXN
Аватарка користувача
How do you make an animation in CSS? Hi yes i have 6 to 7 year experience in CSS, and animation HTML, Joomla, PHP and html and core php and responsive design Proposal: Hi I work towards providing reliable, relevant and robust IT solutions at most competitive prices to my customers. I ensure 100% customer satisfaction so lets start Thanks
$8 762 MXN за 15 дні(-в)
4,8 (481 відгуки(-ів))
8,3
8,3
Аватарка користувача
How do you make an animation in CSS? I need to use the custom CSS for the additional animation and there would be some javascript work as well to run the animation on the particular website. more I can share with you in the interview process in a detailed manner. Proposal: **100% Quality Satisfaction Guarantee** Hello, Hope you are doing well :) I have gone through your requirements. Let’s discuss more over Chat box, so that I can share my portfolio with you and define the best suitable time frame to get it finished at the earliest. 5 Reasons why you should hire me for your Project. 1. Available 24/7 upon your request 2. Delivery on-time with 100% satisfaction 3. Always think beyond boundaries and provide user-friendly solution 4. Provide excellence with commitment 5. Most important, free technical support for the lifetime. Looking forward to hearing from you soon. :) Thanks Snigdha
$8 333 MXN за 10 дні(-в)
5,0 (31 відгуки(-ів))
7,1
7,1
Аватарка користувача
How do you make an animation in CSS? For css animations, we will be using jquery and javascript, will search for libraries so that we can get this done exactly like you want. Proposal: Circle of 8 is a service providing organization which creates high quality and cost effective design and development services to our clients from all over the world. We mainly focus on graphic designing, web designing, responsive (twitter bootstrap) websites and WordPress development. We also provide free customer support for three months after the project is complete. Our portfolio can be provided on request :)
$5 000 MXN за 4 дні(-в)
4,9 (199 відгуки(-ів))
7,0
7,0
Аватарка користувача
How do you make an animation in CSS? An animation lets an element gradually change from one style to another. You can change as many CSS properties you want, as many times you want. To use CSS3 animation, you must first specify some keyframes for the animation. Proposal: PAY ME AFTER COMPLETE THE JOB Hey i am wordpress developer having 5 years experience so i want to discuss about job please hit me up in the chat, before you are awarded. I'm ready to start immediately, Please contact me and let's get this done! i am assure you about quality work. i am going to provide you unlimited revisions until you got full satisfaction If you like my work then we can work long term:) please discuss with me before awarded. Thanks!
$6 111 MXN за 7 дні(-в)
4,8 (219 відгуки(-ів))
6,9
6,9
Аватарка користувача
How do you make an animation in CSS? In Animation CSS3 100% Designer 7 Years Experienced 100% Satisfaction Guaranteed Invite Me Chat Discuss Further Details! Proposal: Website Designer 7 Years Experienced 100% Satisfaction Guaranteed Invite Me Chat Discuss Further Details!
$5 000 MXN за 10 дні(-в)
4,9 (125 відгуки(-ів))
6,7
6,7
Аватарка користувача
How do you make an animation in CSS? Good day, I am a professional web developer. I approach every job with utmost professionalism. I have seen the attached image. I can fulfill all of your requirements Proposal: What makes me the best candidate for this project? Attention to details, lots of experience (I am in the industry since 1998), excellent reputation
$11 111 MXN за 7 дні(-в)
5,0 (40 відгуки(-ів))
6,1
6,1
Аватарка користувача
How do you make an animation in CSS? Animation must be binded to an element. <!DOCTYPE html> <html> <head> <style> div { width: 100px; height: 100px; background-color: blue; -webkit-animation-name: -webkit-animation-duration: 6s; animation-name: animations; animation-duration: 6s; } @-webkit-keyframes animations { from {background-color: red;} to {background-color: yellow;} } /* Standard syntax */ @keyframes example { from {background-color: red;} to {background-color: yellow;} } </style> </head> <body> <div></div> </body> </html> Proposal: Hello There, Hope you are fine and doing great today! As per your requirement and the reference design document, I would be able to develop the code for a website. Website will:- 1) Have code in HTML5, CSS and Javascript 2) Be Cross browser responsive .I will create attractive & premium looking website using HTML 5 and Bootstrap 3.3.7 design coding so that your website is 100 % Responsive on all devices. 3) Be optimized in their structure and load weight 4) Be Integrated with javascripts for site interactions and animations 5) Be Integrated with contact form with validation of name, phone and email fields 6) Have correct indentations of HTML and CSS code 7) W3C 100% Valid Code.I always use w3c coding standard to build ROBUST and SECURE websites and web applications. 8) Have webpage Scrolling Animation Effects 9) Have banner type slider with hyperlink button 10) Lateral and lower side banner controls I value consistent and continuous communication with you to understand your project concept and I do EXACTLY what you have envisioned. So it’s time to turn your ideas into reality with the help of experienced developer. This is Ambikesh Tripathi having 8+ years of experience in software and web development. I would like to share that I work as a full time freelancer. I have extensive experience in PHP/ WordPress, joomla, magento, Cake php, code igniter, Laravel, Yii2.0, HTML/HTML5, Bootstrap3.0, CSS3, JQuery, SQL , My SQL and My SQLi.
$12 500 MXN за 18 дні(-в)
4,9 (37 відгуки(-ів))
6,4
6,4
Аватарка користувача
A proposal has not yet been provided
$8 333 MXN за 10 дні(-в)
4,4 (142 відгуки(-ів))
6,7
6,7
Аватарка користувача
How do you make an animation in CSS? he animation property in CSS can be used to animate many other CSS properties such as color, background-color, height, or width. Each animation needs to be defined with the @keyframes at-rule which is then called with the animation Proposal: Hi there, After reading your project description we are very much interested in your project. We provide flexible end-to-end solutions that assist companies and individuals to meet their objectives by giving the best possible service at an affordable fee. We want to maintain a healthy and long term relationship together and success for all concerned. We have the confidence that our service which is based on cost efficiency, speed, quality & reliability will definitely help you. It will be a great pleasure for us to work with you. Please feel free to knock us if you have any kind of query. portfolio Link : https://www.freelancer.com/u/ghani1.html
$9 055 MXN за 7 дні(-в)
4,9 (76 відгуки(-ів))
6,2
6,2
Аватарка користувача
How do you make an animation in CSS? Hello My name is Pranav I have checked the details shared by you Please consider my bid and we can discuss more so that I can assist you in better way about the project My Portfolio https://www.freelancer.com/u/amitarai.html Proposal: Hello My name is Pranav I have checked the details shared by you Please consider my bid and we can discuss more so that I can assist you in better way about the project My Portfolio https://www.freelancer.com/u/amitarai.html
$8 333 MXN за 10 дні(-в)
4,6 (122 відгуки(-ів))
6,4
6,4
Аватарка користувача
How do you make an animation in CSS? i will use CSS3 for animation Because it,s easy and compatible for all browsers. before css3 we use jquery for minor animation but now css3 make simple animation very easy; Proposal: PAY ME AFTER COMPLETE THE JOB Hey i want to discuss about job please hit me up in the chat, before you are awarded. I'm ready to start immediately, i have 3 year experience of web development and designing who Specialize in Wordpress , PHP, Psd to Wordpress and Psd to Bootstrap. i am assure you about quality work. In a nutshell, i am going to provide you unlimited revisions until you got full satisfaction If you like my work then we can work long term. for more we can chat over here. Thanks Regards Ozect
$4 166 MXN за 3 дні(-в)
4,8 (12 відгуки(-ів))
3,8
3,8
Аватарка користувача
How do you make an animation in CSS? An animation lets an element gradually change from one style to another. You have to specify the styles in @keyframes rules, then the animation will gradually change from the current style to the new style at certain times. To get an animation to work, you must bind the animation to an element. Proposal: Hey, I hope I answered your question. Can I ask mine? Can i do this project in bootstrap? If you say so, i want to take this project right now. If you decided to give me a chance -Awesome. If you want to give me a chance, ask me to make create mock up site in one day for free. If you don't want to give me a change, - It is ALL GOOD!. thanks for reading! Mat.!
$4 444 MXN за 5 дні(-в)
5,0 (4 відгуки(-ів))
2,9
2,9
Аватарка користувача
How do you make an animation in CSS? yes i can make animations effeiciently.i am a professional website designer and developer and i can assure you that i will be to do your work efficeintly with full satisfaction .. Proposal: i am a professional website designer and developer and i can assure you that i will be to do your work efficeintly with full satisfaction ...and i also have recently done projects on this...no worrry..all will be done..so cheerz :)
$4 470 MXN за 10 дні(-в)
0,0 (1 відгук)
0,0
0,0
Аватарка користувача
How do you make an animation in CSS? CSS3 provide a property known as keyframe which indeed you need to specify. Other properties are like animation duration which you can specify the amount of time it takes to run the animation. Proposal: This is my type of job, am a web designer and a developer, am well vast with Frameworks such bootstrap/ zurb foundation which are quite excellent on the UL Am great tester, as soon as am done with my work, mostly, it get a good test job. Jquerry and Ajax does a good job in animation, which am a proficient in them. looking forward to hear from you Robert Regards Robert
$8 333 MXN за 10 дні(-в)
0,0 (0 відгуки(-ів))
0,0
0,0
Аватарка користувача
How do you make an animation in CSS? @keyframes example_name { from {background-color: green;} to {background-color: yellow;} } some like that Proposal: I'm junior in web, but can do some cool tips for site, expirience about 2 years, everyday learn some new, have a lot nice ideas and I'm payment is not expensive )Have a nice day
$8 333 MXN за 7 дні(-в)
0,0 (0 відгуки(-ів))
0,0
0,0
Аватарка користувача
How do you make an animation in CSS? It is easy man I am computer engineer which I work SAMSUNG If you pick me , I will be honor ... Best ragards Proposal: It is easy man I am computer engineer which I work SAMSUNG If you pick me , I will be honor ... Best ragards TOLGA GÖNÜLKIRMAZ
$3 750 MXN за 4 дні(-в)
0,0 (0 відгуки(-ів))
0,0
0,0
Аватарка користувача
How do you make an animation in CSS? An animation lets an element gradually change from one style to another. We can change as many CSS properties we want, as many times we want. To use CSS3 animation, we must first specify some keyframes for the animation. Keyframes hold what styles the element will have at certain times. Proposal: Hi, I am interested in working on your project. I'm new here as a freelancer and have a good experience. Kindly provide me your project detail so, that I can go further with it. Thanks & Regards, Jyoti Verma
$4 166 MXN за 10 дні(-в)
0,0 (0 відгуки(-ів))
0,0
0,0

Про клієнта

Прапор MEXICO
Puebla, Mexico
5,0
1
Спосіб оплати верифіковано
На сайті з січ. 23, 2017

Верифікація клієнта

Дякуємо! Ми надіслали на вашу електронну пошту посилання для отримання безкоштовного кредиту.
Під час надсилання електронного листа сталася помилка. Будь ласка, спробуйте ще раз.
Зареєстрованих користувачів Загальна кількість опублікованих робіт
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Завантажуємо для перегляду
Дозвіл на визначення геолокації надано.
Ваш сеанс входу закінчився, і сеанс було закрито. Будь ласка, увійдіть знову.