diff --git a/README.md b/README.md index 1792719..08e0f6a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # email-signature -My signature \ No newline at end of file +My signature. + +## Technique + +I try to keep the signature as simple as possible in regards to HTML. +Some of the things I do: + +- Use base64 images instead of external resources +- Use `
` tags for spacing wherever possible + +## example + +![Example of my signature](./images/signature.png) diff --git a/images/blog.png b/images/blog.png new file mode 100644 index 0000000..a0d8ffa Binary files /dev/null and b/images/blog.png differ diff --git a/images/divider.jpg b/images/divider.jpg new file mode 100644 index 0000000..c24ae98 Binary files /dev/null and b/images/divider.jpg differ diff --git a/images/facebook.png b/images/facebook.png new file mode 100644 index 0000000..b98bdc9 Binary files /dev/null and b/images/facebook.png differ diff --git a/images/github.png b/images/github.png new file mode 100644 index 0000000..59695ac Binary files /dev/null and b/images/github.png differ diff --git a/images/leaf.png b/images/leaf.png new file mode 100644 index 0000000..01623d9 Binary files /dev/null and b/images/leaf.png differ diff --git a/images/linkedin.png b/images/linkedin.png new file mode 100644 index 0000000..1925a16 Binary files /dev/null and b/images/linkedin.png differ diff --git a/images/picture.jpg b/images/picture.jpg new file mode 100644 index 0000000..badff1f Binary files /dev/null and b/images/picture.jpg differ diff --git a/images/signature.png b/images/signature.png new file mode 100644 index 0000000..db97f47 Binary files /dev/null and b/images/signature.png differ diff --git a/images/twitter.png b/images/twitter.png new file mode 100644 index 0000000..a40bbae Binary files /dev/null and b/images/twitter.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..cf98250 --- /dev/null +++ b/index.html @@ -0,0 +1,236 @@ +

+ --
+ Met vriendelijke groet, kind regards, +

+Rick van Lieshout +
+Software architect & IT enthusiast

+profile pic +
+
+ + +31 6 144 36 56 2 + +
+info@rickvanlieshout.com +
+www.rickvanlieshout.com +
+
+ + + github Icon + + + Facebook Icon + + + LinkedIn Icon + + + Twitter Icon + + + blog Icon + +
+divider +
+ + green leaf + Please consider the environment before printing this e-mail. \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..388af5a --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "email-signature", + "version": "1.0.0", + "description": "My signature", + "main": "index.html", + "scripts": { + "start": "npx http-server -c-1 .", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git@git.mastermindzh.tech:mastermindzh/email-signature.git" + }, + "keywords": [ + "email", + "signature" + ], + "author": "Rick van Lieshout (http://rickvanlieshout.com/)", + "license": "MIT" +} \ No newline at end of file