Skip to content

Commit

Permalink
Add video to /posts/my-it-job-hunting-experience-in-australia/prepara…
Browse files Browse the repository at this point in the history
…tion/remuneration-package
  • Loading branch information
kenberkeley committed Dec 3, 2019
1 parent 0aa4a9d commit 39a95b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/.vuepress/templates/ssr.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<style>
@media (max-width: 480px) { .footer-text { font-size: 14px; } }
@media (max-width: 380px) { .footer-text { font-size: 12px; } }

/* https://coolestguidesontheplanet.com/videodrome/youtube/ */
.responsive-youtube-video { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.responsive-youtube-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
</style>
</head>
<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ permalink: /posts/my-it-job-hunting-experience-in-australia/preparation/remunera
lang: zh-CN
---

<div class="responsive-youtube-video">
<iframe src="https://www.youtube.com/embed/1WUg3HBBwAo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

## 待遇概述

### 薪酬
Expand Down

0 comments on commit 39a95b6

Please sign in to comment.