Skip to content

Commit a47b202

Browse files
committed
Update portfolio - added Pig game repository and screenshot
1 parent ae188ae commit a47b202

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2>Jeśli chcesz, możesz się ze mną skontaktować za pomocą poniższego for
2727
</form>
2828
</div>
2929

30-
<div id="cv_button">
30+
<div class="cv_button">
3131
<a href="https://drive.google.com/open?id=1pJNm9PsWsKZWHkZMW1sI0ZkzluRbwKNA" alt="Kamil Trescinski cv" target="_blank"><button class="button" type="button">CV</button></a>
3232
</div>
3333

img/Pig_Game_screenshot.PNG

1.36 MB
Loading

portfolio.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
<a href="http://joannatkaczyk.pl/" target="_blank"><figure>
1919
<img src="img/JoannaTkaczykPL_screenshot.PNG" alt="webpage of photographer Joanna Tkaczyk"></a><figcaption>Strona Joanny Tkaczyk - Social Media Specialist, Photographer</figcaption>
2020
</figure>
21+
<a href="https://github.com/trescins/pig_game" target="_blank">
22+
<figure>
23+
<img src="img/Pig_Game_screenshot.PNG" alt="Pig Dice Game repository"></a>
24+
<figcaption>Gra kościana o popularnej nazwie - Pig</figcaption>
25+
</figure>
2126
<a href="https://codepen.io/trescins/full/rGrvoa/" target="_blank">
2227
<figure>
2328
<img src="img/Dr_Norman_Borlaug.PNG" alt="Dr. Norman Borlaug title" width="440" height="100"></a>

styles.css

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,10 @@ h2 {
485485
width: 230px;
486486
margin-bottom: 100px;
487487
}
488+
489+
#cv_button {
490+
width: 220px;
491+
}
488492

489493
.self-description_screen {
490494
color: black;
@@ -539,6 +543,7 @@ figcaption {
539543
margin-bottom: 45px;
540544
}
541545

546+
542547

543548

544549

@@ -584,19 +589,7 @@ h2 {
584589
text-align: center;
585590
}
586591

587-
#cv_button {
588-
margin: 0 auto;
589-
}
590592

591-
#cv_button button{
592-
margin: 0 auto;
593-
width: 220px;
594-
cursor: pointer;
595-
font-weight: bold;
596-
border-radius: 5px;
597-
border: 1px solid black;
598-
padding: 5px;
599-
}
600593
}
601594

602595
@media (min-width: 1600px) {

0 commit comments

Comments
 (0)