https://joyxu123.github.io/index.html
My personal website has 3 internal links in my headerbar on top of my home page.
- "Home" tab links to index.html
- "Hobby&Interest" tab links to hobby.html
- "CV" tab links to my resume.pdf.
How bullet points are addressed.
- Landing page is the index.html.
- Navigational element is the header bar on top of the index.html; in hobby.html, we can return to Home page with the link .
- Two or more internal links: link to hobby.html and link to resume.pdf.
- Two or more external links are:
- "Network Science" links to Network Science Institute website.
- "Tina Eliassi-rad" links to my advisor's home page.
- all kinds of project points link to my external project page on github. (All these links open a new tab)
- HTML Table with CSS Styling is used in "Online Courses Taken" Section.
- Interactive Component is added in hobby.html. Whenever my curser moves to a new division of my hobby, the new division will be highlighted in grey.
- I have used the media query in css to make sure my personal website can be displayed properly on all types of devices.