Hi, just wanted to share our website with the community, comments and critique are welcome.
welcome - ionngroup
Hi, just wanted to share our website with the community, comments and critique are welcome.
welcome - ionngroup
1st to clarify -no offense-I just talk like that
header says - we are lacking originality
logo portfolio is very poor quality
you may be very good at industrial design
but you definitely have no idea of logo design...
I also believe that your group is a student project![]()
the pictures in the first contentbox
the pencils and the electric bulb are
not creative images ...
each designer that knows better uses that images
i actually like it. simple and clean.
I agree with sideswipe14. Its Simple yet Attractive.
Just as a little coding suggestion:
The photo slider is cool, but the autotimer that switches the photos is a little inconvenient after selecting one of the slides manually in the bottom right.
As a sort of event/time chart, it currently happens like this:
(let's say the photo viewer changes slides every 3 seconds)
0.0s - timer starts, starts on slide [1]...
3.0s - switches to next slide, slide [2]...
5.8s - user clicks manually on slide [1]...
6.0s - switches to next slide, slide [3]...
Note the difference between times, 5.8s and 6.0. This is annoying because almost instantaneously after the user clicks on slide [1] again, the timer switches to a different slide. And it doesn't even switch back to [2], it switches to [3]. This will leave the user a little aggravated.
Try coding it like this:
(again, the photo viewer changes slides every 3 seconds)
0.0s - timer starts, starts on slide [1]...
3.0s - switches to next slide, slide [2]...
5.8s - user clicks manually on slide [1]...
8.8s - switches to next slide, slide [2]...
See what I mean? Hope this helps.![]()
Bookmarks