Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes/reactos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ icon: "fa fa-lightbulb-o"
description: "Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring."
```

The `icon` field is the CSS class of an icon. In this example we have used icons powered by [ForkAwesome](https://forkaweso.me/Fork-Awesome/) 1.1.7.
The `icon` field is the CSS class of an icon. In this example we have used icons powered by [FontAwesome](http://fontawesome.io/icons/).

Once you have completed your features, enable them in the `config.toml` file.

Expand Down
10 changes: 5 additions & 5 deletions themes/reactos/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<div class="col-sm-5 col-md-4 col-right">
<div class="social">
<a href="https://github.com/reactos" target="_blank"><i class="fab fa-github"></i></a>
<a class="youtube" href="https://youtube.com/c/ReactOSCommunity" target="_blank"><i class="fab fa-youtube"></i></a>
<a class="twitter" href="https://twitter.com/reactos" target="_blank"><i class="fab fa-twitter"></i></a>
<a class="vk" href="https://vk.com/reactos_ru" target="_blank"><i class="fab fa-vk"></i></a>
<a class="facebook" href="https://facebook.com/ReactOS-19143619259" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a class="discord" href="https://discord.gg/7knjvhT" target="_blank"><i class="fab fa-discord"></i></a>
<a href="https://youtube.com/c/ReactOSCommunity" target="_blank"><i class="fab fa-youtube"></i></a>
<a href="https://x.com/reactos" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://vk.com/reactos_ru" target="_blank"><i class="fab fa-vk"></i></a>
<a href="https://facebook.com/ReactOS-19143619259" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://discord.gg/7knjvhT" target="_blank"><i class="fab fa-discord"></i></a>
</div>

<div style="padding-left: 20px">
Expand Down
5 changes: 2 additions & 3 deletions themes/reactos/layouts/partials/shared-head.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<!-- Self hosted roboto -->
<link rel="stylesheet" href="{{ "css/font-roboto.css" | relURL}}" type='text/css'>

<!-- Bootstrap and Fork Awesome css -->
<link rel="stylesheet" href="{{ "fork-awesome/css/fork-awesome.min.css" | relURL}}">
<link rel="stylesheet" href="{{ "fork-awesome/css/v5-compat.min.css" | relURL}}">
<!-- Bootstrap and Font Awesome css -->
<link rel="stylesheet" href="{{ "font-awesome/css/all.min.css" | relURL}}">
<link rel="stylesheet" href="{{ "css/bootstrap.min.css" | relURL}}">

<link href="{{ "css/style.blue.css" | relURL}}" rel="stylesheet" id="theme-stylesheet">
Expand Down
6 changes: 6 additions & 0 deletions themes/reactos/static/font-awesome/all.min.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions themes/reactos/static/font-awesome/css/all.min.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading