Skip to content

Commit

Permalink
Merge pull request #40 from tokyorubykaigi12/regional-rb-vs-the-world
Browse files Browse the repository at this point in the history
Show Regional.rb stage
  • Loading branch information
osyoyu authored Dec 12, 2024
2 parents 50d9972 + b30d325 commit 641f13c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/components/talks/Talk.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

padding: 24px;
border-radius: 24px;
background-color: #F5F5F5;
background-color: #f5f5f5;

.speaker-icon {
img {
Expand All @@ -23,6 +23,8 @@
}

.description {
width: 100%;

.session-title {
font-size: 20px;
line-height: 30px;
Expand All @@ -40,7 +42,7 @@
}

.line {
border: 1px solid #AEAEB2;
border: 1px solid #aeaeb2;
margin-bottom: 16px;
}

Expand Down Expand Up @@ -70,7 +72,8 @@
}
}

.social-x, .social-github {
.social-x,
.social-github {
display: flex;
align-items: center;
}
Expand Down
11 changes: 11 additions & 0 deletions src/components/talks/Talks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { selectedTabStore } from './tabStore';

import Talk from "./Talk"
import './Talks.css'
import PrimaryLogoRedImage from "../../imgs/primary_logo_red.png";

export default function Talks() {
const $tab = useStore(selectedTabStore);
Expand Down Expand Up @@ -151,5 +152,15 @@ export default function Talks() {
<p>本発表では,DNSのプライバシーを改善する近年のプロトコル拡張について解説します.また,これらの新たなプロトコルをRubyから使えるようにするには,DNSライブラリにどのような拡張が必要であるかを議論します.また,暗号化DNSプロトコルが依拠しているQUICやHTTP/3を扱うRubyライブラリの開発について,発表者の取り組みを紹介します.</p>
</>)
}} />
<Talk speaker={{
name: 'Regional.rb Organizers',
ImageSrc: PrimaryLogoRedImage.src,
}} session={{
id: 21,
title: 'Regional.rb Organizers on stage!',
introduction: (<>
東京圏の地域.rbオーガナイザーが集結!
</>)
}} />
</div>) : <></>
}

0 comments on commit 641f13c

Please sign in to comment.