move the site from bandali.eu.org to shemshak.org/~amin/
authorAmin Bandali <mab@gnu.org>
Mon, 1 Jul 2019 14:02:58 +0000 (10:02 -0400)
committerAmin Bandali <mab@gnu.org>
Mon, 1 Jul 2019 14:02:58 +0000 (10:02 -0400)
.gitignore [deleted file]
common/head.html
common/header.html
contact.html
gpg.html
index.html

diff --git a/.gitignore b/.gitignore
deleted file mode 100644 (file)
index 73ab876..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-public/
-resources/
index af72609..8ab0ada 100644 (file)
@@ -1,3 +1,3 @@
 <meta charset="utf-8">
 <meta name=viewport content="width=device-width, initial-scale=1">
-<link rel="stylesheet" href="/style.css" />
+<link rel="stylesheet" href="/~amin/style.css" />
index 29f878d..320d0f3 100644 (file)
@@ -1,4 +1,4 @@
 <!doctype html>
 <html lang="en">
 <head>
-<!--# include virtual="/common/head.html" -->
+<!--# include virtual="head.html" -->
index e236e59..cad4ea0 100644 (file)
@@ -1,10 +1,10 @@
-<!--# include virtual="/common/header.html" -->
+<!--# include virtual="common/header.html" -->
 <meta
   name="description"
   content="Amin Bandali&rsquo;s contact information"/>
 <title>Contact - Amin Bandali</title>
 <!--#set var="bpage" value="Contact" -->
-<!--# include virtual="/common/banner.html" -->
+<!--# include virtual="common/banner.html" -->
 <main>
   <section>
     <h2 id="contact">Contact</h2>
@@ -67,4 +67,4 @@
     </ul>
   </section>
 </main>
-<!--# include virtual="/common/footer.html" -->
+<!--# include virtual="common/footer.html" -->
index 52bb1ec..6ea46c1 100644 (file)
--- a/gpg.html
+++ b/gpg.html
@@ -1,11 +1,11 @@
-<!--# include virtual="/common/header.html" -->
+<!--# include virtual="common/header.html" -->
 <meta
   name="description"
   content="Amin Bandali&rsquo;s GPG key, for sending him
         GPG-encrypted mail."/>
 <title>GPG Key - Amin Bandali</title>
 <!--#set var="bpage" value="GPG Key" -->
-<!--# include virtual="/common/banner.html" -->
+<!--# include virtual="common/banner.html" -->
 <main>
   <section>
     <h2 id="gpg">GPG Key</h2>
@@ -36,4 +36,4 @@ sub   rsa4096 2018-10-17 [A] [expires: 2020-10-16]
     </p>
   </section>
 </main>
-<!--# include virtual="/common/footer.html" -->
+<!--# include virtual="common/footer.html" -->
index 80c27d7..d6c0d3b 100644 (file)
@@ -1,4 +1,4 @@
-<!--# include virtual="/common/header.html" -->
+<!--# include virtual="common/header.html" -->
 <meta
   name="description"
   content="Amin Bandali is a graduate student at WatForm, the
@@ -6,7 +6,7 @@
         and a volunteer webmaster for the GNU project."/>
 <title>Amin Bandali</title>
 <!--#set var="bpage" value="Home" -->
-<!--# include virtual="/common/banner.html" -->
+<!--# include virtual="common/banner.html" -->
 <main>
   <section>
     <h2 id="contact">Contact</h2>
@@ -39,8 +39,8 @@
       </tbody>
     </table>
     <p>
-      See <a href="contact">contact</a> for more, and <a href="gpg">gpg</a>
-      for sending me encrypted mail.
+      See my <a href="contact.html">contact</a> and
+      <a href="gpg.html">gpg</a> pages for more details.
     </p>
   </section>
 
     </p>
   </section>
 </main>
-<!--# include virtual="/common/footer.html" -->
+<!--# include virtual="common/footer.html" -->