From eaac4023db1843f6983ba18d0c6f68618eae26c3 Mon Sep 17 00:00:00 2001
From: Michael Tidwell
Date: Thu, 30 May 2024 13:19:17 -0400
Subject: [PATCH 1/3] Update workshop-submission.md
---
.github/ISSUE_TEMPLATE/workshop-submission.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/workshop-submission.md b/.github/ISSUE_TEMPLATE/workshop-submission.md
index 7498326..50855c1 100644
--- a/.github/ISSUE_TEMPLATE/workshop-submission.md
+++ b/.github/ISSUE_TEMPLATE/workshop-submission.md
@@ -1,5 +1,3 @@
-
-
---
name: Workshop Submission
about: Submit your workshop idea for TABConf!
@@ -9,6 +7,8 @@ assignees: ''
---
+
+
# Description
### What is this workshop about? Provide as many details as possible.
### What would an attendee learn from this workshop?
From bf2033693704c67bec6aa1ba480fe2689d42b057 Mon Sep 17 00:00:00 2001
From: bnonni
Date: Thu, 30 May 2024 13:15:56 -0400
Subject: [PATCH 2/3] add submit talk to nav; add schedule page and nav link
---
.github/ISSUE_TEMPLATE/workshop-submission.md | 4 +--
_layouts/default.html | 30 ++++++++++++++-----
schedule.md | 14 +++++++++
3 files changed, 38 insertions(+), 10 deletions(-)
create mode 100644 schedule.md
diff --git a/.github/ISSUE_TEMPLATE/workshop-submission.md b/.github/ISSUE_TEMPLATE/workshop-submission.md
index 7498326..50855c1 100644
--- a/.github/ISSUE_TEMPLATE/workshop-submission.md
+++ b/.github/ISSUE_TEMPLATE/workshop-submission.md
@@ -1,5 +1,3 @@
-
-
---
name: Workshop Submission
about: Submit your workshop idea for TABConf!
@@ -9,6 +7,8 @@ assignees: ''
---
+
+
# Description
### What is this workshop about? Provide as many details as possible.
### What would an attendee learn from this workshop?
diff --git a/_layouts/default.html b/_layouts/default.html
index f8f6dec..7dbb13f 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -46,16 +46,23 @@
background-color: #4d4d4e;
color: white;
}
-
+
+ /* orange */
.button2 {
background-color: #f2a900;
}
-
- /* orange */
+
+ /* green */
.button3 {
background-color: #85bb65;
}
+ /* width auto */
+ .button4 {
+ width: auto;
+ background-color: #FF5733
+ }
+
/* green */
.footer {
position: inherit;
@@ -101,13 +108,19 @@
{{ site.description | default: site.github.project_tagline }}
ποΈ October 23rd - 26th, 2024
π Georgia Tech Exhibition Hall
- Atlanta, Georgia, USA
+ πΊπΈ Atlanta, Georgia, USA
- ποΈ Book your hotel
-
-
+ ποΈ Book your hotel
+
+
+
+
+ π£οΈ Submit a Talk
+
+
+
ποΈ Buy your ticket below
@@ -119,7 +132,8 @@
{{ site.description | default: site.github.project_tagline }}
-
+
+
diff --git a/schedule.md b/schedule.md
new file mode 100644
index 0000000..a4a4492
--- /dev/null
+++ b/schedule.md
@@ -0,0 +1,14 @@
+# Schedule
+TABConf is 100% open source including the conference schedule! All solo talks, panel discussions, workshops and builder day projects are open for submission!
+
+If you want to present a solo talk, panel discussion, workshop or builder day project, please use one of the below links to submit an issue on our Github repo!
+
+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
+
+Panel Discussion
+
+Workshop
+
+Builder Day Project
From acaa46563f41cddc2210f2cf6a54cec34df99deb Mon Sep 17 00:00:00 2001
From: bnonni
Date: Thu, 30 May 2024 13:51:23 -0400
Subject: [PATCH 3/3] fix workshop link on schedule.md
---
schedule.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/schedule.md b/schedule.md
index a4a4492..17e588e 100644
--- a/schedule.md
+++ b/schedule.md
@@ -9,6 +9,6 @@ Don't want to give a talk? No problem! You can also suggest a solo talk, panel d
Panel Discussion
-Workshop
+Workshop
Builder Day Project