This commit is contained in:
parent
1867188fc1
commit
51e31289ea
10 changed files with 43 additions and 14 deletions
|
|
@ -18,4 +18,4 @@ jobs:
|
|||
ssh-key: ${{ secrets.ACTIONS_SSH_KEY }}
|
||||
add-hosts: "toufy.me"
|
||||
- name: sync repo
|
||||
run: rsync -az . root@toufy.me:/var/www/toufy.me
|
||||
run: rsync -az . --delete root@toufy.me:/var/www/toufy.me
|
||||
|
|
|
|||
6
fontawesome/css/brands.min.css
vendored
6
fontawesome/css/brands.min.css
vendored
File diff suppressed because one or more lines are too long
8
fontawesome/css/fontawesome.min.css
vendored
8
fontawesome/css/fontawesome.min.css
vendored
File diff suppressed because one or more lines are too long
4
fontawesome/css/regular.min.css
vendored
4
fontawesome/css/regular.min.css
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/*!
|
||||
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||
* Copyright 2025 Fonticons, Inc.
|
||||
* Copyright 2026 Fonticons, Inc.
|
||||
*/
|
||||
:host,:root{--fa-family-classic:"Font Awesome 7 Free";--fa-font-regular:normal 400 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2)}.far{--fa-style:400}.fa-classic,.far{--fa-family:var(--fa-family-classic)}.fa-regular{--fa-style:400}
|
||||
4
fontawesome/css/solid.min.css
vendored
4
fontawesome/css/solid.min.css
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/*!
|
||||
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||
* Copyright 2025 Fonticons, Inc.
|
||||
* Copyright 2026 Fonticons, Inc.
|
||||
*/
|
||||
:host,:root{--fa-family-classic:"Font Awesome 7 Free";--fa-font-solid:normal 900 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2)}.fas{--fa-style:900}.fa-classic,.fas{--fa-family:var(--fa-family-classic)}.fa-solid{--fa-style:900}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
33
index.html
33
index.html
|
|
@ -168,7 +168,7 @@
|
|||
target="_blank"
|
||||
>snowflake</a
|
||||
>. open this page and keep the tab running in the background to
|
||||
spin up your own snowflake instance</p
|
||||
spin up your own snowflake instance.</p
|
||||
>
|
||||
|
||||
<div class="sd-grid-actions-row">
|
||||
|
|
@ -186,6 +186,35 @@
|
|||
></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sd-grid-card">
|
||||
<h3 class="sd-grid-card-title"
|
||||
><i class="fa-brands fa-arch-linux"></i><span>aur</span></h3
|
||||
>
|
||||
<p class="sd-grid-card-description">
|
||||
weekly builds of
|
||||
<a
|
||||
href="https://aur.archlinux.org"
|
||||
target="_blank"
|
||||
>AUR</a
|
||||
>
|
||||
packages (mostly for development) that i use, but if someone
|
||||
requests a package i might add it.
|
||||
</p>
|
||||
<div class="sd-grid-actions-row">
|
||||
<a
|
||||
class="sd-grid-card-action"
|
||||
href="https://aur.toufy.me"
|
||||
target="_blank"
|
||||
>check<i class="fa-solid fa-arrow-up-right-from-square"></i
|
||||
></a>
|
||||
<a
|
||||
class="sd-grid-card-action"
|
||||
href="https://git.toufy.me/toufy/taur"
|
||||
target="_blank"
|
||||
>source<i class="fa-solid fa-arrow-up-right-from-square"></i
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sd-grid-card">
|
||||
<h3 class="sd-grid-card-title"
|
||||
><i class="fa-solid fa-wifi"></i><span>captive portal</span></h3
|
||||
|
|
@ -199,7 +228,7 @@
|
|||
>
|
||||
as an alternative to android's default
|
||||
<code>connectivitycheck.gstatic.com</code>
|
||||
by google</p
|
||||
by google.</p
|
||||
>
|
||||
|
||||
<div class="sd-grid-actions-row">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue