Skip to content

Commit

Permalink
2019.06.11 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
creio committed Jun 11, 2019
1 parent 22a0534 commit c6c9e9a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
14 changes: 9 additions & 5 deletions _data/footer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ right_links:
link: https://vk.com/ctlos
new_window: true
social_icon: vk
- name:
link: https://mastodon.social/@ctlos
social_icon: mastodon
new_window: true
rel_me: true
# - name:
# link: https://mastodon.social/@ctlos
# social_icon: mastodon
# new_window: true
# rel_me: true
# - name:
# link: https://spectrum.chat/ctlos
# social_icon: spectrum
# new_window: true
- name:
link: https://youtube.com/channel/UCPCp_ZnMKEwYdnA_YfOZrZg?sub_confirmation=1
social_icon: youtube
Expand Down
2 changes: 2 additions & 0 deletions _includes/social-icon.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<i class="fab fa-youtube"></i>
{% when "mastodon" %}
<i class="fab fa-mastodon"></i>
{% when "spectrum" %}
<i class="fab fa-adjust"></i>
{% when "twitter" %}
<i class="fab fa-twitter"></i>
{% when "github" %}
Expand Down
5 changes: 3 additions & 2 deletions _pages/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
<div class="contact-details">
<!-- <p><a target="_blank" href="https://riot.im/app/#/room/#ctlos:matrix.org">Matrix Chat</a></p> -->
<h3 class="">Соц. сети</h3>
<p><a target="_blank" href="https://spectrum.chat/ctlos">Spectrum</a></p>
<p><a target="_blank" href="https://www.youtube.com/channel/UCPCp_ZnMKEwYdnA_YfOZrZg?sub_confirmation=1">YouTube</a></p>
<p><a target="_blank" href="https://vk.com/ctlos">VK</a></p>
<p><a target="_blank" href="https://t.me/ctlos">Telegram</a></p>
<p><a target="_blank" href="https://www.youtube.com/channel/UCPCp_ZnMKEwYdnA_YfOZrZg?sub_confirmation=1">YouTube</a></p>
<p><a target="_blank" href="https://mastodon.social/@ctlos">Mastodon</a></p>
<!-- <p><a target="_blank" href="https://mastodon.social/@ctlos">Mastodon</a></p> -->
<!-- <p><a target="_blank" href="https://twitter.com/ctloslin">Twitter</a></p> -->
<p><a target="_blank" href="https://github.com/ctlos">Github</a></p>

Expand Down
2 changes: 1 addition & 1 deletion _pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2>Окружение рабочего стола <strong>Budgie Desktop и GNO
</section>

<section class="bottom-cta">
<h2 class="editable">Откройте для себя <strong>Ctlos</strong></h2>
<h2 class="editable">Откройте для себя <strong>Ctlos Linux</strong></h2>
<div class="cta button accent"><a href="/get">Скачать</a></div>
</section>
</div>
2 changes: 1 addition & 1 deletion _sass/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ footer {
font-size: 2em;
color: $light_color;
position: fixed;
z-index: 1000;
z-index: 10000;
opacity: 0.8;
padding: 6px 10px;
background: $accent;
Expand Down

0 comments on commit c6c9e9a

Please sign in to comment.