Skip to content

Commit

Permalink
add explanations to each talk on schedule.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bnonni committed Jun 26, 2024
1 parent 3c87215 commit 3e62889
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 9 deletions.
21 changes: 16 additions & 5 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}

.button {
background-color: #4d4d4e;
background-color: #4D4D4E;
border-radius: 8px;
font-size: 14px;
padding: 10px 24px;
Expand All @@ -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;
Expand Down
29 changes: 25 additions & 4 deletions schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a target="_blank" href="https://github.com/TABConf/6.tabconf.com/issues/new?assignees=&labels=Talk&projects=&template=solo-talk-submission.md&title=" class="button button2 button4">Solo Talk</a>
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.

<a target="_blank" href="https://github.com/TABConf/6.tabconf.com/issues/new?assignees=&labels=Panel&projects=&template=panel-discussion-submission.md&title=" class="button button2 button4">Panel Discussion</a>
<a target="_blank" href="https://github.com/orgs/TABConf/projects/4" class="button button1 button4">Github Project Board</a>

<a target="_blank" href="https://github.com/TABConf/6.tabconf.com/issues/new?assignees=&labels=Workshop&projects=&template=workshop-submission.md&title=" class="button button2 button4">Workshop</a>
## Solo Talk

<a target="_blank" href="https://github.com/TABConf/6.tabconf.com/issues/new?assignees=&labels=Builder+Day+Project&projects=&template=builder-day-project-submission.md&title=" class="button button2 button4">Builder Day Project</a>
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.

<a target="_blank" href="https://github.com/TABConf/6.tabconf.com/issues/new?assignees=&labels=Talk&projects=&template=solo-talk-submission.md&title="
class="button button1 button2">Solo Talk</a>

## 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.

<a target="_blank" href="https://github.com/TABConf/6.tabconf.com/issues/new?assignees=&labels=Panel&projects=&template=panel-discussion-submission.md&title=" class="button button1 button5">Panel Discussion</a>

## 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.

<a target="_blank" href="https://github.com/TABConf/6.tabconf.com/issues/new?assignees=&labels=Workshop&projects=&template=workshop-submission.md&title=" class="button button1 button6">Workshop</a>

## 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.

<a target="_blank" href="https://github.com/TABConf/6.tabconf.com/issues/new?assignees=&labels=Builder+Day+Project&projects=&template=builder-day-project-submission.md&title=" class="button button1 ">Builder Day Project</a>

0 comments on commit 3e62889

Please sign in to comment.