[QUOTE=darksoul69;38418415]Can't view, 403.[/QUOTE]
Oh thanks, should work now
[IMG]http://s8.postimage.org/7gn7f7qo5/website_capture.png[/IMG]
the empty area is going to have a slider
[QUOTE=j4NZKUE;38418741]Oh thanks, should work now
[IMG]http://s8.postimage.org/7gn7f7qo5/website_capture.png[/IMG]
the empty area is going to have a slider[/QUOTE]
Colour scheme is nice, but yeh, that logo D':
Could you maybe upload an screenie with less artefacts? This one is horribly compressed.
[QUOTE=Corey_Faure;38416738]I just made this for a sick friend: [url]http://www.thiswebsiteisnotasian.asia/[/url]
(better to visit the site, it's animated with nice parallax)
[IMG_THUMB]http://i.imgur.com/Ci9pv.jpg[/IMG_THUMB]
Today's the first day I've ever designed a site from scratch, but I wanted to show my work.[/QUOTE]
Use this music. I am sure Sigur Ros will allow to use it.
[url]http://www.youtube.com/watch?v=bRnaHuCUqic[/url]
Close to done now:
[url]http://dl.dropbox.com/u/52732348/portfolio/index.html[/url]
[t]http://s3.amazonaws.com/awesome_screenshot/1032009?AWSAccessKeyId=0R7FMW7AXRVCYMAPTPR2&Expires=1352735057&Signature=NybX2GomLyugGgE5Ym1QHa9Eq1c%3D[/t]
For some reason, dropbox like to fuck up special characters
[editline]12th November 2012[/editline]
Note:
- Animatied colored shadows (Firefox and IE10)
- Hover effects on "Finished projects" and Navigation
- Focus effect on Input and textarea
[QUOTE=xmariusx;38421265]For some reason, dropbox like to fuck up special characters[/QUOTE]
Use &oneofthese;
[QUOTE=Darkwater124;38421315]Use &oneofthese;[/QUOTE]
Fixed in the live version now(Dropbox). Thanks! :D
[editline]12th November 2012[/editline]
And the image broke...
It's still a link there though ;)
[QUOTE=xmariusx;38421265]Close to done now:
[url]http://dl.dropbox.com/u/52732348/portfolio/index.html[/url]
[t]http://s3.amazonaws.com/awesome_screenshot/1032009?AWSAccessKeyId=0R7FMW7AXRVCYMAPTPR2&Expires=1352735057&Signature=NybX2GomLyugGgE5Ym1QHa9Eq1c%3D[/t]
For some reason, dropbox like to fuck up special characters
[editline]12th November 2012[/editline]
Note:
- Animatied colored shadows (Firefox and IE10)
- Hover effects on "Finished projects" and Navigation
- Focus effect on Input and textarea[/QUOTE]
I think you should use lightbox or something so one can click on those images in your portfolio to see them full size.
[QUOTE=D:\;38421438]I think you should use lightbox or something so one can click on those images in your portfolio to see them full size.[/QUOTE]
I would have to make one myself then. Can't use other folks work on MY portfolio :D
I only know some basic JavaScript so can't make that right now.
[QUOTE=xmariusx;38421533]I would have to make one myself then. Can't use other folks work on MY portfolio :D
I only know some basic JavaScript so can't make that right now.[/QUOTE]
[t]http://puu.sh/1pqek[/t]
How about something like this coming up when you click an image, and by default it doesn't display? It's messy, but it works.
Also...
[img]http://puu.sh/1pqjE[/img]
Isn't that visit button redundant? :v:
[QUOTE=Darkwater124;38421315]Use &oneofthese;[/QUOTE]
Or encode as UTF-8 in his text editor?
[QUOTE=D:\;38421764][t]http://puu.sh/1pqek[/t]
How about something like this coming up when you click an image, and by default it doesn't display? It's messy, but it works.
Also...
[img]http://puu.sh/1pqjE[/img]
Isn't that visit button redundant? :v:[/QUOTE]
Not sure how I would make a lightbox. Will try tough. Learning JS is just fun :)
I added click to visit so people can easily look when the image link to a site. Some people find the cursor too small (Guessing on this one).
[editline]12th November 2012[/editline]
[QUOTE=mobrockers2;38421775]Or encode as UTF-8 in his text editor?[/QUOTE]
That worked too ;)
[editline]12th November 2012[/editline]
[QUOTE=xmariusx;38422102]
I added click to visit so people can easily look when the image link to a site. Some people find the cursor too small (Guessing on this one).
[/QUOTE]
I find myself losing the cursor position all the time, so I guess that's a reason too
[QUOTE=xmariusx;38422102]Not sure how I would make a lightbox. Will try tough. Learning JS is just fun :)
[b]I added click to visit so people can easily look when the image link to a site. Some people find the cursor too small (Guessing on this one).[/b]
[editline]12th November 2012[/editline]
That worked too ;)
[editline]12th November 2012[/editline]
I find myself losing the cursor position all the time, so I guess that's a reason too[/QUOTE]
That bolded part... what? :v:
[QUOTE=D:\;38422230]That bolded part... what? :v:[/QUOTE]
Not all the previews links to a site. So to make it obvious enough I added "Click to visit"
I'm open for other alternatives :)
[editline]12th November 2012[/editline]
What do you guys think about the location link hover effect?
[img]http://s3.amazonaws.com/awesome_screenshot/1032864?AWSAccessKeyId=0R7FMW7AXRVCYMAPTPR2&Expires=1352744181&Signature=W28mjujYsI3ihUaoUDJi12QR3Zs%3D[/img]
[QUOTE=xmariusx;38422687]
What do you guys think about the location link hover effect?
[img]http://s3.amazonaws.com/awesome_screenshot/1032864?AWSAccessKeyId=0R7FMW7AXRVCYMAPTPR2&Expires=1352744181&Signature=W28mjujYsI3ihUaoUDJi12QR3Zs%3D[/img][/QUOTE]
I don't like it; seems a little forced.
But try this maybe to improve it a little:
1. Don't have the GMaps icon in colour (infact, try an actual GMaps icon that's meant for 16px)
2. On line 341 of [i]common.css[/i] try this:
[code].location:hover:after{
content:url('https://maps.gstatic.com/favicon2.ico');
margin:0 0 0 5px;
vertical-align:text-top;
}[/code]
That'll bring the GMaps icon down a little and vertically centre it.
[i]Don't get worked up over me changing your margin tag - that's just me being anal[/i]
[QUOTE=Proffrink;38422965]I don't like it; seems a little forced.
But try this maybe to improve it a little:
1. Don't have the GMaps icon in colour (infact, try an actual GMaps icon that's meant for 16px)
2. On line 341 of [i]common.css[/i] try this:
[code].location:hover:after{
content:url('https://maps.gstatic.com/favicon2.ico');
margin:0 0 0 5px;
vertical-align:text-top;
}[/code]
That'll bring the GMaps icon down a little and vertically centre it.
[i]Don't get worked up over me changing your margin tag - that's just me being anal[/i][/QUOTE]
The problem with that is that the icon move the text below down
[IMG]http://www.gabrielecirulli.com/p/What_are_you_working_on%3F_v7-20121112-195312.png[/IMG]
New&overhauled amuzor design
hope u like it
[QUOTE=xmariusx;38423058]The problem with that is that the icon move the text below down[/QUOTE]
Fair-dos; I never noticed that because I'm a darp.
[img]http://i.imgur.com/EdHvc.png[/img]
How did you manage to get the footer to stick in the middle of the page like that? Show me your ways.
[img]http://img440.imageshack.us/img440/6411/f6a16b1ece2c413eac63add.png[/img]
RRRRR-
[QUOTE=TerabyteS_;38423378][IMG]http://www.gabrielecirulli.com/p/What_are_you_working_on%3F_v7-20121112-195312.png[/IMG]
New&overhauled amuzor design
hope u like it[/QUOTE]
I think it's a little dark, and not enough white space.
[QUOTE=Proffrink;38423476]How did you manage to get the footer to stick in the middle of the page like that? Show me your ways.[/QUOTE]
Wise usage of the Golden Ratio, my friend.
[QUOTE=TerabyteS_;38423824]Wise usage of the Golden Ratio, my friend.[/QUOTE]
But I don't see that option anywhere.
Feast thy eyes on my newest creation:
[img]https://dl.dropbox.com/u/7644905/Skjermbilde%202012-11-12%20kl.%2021.14.08.png[/img]
Don't worry about the design, I've already got some ideas. I'm thinking an orange and pink theme, with some light-green to blue gradients.
I used to write conversion programs like that on my TI-84. Good times.
Yeah, I can imagine how useful it'll be, since I'm studying electronics (I'm learning how to install sockets and lamps and stuff, how to install doorbells/doorphones and setting up industrial electrical motors), in which we use that formula constantly (and some people just don't seem to be able to learn it...) I just need to add a feature to amperes/ohms from voltage, which I've kind of got working, and add prefixes (like milli, kilo, mega, giga, etc.)
[IMG]http://i.cubeupload.com/Iugi1O.png[/IMG]
Updated version with slider
[QUOTE=LarsHelo;38424633]Feast thy eyes on my newest creation:
[img]https://dl.dropbox.com/u/7644905/Skjermbilde%202012-11-12%20kl.%2021.14.08.png[/img]
Don't worry about the design, I've already got some ideas. I'm thinking an orange and pink theme, with some light-green to blue gradients.[/QUOTE]
why 'U' instead of 'V'
[QUOTE=j4NZKUE;38426151][IMG]http://i.cubeupload.com/Iugi1O.png[/IMG]
Updated version with slider[/QUOTE]
personally i think the logo would look a lot more professional and simple if it were just the black outline of the car and the text minus the outer glow on the text..
[QUOTE=swift and shift;38430478]why 'U' instead of 'V'[/QUOTE]
Because it's U = R * I in some countries
[QUOTE=swift and shift;38430478]why 'U' instead of 'V'[/QUOTE]
Because capitalism.
[QUOTE=xmariusx;38432022]Because it's U = R * I in some countries[/QUOTE]
that's ohm, not voltage..
[editline]13th November 2012[/editline]
wait, you guys use V for ohm? wtc
[editline]13th November 2012[/editline]
wait I'm confused, I remember why I failed physics again. fff
[editline]13th November 2012[/editline]
But yeah, we use U (U in volts).
i was taught V = IR
Sorry, you need to Log In to post a reply to this thread.