generated from nhcarrigan/template
@@ -39,8 +39,8 @@ HTML_START='<!DOCTYPE html>
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.icon {
|
||||
height: 100px;
|
||||
i {
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
.name {
|
||||
|
||||
+2
-2
@@ -29,8 +29,8 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.icon {
|
||||
height: 100px;
|
||||
i {
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
.name {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /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
|
||||
rsync -av $dir prod:/home/nhcarrigan
|
||||
|
||||
Reference in New Issue
Block a user