Conference Schedule
Objective: Create a Markdown page outlining a conference schedule with multiple sessions, speakers, and breaks
- Day 1 Schedule: Include sessions, speakers, and timings for the first day.
- Day 2 Schedule: Continue with the second day’s schedule.
- Breaks: Include details about breaks and meal times.
- Tables: Use tables to organize schedule information.
-
Instructions
a. Editor: Use Visual Studio Code (VSCode) to write and preview your Markdown.
b. Testing Locally: Make sure your Markdown file is rendered correctly by previewing it in VSCode. Test locally before submission.
c. Folder Structure: Create a folder named
markdown-conference-schedule
, and inside it, create aSCHEDULE.md
file for your content. -
Folder Structure Example
markdown-conference-schedule/
│
└───SCHEDULE.md # Your Markdown conference schedule page
Project Template
Conference Schedule
Day 1
Opening Keynote
- Time: 9:00 AM - 10:00 AM
- Speaker: Dr. John Smith
Session 1: Web Development Trends
- Time: 10:30 AM - 12:00 PM
- Speaker: Jane Doe
Lunch Break
- Time: 12:00 PM - 1:00 PM
Session 2: The Future of AI
- Time: 1:30 PM - 3:00 PM
- Speaker: Dr. Alice Johnson
Networking Event
- Time: 3:30 PM - 5:00 PM
Day 2
Workshop: Advanced JavaScript
- Time: 9:00 AM - 11:00 AM
- Speaker: Tom Brown
Panel Discussion
- Time: 11:30 AM - 12:30 PM
- Topic: Emerging Technologies
Lunch Break
- Time: 12:30 PM - 1:30 PM
Closing Remarks
- Time: 2:00 PM - 3:00 PM
- Speaker: Sarah Lee
Schedule Table
Time | Event | Speaker |
---|---|---|
9:00 AM - 10:00 AM | Opening Keynote | Dr. John Smith |
10:30 AM - 12:00 PM | Web Development Trends | Jane Doe |
1:30 PM - 3:00 PM | The Future of AI | Dr. Alice Johnson |