Hitachi Homepage

I redesigned the Hitachi Homepage following the Hitachi Design guidelines and Website guidelines. This Homepage is responsive. The design and the built page was approved by the Website Team in Hitachi Japan before I made it live.

My Role:

  • Designing the homepage with Photoshop
  • Building a responsive homepage with HTML, JavaScript, CSS and Bootstrap

Hitachi and Bing Lee 5 year business event RSVP

A event was organized by Hitachi home appliances team to celebrate 5 years of business between Hitachi and Bing Lee. Attendance was by invitation only and not transferable. Bing Lee employees were requested to RSVP by March 18.

To meet the requirements, I built a RSVP form. The form was built with PHP, MySql, CSS and HTML.

Email addresses of Bing Lee employees were imported into a MySql database table from an Excel sheet. The email addresses were also imported into Campaign Monitor. Email invites were sent from Campaign Monitor to Bing Lee employees with a customized URL which had employees email address appended to it. To prevent uninvited guests from using fake email address in the URL, validation code was added in the form to check if the email address from the URL matched a email address in the database. Since the invitation was not transferable, employees were given one chance to respond. If they tried to access the form after responding, they were shown the message, “You have already responded. Thank you.”

Employee responses were saved in the database table and shared with Hitachi marketing team.

I have setup a demo of the PHP form with test email addresses on my website. Please click the URLs below to see the form.

Below is a link to the form before the user responds.
https://alfredkumar.com/portfolio-demo-files/websites/hitachi/bing-lee-rsvp/?email=alfred1@test1.com

Below is a link to the form after a user responds.
https://alfredkumar.com/portfolio-demo-files/websites/hitachi/bing-lee-rsvp/?email=alfred5@test5.com

Below is a link to form data. The page will show a list of users who responded. This page also has a button to download the data in Excel format.
https://alfredkumar.com/portfolio-demo-files/websites/hitachi/bing-lee-rsvp/export-db/

 

 

Star in the car

My Role:

  • PHP programming
  • Database designing in MySQL
  • Integrating frontend with backend
  • Building related EDMs
  • Graphic editing

About this screenshot

This is screenshot of the homepage. This image shows one of the carousel images on the top. At the bottom it shows the logos of different teams. Users can select logo of a team and go to a page dedicated for that team.

About this screenshot

This screenshot is of one of the teams pages. On this page users can watch players driving Hyundai’s cars. After watching the video, users can select the picture of the player who was driving and the car the player was driving. After making their selections users can go back and guess players and cars for another teams or submit the entry.

About this screenshot

This screenshot is of the page that validates the users email address. Users are requested to enter their email address and submit the form. If the email address doesn’t exist in the database users are redirected to the registration page. If email address does exist users are shown the score.

About this screenshot

This is a screenshot of the registration page. The form validation and data collection was coded with PHP.

About this screenshot

This screenshot is of the page that displays the score. It is shown only if users have already registered. If users have not registered users are redirected to the registration page.

About this screenshot

This screen was displayed after users session expired. Session was set to expire if users were inactive for one hour.