Skip to content

Commit

Permalink
Merge pull request #11 from pythonkr/fix/style
Browse files Browse the repository at this point in the history
Fix: remove useless <br/> tags
  • Loading branch information
seolcu committed Jun 1, 2024
2 parents 340bcc7 + 95faad9 commit c23123f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 0 additions & 8 deletions src/pages/About/pyconkr2024.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,23 @@ const Pyconkr2024 = () => {
"파이콘은 세계 각국의 파이썬 프로그래밍 언어 커뮤니티에서 주관하는 비영리 컨퍼런스입니다. 한국에서는 처음으로 열린 파이콘 한국 2014를 시작으로 파이콘 한국 준비위원회는 건강한 국내 파이썬 생태계에 지속적인 보탬이 되고자, 커뮤니티 멤버들의 자발적인 봉사로 운영되고 있습니다."
)}
</p>
<br />
<br />
<h2>Pythonic Moments</h2>
<p>
{t("2014년, 한국에서 첫 파이콘이 열린 이후로")}
<br />
<br />
{t(
"파이써니스타들은 파이콘이라는 만남의 장에 파이썬이라는 하나의 공통점으로 뭉쳐 각자의 순간들을 나누고, 새로운 순간들을 함께 만들어왔습니다."
)}
<br />
<br />
{t(
"여러분의 소중한 순간이 모여 파이콘은 점점 성장해올 수 있었고, 어느덧 10번째 파이콘 한국을 앞두고 있습니다."
)}
<br />
<br />
{t(
"파이썬과 행복했던 순간들, 파이썬이기에 가능했던 순간들 여러분이 소중한 순간순간들을 가지고 모여 함께 새로운 순간들을 만들어 내길 바랍니다."
)}
<br />
<br />
{t("2024년 10월 파이콘에서 만나요!")}
<br />
<br />
</p>
<h2>{t("파이콘은 다른 개발자 행사와 무엇이 다른가요?")}</h2>
<p>
Expand Down
8 changes: 4 additions & 4 deletions src/pages/Contribution/cfp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ const Cfp = () => {
<Page>
<h1>{t("발표 제안하기")}</h1>
<ul>
<li>2차 모집 : 6/1~6/22</li>
<li>선정 안내 : ~7/19</li>
<li>2차 모집: 6/1~6/22</li>
<li>선정 안내: ~7/19</li>
<li>
발표 신청:
발표 신청:{" "}
<a href="https://forms.gle/qF4enrUpHKrUeAgAA">https://forms.gle/qF4enrUpHKrUeAgAA</a>
</li>
<li>
문의:
문의:{" "}
<a href="mailto:session@pycon.kr">session@pycon.kr</a>
</li>
</ul>
Expand Down

0 comments on commit c23123f

Please sign in to comment.