Skip to main content

Conference Schedule

Objective

Create a Markdown page outlining a conference schedule with multiple sessions, speakers, and breaks.


Learning Goals

  • 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

Editor Required

Use Visual Studio Code (VSCode) to write and preview your Markdown.

1. Testing Locally

  • Preview using Ctrl + Shift + V in VSCode.

  • Ensure everything renders before submission.

2. Folder Structure

  • Create a folder named markdown-conference-schedule
  • In the folder, create a SCHEDULE.md file for your content.

Folder Structure Example

    markdown-conference-schedule/

└───SCHEDULE.md # Your Markdown conference schedule page

Project Template

Conference Schedule

Welcome to the conference!

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

TimeEventSpeaker
9:00 AM - 10:00 AMOpening KeynoteDr. John Smith
10:30 AM - 12:00 PMWeb Development TrendsJane Doe
1:30 PM - 3:00 PMThe Future of AIDr. Alice Johnson