generated from nhcarrigan/template
@@ -39,8 +39,8 @@ HTML_START='<!DOCTYPE html>
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
i {
|
||||||
height: 100px;
|
font-size: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
|
|||||||
+2
-2
@@ -29,8 +29,8 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
i {
|
||||||
height: 100px;
|
font-size: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#! /usr/bin/bash
|
#! /usr/bin/bash
|
||||||
|
|
||||||
dirs=("bsky" "chat" "games" "link-redirector" "testimonials" "manual" "sitemap" "music" "books" "products");
|
dirs=("bsky" "chat" "games" "link-redirector" "testimonials" "manual" "sitemap" "music" "books" "products" "donate");
|
||||||
|
|
||||||
for dir in "${dirs[@]}"; do
|
for dir in "${dirs[@]}"; do
|
||||||
rsync -av $dir prod:/home/nhcarrigan
|
rsync -av $dir prod:/home/nhcarrigan
|
||||||
|
|||||||
Reference in New Issue
Block a user