From ea846b4148e862d082b96219ec8e7b129808e2f6 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 14 Aug 2019 00:52:25 -0400 Subject: [PATCH] use bandali.eu.org --- 404.html | 4 ++-- contact.html | 2 +- cv.html | 4 ++-- deploy | 2 +- index.html | 4 ++-- research.html | 2 +- style.css | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/404.html b/404.html index 2f885fc..62bcb5a 100644 --- a/404.html +++ b/404.html @@ -9,8 +9,8 @@
-

bandali's

-

gone fishing

+

bandali

+

404 gone fishing

diff --git a/contact.html b/contact.html index 694c6b1..1777348 100644 --- a/contact.html +++ b/contact.html @@ -12,7 +12,7 @@

-

bandali’s

+

bandali

Contact info

diff --git a/cv.html b/cv.html index 9320a1d..a8cce69 100644 --- a/cv.html +++ b/cv.html @@ -12,7 +12,7 @@
-

bandali’s

+

bandali

Curriculum Vitae (PDF)

@@ -23,7 +23,7 @@ Site - bandalis.org + bandali.eu.org Email diff --git a/deploy b/deploy index 1aba274..2ae899e 100755 --- a/deploy +++ b/deploy @@ -5,4 +5,4 @@ deploy=amin@shemshak.org rsync --exclude-from='.rsync-exclude' \ --delete \ -avzP \ - ./ ${deploy}:/var/www/bandalis.org/ + ./ ${deploy}:/var/www/bandali.eu.org/ diff --git a/index.html b/index.html index 46b9dc3..978578c 100644 --- a/index.html +++ b/index.html @@ -13,8 +13,8 @@
-

bandali’s

-

Corner on the interwebs

+

bandali

+

my corner of the interwebs

diff --git a/research.html b/research.html index c3e1a05..06e3969 100644 --- a/research.html +++ b/research.html @@ -12,7 +12,7 @@

-

bandali’s

+

bandali

Research interests

diff --git a/style.css b/style.css index c4c2594..9c09240 100644 --- a/style.css +++ b/style.css @@ -24,7 +24,7 @@ main > header { margin-bottom: 0; } #title:after { - content: ".org"; + content: ".eu.org"; color: #dadada; } #subtitle { -- 2.20.1