Skip to content

Commit b60d643

Browse files
committed
add "fork me" label
1 parent d80ff27 commit b60d643

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

index.html

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="head content">
2121
<h1>Minsk Python Meetup</h1>
2222
<p>
23-
Minsk Python Meetup is one of the biggest independent folks-driven IT community in Belarus
23+
Minsk Python Meetup is one of the biggest independent folks-driven IT community in Belarus
2424
</p>
2525
</div>
2626
</div>
@@ -269,6 +269,11 @@ <h3>PyCon Belarus</h3>
269269
</div>
270270
</div>
271271
</div>
272+
<footer class="badge">
273+
<a href="https://github.com/minskpython/minskpython.github.io">
274+
Fork me on GitHub!
275+
</a>
276+
</footer>
272277
</body>
273278
<style>
274279
body {
@@ -485,12 +490,49 @@ <h3>PyCon Belarus</h3>
485490
.footer div {
486491
padding-bottom: 0
487492
}
493+
494+
495+
496+
.badge {
497+
z-index: 1;
498+
top: 0;
499+
position: absolute;
500+
display: block;
501+
overflow: hidden;
502+
width: 13em;
503+
height: 13em;
504+
font-size: 23px;
505+
right: 0;
506+
}
507+
.badge a {
508+
position: absolute;
509+
right: -50%;
510+
bottom: 50%;
511+
left: -50%;
512+
visibility: visible;
513+
-webkit-transform: rotate(45deg);
514+
transform: rotate(45deg);
515+
-webkit-transform-origin: 50% 100%;
516+
transform-origin: 50% 100%;
517+
text-align: center;
518+
color: #fff;
519+
background: #be2f4f;
520+
line-height: 1.9;
521+
}
488522
</style>
489523
<style>
524+
@media (max-width: 940px) {
525+
.badge {
526+
font-size: 17px;
527+
}
528+
}
490529
@media (max-width: 840px) {
491530
.extra-wrapper .content.head {
492531
padding-top: 0.5em;
493532
}
533+
.badge {
534+
font-size: 15px;
535+
}
494536
}
495537
@media (max-width: 660px) {
496538
h1 {

0 commit comments

Comments
 (0)