From 6d80ac585ce878a70570a9fa869c4ccb4ac3156b Mon Sep 17 00:00:00 2001
From: Amin Bandali
Date: Sun, 30 Jun 2019 01:31:35 -0400
Subject: [PATCH] various tweaks
---
contact.html | 1 +
gpg.html | 8 ++++----
index.html | 51 +++++++++++++++++++++++++++------------------------
style.css | 6 +++++-
4 files changed, 37 insertions(+), 29 deletions(-)
diff --git a/contact.html b/contact.html
index 18ed4ed..8fa3ac1 100644
--- a/contact.html
+++ b/contact.html
@@ -54,6 +54,7 @@
- Bandali on LibrePlanet
- bandali on Savannah
+ - bandali on Sourcehut
- bandali on Lobsters
- bandali on Hackage
- bandali on GitLab
diff --git a/gpg.html b/gpg.html
index b548081..e925860 100644
--- a/gpg.html
+++ b/gpg.html
@@ -1,14 +1,14 @@
-GPG Keys - Amin Bandali
-
+GPG Key - Amin Bandali
+
@@ -98,23 +103,21 @@
Presentations
-
- The Magic of Specifications and Type
- Systems
+ The Magic of Specifications and Type Systems
- - Amin Bandali, Simon Hudon,
- Jonathan Ostroff
+
-
+ Amin Bandali, Simon Hudon, Jonathan Ostroff
- Slides
presented at
-
- CUCSC 2017, University of Toronto, Canada, June
- 15-17, 2017.
+ CUCSC 2017,
+ University of Toronto, Canada, June 15-17, 2017.
+
+ -
+ Poster presented at
+ Lassonde USSR Conference,
+ York University, Toronto, Canada, August 15, 2017.
- - Poster
- presented at
-
- Lassonde USSR Conference, York University, Toronto, Canada,
- August 15, 2017.
diff --git a/style.css b/style.css
index 015fa53..17999c7 100644
--- a/style.css
+++ b/style.css
@@ -11,6 +11,7 @@ header, section {margin-bottom: 1.7rem}
top: -0.75rem;
}
main {
+ min-width: 30rem;
max-width: 50rem;
padding-bottom: 1rem;
}
@@ -33,6 +34,9 @@ a:hover {
font-size: 0.9em;
font-weight: normal;
}
-.btable td:first-child {text-align: right}
+.btable td {padding: 0.1rem 0.3rem}
+.btable td:first-child, .btable td:nth-child(3) {text-align: right}
+.btable td:first-child {padding-left: 0}
+.btable td:last-child {padding-right: 0}
#theses {padding-left: 1rem}
h1, h2, h3, h4, h5 {line-height: 1.15}
--
2.20.1