• 0

Interesting landing page with two choices?


Question

Good morning,

 

I would like to request suggestions for attractive and interesting 'landing pages' that offer two independent routes (e.g. /route1/ or /route2/).

 

I am responsible for a product website hosted at http://www.kawaimp.com (some of you may recall my asking a Retina DPI query about it recently).

This website currently provides product information for one model only (stored in /mp11/), however content for another model is in development and will be stored independently in a separate folder (/mp7/) .

 

My plan is to design an interesting landing page for the website that acts as a model selection page with links to /mp11/ and /mp7/ .

 

I have some ideas in my head, but would appreciate suggestions from other Neowin members.  I rather like the sliding/expanding interface of http://www.mozilla.org/en-US/ , however I don't know how this could be adapted from the current four choices to just two.

 

Many thanks in advance!

16 answers to this question

Recommended Posts

  • 0

For Mozilla Slider, you can look into this thread: https://www.neowin.net/forum/topic/1202881-where-can-i-get-the-mozilla-slider/

 

Thanks, yes that's actually the post I initially recalled when thinking about this subject.

 

I've prepared a mock-up of how I'd like the landing page to look, so fingers crossed our agency will be able to work their magic.

 

2gv515i.png

  • 0

Thanks, yes that's actually the post I initially recalled when thinking about this subject.

 

I've prepared a mock-up of how I'd like the landing page to look, so fingers crossed our agency will be able to work their magic.

 

2gv515i.png

Ah that's a cool idea, *seeing already some cool animations for this*

  • Like 1
  • 0

Ah that's a cool idea, *seeing already some cool animations for this*

Thanks. ;)

 

Yes, I also prepared a PowerPoint file for the agency to reference, with the various elements sliding in and fading etc.

Perhaps it's a little too busy (a little animation goes a long way!), but we'll see what happens.

 

On the topic of animations, which tools would you recommend for producing HTML5/CSS animations?

 

Cheers!

  • 0

Thanks. ;)

 

Yes, I also prepared a PowerPoint file for the agency to reference, with the various elements sliding in and fading etc.

Perhaps it's a little too busy (a little animation goes a long way!), but we'll see what happens.

 

On the topic of animations, which tools would you recommend for producing HTML5/CSS animations?

 

Cheers!

Notepad, I don't use any animation tools for animations.

  • 0

Thanks. ;)

 

Yes, I also prepared a PowerPoint file for the agency to reference, with the various elements sliding in and fading etc.

Perhaps it's a little too busy (a little animation goes a long way!), but we'll see what happens.

 

On the topic of animations, which tools would you recommend for producing HTML5/CSS animations?

 

Cheers!

http://daneden.github.io/animate.css/

 

Check out this for a 'just-add-water' solution. In order to make it do exactly what you want you'll have to investigate some javascript to add and remove classes, but this will save you some time AND allows you to experiment with different animations so you can make an educated decision of which you like best.

  • 0

http://daneden.github.io/animate.css/

 

Check out this for a 'just-add-water' solution. In order to make it do exactly what you want you'll have to investigate some javascript to add and remove classes, but this will save you some time AND allows you to experiment with different animations so you can make an educated decision of which you like best.

That is nice for simple animations but using animation sequences will become messy with these things and not to forget that the whole reason css animations exist is because they're meant to replace js animations. Using js again to do some css animations is just a bad idea.

 

You can better use pure css animations which aren't that hard to create and understand and then combine them into one animation or use them after each other like so:

.object {
    animation: ani1 1s 1,
               ani2 1s 1s 1;
}

The above code runs both animations after each other:

-ani1 runs for 1s once

-ani2 runs for 1s after 1s once.

 

The link above is great for looking into how certain css animations are created but don't trigger them with js when it's not necessary, if you want to do animation on a button click I can understand but otherwise it's just a bad idea to use js.

 

Keep in mind you can also trigger animations using checkboxes with :check or with input boxes with :require and :focus and of course with :hover and :active.

  • 0

Wow, that's terrific - great work Seahorsepip!

I wasn't expecting you to actually code the whole thing.

 

Your code works very well, and I expect it may be useful to the agency.

I will send a PM to discuss remuneration for your efforts.

 

Cheers!

  • 0

Just to update the thread:

 

The additional content and landing page went online last Friday.  Our agency used my design and animation as a reference and I am satisfied with the results.

The completed site is online at:

 

http://www.kawaimp.com/index.html

 

Cheers!

This topic is now closed to further replies.
  • Posts

    • I've owned nothing but ATi/AMD GPUs since 2002, after my last nVidia GPU in 2001 (3dfx before that), IIRC, and in all of that time I recall getting this error maybe once, certainly no more than twice. Despite all the scuttlebutt as to how poor AMD drivers are supposed to be that has certainly not been my experience at all... Usually it has been a configuration problem of some kind. Then again, since we're dealing with OS versions that are EOL, it could easily be an OS version discrepancy. It's still weird to think that Win11 has been officially out for more than five years!
    • AI will never be the jobs panacea some companies fantasize about today. Oracle is likely using it as an excuse, which we will see a lot of companies doing, I'm certain. They love their "plausible" excuses for their downturns. A couple of weeks ago my wife asked me to call Krogers about some discrepancy in a online grocery order, and it will be the last time either of us does that. I'll just do emails with humans from now on... The AI experience was horrible--the obviously recorded voice started asking a bunch of questions about our orders six months prior(!) and saying, "Is this in reference to your order on January 6, for $****?" You say "No!" and immediately the next question is "Is this in reference to your order on January 29th, for $****?" again, I answered "No!"--and it was incredible--on and on it went like that for fully 20 minutes until we finally got to the present, and only then was I put through to a human with authentic intelligence... I wondered why on Earth the idiot AI didn't start with the most recent orders and work back from there, as it was something anyone with a functioning brain would have done. And why didn't the AI have enough sense to ask me what the problem was in the first place? It didn't take too much deduction to understand that the goal of this "AI" was to cause the person on the phone to hang up in disgust, with no resolution of the problem. That begs another question: why pay for a tool-free problem line if the goal is to avoid solving your customer's problems?... Fortunately, Krogers does have real humans capable of reading an email and understanding it, and if she sees another situation in the future that's route she or I will take. The online grocery delivery service from Krogers has been great, over all, but their AI truly sucks.
    • AI is the justification that company administrators use to lay people off; it is not the end all, be all touted in the media (many of whom can't tell a microchip from a potato chip). Greed is main driving factor behind its adoption; the other is remaining relevant in the face of competition from other entities.
    • Firefox 152.0.2 is out with fixes for performance, translation, and cloud storage services by Taras Buria A new bug-fixing update is now rolling out to Firefox users in the Release Channel. Less than a week ago, Mozilla fixed crashes on Intel Raptor Lake processors with version 152.0.1. Now, Mozilla has prepared yet another set of fixes that address problems with localization, playback issues of certain MP4 files, and performance issues on website that perform various encryption operations at once. Here is the full changelog: Firefox 152.0.2 is now available for download from Mozilla's FTP. Existing installations will get the update over the next several hours. The latest version will also be available soon on the official website, the Microsoft Store, and Neowin's Software page. You can find Firefox 152.0.2 release notes in the official documentation. In case you missed it, Mozilla released Firefox 152 earlier this month. The latest feature update brought reworked settings with a more streamlined user interface, JPEG XL support, new features for Private mode, a new way to mute a tab (just type "mute" in the address bar), and many more. You can find the complete changelog here. In other Firefox news, Mozilla recently published its roadmap, where the company detailed the upcoming Nova redesign and other features it plans to implement. Mozilla wants to make the new user interface easier to navigate and more modern, with a heavy focus on its privacy tools, such as its built-in VPN. If you are curious, you can already enable the new UI as described here.
  • Recent Achievements

    • One Month Later
      timbobit earned a badge
      One Month Later
    • One Month Later
      nates earned a badge
      One Month Later
    • Week One Done
      Almohandis earned a badge
      Week One Done
    • Rookie
      dorf went up a rank
      Rookie
    • First Post
      mike_rumble earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      481
    2. 2
      +Edouard
      173
    3. 3
      PsYcHoKiLLa
      103
    4. 4
      Michael Scrip
      88
    5. 5
      neufuse
      70
  • Tell a friend

    Love Neowin? Tell a friend!