TravelAmore / TravelAmore.github.io

Company Website for school project.
MIT License
0 stars 1 forks source link

Interactive Map #5

Closed Claire-Crawford closed 6 years ago

Claire-Crawford commented 6 years ago

An image map with at least two hotspots

I have been looking at the first site.

The thing I like about their map is their choice of colors, use of a texture for a background, additional descriptive text, styling of text and font selection. hover changes the color of the region, click sends you to a link. JavaScript was used to style the map algorithmicly which insures consistent behavior, this technique is appropriate if you are preparing a large number of projects, it is entirely inappropriate use of programming talent for a one off map project.

I have been looking at the second site.

The ocean is blue, the font effect is distinctive hover changes the color of the region and updates the right aside nav click follows the link in the right aside nav JavaScript was required to tie the svg to the right aside nav but it includes a massive library of extraneous unrelated code that slows down the site.

Now consider our site

There is no need to resort to JavaScript to achieve our goals.

Claire-Crawford commented 6 years ago

This part is completed

Claire-Crawford commented 6 years ago

completed