Week 2 Demo
- Make connections between main page and side page of your personal website
Main page: The homepage that includes links to all the side pages (e.g., project, research)
Side pages: Side page contain the specific content for the topics
1.1 Create a new html in your personal website repo (e.g., named 'projects.html')
1.2 Insert projects.html to main page
<a href="projects.html"></a>
- Insert Contact ME section
- Google Forms
Create a New Form in google forms
Design your form
Get the embed code
Click the 'Send' button at the top right
Select the "<>" (Embed) option
Copy the HTML iframe code provided
- Insert the embed code into the HTML where you want the form to appear