Hey guys,
I suddenly find myself in the need of money, and the only thing I can do to a professional standard is Web-Development, I've seen a lot of people posting here looking for work, so I'm going to try and compensate and basically do this one time deal for my services, [B]I'm happy with designing your website for your business $50 a piece.[/B]
I'm not going to turn this into a shit post by posting all my work and basically saying 'HIRE ME GUYS'. If you want cheap and fast work then please contact me via PM.
I'm sorry if this post offends anybody, if I see it goes bad I'll just delete the thread.
Thanks, and I hope you understand ;)
[B]
Previous Work as requested[/B]
[B]Portfolio:[/B] [URL]http://servermanager.miixit.org/port/[/URL]
[t]http://gyazo.com/c72424a97da6087ecb9133025877b255.png[/t]
[t]http://gyazo.com/5228b72979c19c8e8243ac659c466699.png[/t]
[t]http://gyazo.com/da2023a96e8732b9e6cc0d992bfbbe0a.png[/t]
[t]http://gyazo.com/4015f5fe6f2cd4b6a701fd4a262a09ee.png[/t]
Most of the work pictured above is just pratice work, not really hosted on any server but on my local machine, some of these website also have moving instances, the 3rd image from the top. The text behind the TV scrolls to reviel a story, a little like the 'Stanely Parables' website. It was really a test of Jquery and javascript.
I also have a clients website I did for free up here:- [URL]http://servermanager.miixit.org/jh/index.php[/URL]
You can see an example of the scrolling text and [B]my PHP skills, possibly the strongest.[/B] I used the SteamAPI to achieve what I did.
[B]Thanks!
Edit
[/B]Roag's Work
[t]http://gyazo.com/45f454bf88c92bb6e0ffbee85450e287.png[/t]
[t]http://gyazo.com/9719a9a12f6eecefbf6def4ad2801746.png[/t]
stupid means are cool yeah?
using the box model here, made it super easy to add it and basically 'click' new modules together.
Sent you a PM.
Just asking, mind posting a few examples of your work for the public to check out?
[QUOTE=Datzy;43084334]Just asking, mind posting a few examples of your work for the public to check out?[/QUOTE]
Sure, I'd love too.
Shamefully bumping
Good developer, nice guy and did the work fast and cheap, as advertised. Would reccomend. I will upload images when I'm done.
You should be careful using phrases like "master … skills" and "legendary knowledge" (even of HTML only) - it's easy to make interesting stuff with computers, but it usually can get much more complicated.
As a fellow web development enthusiast, I also recommend to keep text on your sites less wide. A line is best readable when there are 50-80 characters in it (beetween two and three alphabets). At [URL="http://servermanager.miixit.org/port/work.html"]Hire Me![/URL], the "Why you should…" and "Experience…" paragraphs compute to 150 characters.
I couldn't find javascript on your profile on that hire me thing?
For modern web stuff I would say it is essential.
And SQL also its good to advertise knowledge in that.
edit: I would also expect "legendary html" to include responsive design and seo.
I don't intend to be mean since you are only 16 but there is definately more to it than just making a nice looking site.
edit2: really sorry but I'm bored on lunch. You advertise some kind of advanced css yet you have used an image for these.
[t]http://servermanager.miixit.org/port/imgs/languages.png[/t]
edit3: hi me again
You scrolling text could be animated with css rather than javascript. Javascript by default is run on same thread as ui and it is blocking. Meaning something running per frame can cause issues with rendering, not an issue for a light thing like this but this will play hell with eventlisteners, especially for mobile. Look into css animations, really nice.
Good luck with stuff
The main reason CSS animations are better to use is because they are hardware accelerated, which means they get rendered on the GPU (which makes a huge difference on mobile).
[QUOTE=mdeceiver79;43402389]I couldn't find javascript on your profile on that hire me thing?
For modern web stuff I would say it is essential.
And SQL also its good to advertise knowledge in that.
edit: I would also expect "legendary html" to include responsive design and seo.
I don't intend to be mean since you are only 16 but there is definately more to it than just making a nice looking site.
edit2: really sorry but I'm bored on lunch. You advertise some kind of advanced css yet you have used an image for these.
[t]http://servermanager.miixit.org/port/imgs/languages.png[/t]
edit3: hi me again
You scrolling text could be animated with css rather than javascript. Javascript by default is run on same thread as ui and it is blocking. Meaning something running per frame can cause issues with rendering, not an issue for a light thing like this but this will play hell with eventlisteners, especially for mobile. Look into css animations, really nice.
Good luck with stuff[/QUOTE]
Thanks for the useful tips!
I've been meaning to rewrite my port, I've been picking up information as I go and now develop with new better techniques.
I've been looking into efficiency, thanks for the tips again! :)
[QUOTE=Haskell;43404655]Thanks for the useful tips!
I've been meaning to rewrite my port, I've been picking up information as I go and now develop with new better techniques.
I've been looking into efficiency, thanks for the tips again! :)[/QUOTE]
[url]http://codepen.io/anon/pen/LeiIF[/url]
what's the font you were using
[QUOTE=Datzy;43407207][url]http://codepen.io/anon/pen/LeiIF[/url]
what's the font you were using[/QUOTE]
Gothic Ultra I believe.
Sorry, you need to Log In to post a reply to this thread.