Sha256: 9bff1b98320a69d5f3e59d526b949a8bd4345c9b73a6efe086c420dda90c455b

Contents?: true

Size: 1.77 KB

Versions: 9

Compression:

Stored size: 1.77 KB

Contents

<div class="flex flex-wrap item-center">
  <div class="social-icon-group space-x-0/5">
    {% if page.profiles.wikipedia %}<a class="social-icon" target="_blank" rel="noreferrer noopener" href="{{ page.profiles.wikipedia }}"><i class="ico--wikipedia"></i></a>{% endif %}
    {% if page.profiles.facebook %}<a class="social-icon" target="_blank" rel="noreferrer noopener" href="{{ page.profiles.facebook }}"><i class="ico--facebook"></i></a>{% endif %}
    {% if page.profiles.twitter %}<a class="social-icon" target="_blank" rel="noreferrer noopener" href="{{ page.profiles.twitter }}"><i class="ico--twitter"></i></a>{% endif %}
    {% if page.profiles.github %}<a class="social-icon" target="_blank" rel="noreferrer noopener" href="{{ page.profiles.github }}"><i class="ico--github"></i></a>{% endif %}
    {% if page.profiles.forum %}<a class="social-icon" target="_blank" rel="noreferrer noopener" href="{{ page.profiles.forum }}"><i class="ico--bubbles"></i></a>{% endif %}
    {% if page.profiles.redmine %}<a class="social-icon" target="_blank" rel="noreferrer noopener" href="{{ page.profiles.redmine }}"><i class="ico--tasks"></i></a>{% endif %}
    {% if page.profiles.web %}<a class="social-icon" target="_blank" rel="noreferrer noopener" href="{{ page.profiles.web }}"><i class="ico--globe"></i></a>{% endif %}
    {% if page.profiles.blog %}<a class="social-icon" target="_blank" rel="noreferrer noopener" href="{{ page.profiles.blog }}"><i class="ico--write"></i></a>{% endif %}
  </div>

  {% if page.profiles.flickr %}
    <div class="flex-grow text-right">
      <a href="{{ page.profiles.flickr }}" class="inline-flex items-center"><span class="font-light text-sm">Více fotografií</span><i class="ico--flickr ml-2 no-underline hover:no-underline"></i></a>
    </div>
  {% endif %}
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jekyll-theme-pirati-8.0.0 _includes/right-bar/rbar_profiles.html
jekyll-theme-pirati-8.0.0.pre.beta2 _includes/right-bar/rbar_profiles.html
jekyll-theme-pirati-8.0.0.pre.beta1 _includes/right-bar/rbar_profiles.html
jekyll-theme-pirati-8.0.0.pre.alpha6 _includes/right-bar/rbar_profiles.html
jekyll-theme-pirati-8.0.0.pre.alpha5 _includes/right-bar/rbar_profiles.html
jekyll-theme-pirati-8.0.0.pre.alpha4 _includes/right-bar/rbar_profiles.html
jekyll-theme-pirati-8.0.0.pre.alpha3 _includes/right-bar/rbar_profiles.html
jekyll-theme-pirati-8.0.0.pre.alpha2 _includes/right-bar/rbar_profiles.html
jekyll-theme-pirati-8.0.0.pre.alpha1 _includes/right-bar/rbar_profiles.html