|
17 | 17 | <![endif]-->
|
18 | 18 | </head>
|
19 | 19 | <body>
|
20 |
| - <header class="container hidden-print"> |
21 |
| - <!--これは何なのか、どんな風に使えるのかを説明する--> |
22 |
| - |
23 |
| - <!--イントロ部分--> |
24 |
| - <span>Resumecards</span> |
25 |
| - <p>Resumecardsは、簡単にキレイなレジュメを作成できるジェネレーターツールです。</p> |
26 |
| - <p>Written by <a href="http://ellekasai.com/about" target="_blank">Elle Kasai</a> (<a href="http://twitter.com/ellekasai" target="_blank">@ellekasai</a>), a UI/UX designer based in Vancouver, Canada.</p> |
27 |
| - <p><a href="https://github.com/ellekasai/resumecards" target="_blank" class="btn btn-primary btn-lg space-sm">Download on GitHub →</a></p> |
28 |
| - |
29 |
| - <!--特長--> |
30 |
| - <p>Resumecardsは<a href="http://blog.intercom.io/why-cards-are-the-future-of-the-web/" target="_blank">カードデザイン</a>を参考にデザインしました。</p> |
31 |
| - <p>カードの内容を編集するには、Markdown記法を使用します。</p> |
32 |
| - <pre> |
33 |
| - --- |
34 |
| - type: "Work Experience" |
35 |
| - heading: "Bizreach" |
36 |
| - subheading: "Junior Product Designer" |
37 |
| - duration: "October 2013 – September 2014 (1 year)" |
38 |
| - location: "Tokyo, Japan" |
39 |
| - --- |
40 |
| - |
41 |
| - <a href="https://www.bizreach.jp/" target="_blank">BizReach</a> is Japan's top job site exclusive to business executives. I worked on front-end design and coding. My most recent project was <a href="https://woman.bizreach.jp/" target="_blank">Bizreach Woman</a>, a job site specifically for female business executives in Japan. |
42 |
| - </pre> |
43 |
| - <p>カラーテーマは8種類の中から選べます。</p> |
44 |
| - <p>print buttonを押すと印刷ダイアログが表示されようになっており、そのまま印刷したり、PDFとして保存することができます。</p> |
45 |
| - <p> |
46 |
| - <a href="resume_print_sample.pdf" target="_blank"><img src="{{ "/images/resume_print_preview.png" | prepend:site.baseurl }}" width="400"></a> |
47 |
| - </p> |
| 20 | + <div class="container hidden-print"> |
| 21 | + <header> |
| 22 | + <div class="resume-intro"> |
| 23 | + <span class="resume-intro-title">Resumecards</span> |
| 24 | + <p>Resumecardsは、簡単にキレイなレジュメを作成できるジェネレーターツールです。</p> |
| 25 | + <p>Written by <a href="http://ellekasai.com/about" target="_blank">Elle Kasai</a> (<a href="http://twitter.com/ellekasai" target="_blank">@ellekasai</a>), a UI/UX designer based in Vancouver, Canada.</p> |
| 26 | + <p class="resume-intro-download"><a href="https://github.com/ellekasai/resumecards" target="_blank" class="btn btn-primary btn-lg space-sm">Download on GitHub →</a></p> |
| 27 | + </div> |
| 28 | + <div class="resume-point"> |
| 29 | + <h2>What is Resumecards?</h2> |
| 30 | + <ul class="resume-point-list"> |
| 31 | + <li> |
| 32 | + Resumecardsは<a href="http://blog.intercom.io/why-cards-are-the-future-of-the-web/" target="_blank">カードデザイン</a>を参考にデザインしました。 |
| 33 | + </li> |
| 34 | + <li>カードの内容を編集するには、Markdown記法を使用します。 |
| 35 | + <pre> |
| 36 | +--- |
| 37 | +type: "Work Experience" |
| 38 | +heading: "Bizreach" |
| 39 | +subheading: "Junior Product Designer" |
| 40 | +duration: "October 2013 – September 2014 (1 year)" |
| 41 | +location: "Tokyo, Japan" |
| 42 | +--- |
48 | 43 |
|
49 |
| - <!--注意--> |
50 |
| - <p>動作確認はChromeでのみ行っていますので、Chromeで使用されることをお勧めします。</p> |
51 |
| - <p>カードは9枚に固定されていて、各カードは印刷時に1枚に収まるように高さが固定されています。</p> |
52 |
| - </header> |
| 44 | +<a href="https://www.bizreach.jp/" target="_blank">BizReach</a> is Japan's top job site exclusive to business executives. I worked on front-end design and coding. My most recent project was <a href="https://woman.bizreach.jp/" target="_blank">Bizreach Woman</a>, a job site specifically for female business executives in Japan. |
| 45 | + </pre> |
| 46 | + </li> |
| 47 | + <li> |
| 48 | + カラーテーマは8種類の中から選べます。 |
| 49 | + <img src="{{ "/images/sample_default.png" | prepend:site.baseurl }}" class="img-rounded"> |
| 50 | + <img src="{{ "/images/sample_red.png" | prepend:site.baseurl }}" class="img-rounded"> |
| 51 | + <img src="{{ "/images/sample_pink.png" | prepend:site.baseurl }}" class="img-rounded"> |
| 52 | + <img src="{{ "/images/sample_brown.png" | prepend:site.baseurl }}" class="img-rounded"> |
| 53 | + <img src="{{ "/images/sample_blue.png" | prepend:site.baseurl }}" class="img-rounded"> |
| 54 | + <img src="{{ "/images/sample_bluegray.png" | prepend:site.baseurl }}" class="img-rounded"> |
| 55 | + <img src="{{ "/images/sample_teal.png" | prepend:site.baseurl }}" class="img-rounded"> |
| 56 | + <img src="{{ "/images/sample_green.png" | prepend:site.baseurl }}" class="img-rounded"> |
| 57 | + </li> |
| 58 | + <li> |
| 59 | + print buttonを押すと印刷ダイアログが表示されようになっており、そのまま印刷したり、PDFとして保存することができます。 |
| 60 | + <a href="resume_print_sample.pdf" target="_blank"><img src="{{ "/images/resume_print_preview.png" | prepend:site.baseurl }}" class="img-rounded"></a> |
| 61 | + </li> |
| 62 | + </ul> |
| 63 | + </div> |
| 64 | + <div class="resume-notes"> |
| 65 | + <h2>Notes</h2> |
| 66 | + <ul> |
| 67 | + <li>動作確認はChromeでのみ行っていますので、Chromeで使用されることをお勧めします。</li> |
| 68 | + <li>カードは9枚に固定されていて、各カードは印刷時に1枚に収まるように高さが固定されています。</li> |
| 69 | + </ul> |
| 70 | + </div> |
| 71 | + </header> |
| 72 | + </div> |
53 | 73 | <nav class="navbar navbar-default hidden-print hidden-xs navbar-static-top" role="navigation">
|
54 | 74 | <div class="container">
|
55 | 75 | <div class="navbar-header">
|
|
0 commit comments