Убраны пометки ссылок на гитхаб
This commit is contained in:
parent
f585b103c1
commit
04091e3410
source
_assets
projects/predictor
@ -1,22 +0,0 @@
|
||||
%external-link-icon {
|
||||
display: inline-block;
|
||||
margin-left: 0.6em;
|
||||
color: $base-font-color;
|
||||
font-size: $base-font-size - 4px;
|
||||
|
||||
@media (max-width: $first-media-step) {
|
||||
font-size: $base-font-size - 2px;
|
||||
}
|
||||
}
|
||||
|
||||
a[href*="//github.com"]:after {
|
||||
@extend %external-link-icon;
|
||||
font-family: 'Font Awesome 5 Brands', serif;
|
||||
content: '\f09b';
|
||||
}
|
||||
|
||||
a[target="_blank"]:not([href*="//github.com"]):after {
|
||||
@extend %external-link-icon;
|
||||
font-family: 'Font Awesome 5 Free', serif;
|
||||
content: '\f35d';
|
||||
}
|
@ -13,7 +13,4 @@
|
||||
right: $mobile-margin;
|
||||
}
|
||||
}
|
||||
|
||||
// extensions
|
||||
@import '../components/external-link-markers';
|
||||
}
|
||||
|
@ -31,10 +31,7 @@ description: Демо-версия электронной гадалки Шен
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://github.com/anwinged/predictor" target="_blank">Код гадалки</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/anwinged/homepage/blob/master/source/_assets/predictor/demo.vue" target="_blank">Код этого примера</a>
|
||||
<a href="https://github.com/anwinged/homepage/blob/master/source/_assets/predictor/demo.vue" target="_blank">Код гадалки</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user