use bandali.eu.org
authorAmin Bandali <bandali@gnu.org>
Wed, 14 Aug 2019 04:52:25 +0000 (00:52 -0400)
committerAmin Bandali <bandali@gnu.org>
Wed, 14 Aug 2019 04:55:01 +0000 (00:55 -0400)
404.html
contact.html
cv.html
deploy
index.html
research.html
style.css

index 2f885fc..62bcb5a 100644 (file)
--- a/404.html
+++ b/404.html
@@ -9,8 +9,8 @@
   <body>
     <main>
       <header>
-        <h1 id="title">bandali's</h1>
-        <h2 id="subtitle">gone fishing</h2>
+        <h1 id="title">bandali</h1>
+        <h2 id="subtitle">404 gone fishing</h2>
       </header>
       <section>
         <p>
index 694c6b1..1777348 100644 (file)
@@ -12,7 +12,7 @@
   <body>
     <main>
       <header>
-        <h1 id="title">bandali’s</h1>
+        <h1 id="title">bandali</h1>
         <h2 id="subtitle">Contact info</h2>
       </header>
       <section>
diff --git a/cv.html b/cv.html
index 9320a1d..a8cce69 100644 (file)
--- a/cv.html
+++ b/cv.html
@@ -12,7 +12,7 @@
   <body>
     <main>
       <header>
-        <h1 id="title">bandali’s</h1>
+        <h1 id="title">bandali</h1>
         <h2 id="subtitle">Curriculum Vitae (<a href="bandali-cv.pdf">PDF</a>)</h2>
       </header>
       <section>
@@ -23,7 +23,7 @@
           <tbody>
             <tr>
               <td>Site</td>
-              <td><a href="https://bandalis.org">bandalis.org</a></td>
+              <td><a href="https://bandali.eu.org">bandali.eu.org</a></td>
             </tr>
             <tr>
               <td>Email</td>
diff --git a/deploy b/deploy
index 1aba274..2ae899e 100755 (executable)
--- 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/
index 46b9dc3..978578c 100644 (file)
@@ -13,8 +13,8 @@
   <body>
     <main>
       <header>
-        <h1 id="title">bandali’s</h1>
-        <h2 id="subtitle">Corner on the interwebs</h2>
+        <h1 id="title">bandali</h1>
+        <h2 id="subtitle">my corner of the interwebs</h2>
       </header>
       <section>
         <p>
index c3e1a05..06e3969 100644 (file)
@@ -12,7 +12,7 @@
   <body>
     <main>
       <header>
-        <h1 id="title">bandali’s</h1>
+        <h1 id="title">bandali</h1>
         <h2 id="subtitle">Research interests</h2>
       </header>
       <section>
index c4c2594..9c09240 100644 (file)
--- 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 {