Skip to content

Commit a98b3a2

Browse files
authored
Merge pull request #26 from lukmarcus/v1.6.3-visible-certificate
small certificate fixes
2 parents c28dc81 + 9653772 commit a98b3a2

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

CV Marek Szumny PL.pdf

2.19 KB
Binary file not shown.

CV Marek Szumny.pdf

2.51 KB
Binary file not shown.

index-pl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,10 +397,10 @@ <h2>Języki obce</h2>
397397
<li>Angielski B2</li>
398398
</ul>
399399
</div>
400-
<div class="aside-block aside-print">
400+
<div class="aside-block aside-noprint">
401401
<h2>Certyfikaty</h2>
402402
<i class="fas fa-file-pdf"></i>
403-
<a href="certificates/Marek Szumny QATestLab.pdf">QATestLab</a>
403+
<a href="certificates/Marek Szumny QATestLab.pdf">The Fundamentals of Software Testing</a>
404404
</div>
405405
<div class="aside-block aside-print">
406406
<h2>Rekomendacje</h2>

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ <h2 class="main-section-title">Hobby</h2>
365365
</div>
366366

367367
<div class="aside-block">
368-
<h2>Automated testing</h2>
368+
<h2>Automated Testing</h2>
369369
<ul>
370370
<li>Cypress</li>
371371
<li>CSS selectors / XPath</li>
@@ -375,7 +375,7 @@ <h2>Automated testing</h2>
375375
</div>
376376

377377
<div class="aside-block">
378-
<h2>Manual testing</h2>
378+
<h2>Manual Testing</h2>
379379
<ul>
380380
<li>Creating test scenarios</li>
381381
<li>Regression testing</li>
@@ -417,10 +417,10 @@ <h2>Languages</h2>
417417
<li>Polish Native</li>
418418
</ul>
419419
</div>
420-
<div class="aside-block aside-print">
420+
<div class="aside-block aside-noprint">
421421
<h2>Certificates</h2>
422422
<i class="fas fa-file-pdf"></i>
423-
<a href="certificates/Marek Szumny QATestLab.pdf">QATestLab</a>
423+
<a href="certificates/Marek Szumny QATestLab.pdf">The Fundamentals of Software Testing</a>
424424
</div>
425425
<div class="aside-block aside-print">
426426
<h2>Recommendations</h2>

style.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,13 @@ h1 {
177177
text-decoration: none;
178178
}
179179

180-
.aside-block.aside-print i {
181-
padding-left: 1em;
180+
.aside-block.aside-print i,
181+
.aside-block.aside-noprint i {
182+
padding-left: 0.5em;
182183
}
183184

184-
.aside-block.aside-print a {
185+
.aside-block.aside-print a,
186+
.aside-block.aside-noprint a {
185187
text-decoration: none;
186188
}
187189

web-print/EN.pdf

3.07 KB
Binary file not shown.

web-print/PL.pdf

2.76 KB
Binary file not shown.

0 commit comments

Comments
 (0)