Skip to content

Commit

Permalink
시간표 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
choo121600 committed Jul 7, 2023
1 parent 8d95c57 commit 575bd2c
Showing 1 changed file with 32 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct TimeTable: Component {
}.class("session-describe")
}
TableRow {
TableCell("14:20 ~ 14:50").class("session-time")
TableCell("14:10 ~ 14:40").class("session-time")
TableCell{
Div {
Span("기타치다가 Swift 개발자가 된 이야기").class("session-title")
Expand All @@ -46,7 +46,7 @@ struct TimeTable: Component {
}.class("session-describe")
}
TableRow {
TableCell("15:00 ~ 15:30").class("session-time")
TableCell("14:40 ~ 15:10").class("session-time")
TableCell{
Div {
Span("마! 이게 생산성이다 - 생산성을 위한 CLI 구축").class("session-title")
Expand All @@ -58,7 +58,7 @@ struct TimeTable: Component {
}.class("session-describe")
}
TableRow {
TableCell("15:40 ~ 16:10").class("session-time")
TableCell("15:10 ~ 15:40").class("session-time")
TableCell{
Div {
Span("ChatGPT로 간단한 iOS App 만들기").class("session-title")
Expand All @@ -71,19 +71,27 @@ struct TimeTable: Component {
}.class("session-describe")
}
TableRow {
TableCell("16:20 ~ 16:50").class("session-time")
TableCell("15:40 ~ 16:10").class("session-time")
TableCell{
Div {
Span("CNN에 대하여 - 이미지 분류").class("session-title")
Span("네트워킹").class("session-title")
}.class("session-info")
}.class("session-describe")
}.class("breaktime")
TableRow {
TableCell("16:10 ~ 16:40").class("session-time")
TableCell{
Div {
Span("야! 너두 CV 할 수 있어").class("session-title")
Span("#ML").class("session-tag")
}.class("session-info")
Div{
Span("미정 | ML 개발자")
Span("with 오거나이저")
}.class("speaker-info")
}.class("session-describe")
}
TableRow {
TableCell("17:00 ~ 17:30").class("session-time")
TableCell("16:40 ~ 17:10").class("session-time")
TableCell{
Div {
Span("ML on iOS").class("session-title")
Expand All @@ -95,7 +103,7 @@ struct TimeTable: Component {
}.class("session-describe")
}
TableRow {
TableCell("17:40 ~ 18:10").class("session-time")
TableCell("17:10 ~ 17:40").class("session-time")
TableCell{
Div {
Span("개발자가 되기위한 질문을 하는 방법").class("session-title")
Expand All @@ -107,7 +115,15 @@ struct TimeTable: Component {
}.class("session-describe")
}
TableRow {
TableCell("18:20 ~ 18:50").class("session-time")
TableCell("17:40 ~ 17:50").class("session-time")
TableCell{
Div {
Span("쉬는시간").class("session-title")
}.class("session-info")
}.class("session-describe")
}.class("breaktime")
TableRow {
TableCell("17:50 ~ 18:20").class("session-time")
TableCell{
Div {
Span("테크토크- 무엇이든 물어보세요").class("session-title")
Expand All @@ -119,7 +135,7 @@ struct TimeTable: Component {
}.class("session-describe")
}
TableRow {
TableCell("18:50 ~ 19:00").class("session-time")
TableCell("18:20 ~ 18:30").class("session-time")
TableCell{
Div {
Span("클로징").class("session-title")
Expand All @@ -130,13 +146,16 @@ struct TimeTable: Component {
}.class("session-describe")
}
TableRow {
TableCell("19:00 ~ 21:30").class("session-time")
TableCell("18:30 ~ 21:00").class("session-time")
TableCell{
Div {
Span("네트워킹").class("session-title")
Span("네트워킹 뒷풀이(자율)").class("session-title")
}.class("session-info")
Div{
Span("*추가적인 뒷풀이 비용(음식 및 주류)이 발생합니다.")
}.class("speaker-info")
}.class("session-describe")
}
}.class("breaktime")
}
).class("session-table")
}.class("session-table-wrapper")
Expand Down

0 comments on commit 575bd2c

Please sign in to comment.