Skip to content

Commit b7361e0

Browse files
committed
delete images and change name
1 parent e287ad9 commit b7361e0

13 files changed

+5
-7
lines changed

_data/resume.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ color: default
1919

2020
# You can hide the demo by setting demo: false on
2121
# the YAML front matter for the page.
22-
demo: false
22+
demo: true

images/resume_print_preview.png

-211 KB
Binary file not shown.

images/sample_blue.png

-116 KB
Binary file not shown.

images/sample_brown.png

-115 KB
Binary file not shown.

images/sample_default.png

-116 KB
Binary file not shown.

images/sample_green.png

-117 KB
Binary file not shown.

images/sample_pink.png

-116 KB
Binary file not shown.

images/sample_purple.png

-116 KB
Binary file not shown.

images/sample_red.png

-116 KB
Binary file not shown.

images/sample_teal.png

-115 KB
Binary file not shown.

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<div class="hidden-print resume-top">
2222
<header class="container">
2323
<div class="resume-intro">
24-
<span class="resume-intro-title">Resumecards</span>
24+
<span class="resume-intro-title">ResumeCards</span>
2525
<p>Resumecardsは、簡単にキレイなレジュメを作成できるジェネレーターツールです。</p>
2626
<p class="resume-intro-download">
2727
<a href="https://github.com/ellekasai/resumecards" target="_blank" class="btn btn-primary btn-lg space-sm">Download on GitHub →</a>
@@ -48,7 +48,7 @@ <h2>What is Resumecards?</h2>
4848
<div class="container resume-content">
4949
<nav class="navbar navbar-default hidden-print hidden-xs" role="navigation">
5050
<div class="resume-nav">
51-
<span>Built with <a href="https://github.com/ellekasai/resumecards" target="_blank">Resumecards</a><span class="hidden-sm">, a Markdown based resume generator</span></span>.
51+
<span>Built with <a href="https://github.com/ellekasai/resumecards" target="_blank">ResumeCards</a><span class="hidden-sm">, a Markdown based resume generator</span></span>.
5252
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#saveAsPdf">
5353
Save as PDF
5454
</button>
@@ -156,7 +156,7 @@ <h2>Usage</h2>
156156
<li>
157157
<span>Step 3:</span>
158158
NavbarのPrint buttonを押して印刷しましょう
159-
<a href="resume_print_sample.pdf" target="_blank"><img src="{{ "/images/resume_print_preview.png" | prepend:site.baseurl }}" class="img-rounded"></a>
159+
<a href="http://cl.ly/1e2p3D2K032M/resume-print-sample.pdf" target="_blank"><br><img src="http://cl.ly/image/091w0b0M2S3G/resume_print_preview.png" class="img-rounded"></a>
160160
</li>
161161
</ul>
162162
</div>

resume_print_sample.pdf

-62 KB
Binary file not shown.

stylesheets/resumecards.scss

+1-3
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,10 @@ a {
307307
margin-top: 50px;
308308
}
309309

310-
.resume-point,
311310
.resume-usage {
312311
img {
313-
display: block;
314-
margin-top: 10px;
315312
width: 500px;
313+
margin-top: 10px;
316314
}
317315
}
318316

0 commit comments

Comments
 (0)