Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.4 KB

File metadata and controls

15 lines (11 loc) · 1.4 KB

Vietnam_War_Stories

This website is a collaboration with Professor Ron Osgood at Indiana University.
It is for education purpose for students to learn more about the Vietnam War.
Here is the current website: https://vietnamwarstories.indiana.edu/

alt text

Quick Guide of Code

The website uses basic HTML, CSS, JavaScript and some PHP (mostly only for email sending).

Starting from the homepage, the Vietnam Map is capable users hovering to the exact region and learn immediately from the popup info panel. It is an SVG style map that maybe could be further improved by using a google map style coding.

There is a side bar containing list of videos. The filter logic from search bar or advanced filtering(affiliations/regions/years) works well together when searching for videos.

Going to the Glossary page you can see that all the glossaries are coded into a dropdown menu style display, where it gives the website a more clean and direct view for the users. The biggest reason for using the dropdown menu style is for users to still be able to browse through the glossary terms while other stuff is still displayed in the page.

The Tell Your Story page uses php as its backend, and uses PHPmailer for most of the email sending operations.