diff --git a/_layouts/default.html b/_layouts/default.html index 7944c22..093ee01 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -27,7 +27,7 @@ } .button { - background-color: #4d4d4e; + background-color: #4D4D4E; border-radius: 8px; font-size: 14px; padding: 10px 24px; @@ -43,26 +43,37 @@ } .button:hover { - background-color: #4d4d4e; color: white; } + + .button1 { + width: auto; + background-color: #4D4D4E; + } /* orange */ .button2 { - background-color: #f2a900; + background-color: #F2A900; } /* green */ .button3 { - background-color: #85bb65; + background-color: #85BB65; } /* width auto */ .button4 { - width: auto; background-color: #FF5733 } + .button5 { + background-color: #6AA388; + } + + .button6 { + background-color: #6E9FCB; + } + /* green */ .footer { position: inherit; diff --git a/schedule.md b/schedule.md index 17e588e..10f1dd8 100644 --- a/schedule.md +++ b/schedule.md @@ -5,10 +5,31 @@ If you want to present a solo talk, panel discussion, workshop or builder day pr Don't want to give a talk? No problem! You can also suggest a solo talk, panel discussion, workshop or builder day project by submiting an issue! Be sure to make it known that you're looking for speakers in the issue content itself. -Solo Talk +Github issues will be reviewed and approved on a rolling basis. Once approved, the TAB Conf team will assign it a time slot on our Github project board. The Github project board is the conference schedule. Click below to check it out and watch us building this year's schedule in real time. -Panel Discussion +Github Project Board -Workshop +## Solo Talk -Builder Day Project +A solo talk is an opportunity for an individual to present their insights or findings on a specific topic, offering a deep dive into a specialized area of expertise. + +Solo Talk + +## Panel Discussion + +A panel discussion features a group of experts debating or discussing various aspects of a topic, providing a multifaceted perspective and engaging the audience with diverse viewpoints. + +Panel Discussion + +## Workshop + +Workshops are interactive sessions where participants actively engage in learning a particular skill or concept, often with hands-on activities and guided instruction from the leaders. + +Workshop + +## Builder Day Project + +Builder day projects are collaborative events where participants work together to build or prototype new tools, solutions, or products, emphasizing teamwork and practical application of skills. + +Builder Day Project