This is the personal web page of Yuan. It tells you about Yuan's research, personal fun facts, and experience.
Click here to view Yuan's web page!
- Home page of Yuan's personal web page.
- Yuan's research
- Some of Yuan's personal details
- Yuan's resume
- Contact info of Yuan
- Landing page The landing page is shown as the first group of screenshots above, which is the content of
index.html
. You should be able to get to different pages via the navigation bar on the top. - Navigation elements The navigation bar on each page will direct you to different pages. The color and positioning are styled in CSS. As shown below, the navigation bar is still in sight even if you resize the window.
- Internal links The elements in the navigation bar, i.e., "YUAN'S", "Home", "Research", "Personal", "Resume" and "Contact" are linked with internal links to different pages:
index.html
,research.html
,personal.html
,resume.html
andcontact.html
. - External links There are some external links (all in light blue) such as the publications in Screenshot Group 2 and some links in Screenshot Group 5. They open up new browser tabs when clicked.
- HTML table In Screenshot Group 4, resume page, the resume is formatted using HTML table without border. The contents are presented in the first column of the table and the years are presented in the second column. Since the years are included in the publication content, there's no year column for all publications, so the publication entries span to two columns.
- Interactive component As shown below, when mouse moves onto one of the navigation elements (except "YUAN'S"), a border will appear around the text. When the mouse leaves the border is gone. This is realized using jQuery.
- Responsiveness on various sized displays Used CSS media queries to adjust the look of the web page when resizing the window. See below: