Skip to content

Commit

Permalink
Merge pull request #316 from pycontw/add-sprint-hackmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwang44 authored Aug 12, 2022
2 parents b8b14d2 + ebf679f commit 3556224
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pages/events/sprints.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
>
</template>
</i18n>
<iframe
class="hackmd"
src="https://hackmd.io/@pycontw/HkXF-Qxc9"
></iframe>
</i18n-page-wrapper>
</template>

Expand Down Expand Up @@ -75,4 +79,8 @@ export default {
h2 {
@apply font-serif font-black text-base text-pink-500 mt-12 md:text-lg text-center mx-auto;
}
.hackmd {
@apply w-full;
height: 800px;
}
</style>

0 comments on commit 3556224

Please sign in to comment.