VovanR / VovanR.github.io

My blog
https://vovanr.github.io
2 stars 0 forks source link

Show service logo #34

Closed VovanR closed 6 years ago

VovanR commented 6 years ago
<article class="short-service js-short-service">
    <h2 class="short-service__title">
        <a href="https://vovanr.github.io/test-react-redux-weather">React Redux Weather
            <img src="/test-react-redux-weather/favicon-32x32.png" style="
                position: absolute;
                right: 100%;
                padding-right: 16px;
                top: -1px;
                ">
        </a>
    </h2>
    <p class="short-service__desc">Прогноз погоды на полтора дня</p>
    <div class="short-service__meta">
        <a href="https://github.com/VovanR/test-react-redux-weather">Исходный код</a>
    </div>
</article>

4